[0] | 1 | /* |
---|
| 2 | # -- BEGIN LICENSE BLOCK --------------------------------------- |
---|
| 3 | # |
---|
| 4 | # This file is part of Dotclear 2. |
---|
| 5 | # |
---|
[3] | 6 | # Copyright (c) 2003-2011 Olivier Meunier & Association Dotclear |
---|
[0] | 7 | # Licensed under the GPL version 2.0 license. |
---|
| 8 | # See LICENSE file or |
---|
| 9 | # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html |
---|
| 10 | # |
---|
| 11 | # -- END LICENSE BLOCK ----------------------------------------- |
---|
| 12 | */ |
---|
[500] | 13 | |
---|
| 14 | /* ------------------------------------------------------------------ html */ |
---|
[0] | 15 | body { |
---|
[493] | 16 | font: 75%/1.5em Helvetica,Arial,sans-serif; |
---|
[3] | 17 | color: #333; |
---|
| 18 | background: #f5f5f5; |
---|
| 19 | margin: 0; |
---|
| 20 | padding: 0; |
---|
[0] | 21 | } |
---|
| 22 | body.auth { |
---|
[3] | 23 | background: #fff; |
---|
[0] | 24 | } |
---|
| 25 | |
---|
| 26 | a, a:link, a:visited { |
---|
[3] | 27 | color: #2373A8; |
---|
| 28 | text-decoration: none; |
---|
| 29 | border-bottom: 1px dotted #f90; |
---|
[0] | 30 | } |
---|
| 31 | a:hover, a:active, a:focus { |
---|
[3] | 32 | text-decoration: underline; |
---|
[0] | 33 | } |
---|
[471] | 34 | a img, a:link img, a:visited img { |
---|
| 35 | border:none; |
---|
| 36 | } |
---|
[0] | 37 | |
---|
| 38 | h1, h2, h3, h4, h5, h6, p { |
---|
[3] | 39 | margin-top: 0; |
---|
[0] | 40 | margin-bottom: 0.6em; |
---|
| 41 | } |
---|
| 42 | h2 { |
---|
[3] | 43 | color: #666; |
---|
| 44 | font-size: 1.4em; |
---|
[0] | 45 | padding: 4px 0; |
---|
| 46 | } |
---|
[500] | 47 | .page-title { |
---|
| 48 | color: #d30e60; |
---|
| 49 | } |
---|
[0] | 50 | h3 { |
---|
[3] | 51 | color: #333; |
---|
| 52 | font-size: 1.2em; |
---|
[0] | 53 | } |
---|
| 54 | p, div.p { |
---|
[3] | 55 | margin: 0 0 1em 0; |
---|
[0] | 56 | } |
---|
| 57 | hr { |
---|
[3] | 58 | height: 1px; |
---|
| 59 | border-width: 1px 0 0 0; |
---|
| 60 | border-color: #999; |
---|
| 61 | border-style: solid; |
---|
[0] | 62 | } |
---|
| 63 | pre, code { |
---|
| 64 | font: 100% "Andale Mono","Courier New",monospace; |
---|
| 65 | } |
---|
| 66 | pre { |
---|
| 67 | white-space: pre; |
---|
| 68 | white-space: -moz-pre-wrap; |
---|
| 69 | white-space: -hp-pre-wrap; |
---|
| 70 | white-space: -o-pre-wrap; |
---|
| 71 | white-space: -pre-wrap; |
---|
| 72 | white-space: pre-wrap; |
---|
| 73 | white-space: pre-line; |
---|
| 74 | word-wrap: break-word; |
---|
| 75 | } |
---|
[12] | 76 | abbr { |
---|
| 77 | cursor: help; |
---|
| 78 | } |
---|
[0] | 79 | |
---|
| 80 | /* LAYOUT |
---|
| 81 | -------------------------------------------------------- */ |
---|
[513] | 82 | /* header */ |
---|
| 83 | #header { |
---|
| 84 | background: #575859; |
---|
| 85 | height: 3em; |
---|
| 86 | position: relative; |
---|
| 87 | } |
---|
[447] | 88 | #prelude { |
---|
| 89 | background: #575859; |
---|
[513] | 90 | line-height: 1.5em; |
---|
[447] | 91 | margin: 0; |
---|
[513] | 92 | padding: 0 1.7em 0 1em; |
---|
[447] | 93 | overflow: hidden; |
---|
[513] | 94 | position: absolute; |
---|
| 95 | top: 1.2em; |
---|
| 96 | left: 0; |
---|
[447] | 97 | } |
---|
| 98 | #prelude li { |
---|
| 99 | list-style-type: none; |
---|
| 100 | margin: 0 1em 0 0; |
---|
| 101 | background:transparent; |
---|
| 102 | } |
---|
[513] | 103 | #prelude li a { |
---|
[447] | 104 | color:#fff; |
---|
| 105 | } |
---|
[0] | 106 | #top { |
---|
[3] | 107 | margin: 0; |
---|
| 108 | padding: 0; |
---|
[489] | 109 | width: 13em; |
---|
| 110 | float: left; |
---|
[0] | 111 | } |
---|
| 112 | #top h1 { |
---|
[3] | 113 | padding: 0; |
---|
| 114 | margin: 0; |
---|
| 115 | height: 3em; |
---|
| 116 | text-indent: -1000px; |
---|
| 117 | background: transparent url(dc_logo.png) no-repeat 0 50%; |
---|
[0] | 118 | } |
---|
| 119 | #top h1 a { |
---|
| 120 | position: absolute; |
---|
| 121 | top: 3px; |
---|
| 122 | left: 0; |
---|
| 123 | width: 130px; |
---|
[3] | 124 | height: 60px; |
---|
[0] | 125 | border: none; |
---|
| 126 | outline: none; |
---|
[3] | 127 | color: #fff; |
---|
[0] | 128 | } |
---|
[489] | 129 | #info-boxes { |
---|
[3] | 130 | background: #575859; |
---|
[493] | 131 | font-size: .95em; |
---|
[495] | 132 | height: 3em; |
---|
[489] | 133 | } |
---|
| 134 | #info-box1 { |
---|
[3] | 135 | margin: 0; |
---|
[489] | 136 | padding: .5em 3px 4px 0; |
---|
[0] | 137 | color: #fff; |
---|
[489] | 138 | float: left; |
---|
| 139 | background: #575859; |
---|
[0] | 140 | } |
---|
[3] | 141 | #info-box2 { |
---|
[493] | 142 | margin: .1em 0 0 0; |
---|
[518] | 143 | padding: .5em 1.3em 4px 0; |
---|
[489] | 144 | color: #fff; |
---|
| 145 | float: right; |
---|
| 146 | text-align: right; |
---|
[3] | 147 | background: #575859; |
---|
[489] | 148 | height: 2em; |
---|
[3] | 149 | } |
---|
[489] | 150 | #info-box1 select { |
---|
[493] | 151 | width: 15em; |
---|
[0] | 152 | } |
---|
[489] | 153 | #info-box1 a img, #info-box2 a img { |
---|
[131] | 154 | vertical-align: middle; |
---|
[3] | 155 | padding-left: .3em; |
---|
| 156 | } |
---|
[489] | 157 | #info-box1 a, #info-box2 a { |
---|
[3] | 158 | background: #575859; |
---|
| 159 | font-weight: bold; |
---|
[0] | 160 | color: #fff; |
---|
[3] | 161 | border-bottom-color: #ccc; |
---|
[493] | 162 | margin-left: .3em; |
---|
| 163 | margin-right: .3em; |
---|
[489] | 164 | white-space: nowrap; |
---|
[492] | 165 | font-weight: normal; |
---|
[0] | 166 | } |
---|
[489] | 167 | #info-box1 a { |
---|
[493] | 168 | margin-left: 1.33em; |
---|
[148] | 169 | } |
---|
[488] | 170 | #info-box2 a.active { |
---|
| 171 | border-bottom-color: #f5f5f5; |
---|
[489] | 172 | margin: 0; |
---|
[488] | 173 | padding: 1.2em .5em; |
---|
| 174 | background-color: #f5f5f5; |
---|
| 175 | color: #333; |
---|
[492] | 176 | font-weight: bold; |
---|
[488] | 177 | } |
---|
[489] | 178 | #info-box2 span { |
---|
| 179 | color: #575859; |
---|
| 180 | } |
---|
[500] | 181 | /* prelude */ |
---|
[0] | 182 | #wrapper { |
---|
| 183 | width: 100%; |
---|
| 184 | } |
---|
| 185 | #main { |
---|
[3] | 186 | width: 100%; |
---|
| 187 | float: right; |
---|
| 188 | margin-left: -13em; |
---|
| 189 | margin-top: 0; |
---|
| 190 | } |
---|
| 191 | #content { |
---|
[518] | 192 | margin: 1.5em 1.5em 4em 13em; |
---|
[148] | 193 | padding: 1em; |
---|
[3] | 194 | background: #fff; |
---|
| 195 | -webkit-border-radius: .5em; |
---|
| 196 | -moz-border-radius: .5em; |
---|
| 197 | border-radius: .5em; |
---|
| 198 | border: 1px solid #ddd; |
---|
| 199 | } |
---|
[213] | 200 | /* Micro clearfix thx to Nicolas Gallagher */ |
---|
| 201 | #content:before, #content:after {content:"";display:table;} |
---|
| 202 | #content:after {clear:both;} |
---|
[500] | 203 | /* -------------------------------------------------- layout - multipart */ |
---|
| 204 | .three-cols { |
---|
| 205 | } |
---|
| 206 | .three-cols .col { |
---|
| 207 | width: 32.3%; |
---|
| 208 | float: left; |
---|
| 209 | margin-left: 1%; |
---|
| 210 | } |
---|
| 211 | .three-cols .col:first-child { |
---|
| 212 | width: 33.3%; |
---|
| 213 | margin-left: 0; |
---|
| 214 | } |
---|
| 215 | .two-cols { |
---|
| 216 | position: static; |
---|
| 217 | } |
---|
| 218 | .two-cols .col { |
---|
| 219 | width: 49%; |
---|
| 220 | margin-left: 2%; |
---|
| 221 | float: left; |
---|
| 222 | } |
---|
| 223 | .two-cols .col:first-child { |
---|
| 224 | width: 49%; |
---|
| 225 | margin-left: 0; |
---|
| 226 | } |
---|
| 227 | .two-cols .col70{ |
---|
| 228 | width: 69%; |
---|
| 229 | margin-left: 0; |
---|
| 230 | float: left; |
---|
| 231 | } |
---|
| 232 | .two-cols .col30 { |
---|
| 233 | width: 28%; |
---|
| 234 | margin-left: 2%; |
---|
| 235 | float: left; |
---|
| 236 | } |
---|
| 237 | /* -------------------------------------------------------------- layout - onglets */ |
---|
| 238 | .part-tabs ul { |
---|
| 239 | padding: .3em 0 1px 1em; |
---|
| 240 | border-bottom: 1px solid #999; |
---|
| 241 | } |
---|
| 242 | .part-tabs li { |
---|
| 243 | list-style: none; |
---|
| 244 | margin: 0; |
---|
| 245 | display: inline; |
---|
| 246 | } |
---|
| 247 | .part-tabs li a { |
---|
| 248 | padding: .3em 0.5em; |
---|
| 249 | margin-right: .5em; |
---|
| 250 | border: 1px solid #999; |
---|
| 251 | border-bottom: none; |
---|
| 252 | background: #dfdfdf; |
---|
| 253 | text-decoration: none; |
---|
| 254 | -webkit-border-top-left-radius: .3em; |
---|
| 255 | -webkit-border-top-right-radius: .3em; |
---|
| 256 | -moz-border-radius-topleft: .3em; |
---|
| 257 | -moz-border-radius-topright: .3em; |
---|
| 258 | border-top-left-radius: .3em; |
---|
| 259 | border-top-right-radius: .3em; |
---|
| 260 | color: #000; |
---|
| 261 | } |
---|
| 262 | .part-tabs li.part-tabs-link a { |
---|
| 263 | background: #ffe; |
---|
| 264 | } |
---|
| 265 | .part-tabs li a:hover, .part-tabs li a:focus { |
---|
| 266 | color: #000; |
---|
| 267 | background: #fff; |
---|
| 268 | border-bottom-color: #fff; |
---|
| 269 | } |
---|
| 270 | .part-tabs li.part-tabs-active a { |
---|
| 271 | background: #fff; |
---|
| 272 | border-bottom: 1px solid #fff; |
---|
| 273 | color: #000; |
---|
| 274 | font-weight: bold; |
---|
| 275 | } |
---|
| 276 | /* ------------------------------------------------------------------ main-menu */ |
---|
[3] | 277 | #main-menu { |
---|
| 278 | width: 13em; |
---|
| 279 | float: left; |
---|
[495] | 280 | margin-top: 1.2em; |
---|
[148] | 281 | margin-bottom: 1em; |
---|
[0] | 282 | } |
---|
| 283 | #main-menu h3 { |
---|
[495] | 284 | margin: 0 0 0.5em; |
---|
[3] | 285 | padding: .5em 0 0 .5em; |
---|
[0] | 286 | text-transform: uppercase; |
---|
[3] | 287 | color: #666; |
---|
[173] | 288 | font-size: 1.1em; |
---|
[0] | 289 | } |
---|
| 290 | #main-menu ul { |
---|
[173] | 291 | font-size: .95em; |
---|
[3] | 292 | margin: 0 0 1em 0; |
---|
| 293 | padding: 0; |
---|
| 294 | list-style: none; |
---|
[0] | 295 | } |
---|
| 296 | #main-menu li { |
---|
[3] | 297 | display: block; |
---|
[577] | 298 | margin: 0.5em 0 0; |
---|
| 299 | padding: .2em 0 0 32px; |
---|
[0] | 300 | background-repeat: no-repeat; |
---|
[577] | 301 | background-position: 12px .2em; |
---|
[0] | 302 | } |
---|
| 303 | #main-menu a { |
---|
[3] | 304 | font-weight: bold; |
---|
[0] | 305 | } |
---|
| 306 | #main-menu .active a { |
---|
[3] | 307 | border-bottom: none; |
---|
[173] | 308 | color: #333; |
---|
[3] | 309 | } |
---|
[481] | 310 | #main-menu .active { |
---|
[3] | 311 | background-color: #fff; |
---|
[173] | 312 | padding: .4em 0 .1em 32px; |
---|
[3] | 313 | background-position: 12px .4em; |
---|
[173] | 314 | border-top: 1px solid #ddd; |
---|
| 315 | border-bottom: 1px solid #ddd; |
---|
| 316 | margin-right: -1px; |
---|
[0] | 317 | } |
---|
[495] | 318 | #favorites-menu { |
---|
| 319 | margin: 0 0 2em; |
---|
[0] | 320 | } |
---|
[489] | 321 | #favorites-menu h3 { |
---|
[495] | 322 | color: #333; |
---|
| 323 | text-transform: none; |
---|
[481] | 324 | } |
---|
| 325 | #favorites-menu a { |
---|
[518] | 326 | color: #333; |
---|
[481] | 327 | } |
---|
| 328 | #favorites-menu .active { |
---|
| 329 | background-color: transparent; |
---|
[495] | 330 | border: none; |
---|
[481] | 331 | } |
---|
| 332 | #favorites-menu .active a { |
---|
| 333 | font-weight: bold; |
---|
[518] | 334 | color: #666; |
---|
[481] | 335 | } |
---|
[500] | 336 | /* ------------------------------------------------------------------ footer */ |
---|
[0] | 337 | #footer { |
---|
[3] | 338 | clear: both; |
---|
| 339 | padding: .75em 2em; |
---|
[131] | 340 | margin: 6em 15px .5em 15px; |
---|
[3] | 341 | -webkit-border-radius: .3em; |
---|
| 342 | -moz-border-radius: .3em; |
---|
| 343 | border-radius: .3em; |
---|
| 344 | background: #575859 url(dc_logo_small.png) no-repeat right bottom; |
---|
| 345 | color: #fff; |
---|
[0] | 346 | } |
---|
| 347 | #footer p { |
---|
[3] | 348 | margin: 0; |
---|
| 349 | padding: 0 1em; |
---|
| 350 | text-align: center; |
---|
[0] | 351 | font-size: 1.1em; |
---|
| 352 | } |
---|
[3] | 353 | #footer a { |
---|
| 354 | color: #f5f5f5; |
---|
| 355 | } |
---|
| 356 | #footer p span.credit { |
---|
[131] | 357 | font-size: .85em; |
---|
[3] | 358 | font-weight: normal; |
---|
| 359 | } |
---|
[500] | 360 | /* ---------------------------------------------------------------------------- auth.php */ |
---|
| 361 | #login-screen { |
---|
| 362 | display: block; |
---|
| 363 | width: 18em; |
---|
| 364 | margin: 1.5em auto 0; |
---|
| 365 | font-size: 1.1em; |
---|
| 366 | } |
---|
| 367 | #login-screen h1 { |
---|
| 368 | text-indent: -2000px; |
---|
| 369 | background: transparent url(dotclear-logo2.png) no-repeat top left; |
---|
| 370 | height: 50px; |
---|
| 371 | margin-bottom: .5em; |
---|
| 372 | margin-left: .5em; |
---|
| 373 | } |
---|
| 374 | #login-screen fieldset { |
---|
| 375 | border: 1px solid #999; |
---|
| 376 | padding: 1em 1em 0 1em; |
---|
| 377 | -moz-border-radius: 4px; |
---|
| 378 | -webkit-border-radius: 4px; |
---|
| 379 | border-radius: 4px; |
---|
| 380 | } |
---|
| 381 | #login-screen input[type=text], #login-screen input[type=password], #login-screen input[type=submit] { |
---|
| 382 | width: 100%; |
---|
| 383 | } |
---|
| 384 | #login-screen #issue { |
---|
| 385 | margin-left: 1em; |
---|
| 386 | font-size: 1em; |
---|
| 387 | } |
---|
| 388 | #login-screen #issue strong {font-weight: normal;} |
---|
[0] | 389 | |
---|
| 390 | |
---|
[500] | 391 | /* ------------------------------------------------------------------ dashboard */ |
---|
[0] | 392 | #dashboard-main { |
---|
| 393 | float: left; |
---|
| 394 | overflow: hidden; |
---|
[132] | 395 | padding: 1em 2% 1em 0; |
---|
| 396 | width: 70%; |
---|
[0] | 397 | } |
---|
[116] | 398 | #dashboard-main.fullwidth { |
---|
| 399 | width: 100%; |
---|
| 400 | padding: 1em 0; |
---|
| 401 | float: none; |
---|
| 402 | } |
---|
[471] | 403 | #icons { |
---|
[0] | 404 | overflow: hidden; |
---|
| 405 | padding-bottom: 1em; |
---|
[27] | 406 | text-align: center; |
---|
[0] | 407 | } |
---|
[471] | 408 | #icons p { |
---|
[82] | 409 | width: 210px; |
---|
[0] | 410 | text-align: center; |
---|
| 411 | margin: 2em 0 0 0; |
---|
[29] | 412 | display:inline-block; |
---|
[0] | 413 | } |
---|
[471] | 414 | #icons a, |
---|
| 415 | #icons a:link, |
---|
| 416 | #icons a:visited, |
---|
| 417 | #icons a:hover, |
---|
| 418 | #icons a:focus { |
---|
| 419 | border-bottom-width: 0px; |
---|
| 420 | text-decoration: none; |
---|
[0] | 421 | } |
---|
[471] | 422 | #icons a span { |
---|
| 423 | border-bottom: 1px dotted #f90; |
---|
[0] | 424 | } |
---|
[471] | 425 | #icons a:focus span, #icons a:hover span { |
---|
| 426 | text-decoration: underline; |
---|
[0] | 427 | } |
---|
[579] | 428 | /* test |
---|
[575] | 429 | #icons img { |
---|
[579] | 430 | padding: 8px; |
---|
| 431 | background: #e5e5e5; |
---|
| 432 | border: 1px solid #d9d9d9; |
---|
[575] | 433 | border-radius: 5px; |
---|
[579] | 434 | -webkit-box-shadow: 0px 1px 3px #ccc; |
---|
| 435 | -moz-box-shadow: 0px 1px 3px #ccc; |
---|
| 436 | box-shadow: 0px 1px 3px #ccc; |
---|
[575] | 437 | } |
---|
| 438 | #icons a:hover img { |
---|
| 439 | background: #bbb; |
---|
[579] | 440 | }*/ |
---|
| 441 | |
---|
[471] | 442 | #quick { |
---|
[0] | 443 | clear: left; |
---|
| 444 | margin-top: 2em; |
---|
| 445 | } |
---|
[471] | 446 | #quick h3 { |
---|
[0] | 447 | margin-bottom: 0.2em; |
---|
[3] | 448 | font-size: 1.2em; |
---|
[0] | 449 | } |
---|
[471] | 450 | #quick p.qinfo { |
---|
[74] | 451 | margin: -.7em -1em 1em; |
---|
| 452 | background: #eef url(info.png) no-repeat .2em .2em; |
---|
| 453 | border: 1px solid #99f; |
---|
| 454 | padding: .2em 1em .1em 24px; |
---|
| 455 | color: #666; |
---|
[0] | 456 | } |
---|
| 457 | #dashboard-items { |
---|
| 458 | float: left; |
---|
[132] | 459 | width: 27%; |
---|
[0] | 460 | overflow: hidden; |
---|
| 461 | padding-bottom: 1em; |
---|
[3] | 462 | padding-top: 3em; |
---|
[0] | 463 | } |
---|
[495] | 464 | #dashboard-items img { |
---|
[0] | 465 | vertical-align: middle; |
---|
| 466 | } |
---|
| 467 | #dashboard-items ul { |
---|
| 468 | display: block; |
---|
| 469 | padding-left: 1.5em; |
---|
| 470 | list-style: square; |
---|
| 471 | } |
---|
| 472 | #dashboard-items li { |
---|
| 473 | margin: 0.25em 0 0 0; |
---|
| 474 | color: #666; |
---|
| 475 | } |
---|
[495] | 476 | #news dt { |
---|
[0] | 477 | font-weight: bold; |
---|
| 478 | margin: 0 0 0.4em 0; |
---|
| 479 | } |
---|
[495] | 480 | #news dd { |
---|
[0] | 481 | margin: 0 0 1em 0; |
---|
| 482 | } |
---|
[495] | 483 | #news dd p { |
---|
[0] | 484 | margin: 0.2em 0 0 0; |
---|
| 485 | } |
---|
[148] | 486 | |
---|
[0] | 487 | #upg-notify { |
---|
| 488 | } |
---|
| 489 | #upg-notify ul { |
---|
| 490 | padding-left: 15px; |
---|
| 491 | } |
---|
| 492 | #upg-notify li { |
---|
| 493 | color: #fff; |
---|
| 494 | } |
---|
[500] | 495 | /* ------------------------------------------------------------------ post */ |
---|
[458] | 496 | #entry-wrapper { |
---|
| 497 | float: left; |
---|
| 498 | width: 100%; |
---|
| 499 | margin-right: -18em; |
---|
| 500 | } |
---|
| 501 | #entry-content { |
---|
| 502 | margin-right: 18em; |
---|
| 503 | } |
---|
[0] | 504 | #entry-sidebar { |
---|
[148] | 505 | width: 17em; |
---|
[3] | 506 | float: right; |
---|
[0] | 507 | } |
---|
| 508 | #comments { |
---|
[3] | 509 | clear: both; |
---|
[0] | 510 | } |
---|
[500] | 511 | /* ------------------------------------------------------------------ categories */ |
---|
[0] | 512 | #categories { |
---|
| 513 | margin: 1em 0 2em; |
---|
| 514 | } |
---|
| 515 | #categories ul { |
---|
| 516 | list-style: none; |
---|
[148] | 517 | margin: 0; |
---|
| 518 | padding: 0; |
---|
[0] | 519 | } |
---|
[495] | 520 | #categories li { |
---|
[3] | 521 | margin: .5em 0; |
---|
| 522 | padding: .3em 1.5em; |
---|
[0] | 523 | border: 1px solid #ccc; |
---|
[3] | 524 | border-left: 1em solid #E5E3DA; |
---|
| 525 | -moz-border-radius: .3em; |
---|
| 526 | -webkit-border-radius: .3em; |
---|
| 527 | border-radius: .3em; |
---|
[0] | 528 | } |
---|
[495] | 529 | #categories h4 { |
---|
[0] | 530 | margin: 0; |
---|
| 531 | } |
---|
[495] | 532 | #categories h4 span { |
---|
[0] | 533 | font-weight: normal; |
---|
| 534 | } |
---|
[495] | 535 | #categories li p { |
---|
[0] | 536 | margin: 0; |
---|
| 537 | } |
---|
| 538 | select#del_cat { |
---|
| 539 | width: 100%; |
---|
| 540 | } |
---|
[500] | 541 | /* ------------------------------------------------------------------ media */ |
---|
[0] | 542 | #media-icon { |
---|
| 543 | float: left; |
---|
| 544 | } |
---|
| 545 | #media-details { |
---|
| 546 | margin-left: 70px; |
---|
| 547 | } |
---|
| 548 | #media-details ul { |
---|
| 549 | display: block; |
---|
| 550 | margin-left: 0; |
---|
| 551 | padding: 0; |
---|
| 552 | } |
---|
| 553 | #media-details li { |
---|
| 554 | list-style: square inside; |
---|
| 555 | margin: 0; |
---|
| 556 | padding: 0; |
---|
| 557 | } |
---|
| 558 | #media-original-image { |
---|
| 559 | overflow: auto; |
---|
| 560 | } |
---|
| 561 | #media-original-image.overheight { |
---|
| 562 | height: 500px; |
---|
| 563 | } |
---|
| 564 | #add-file-f { |
---|
| 565 | position: relative; |
---|
| 566 | } |
---|
| 567 | #add-file-f .more-file { |
---|
| 568 | position:absolute; |
---|
| 569 | right: 0.5em; |
---|
| 570 | background: #999; |
---|
| 571 | color: #fff; |
---|
| 572 | border: none; |
---|
| 573 | } |
---|
[500] | 574 | .media-list { |
---|
| 575 | position: static; |
---|
| 576 | } |
---|
| 577 | .media-col-0 { |
---|
| 578 | clear: left; |
---|
| 579 | } |
---|
| 580 | .media-item { |
---|
| 581 | position: relative; |
---|
| 582 | border-top: 1px solid #ccc; |
---|
| 583 | margin-bottom: 1em; |
---|
| 584 | padding: 5px 0; |
---|
| 585 | } |
---|
| 586 | div.media-list .media-item { |
---|
| 587 | width: 49%; |
---|
| 588 | float: left; |
---|
| 589 | margin-right: 1%; |
---|
| 590 | } |
---|
| 591 | a.media-icon { |
---|
| 592 | display: block; |
---|
| 593 | border-bottom: none; |
---|
| 594 | float: left; |
---|
| 595 | } |
---|
| 596 | .media-icon img { |
---|
| 597 | display: block; |
---|
| 598 | } |
---|
| 599 | .media-item ul { |
---|
| 600 | display: block; |
---|
| 601 | list-style: none; |
---|
| 602 | margin: 0 0 0 60px; |
---|
| 603 | padding: 0; |
---|
| 604 | } |
---|
| 605 | li.media-action { |
---|
| 606 | display: block; |
---|
| 607 | position: absolute; |
---|
| 608 | top: 5px; |
---|
| 609 | right: 5px; |
---|
| 610 | height: 16px; |
---|
| 611 | } |
---|
| 612 | li.media-action a { |
---|
| 613 | border: none; |
---|
| 614 | } |
---|
| 615 | li.media-action form { |
---|
| 616 | display: inline; |
---|
| 617 | } |
---|
| 618 | li.media-action input { |
---|
| 619 | border: none; |
---|
| 620 | } |
---|
| 621 | /* ------------------------------------------------------------------ preferences */ |
---|
[3] | 622 | #my-favs ul { |
---|
| 623 | list-style-type: none; |
---|
| 624 | margin-left: 0; |
---|
| 625 | padding-left: 0; |
---|
| 626 | line-height: 1.2; |
---|
| 627 | } |
---|
[495] | 628 | #my-favs li { |
---|
[3] | 629 | display: block; |
---|
| 630 | float: left; |
---|
[82] | 631 | width: 164px; |
---|
| 632 | margin-top: 1em; |
---|
| 633 | margin-bottom: 1.5em; |
---|
[3] | 634 | } |
---|
| 635 | #my-favs label {height: 2.5em;width:140px;margin-top:.3em;} |
---|
| 636 | #my-favs label input {display:inline;} |
---|
[11] | 637 | #my-favs img { |
---|
[3] | 638 | display: block; |
---|
| 639 | } |
---|
[11] | 640 | #my-favs input.position { |
---|
| 641 | margin: 0 0 .4em .2em; |
---|
[3] | 642 | } |
---|
| 643 | #available-favs input, #available-favs label, #available-favs label span { |
---|
| 644 | white-space: normal; |
---|
| 645 | display: inline; |
---|
| 646 | } |
---|
| 647 | #default-favs h3 { |
---|
| 648 | margin-top: 2em; |
---|
| 649 | margin-bottom: 1em; |
---|
| 650 | } |
---|
| 651 | .fav-list { |
---|
| 652 | list-style-type: none; |
---|
| 653 | margin-left: 0; |
---|
| 654 | padding-left: 0; |
---|
| 655 | } |
---|
| 656 | .fav-list li { |
---|
| 657 | line-height: 2; |
---|
| 658 | margin-left: 0; |
---|
| 659 | padding-left: 0; |
---|
| 660 | position: relative; |
---|
| 661 | } |
---|
[495] | 662 | .fav-list img { |
---|
[3] | 663 | vertical-align: middle; |
---|
| 664 | margin-right: .2em; |
---|
| 665 | } |
---|
| 666 | #available-favs label span.zoom { |
---|
| 667 | display: none; |
---|
| 668 | } |
---|
| 669 | #available-favs li:hover label span.zoom { |
---|
| 670 | display: block; |
---|
| 671 | position: absolute; |
---|
| 672 | bottom: 0; |
---|
| 673 | left: 10em; |
---|
| 674 | background-color: #f5f5f5; |
---|
| 675 | border: 1px solid #ddd; |
---|
| 676 | padding: .2em; |
---|
| 677 | -moz-border-radius: .5em; |
---|
| 678 | -webkit-border-radius: .5em; |
---|
| 679 | border-radius: .5em; |
---|
| 680 | } |
---|
[500] | 681 | /* -------------------------------------------------------------------- Themes */ |
---|
[0] | 682 | #themes { |
---|
| 683 | border-bottom: 1px solid #ccc; |
---|
| 684 | margin: 1em 0; |
---|
| 685 | } |
---|
| 686 | #themes div.theme-details { |
---|
| 687 | clear: left; |
---|
| 688 | border-top: 1px solid #ccc; |
---|
| 689 | padding: 1em 0; |
---|
| 690 | } |
---|
| 691 | #themes div.theme-details:hover { |
---|
| 692 | background: #eee; |
---|
| 693 | } |
---|
| 694 | #themes div.theme-details div.theme-shot { |
---|
| 695 | float: left; |
---|
| 696 | } |
---|
| 697 | #themes div.theme-details div.theme-shot img { |
---|
| 698 | display: block; |
---|
| 699 | width: 57px; |
---|
| 700 | height: 50px; |
---|
| 701 | border: 1px solid #ccc; |
---|
| 702 | } |
---|
| 703 | #themes div.theme-details div.theme-info { |
---|
| 704 | margin-left: 67px; |
---|
| 705 | } |
---|
| 706 | #themes div.theme-details div.theme-info span.theme-desc { |
---|
| 707 | display: block; |
---|
| 708 | } |
---|
| 709 | #themes div.theme-details div.theme-info span.theme-version { |
---|
| 710 | color: #666; |
---|
| 711 | } |
---|
| 712 | #themes div.theme-details div.theme-actions { |
---|
| 713 | margin-left: 67px; |
---|
| 714 | } |
---|
| 715 | /* Themes list, JS version */ |
---|
| 716 | #themes-wrapper { |
---|
| 717 | } |
---|
| 718 | #theme-box { |
---|
| 719 | border: 1px solid #999; |
---|
| 720 | border-left: none; |
---|
| 721 | padding: 5px; |
---|
| 722 | float: right; |
---|
[82] | 723 | height: 420px; |
---|
| 724 | width: 320px; |
---|
[0] | 725 | overflow: auto; |
---|
| 726 | } |
---|
| 727 | #theme-box div.theme-shot img { |
---|
| 728 | display: block; |
---|
| 729 | margin: 0 0 0 10px; |
---|
| 730 | width: 280px; |
---|
| 731 | height: 245px; |
---|
| 732 | border: 1px solid #ccc; |
---|
| 733 | } |
---|
| 734 | #theme-box div.theme-info { |
---|
| 735 | margin: 1em 0 0 10px; |
---|
| 736 | } |
---|
| 737 | #theme-box h3 { |
---|
| 738 | margin: 0; |
---|
| 739 | } |
---|
| 740 | #theme-box div.theme-info span { |
---|
| 741 | display: block; |
---|
| 742 | } |
---|
| 743 | #theme-box span.theme-version { |
---|
| 744 | color: #666; |
---|
| 745 | } |
---|
| 746 | #theme-box span.theme-parent-ok { |
---|
| 747 | color: #666; |
---|
| 748 | } |
---|
| 749 | #theme-box span.theme-parent-missing { |
---|
| 750 | color: #c00; |
---|
| 751 | font-weight:bold; |
---|
| 752 | } |
---|
| 753 | #theme-box div.theme-actions { |
---|
| 754 | margin-left: 10px; |
---|
| 755 | } |
---|
| 756 | #themes-wrapper #themes { |
---|
| 757 | border: 1px solid #999; |
---|
| 758 | overflow: auto; |
---|
[82] | 759 | height: 420px; |
---|
[0] | 760 | padding: 5px; |
---|
| 761 | margin: 0; |
---|
| 762 | } |
---|
| 763 | #themes div.theme-details-js { |
---|
| 764 | float: left; |
---|
| 765 | width: 120px; |
---|
| 766 | height: 150px; |
---|
| 767 | margin: 0 10px 20px; |
---|
| 768 | padding: 10px 10px 0; |
---|
| 769 | text-align: center; |
---|
| 770 | background: #f3f3f3; |
---|
| 771 | border: 1px solid #f3f3f3; |
---|
| 772 | cursor: pointer; |
---|
| 773 | -moz-border-radius: 4px; |
---|
| 774 | -webkit-border-radius: 4px; |
---|
[3] | 775 | border-radius: 4px; |
---|
[0] | 776 | } |
---|
| 777 | #themes div.theme-details-js label { |
---|
| 778 | cursor: pointer; |
---|
| 779 | } |
---|
| 780 | #themes div.theme-details-js.theme-selected { |
---|
[3] | 781 | background: #E5E3DA; |
---|
[0] | 782 | border: 1px solid #999; |
---|
| 783 | } |
---|
| 784 | #themes div.theme-details-js div.theme-shot img { |
---|
| 785 | width: 120px; |
---|
| 786 | height: 105px; |
---|
| 787 | border: 1px solid #fff; |
---|
| 788 | } |
---|
| 789 | #themes div.theme-details-js h3 { |
---|
| 790 | font-family: inherit; |
---|
| 791 | font-weight: normal; |
---|
| 792 | margin: 0; |
---|
| 793 | padding: 0; |
---|
| 794 | } |
---|
[500] | 795 | /* ---------------------------------------------------------- Plugins list */ |
---|
[0] | 796 | #plugins td.action { |
---|
| 797 | vertical-align: middle; |
---|
| 798 | } |
---|
| 799 | |
---|
| 800 | select.l10n option { |
---|
| 801 | padding-left: 16px; |
---|
| 802 | } |
---|
| 803 | option.avail10n { |
---|
| 804 | background: transparent url(../images/check-on.png) no-repeat 0 50%; |
---|
| 805 | } |
---|
[500] | 806 | /* ------------------------------------------------------------------ contextual help */ |
---|
| 807 | #help { |
---|
| 808 | margin-top: 2em; |
---|
| 809 | background: #f5f5f5; |
---|
| 810 | z-index: 100; |
---|
| 811 | } |
---|
| 812 | #help-button { |
---|
| 813 | position: absolute; |
---|
| 814 | top: 6.2em; |
---|
| 815 | right: 0px; |
---|
| 816 | cursor: pointer; |
---|
| 817 | background: #fc3; |
---|
| 818 | border: 1px solid #dde; |
---|
| 819 | border-right: none; |
---|
| 820 | font-size: 1.1em; |
---|
| 821 | font-weight: bold; |
---|
| 822 | text-transform: capitalize; |
---|
| 823 | padding: .33em .75em .33em 1em; |
---|
| 824 | -moz-border-radius: 1em 0 0 1em; |
---|
| 825 | -webkit-border-top-left-radius: 1em; |
---|
| 826 | -webkit-border-bottom-left-radius: 1em; |
---|
| 827 | color: #444; |
---|
| 828 | } |
---|
| 829 | .help-box { |
---|
| 830 | display: none; |
---|
| 831 | } |
---|
| 832 | .help-box ul { |
---|
| 833 | padding-left: 20px; |
---|
| 834 | margin-left: 0; |
---|
| 835 | } |
---|
| 836 | #content.with-help #help-button { |
---|
| 837 | right: 282px; |
---|
| 838 | } |
---|
| 839 | #content.with-help #help { |
---|
| 840 | display: block; |
---|
| 841 | position: absolute; |
---|
| 842 | top: 40px; |
---|
| 843 | right: 0; |
---|
| 844 | width: 280px; |
---|
| 845 | border-left: 2px solid #fc3; |
---|
| 846 | margin-top: 0; |
---|
| 847 | padding: 10px 0 0 0; |
---|
| 848 | overflow: auto; |
---|
| 849 | } |
---|
| 850 | #content.with-help .help-content { |
---|
| 851 | padding: 0 5px 1em 5px; |
---|
| 852 | } |
---|
| 853 | .help-content dt { |
---|
| 854 | font-weight: bold; |
---|
| 855 | color: #626262; |
---|
| 856 | margin: 0; |
---|
| 857 | } |
---|
| 858 | .help-content dd { |
---|
| 859 | margin: 0.3em 0 1.5em 0; |
---|
| 860 | } |
---|
| 861 | /* ------------------------------------------------------------------ popups */ |
---|
| 862 | body.popup #wrapper, body.popup #top { |
---|
| 863 | margin-top: -1.5em; |
---|
| 864 | float: none; |
---|
| 865 | } |
---|
| 866 | body.popup #top h1 { |
---|
| 867 | background: transparent; |
---|
| 868 | } |
---|
| 869 | body.popup #main { |
---|
| 870 | margin-left: -35px; |
---|
| 871 | margin-bottom: 1em; |
---|
| 872 | } |
---|
| 873 | body.popup #content { |
---|
| 874 | margin-left: 35px; |
---|
| 875 | margin-left: 2em; /* 3.2 */ |
---|
| 876 | } |
---|
| 877 | body.popup #footer { |
---|
| 878 | display: none; /* 3.2 */ |
---|
| 879 | } |
---|
| 880 | body.popup #footer p { |
---|
| 881 | margin-left: 35px; |
---|
| 882 | border: none; |
---|
| 883 | } |
---|
| 884 | /* ------------------------------------------------------------------ messages */ |
---|
| 885 | div.error, p.error, |
---|
| 886 | div.message, p.message, |
---|
| 887 | div.static-msg, p.static-msg { |
---|
| 888 | padding: 0.5em 0.5em 0.5em 40px; |
---|
| 889 | margin-bottom: 1em; |
---|
| 890 | -moz-border-radius: 8px; |
---|
| 891 | -webkit-border-radius: 8px; |
---|
| 892 | border-radius: 8px; |
---|
| 893 | } |
---|
| 894 | p.error, p.message, p.static-msg { |
---|
| 895 | padding-top: 1em; |
---|
| 896 | padding-bottom: 1em; |
---|
| 897 | } |
---|
| 898 | div.error, p.error { |
---|
| 899 | background: #e5bfbf url(msg-error.png) no-repeat 5px 5px; |
---|
| 900 | color: #600; |
---|
| 901 | } |
---|
| 902 | div.message, p.message, |
---|
| 903 | div.static-msg, p.static-msg { |
---|
| 904 | background: #666 url(msg-std.png) no-repeat 5px 5px; |
---|
| 905 | color: #fff; |
---|
| 906 | } |
---|
| 907 | div.message a, p.message a, |
---|
| 908 | div.static-msg a, p.static-msg a { |
---|
| 909 | color: #fff; |
---|
| 910 | } |
---|
| 911 | /* ------------------------------------------------------------------ debug */ |
---|
| 912 | #debug { |
---|
| 913 | position: absolute; |
---|
| 914 | top: 0; |
---|
| 915 | width: 100%; |
---|
| 916 | height: 4px; |
---|
| 917 | background: #d99; |
---|
| 918 | } |
---|
| 919 | #debug div { |
---|
| 920 | display: none; |
---|
| 921 | padding: 3px 0.5em 2px; |
---|
| 922 | } |
---|
| 923 | #debug p { |
---|
| 924 | margin: 0.5em 0; |
---|
| 925 | } |
---|
| 926 | #debug:hover { |
---|
| 927 | height: auto; |
---|
| 928 | } |
---|
| 929 | #debug:hover div { |
---|
| 930 | display: block; |
---|
| 931 | } |
---|
| 932 | /* -------------------------------------------------------------------- CLASSES COMMUNES */ |
---|
[0] | 933 | |
---|
[500] | 934 | /* paragraphe pour bouton Nouveau bidule */ |
---|
| 935 | p.top-add { |
---|
| 936 | text-align: right; |
---|
| 937 | margin: 0; |
---|
| 938 | } |
---|
| 939 | p.top-add a { |
---|
| 940 | padding: .3em 1em .3em .5em; |
---|
| 941 | font-weight: bold; |
---|
| 942 | } |
---|
| 943 | p.top-add a img { |
---|
| 944 | padding-right: .3em; |
---|
| 945 | vertical-align: middle; |
---|
| 946 | } |
---|
| 947 | /* Si quelque chose a besoin d'être caché sauf pour les revues d'écran */ |
---|
| 948 | .hidden { |
---|
| 949 | position: absolute !important; |
---|
| 950 | clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ |
---|
| 951 | clip: rect(1px, 1px, 1px, 1px); |
---|
| 952 | padding: 0 !important; |
---|
| 953 | border: 0 !important; |
---|
| 954 | height: 1px !important; |
---|
| 955 | width: 1px !important; |
---|
| 956 | overflow: hidden; |
---|
| 957 | } |
---|
| 958 | .clear { |
---|
| 959 | clear: both; |
---|
| 960 | } |
---|
| 961 | .lclear { |
---|
| 962 | clear: left; |
---|
| 963 | } |
---|
| 964 | div.clearer { |
---|
| 965 | height: 1px; |
---|
| 966 | font-size: 1px; |
---|
| 967 | } |
---|
| 968 | .hide { |
---|
| 969 | display: none; |
---|
| 970 | } |
---|
| 971 | .right { |
---|
| 972 | text-align: right; |
---|
| 973 | } |
---|
| 974 | .frame-shrink { |
---|
| 975 | border: 1px solid #666; |
---|
| 976 | padding: 0.5em; |
---|
| 977 | margin-bottom: 1em; |
---|
| 978 | height: 120px; |
---|
| 979 | overflow: auto; |
---|
| 980 | } |
---|
| 981 | .grid { |
---|
| 982 | background: transparent repeat url('grid.png') 0 0; |
---|
| 983 | } |
---|
| 984 | .line p { |
---|
| 985 | margin: 0; |
---|
| 986 | } |
---|
| 987 | .offline { |
---|
| 988 | color: #666; |
---|
| 989 | } |
---|
| 990 | ul.nice { |
---|
| 991 | margin: 1em 0; |
---|
| 992 | padding: 0 0 0 2em; |
---|
| 993 | list-style: square; |
---|
| 994 | } |
---|
| 995 | ul.nice li { |
---|
| 996 | margin:0; |
---|
| 997 | padding: 0; |
---|
| 998 | } |
---|
| 999 | .zip-dl { |
---|
| 1000 | background: transparent url(package.png) no-repeat 0 50%; |
---|
| 1001 | padding: 5px 0 5px 20px; |
---|
| 1002 | } |
---|
| 1003 | /* pas trouvé dans le code */ |
---|
| 1004 | .comment { |
---|
| 1005 | border-top: 2px solid #ccc; |
---|
| 1006 | margin-bottom: 1em; |
---|
| 1007 | padding: 2em 0 1em 0; |
---|
| 1008 | position: relative; |
---|
| 1009 | } |
---|
| 1010 | .comment form p { |
---|
| 1011 | margin: 0; |
---|
| 1012 | position: absolute; |
---|
| 1013 | top: 2px; |
---|
| 1014 | right: 0; |
---|
| 1015 | } |
---|
[0] | 1016 | /* TABLES |
---|
| 1017 | -------------------------------------------------------- */ |
---|
| 1018 | table { |
---|
[3] | 1019 | font-size: 1em; |
---|
| 1020 | border-collapse: collapse; |
---|
| 1021 | margin: 0 0 1em 0; |
---|
[0] | 1022 | } |
---|
| 1023 | tr.line:hover { |
---|
[3] | 1024 | background: #ddd; |
---|
[0] | 1025 | } |
---|
| 1026 | th, td { |
---|
[3] | 1027 | border-width: 0 0 1px 0; |
---|
| 1028 | border-style: solid; |
---|
| 1029 | border-color: #ccc; |
---|
| 1030 | padding: 3px 5px; |
---|
| 1031 | vertical-align: top; |
---|
[0] | 1032 | } |
---|
| 1033 | th { |
---|
[3] | 1034 | text-align: left; |
---|
| 1035 | border-bottom-color: #666; |
---|
[0] | 1036 | } |
---|
| 1037 | .noborder td, td.noborder, .noborder th, th.noborder { |
---|
[3] | 1038 | border-width: 0; |
---|
[0] | 1039 | } |
---|
| 1040 | table .maximal, table.maximal { |
---|
[3] | 1041 | width: 100%; |
---|
[0] | 1042 | } |
---|
| 1043 | table .minimal { |
---|
[3] | 1044 | width: 1px; |
---|
[0] | 1045 | } |
---|
| 1046 | table .nowrap { |
---|
[3] | 1047 | white-space: nowrap; |
---|
| 1048 | vertical-align: top; |
---|
[0] | 1049 | } |
---|
| 1050 | td.status { |
---|
| 1051 | vertical-align: middle; |
---|
| 1052 | } |
---|
| 1053 | td.status img { |
---|
| 1054 | margin-bottom: -2px; |
---|
| 1055 | } |
---|
| 1056 | td.status a { |
---|
| 1057 | border: none; |
---|
| 1058 | } |
---|
| 1059 | |
---|
| 1060 | tr.line img.expand { |
---|
| 1061 | margin-right: 10px; |
---|
| 1062 | margin-bottom: -2px; |
---|
| 1063 | } |
---|
| 1064 | tr.line input { |
---|
[3] | 1065 | vertical-align: middle; |
---|
[0] | 1066 | } |
---|
| 1067 | tr.expand td { |
---|
| 1068 | border-bottom: none; |
---|
| 1069 | } |
---|
| 1070 | td.expand { |
---|
| 1071 | padding: 1em; |
---|
| 1072 | } |
---|
| 1073 | |
---|
| 1074 | .dragable { |
---|
| 1075 | border-collapse: separate; |
---|
| 1076 | } |
---|
| 1077 | .dragable tbody td { |
---|
[131] | 1078 | |
---|
[0] | 1079 | } |
---|
| 1080 | .handle { |
---|
[3] | 1081 | padding: 0; |
---|
[0] | 1082 | } |
---|
| 1083 | .handler { |
---|
[3] | 1084 | cursor: move; |
---|
| 1085 | background: transparent url(drag.png) no-repeat 0 50%; |
---|
| 1086 | padding-left: 15px; |
---|
[0] | 1087 | } |
---|
| 1088 | |
---|
[500] | 1089 | /* ----------------------------------------------------------------- FORMS */ |
---|
[0] | 1090 | form { |
---|
[3] | 1091 | display: block; |
---|
| 1092 | margin: 0; |
---|
| 1093 | padding: 0; |
---|
[0] | 1094 | } |
---|
| 1095 | fieldset { |
---|
[3] | 1096 | display: block; |
---|
| 1097 | margin: 0 0 1em 0; |
---|
| 1098 | padding: 1em 0.5em; |
---|
| 1099 | border-width: 1px 0; |
---|
[0] | 1100 | border-style: solid; |
---|
| 1101 | border-color: #ccc; |
---|
[3] | 1102 | background: #f5f5f5; |
---|
[0] | 1103 | } |
---|
| 1104 | legend { |
---|
[3] | 1105 | font-weight: bold; |
---|
[0] | 1106 | padding: 0.2em 0.6em; |
---|
| 1107 | border-width: 1px; |
---|
| 1108 | border-style: solid; |
---|
| 1109 | border-color: #ccc; |
---|
[3] | 1110 | background: #f5f5f5; |
---|
[0] | 1111 | margin-bottom: 0.5em; |
---|
| 1112 | } |
---|
| 1113 | optgroup { |
---|
[3] | 1114 | font-weight: bold; |
---|
| 1115 | font-style: normal; |
---|
[0] | 1116 | } |
---|
| 1117 | option { |
---|
[3] | 1118 | font-weight: normal; |
---|
[0] | 1119 | } |
---|
| 1120 | input, textarea, select { |
---|
[3] | 1121 | background: #f9f9f9; |
---|
| 1122 | color: #000; |
---|
| 1123 | border-width: 1px; |
---|
| 1124 | border-style: solid; |
---|
| 1125 | border-color: #000 #ccc #ccc #000; |
---|
[0] | 1126 | } |
---|
| 1127 | input, textarea, select, option { |
---|
| 1128 | font: 1em "DejaVu Sans","Lucida Grande","Lucida Sans Unicode",Arial,sans-serif; |
---|
| 1129 | } |
---|
| 1130 | input[type=text], input[type=password], textarea { |
---|
[3] | 1131 | padding: 2px 0; |
---|
| 1132 | margin-right: .3em; |
---|
[0] | 1133 | } |
---|
| 1134 | input[type=checkbox], input[type=radio] { |
---|
| 1135 | border: none; |
---|
| 1136 | } |
---|
| 1137 | textarea { |
---|
[3] | 1138 | padding: 2px 0; |
---|
[0] | 1139 | } |
---|
| 1140 | |
---|
| 1141 | input[type=checkbox], input[type=radio] { |
---|
[3] | 1142 | margin: 0; |
---|
| 1143 | padding: 0; |
---|
| 1144 | background: transparent; |
---|
[0] | 1145 | } |
---|
| 1146 | label { |
---|
[3] | 1147 | display: block; |
---|
[0] | 1148 | } |
---|
| 1149 | label input, label select, label span { |
---|
[3] | 1150 | display: block; |
---|
[0] | 1151 | } |
---|
| 1152 | p.form-note { |
---|
[133] | 1153 | font-style:italic; |
---|
| 1154 | margin-top: -.7em; |
---|
| 1155 | color: #666; |
---|
| 1156 | } |
---|
[217] | 1157 | p.form-note.warn, p.form-note.info, p.warning { |
---|
[133] | 1158 | font-style: normal; |
---|
| 1159 | padding: .2em 1em .1em 24px; |
---|
| 1160 | } |
---|
[217] | 1161 | p.form-note.warn, p.warning { |
---|
[133] | 1162 | background: #ffd url(warning.png) no-repeat .2em .2em; |
---|
| 1163 | border: 1px solid #f0c020; |
---|
| 1164 | } |
---|
| 1165 | p.form-note.info { |
---|
[71] | 1166 | background: #eef url(info.png) no-repeat .2em .2em; |
---|
| 1167 | border: 1px solid #99f; |
---|
[0] | 1168 | } |
---|
[74] | 1169 | .form-note a {border-bottom: 1px solid #99f;} |
---|
[0] | 1170 | |
---|
| 1171 | label.classic { |
---|
[3] | 1172 | display: inline; |
---|
[0] | 1173 | } |
---|
| 1174 | label.classic input, label span input, label.classic select, label span select { |
---|
[3] | 1175 | display: inline; |
---|
[0] | 1176 | } |
---|
| 1177 | |
---|
| 1178 | label.area, p.area { |
---|
| 1179 | width: inherit !important; |
---|
| 1180 | } |
---|
| 1181 | .area textarea { |
---|
[3] | 1182 | display: block; |
---|
| 1183 | width: 100%; |
---|
[0] | 1184 | } |
---|
| 1185 | label.required { |
---|
[3] | 1186 | font-weight: bold; |
---|
[0] | 1187 | } |
---|
[12] | 1188 | label.required abbr { |
---|
[74] | 1189 | color: #dd0000; |
---|
[12] | 1190 | font-size: 1.3em; |
---|
| 1191 | } |
---|
[45] | 1192 | label.inline { |
---|
| 1193 | display: inline; |
---|
[0] | 1194 | } |
---|
| 1195 | p.field { |
---|
| 1196 | position: relative; |
---|
[131] | 1197 | |
---|
[0] | 1198 | } |
---|
| 1199 | p.field label { |
---|
| 1200 | display: block; |
---|
| 1201 | width: 14em; |
---|
| 1202 | } |
---|
| 1203 | p.field input, p.field select { |
---|
| 1204 | display: inline; |
---|
| 1205 | position: absolute; |
---|
| 1206 | left: 15em; |
---|
| 1207 | top: 0; |
---|
| 1208 | } |
---|
| 1209 | label .maximal, textarea.maximal, input.maximal { |
---|
[3] | 1210 | width: 100%; |
---|
[0] | 1211 | } |
---|
| 1212 | |
---|
| 1213 | a.form-control { |
---|
[3] | 1214 | display: none; |
---|
[0] | 1215 | font-weight: bold; |
---|
| 1216 | background: url(magnifier.png) no-repeat 0 0; |
---|
| 1217 | color: green; |
---|
| 1218 | padding-left: 20px; |
---|
| 1219 | } |
---|
| 1220 | fieldset.constrained { |
---|
| 1221 | margin: 0; |
---|
| 1222 | padding: 0; |
---|
| 1223 | border: none; |
---|
| 1224 | background: transparent; |
---|
| 1225 | } |
---|
| 1226 | |
---|
[500] | 1227 | /* --------------------------------------------------------------- buttons */ |
---|
[3] | 1228 | h2 a.button { |
---|
| 1229 | color: #333; |
---|
| 1230 | font-weight: normal; |
---|
| 1231 | font-size: .75em; |
---|
| 1232 | vertical-align: middle; |
---|
| 1233 | } |
---|
| 1234 | /* commun */ |
---|
[131] | 1235 | input[type=submit], |
---|
| 1236 | input[type=reset], |
---|
| 1237 | input[type=button], |
---|
[3] | 1238 | a.button, |
---|
[204] | 1239 | a.back, |
---|
| 1240 | a.submit { |
---|
[3] | 1241 | display: inline-block; |
---|
| 1242 | outline: none; |
---|
| 1243 | cursor: pointer; |
---|
| 1244 | text-align: center; |
---|
| 1245 | text-decoration: none; |
---|
[132] | 1246 | padding: .1em .5em; |
---|
[3] | 1247 | text-shadow: 0 1px 1px rgba(0,0,0,.3); |
---|
[131] | 1248 | -webkit-border-radius: .2em; |
---|
[3] | 1249 | -moz-border-radius: .2em; |
---|
| 1250 | border-radius: .2em; |
---|
[82] | 1251 | margin-bottom: .1em; |
---|
[3] | 1252 | } |
---|
| 1253 | /* validation */ |
---|
[131] | 1254 | input[type=submit], |
---|
[204] | 1255 | input[type=button], |
---|
| 1256 | a.submit { |
---|
[3] | 1257 | color: #fff; |
---|
| 1258 | border: 1px solid #2373A8; |
---|
| 1259 | background: #2373A8; |
---|
| 1260 | background: -webkit-gradient(linear, left top, left bottom, from(#2C8FD1), to(#2373A8)); |
---|
| 1261 | background: -moz-linear-gradient(top, #2C8FD1, #2373A8); |
---|
| 1262 | } |
---|
[131] | 1263 | input[type=submit]:hover, |
---|
[3] | 1264 | input[type=button]:hover, |
---|
[204] | 1265 | a.submit:hover, |
---|
[131] | 1266 | input[type=submit]:focus, |
---|
[204] | 1267 | input[type=button]:focus, |
---|
| 1268 | a.submit:focus { |
---|
[3] | 1269 | background: #2373A8; |
---|
| 1270 | background: -webkit-gradient(linear, left top, left bottom, from(#2373A8), to(#2C8FD1)); |
---|
| 1271 | background: -moz-linear-gradient(top, #2373A8, #2C8FD1); |
---|
| 1272 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2373A8', endColorstr='#2C8FD1'); |
---|
| 1273 | border: 1px solid #2C8FD1; |
---|
| 1274 | } |
---|
| 1275 | /* suppression et reset */ |
---|
[131] | 1276 | a.button, |
---|
| 1277 | a.back, |
---|
| 1278 | input[type=submit].reset, |
---|
[3] | 1279 | input[type=submit].delete { |
---|
[217] | 1280 | border: 1px solid #ccc; |
---|
[3] | 1281 | background: #f5f5f5; |
---|
| 1282 | color: #000; |
---|
[217] | 1283 | background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#dfdfdf)); |
---|
| 1284 | background: -moz-linear-gradient(top, #f5f5f5, #dfdfdf); |
---|
[3] | 1285 | text-shadow: none; |
---|
| 1286 | } |
---|
[131] | 1287 | a.button:hover, |
---|
| 1288 | a.back:hover, |
---|
[204] | 1289 | input[type=reset]:hover, |
---|
[131] | 1290 | input[type=submit].reset:hover, |
---|
[3] | 1291 | input[type=submit].delete:hover, |
---|
[131] | 1292 | a.button:focus, |
---|
| 1293 | a.back:focus, |
---|
[204] | 1294 | input[type=reset]:focus, |
---|
[131] | 1295 | input[type=submit].reset:focus, |
---|
[3] | 1296 | input[type=submit].delete:focus { |
---|
[217] | 1297 | background: #dfdfdf; |
---|
| 1298 | background: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#f5f5f5)); |
---|
| 1299 | background: -moz-linear-gradient(top, #dfdfdf, #f5f5f5); |
---|
[3] | 1300 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#f5f5f5'); |
---|
| 1301 | } |
---|
| 1302 | a.delete, |
---|
| 1303 | input.delete, |
---|
| 1304 | input[type=submit].delete { |
---|
| 1305 | color: #c00; |
---|
| 1306 | } |
---|
| 1307 | a.delete:hover, |
---|
| 1308 | input.delete:hover, |
---|
| 1309 | input[type=submit].delete:hover, |
---|
| 1310 | a.delete:focus, |
---|
| 1311 | input.delete:focus, |
---|
| 1312 | input[type=submit].delete:focus { |
---|
| 1313 | border-color: #c00; |
---|
| 1314 | } |
---|
| 1315 | /* finasseries */ |
---|
| 1316 | input[type=button] { |
---|
[217] | 1317 | padding: .1em; |
---|
[3] | 1318 | } |
---|
| 1319 | #info-box a.button { |
---|
| 1320 | padding: 0 .5em; |
---|
| 1321 | margin-left: 2em; |
---|
| 1322 | } |
---|
| 1323 | a.back:before { |
---|
| 1324 | content: "\ab\a0"; |
---|
[131] | 1325 | } |
---|
[158] | 1326 | a.button.add { |
---|
| 1327 | -webkit-border-radius: .5em; |
---|
| 1328 | -moz-border-radius: .5em; |
---|
| 1329 | border-radius: .5em; |
---|
| 1330 | margin-bottom: .1em; |
---|
| 1331 | background: #2C8FD1 url(add.png) no-repeat .2em center; |
---|
| 1332 | color: #fff; |
---|
[217] | 1333 | padding: .1em 1em .2em 28px; |
---|
[158] | 1334 | border: 1px solid #2373A8; |
---|
| 1335 | } |
---|
| 1336 | a.button.add:hover, a.button.add:focus { |
---|
| 1337 | background-color: #2373A8; |
---|
[496] | 1338 | } |
---|