[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 /* 2 $Id: dynamic_mopics.css 3 2006-05-27 04:59:07Z user $ 3 4 Dynamic MoPics version 3.000, built for osCommerce MS2 5 6 Copyright 2006 osCMax2004-2005 Josh Dechant 7 8 Released under the GNU General Public License 9 */ 10 11 BODY.popupImage { 12 background: #FFFFFF; 13 color: #000000; 14 text-align: center; 15 padding: 0; 16 margin: 0; 17 } 18 19 .screenshotsBlock { 20 border: 1px solid #bbc3d3; 21 background: #f8f8f9; 22 text-align: center; 23 padding: 0; 24 margin: 0; 25 } 26 27 .screenshotsHeaderText { 28 font-family: Verdana, Arial, sans-serif; 29 font-size: 11px; 30 font-weight: bold; 31 color: #ffffff; 32 text-align: left; 33 background: url("images/infobox/corner_left.gif") top left no-repeat; 34 padding: 0 0 0 15px; 35 margin: 0; 36 } 37 38 .screenshotsHeader { 39 background: #bbc3d3 url("images/infobox/corner_right.gif") top right no-repeat; 40 padding: 0; 41 margin: 10px 0 0 0; 42 } 43 44 .screenshots { 45 float: left; 46 width: 25%; /* the width sets the number of images per row (i.e., 50% = 2 per row, 33% = 3 per row, 25% = 4 per row, 20% = 5 per row, etc) */ 47 text-align: center; 48 padding: 5px 0 5px 0; 49 margin: 0; 50 } 51 52 .screenshots a:hover { 53 text-decoration: none; 54 } 55 56 .screenshots IMG { 57 border: 3px double #bbc3d3; 58 } 59 60 .clearScreenshots { 61 clear: both; 62 height: 1px; 63 width: 100px; 64 } 65 66 .clearScreenshots hr { 67 display: none; 68 } 69 70 .noScreenshots { 71 text-align: center; 72 padding: 15px 0 15px 0; 73 margin: 0; 74 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Jan 1 13:43:16 2010 | Cross-referenced by PHPXref 0.7 |