Server IP : 180.180.241.3 / Your IP : 216.73.216.252 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/news/components/com_simple_review/templates/legacy/css/ |
Upload File : |
/** * $Id: Template.css 180 2010-01-11 13:31:40Z rowan $ * * Copyright (C) 2005-2009 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/>. */ /*star rating large start*/ span.largeStarRating { display:inline-block; width:115px; line-height:22px; } .starFull, .starHalf, .starEmpty { background-repeat: no-repeat; } .largeStarRating .starFull, .largeStarRating .starHalf, .largeStarRating .starEmpty { width:23px; height:22px; display:inline-block; } .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*/ /*old end*/ .srContentContainer { text-align: left; width:100%; } #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*/ /** * *Rating Boxes * **/ .rating { font-size:50px; font-weight:bold; color:#ffffff; } .ratingHeadingContainer { padding-top:6px; height:22px; line-height: 22px; } .ratingContainer { height:55px; line-height:55px; } .ratingTextContainer { height:20px; line-height:20px; } .ratingFooterContainer { height:9px; } .ratingText { font-size:14px; font-weight:bold; color:#ffffff; } .ratingHeading { font-size:16px; font-weight:bold; font-variant:small-caps; } .scoreBox, .userScoreBox { display:inline-block; text-align:center; } span.ratingHeadingContainer, span.ratingContainer, span.ratingTextContainer, span.ratingFooterContainer { display:inline-block; } .scoreBox{width:113px;height:114px;background-image:url(../images/rating.gif)} .userScoreBox{width:113px;height:114px;background-image:url(../images/userrating.gif)}