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