[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 /* Styles specific for the setup program */ 2 3 body 4 { 5 background-color: #638ecf; 6 margin: 0px; 7 padding: 0px; 8 } 9 10 code, pre, tt { 11 font-family: Courier, "Courier New", monospace; 12 font-size: 80%; 13 } 14 15 pre 16 { 17 padding-top: 0.5ex; 18 padding-bottom: 0.5ex; 19 margin: 0px; 20 } 21 22 pre.example, p.example 23 { 24 background-color: #ebf2f8; 25 border-top : 1px solid #999999; 26 border-bottom : 1px solid #999999; 27 border-left : 1px solid #999999; 28 border-right : 1px solid #999999; 29 } 30 31 div.quote 32 { 33 padding-top: 2.5ex; 34 padding-bottom: 2.5ex; 35 padding-left: 2.5ex; 36 padding-right: 2.5ex; 37 margin: 0px; 38 text-decoration: none; 39 background-color: #f7f7f7; 40 font-weight: bold; 41 42 border-top : 1px solid #999999; 43 border-bottom : 1px solid #999999; 44 border-left : 1px solid #999999; 45 border-right : 1px solid #999999; 46 } 47 48 blockquote.note 49 { 50 background-color: #f7f7f7; 51 } 52 53 blockquote.error 54 { 55 padding-top: 0px; 56 padding-bottom: 0px; 57 } 58 59 blockquote.error h2 60 { 61 padding-top: 0px; 62 } 63 64 blockquote.error a 65 { 66 color: #04396c; 67 font-size: 11px; 68 font-weight: bold; 69 text-align: center; 70 text-decoration: none; 71 } 72 73 blockquote.error a:hover 74 { 75 color: #0000c0; 76 text-decoration: underline; 77 cursor: pointer; 78 } 79 80 81 div.information 82 { 83 background-color: #f2f4f9; 84 /* color: #ffffff;*/ 85 text-decoration: none; 86 } 87 88 89 td.setup_noborder 90 { 91 padding-top: 0px; 92 padding-left: 0px; 93 padding-bottom: 0px; 94 padding-right: 0px; 95 border-bottom: 0px; 96 } 97 98 td.setup_main_area 99 { 100 padding-top: 0px; 101 padding-left: 10px; 102 padding-bottom: 0px; 103 padding-right: 10px; 104 border-bottom: 0px; 105 vertical-align: top; 106 background-color: #ffffff; 107 } 108 109 td.setup_noborder_white 110 { 111 padding-top: 0px; 112 padding-left: 0px; 113 padding-bottom: 0px; 114 padding-right: 0px; 115 border-bottom: 0px; 116 background-color: #ffffff; 117 } 118 119 td.setup_noborder_blue 120 { 121 padding-top: 0px; 122 padding-left: 10px; 123 padding-bottom: 0px; 124 padding-right: 10px; 125 border-bottom: 0px; 126 vertical-align: top; 127 background-color: #6d9ad7; 128 } 129 130 td.setup_site_templates 131 { 132 padding-top: 1px; 133 padding-left: 0px; 134 padding-bottom: 1px; 135 padding-right: 1px; 136 border-bottom: 0px; 137 } 138 139 td.setup_progress_left 140 { 141 padding-top: 0px; 142 padding-left: 0px; 143 padding-bottom: 0px; 144 padding-right: 0px; 145 border-top: 6px; 146 border-bottom: 6px; 147 border-left: 0px; 148 border-right: 0px; 149 border-style: solid; 150 border-color: #91b0dd; 151 background-color: #4373b4; 152 } 153 154 td.setup_progress_right 155 { 156 padding-top: 0px; 157 padding-left: 0px; 158 padding-bottom: 0px; 159 padding-right: 0px; 160 border-top: 0px; 161 border-bottom: 0px; 162 background-color: #91b0dd; 163 } 164 165 166 tt.option 167 { 168 } 169 170 p.enabled 171 { 172 text-decoration: none; 173 color: #000000; 174 } 175 176 p.current 177 { 178 text-decoration: none; 179 color: #000000; 180 font-weight: bold; 181 } 182 183 p.disabled 184 { 185 text-decoration: none; 186 color: #cccccc; 187 } 188 189 a:link.setup_final 190 { 191 color: #4070ff; 192 } 193 194 a:visited.setup_final 195 { 196 color: #6294ff; 197 } 198 199 a:link 200 { 201 color: #82c4ff; 202 } 203 204 a:visited 205 { 206 color: #d6ecff; 207 } 208 209 div.setup_help 210 { 211 color: #e0efff; 212 font-size: small; 213 } 214 215 div.setup_progress_bar_text 216 { 217 color: #ffffff; 218 font-size: x-small; 219 } 220 221 div.setup_summary_ok 222 { 223 color: #edf2fa; 224 font-size: small; 225 } 226 227 div.setup_summary_empty 228 { 229 color: #c0d0f0; 230 font-size: small; 231 } 232 233 234 div.setup_help 235 { 236 margin-top: 0px; 237 margin-bottom: 0px; 238 padding-top: 0px; 239 padding-bottom: 0px; 240 padding-left: 0px; 241 padding-right: 0px; 242 color: #edf2fa; 243 } 244 245 h1.setup_help_summary 246 { 247 color: #edf2fa; 248 } 249 250 div.setup_summary 251 { 252 margin-top: 0px; 253 margin-bottom: 0px; 254 padding-top: 10px; 255 padding-bottom: 0px; 256 padding-left: 0px; 257 padding-right: 0px; 258 font-size: small; 259 color: #edf2fa; 260 } 261 262 div.input_highlight 263 { 264 margin-top: 1ex; 265 margin-bottom: 1ex; 266 padding: 0.5ex; 267 padding-left: 1ex; 268 padding-right: 2ex; 269 border-width: 0.2ex; 270 border-style: solid; 271 border-color: #505050; 272 background-color: #f8f8f8; 273 } 274 275 img.site-type 276 { 277 padding: 4px; 278 border: 1px solid #666; 279 } 280 281 282 .invalid, .invalid label 283 { 284 color: #a00; 285 } 286 287 288 289 label.radio, label.checkbox, label.textfield 290 { 291 display: inline; 292 font-weight: normal; 293 } 294 295 th.label 296 { 297 text-align: left; 298 font-size: 1.2em; 299 } 300 301 h2.site-functionality 302 { 303 display: block; 304 clear: both; 305 padding-top: 0.6em; 306 } 307 308 div.site-thumbnail 309 { 310 padding-top: 0.6em; 311 padding-bottom: 0.6em; 312 } 313 314 div.navigation-block 315 { 316 padding-top: 0.8em; 317 } 318 319 table.full 320 { 321 width: 98%; 322 } 323 324 textarea.full 325 { 326 width: 98%; 327 } 328 329 /* Adjustments from core design **/ 330 331 input.defaultbutton 332 { 333 font-size: 0.9em; 334 font-weight: bold; 335 color: #000000; 336 border: 2px solid #ffffff; 337 border-bottom: 2px solid #404040; 338 border-right: 2px solid #404040; 339 background-color: #e0e0e0; 340 background-repeat: repeat-x; 341 background-position: top; 342 padding: 0em 0.25em 0em 0.25em; 343 } 344 345 blockquote 346 { 347 margin-top: 1ex; 348 margin-bottom: 1ex; 349 padding: 0.5ex; 350 padding-left: 1ex; 351 padding-right: 2ex; 352 border-width: 1px; 353 border-style: solid; 354 border-color: #505050; 355 background-color: #f8f8f8; 356 } 357 358 label.disabled 359 { 360 color: #bfbeb6; 361 } 362 363 table.sitepackages 364 { 365 width: 100%; 366 } 367 368 table.sitepackages td 369 { 370 padding: 0.25em; 371 vertical-align: top; 372 } 373 374 table.sitepackages img 375 { 376 margin-top: 1.3em; 377 margin-right: 0.5em; 378 } 379 380 table.sitepackages h2 381 { 382 font-size: 1.3em; 383 margin-top: 0.8em; 384 padding-top: 0; 385 } 386 387 table.sitepackages h3 388 { 389 font-size: 1em; 390 margin: 0; 391 } 392 393 table.sitepackages input 394 { 395 margin-top: 1.2em; 396 } 397 398 table.sitepackages td.importstatus em 399 { 400 margin-top: 1em; 401 display: block; 402 } 403 404 em.imported 405 { 406 font-weight: bold; 407 color: #008000; 408 } 409 410 em.notimported 411 { 412 font-weight: bold; 413 color: #a0a0a0; 414 }
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 10:30:04 2007 | par Balluche grâce à PHPXref 0.7 |