[ Index ] |
|
Code source de Zen Cart E-Commerce Shopping Cart 1.3.7.1 |
1 /** 2 * @package Installer 3 * @access private 4 * @copyright Copyright 2003-2006 Zen Cart Development Team 5 * @copyright Portions Copyright 2003 osCommerce 6 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0 7 * @version $Id: stylesheet.css 4267 2006-08-25 08:42:19Z drbyte $ 8 */ 9 10 body { 11 background-color: #EEE; 12 margin: 0px; 13 padding: 0px; 14 font: 12px Tahoma, Verdana, Arial, sans-serif; 15 text-align: center; 16 } 17 18 /* Column Structure 19 --------------------------------- */ 20 #wrap { 21 background-color: #FFF; 22 border-right: 1px solid #678; 23 border-bottom: 1px solid #678; 24 border-left: 1px solid #678; 25 padding: 0px; 26 margin: 0px auto; 27 position: relative; 28 text-align: left; 29 width: 760px !important; 30 width /**/: 752px; 31 } 32 #main { 33 position: relative; 34 margin: 0; 35 padding: 0; 36 } 37 #content { 38 float: right; 39 width: 578px; 40 margin: 0px 20px 5px 0px; 41 padding: 0px; 42 } 43 #popup_content { 44 text-align: left; 45 margin: 0px 20px 5px 0px; 46 padding: 10px; 47 } 48 #navigation { 49 margin: 11px 0px 0px -7px; 50 padding: 0; 51 background: transparent; 52 width: 120px !important; 53 width /**/: 135px; 54 } 55 56 57 /* Header 58 --------------------------------- */ 59 #header { 60 height: 120px; 61 width: 760px; 62 margin: 0; 63 padding: 0; 64 text-align: right; 65 } 66 67 #header div#language { 68 position: absolute; 69 top: 47px; 70 right: 30px; 71 } 72 #header div#language h4 { padding: 0 0 3px; margin: 0; color: #fff; } 73 74 /* Navigation 75 --------------------------------- */ 76 #navigation ul, #navigation li { 77 margin: 0; 78 padding: 0; 79 list-style: none; 80 } 81 #navigation li { 82 border: 1px solid #666; 83 margin-bottom: 3px; 84 } 85 #navigation li { 86 padding: 3px 0 3px 9px; 87 width: 124px; 88 display: block; 89 text-decoration: none; 90 color: #333; 91 background: #fff; 92 } 93 94 95 body#license li#welcome, 96 97 body#inspect li#welcome, 98 body#inspect li#licenseaccept, 99 100 body#systemsetup li#welcome, 101 body#systemsetup li#licenseaccept, 102 body#systemsetup li#inpection, 103 104 body#phpbbsetup li#welcome, 105 body#phpbbsetup li#license, 106 body#phpbbsetup li#inpection, 107 body#phpbbsetup li#system, 108 109 body#databasesetup li#welcome, 110 body#databasesetup li#licenseaccept, 111 body#databasesetup li#inpection, 112 body#databasesetup li#system, 113 body#databasesetup li#phpbb, 114 115 body#databaseupgrade li#welcome, 116 body#databaseupgrade li#licenseaccept, 117 body#databaseupgrade li#inpection, 118 body#databaseupgrade li#system, 119 body#databaseupgrade li#phpbb, 120 body#databaseupgrade li#database, 121 122 body#storesetup li#welcome, 123 body#storesetup li#licenseaccept, 124 body#storesetup li#inpection, 125 body#storesetup li#system, 126 body#storesetup li#phpbb, 127 body#storesetup li#database, 128 body#storesetup li#databaseupg, 129 130 body#adminsetup li#welcome, 131 body#adminsetup li#licenseaccept, 132 body#adminsetup li#inpection, 133 body#adminsetup li#system, 134 body#adminsetup li#phpbb, 135 body#adminsetup li#database, 136 body#adminsetup li#databaseupg, 137 body#adminsetup li#store, 138 139 body#finished li#welcome, 140 body#finished li#licenseaccept, 141 body#finished li#inpection, 142 body#finished li#system, 143 body#finished li#phpbb, 144 body#finished li#database, 145 body#finished li#databaseupg, 146 body#finished li#store, 147 body#finished li#admin {color: grey;} 148 149 body#index li#welcome, 150 body#license li#licenseaccept, 151 body#inspect li#inspection, 152 body#systemsetup li#system, 153 body#databasesetup li#database, 154 body#databaseupgrade li#databaseupg, 155 body#storesetup li#store, 156 body#adminsetup li#admin, 157 body#phpbbsetup li#phpbb, 158 body#finished li#finish { 159 font-weight: bold; background-color: #ceddf0; 160 } 161 162 /* Footer 163 --------------------------------- */ 164 #footer { clear: both; text-align: center; margin: 10px 0 0 5px;} 165 166 /* Headings 167 --------------------------------- */ 168 h1 { 169 color: #ffffff; 170 border:1px solid #aca893; 171 background-color: #c96e29; 172 background-image: url(../images/tile_back.jpg); 173 font-size: 16px; 174 padding: 4px; 175 } 176 h2 { 177 color: #c96e29; 178 font-size: 16px; 179 } 180 181 .extralarge { 182 font-size: 2em; 183 } 184 185 /* Links 186 --------------------------------- */ 187 a:link, a:visited, a:active { color:#0033FF; font-weight: bold; font-size: 1.1em; text-decoration:none; } 188 a:hover { color:#c96e29;} 189 a.button { padding: 3px 15px; color: #000; border: 3px outset #666; margin: 0px 5px; background-color: #ceddf0; } 190 a.button:hover {background-color: #ceddf0; } 191 192 /* Forms 193 --------------------------------- */ 194 form { margin: 0; padding: 0; } 195 fieldset { margin: 0; padding: 10px; border: 1px solid #666; } 196 legend { margin: 0; padding: 0 4px; color: #e80; } 197 input, select, textarea { margin: 10px 5px 0; padding: 0; } 198 label, span.label { margin: 0; padding: 0; font-weight: bold; } 199 200 div.section { margin: 0; padding: 0; clear: both; } 201 div.section input, div.section select, div.section div.input, div.section textarea { float: right; } 202 div.section div.input input { float: none; } 203 div#language input, div#language select { margin: 0; padding: 0; } 204 205 div.section ul.inspect-list li { list-style-type: none; } 206 div.section ul.inspect-list li.OK { list-style-image: url(../images/greencheck.gif); color:#009933; } 207 div.section ul.inspect-list li.FAIL { list-style-image: url(../images/redx.gif); color:#FF0000; } 208 div.section ul.inspect-list li.WARN { list-style-image: url(../images/yellowcaution.gif); color:#FF9900; } 209 div#error ul li.FAIL { list-style-image: url(../images/redx.gif); color:#FF0000; } 210 div#error ul li.WARN { list-style-image: url(../images/yellowcaution.gif); color:#FF9900; } 211 div.section ul.inspect-list li.NA { list-style-type: none; } 212 213 div.progress {color:#CC6600;} 214 215 /* Frames 216 --------------------------------- */ 217 iframe { width: 576px; height: 250px; border: 1px solid #666; } 218 219 /* Miscellaneous 220 --------------------------------- */ 221 p { 222 line-height: 1.5em; 223 margin: 0px 0px 1em; 224 padding: 0px; 225 } 226 .center { text-align: center; } 227 .errors { color: #FF0000;} 228 SPAN.emphasis { color:#c96e29;} 229 a.nowrap { white-space: nowrap; } 230 231 /* message box */ 232 233 .messageBox{ 234 } 235 .messageStackCaution{ 236 background-color:#ffff00; 237 } 238 .messageStackError,.messageStackWarning{ 239 background-color:#ffb3b5; 240 } 241 .messageStackSuccess{ 242 background-color:#d4ffbd; 243 } 244 245 246 247 248 249 #errorInformation{ 250 display: inline; 251 white-space: nowrap; 252 margin: 0; 253 padding: 0.5em 0em; 254 list-style-type: none; 255 } 256 257 #error { 258 } 259 260 #stopsign { 261 float: left; 262 width: 140px; 263 }
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 16:45:43 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |