| Server IP : 180.180.241.3 / Your IP : 216.73.216.35 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /AppServ/www/app/webroot/news/components/com_simple_review/templates/dark/css/ |
Upload File : |
/**
* $Id: Template.css 188 2010-01-17 12:58:00Z rowan $
*
* Copyright (C) 2005-2010 Rowan Youngson
*
* This file is part of Simple Review.
*
* Simple Review is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* Simple Review is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with Simple Review. If not, see <http://www.gnu.org/licenses/>.
*/
.pagination
{
clear: both;
}
.srContentContainer
{
text-align: left;
width:100%;
background-color: #222222;
color: white;
}
.srContentHeader
{
}
.srContentFooter
{
clear:both;
}
/*star rating large start*/
span.largeStarRating
{
display:inline-block;
width:115px;
line-height:22px;
}
.largeStarRating .starFull, .largeStarRating .starHalf, .largeStarRating .starEmpty
{
width:23px;
height:22px;
display:inline-block;
}
.starFull, .starHalf, .starEmpty
{
background-repeat: no-repeat;
}
.largeStarRating .starFull
{
background-image:url(../images/fullstar.png);
}
.largeStarRating .starHalf
{
background-image:url(../images/halfstar.png);
}
.largeStarRating .starEmpty
{
background-image:url(../images/emptystar.png);
}
/*star rating large end*/
/*star rating small start*/
span.smallStarRating
{
display:inline-block;
width:115px;
line-height:22px;
}
.smallStarRating .starFull, .smallStarRating .starHalf, .smallStarRating .starEmpty,
.smallStarRatingAlt .starFull, .smallStarRatingAlt .starHalf, .smallStarRatingAlt .starEmpty
{
width:23px;
height:22px;
display:inline-block;
}
.smallStarRating .starFull
{
background-image:url(../images/fullstar.png);
}
.smallStarRating .starHalf
{
background-image:url(../images/halfstar.png);
}
.smallStarRating .starEmpty
{
background-image:url(../images/emptystar.png);
}
.smallStarRatingAlt .starFull
{
background-image:url(../images/fullstar-alt.png);
}
.smallStarRatingAlt .starHalf
{
background-image:url(../images/halfstar-alt.png);
}
.smallStarRatingAlt .starEmpty
{
background-image:url(../images/emptystar-alt.png);
}
/*star rating small end*/
#dynamicfieldstext
{
clear: both;
float: left;
}
#dynamicfieldsdiv label
{
clear: both;
float: left;
width: 120px;
text-align: center;
text-decoration: none;
border:1px;
float: left;
border-style: solid;
}
#adddynamic
{
margin: 0.5ex 0.5em 1.5ex 0px;
}
/*error start*/
p.error label
{
color: red;
}
label.error
{
display: block;
margin-left: 1em;
width: auto;
float:none;
text-align:left;
text-decoration:none;
}
input.error, textarea.error
{
border:1px dotted red;
}
div.errorContainer
{
border-top: red dotted 2px;
border-bottom: red dotted 2px;
}
/*error end*/