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/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/>. */ /** * *Rating Boxes * **/ .scoreBox .rating, .userScoreBox .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; } .scoreBox .ratingText, .userScoreBox .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(score.gif)} .userScoreBox{width:113px;height:114px;background-image:url(userscore.gif)} .reviewContentContainer { width:100%; } .reviewContentHeader { border-bottom: 1px solid #DDDDDD; margin-bottom:4px; } .reviewContentHeader h1 { margin: 10px 0px 10px 0px; font-size: 20px; color: #BBBBBB; } .reviewContentHeader div h6 { font-size:10px; line-height:10px; margin-top: 3px; margin-bottom: 3px; font-style:italic; text-transform: uppercase; } .reviewContentHeaderSplit1, .reviewContentHeaderSplit2 { float:left; } .reviewContentHeaderSplit1 { padding-right:5px; width:50%; min-width:180px; } .reviewContentHeaderSplit2 { margin-left:2px; border-left: 1px solid #DDDDDD; padding-left: 15px; line-height:28px; padding-top:8px; font-size:20px; } .reviewContentHeaderSplit2 label, .reviewContentHeaderSplit2 .ratingValue, .reviewContentHeaderSplit2 .userRatingValue { height:23px; line-height: 23px; display:inline-block; overflow:hidden; padding:0px; margin:0px; width:120px; } img.reviewThumbnail { padding:10px; } .srContentFooter { clear:both; }