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 183 2010-01-14 13:37:04Z 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/>. */ dl.topRatedReviews { text-align:center; font-size:7pt; margin:0px; padding:0px; } dl.topRatedReviews dt { } dl.topRatedReviews dd { display: block; cursor: pointer; margin: 0px 0px 1px 0px; padding:0px; border:#666666 solid 1px; color:Black; clear:both; text-align:left; width:100%; } dl.topRatedReviews dd ul { list-style:none; padding:5px 0px 0px 0px; margin:0px; vertical-align: top; } dl.topRatedReviews dd ul li { background: none; padding:0px; margin:0px; } dl.topRatedReviews dd ul img.topRatedImage { border:none; } dl.topRatedReviews dd ul li.topRatedRating { background: url(../images/subhead_bg.png) repeat-x; height:21px; font-weight:bold; line-height:21px; margin-top:5px; } dl.topRatedReviews dd ul li.topRatedTitle { } a.topRatedLink:link, a.topRatedLink:visited, a.topRatedLink:hover, a.topRatedLink:active { text-decoration:none; } ul.details { display:inline-block; background-color:#DFDFDF; border-right:Black solid 1px; width: 20%; min-width: 120px; text-align:center; } ul.blurb { width:70%; display:inline-block; }