[0] | 1 | /* |
---|
| 2 | # -- BEGIN LICENSE BLOCK --------------------------------------- |
---|
| 3 | # |
---|
| 4 | # This file is part of Dotclear 2. |
---|
| 5 | # |
---|
[1179] | 6 | # Copyright (c) 2003-2013 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 */ |
---|
[1235] | 15 | html { |
---|
| 16 | font-size: 62.5%; |
---|
| 17 | } |
---|
[0] | 18 | body { |
---|
[1571] | 19 | font-size: 12px; /* ie < 9 sucks */ |
---|
[1523] | 20 | font-size: 1.2rem; |
---|
| 21 | line-height: 1.5; |
---|
| 22 | font-family: Arial,Helvetica,sans-serif; |
---|
[3] | 23 | color: #333; |
---|
[1235] | 24 | background: #fff; |
---|
[3] | 25 | margin: 0; |
---|
| 26 | padding: 0; |
---|
[0] | 27 | } |
---|
| 28 | a, a:link, a:visited { |
---|
[3] | 29 | color: #2373A8; |
---|
| 30 | text-decoration: none; |
---|
| 31 | border-bottom: 1px dotted #f90; |
---|
[0] | 32 | } |
---|
| 33 | a:hover, a:active, a:focus { |
---|
[3] | 34 | text-decoration: underline; |
---|
[0] | 35 | } |
---|
[1576] | 36 | a img, a:link img, a:visited img { |
---|
[471] | 37 | border:none; |
---|
| 38 | } |
---|
[1341] | 39 | h1, h2, h3, .as_h3, h4, h5, h6, p { |
---|
[3] | 40 | margin-top: 0; |
---|
[1571] | 41 | margin-bottom: 1em; |
---|
[0] | 42 | } |
---|
| 43 | h2 { |
---|
[3] | 44 | color: #666; |
---|
[1571] | 45 | font-size: 18px; /* ie < 9 sucks */ |
---|
[1235] | 46 | font-size: 1.8rem; |
---|
[1571] | 47 | padding: 0 0 1.5em; |
---|
[1291] | 48 | font-weight: normal; |
---|
| 49 | } |
---|
| 50 | h2 a:link, h2 a:visited { |
---|
| 51 | color: #666; |
---|
| 52 | border-color: #000; |
---|
[0] | 53 | } |
---|
[500] | 54 | .page-title { |
---|
| 55 | color: #d30e60; |
---|
| 56 | } |
---|
[1427] | 57 | .page-title img { |
---|
[1571] | 58 | padding-left: .5em; |
---|
[1427] | 59 | vertical-align: middle; |
---|
| 60 | } |
---|
[1310] | 61 | #content > h2 { |
---|
[1571] | 62 | padding: 0 18px 6px; /* ie < 9 sucks */ |
---|
[1310] | 63 | padding: 0 1.8rem .6rem; |
---|
[1576] | 64 | margin: 0 -18px .5em; /* ie < 9 sucks */ |
---|
[1310] | 65 | margin: 0 -1.8rem 1rem; |
---|
[1329] | 66 | background: #fff url(bg_h2.png) repeat-x center bottom; |
---|
[1310] | 67 | } |
---|
[1341] | 68 | h3, .as_h3 { |
---|
[1291] | 69 | color: #575859; |
---|
[1571] | 70 | font-size: 16px; /* ie < 9 sucks */ |
---|
| 71 | font-size: 1.6rem; |
---|
[0] | 72 | } |
---|
[1365] | 73 | h4 { |
---|
[1571] | 74 | font-size: 14px; /* ie < 9 sucks */ |
---|
| 75 | font-size: 1.4rem; |
---|
[1365] | 76 | color: #575859; |
---|
| 77 | } |
---|
| 78 | h5 { |
---|
[1571] | 79 | font-size: 12px; /* ie < 9 sucks */ |
---|
| 80 | font-size: 1.3rem; |
---|
[1365] | 81 | color: #575859; |
---|
| 82 | } |
---|
[1415] | 83 | #entry-sidebar h5 { |
---|
| 84 | font-weight: normal; |
---|
[1179] | 85 | color: #333; |
---|
[1415] | 86 | } |
---|
[1427] | 87 | .entry-status label img { |
---|
[1571] | 88 | padding-left: 4px; |
---|
[1427] | 89 | vertical-align: text-top; |
---|
[1179] | 90 | } |
---|
[0] | 91 | p, div.p { |
---|
[3] | 92 | margin: 0 0 1em 0; |
---|
[0] | 93 | } |
---|
| 94 | hr { |
---|
[3] | 95 | height: 1px; |
---|
[1309] | 96 | border-width: 1px 0 0; |
---|
[3] | 97 | border-color: #999; |
---|
| 98 | border-style: solid; |
---|
[0] | 99 | } |
---|
| 100 | pre, code { |
---|
| 101 | font: 100% "Andale Mono","Courier New",monospace; |
---|
| 102 | } |
---|
| 103 | pre { |
---|
| 104 | white-space: pre; |
---|
| 105 | white-space: -moz-pre-wrap; |
---|
| 106 | white-space: -hp-pre-wrap; |
---|
| 107 | white-space: -o-pre-wrap; |
---|
| 108 | white-space: -pre-wrap; |
---|
| 109 | white-space: pre-wrap; |
---|
| 110 | white-space: pre-line; |
---|
| 111 | word-wrap: break-word; |
---|
| 112 | } |
---|
[12] | 113 | abbr { |
---|
| 114 | cursor: help; |
---|
| 115 | } |
---|
[1576] | 116 | |
---|
| 117 | .no-js .js-hidden { |
---|
| 118 | display: block; |
---|
| 119 | } |
---|
| 120 | .no-js .no-js-hidden { |
---|
| 121 | display: none; |
---|
| 122 | } |
---|
| 123 | .js-hidden { |
---|
| 124 | display: none; |
---|
| 125 | } |
---|
| 126 | |
---|
[0] | 127 | /* LAYOUT |
---|
| 128 | -------------------------------------------------------- */ |
---|
[513] | 129 | /* header */ |
---|
| 130 | #header { |
---|
| 131 | background: #575859; |
---|
| 132 | position: relative; |
---|
[1291] | 133 | border-bottom: 4px solid #A2CBE9; |
---|
[1329] | 134 | width: 100%; |
---|
[513] | 135 | } |
---|
[447] | 136 | #prelude { |
---|
[1308] | 137 | line-height: 1.9; |
---|
[447] | 138 | margin: 0; |
---|
[1291] | 139 | padding: 0; |
---|
[447] | 140 | overflow: hidden; |
---|
[513] | 141 | position: absolute; |
---|
[1309] | 142 | top: 3em; |
---|
[513] | 143 | left: 0; |
---|
[1308] | 144 | background: #A2CBE9; |
---|
[1309] | 145 | width: 14.5em; |
---|
[447] | 146 | } |
---|
| 147 | #prelude li { |
---|
| 148 | list-style-type: none; |
---|
[1291] | 149 | margin: 0; |
---|
[447] | 150 | background:transparent; |
---|
[1291] | 151 | } |
---|
| 152 | #prelude li a { |
---|
[1571] | 153 | padding-left: 16px; /* ie < 9 sucks */ |
---|
[1309] | 154 | padding-left: 1.6rem; |
---|
[1291] | 155 | background: #A2CBE9; |
---|
| 156 | color: #000; |
---|
| 157 | border-bottom-color: #A2CBE9; |
---|
| 158 | } |
---|
[0] | 159 | #top { |
---|
[3] | 160 | margin: 0; |
---|
| 161 | padding: 0; |
---|
[1309] | 162 | width: 14.5em; |
---|
[489] | 163 | float: left; |
---|
[0] | 164 | } |
---|
| 165 | #top h1 { |
---|
[3] | 166 | padding: 0; |
---|
| 167 | margin: 0; |
---|
[1571] | 168 | height: 36px; |
---|
[3] | 169 | text-indent: -1000px; |
---|
[0] | 170 | } |
---|
| 171 | #top h1 a { |
---|
| 172 | position: absolute; |
---|
[1308] | 173 | top: 0; |
---|
[0] | 174 | left: 0; |
---|
[1571] | 175 | width: 174px; /* ie < 9 sucks */ |
---|
[1329] | 176 | width: 17.4rem; |
---|
[1571] | 177 | height: 36px; /* ie < 9 sucks */ |
---|
[1308] | 178 | height: 3.6rem; |
---|
[0] | 179 | border: none; |
---|
[3] | 180 | color: #fff; |
---|
[0] | 181 | } |
---|
[1329] | 182 | #top h1 a:link { |
---|
| 183 | background: transparent url(dc_logos/b-dotclear120.png) no-repeat 0 6px; |
---|
| 184 | } |
---|
[1291] | 185 | #top h1 a:hover, #top h1 a:focus { |
---|
[1576] | 186 | background: transparent url(dc_logos/b-dotclear120.png) no-repeat 0 -94px; |
---|
[1291] | 187 | } |
---|
[489] | 188 | #info-boxes { |
---|
[1571] | 189 | font-size: 12px; /* ie < 9 sucks */ |
---|
| 190 | font-size: 1.2rem; |
---|
[1309] | 191 | line-height: 3em; |
---|
[489] | 192 | } |
---|
| 193 | #info-box1 { |
---|
[3] | 194 | margin: 0; |
---|
[1571] | 195 | padding: 0 3px 0 18px; |
---|
[0] | 196 | color: #fff; |
---|
[1308] | 197 | display: inline-block; |
---|
[0] | 198 | } |
---|
[3] | 199 | #info-box2 { |
---|
[1307] | 200 | margin: 0; |
---|
[1574] | 201 | padding: 0 18px 0 0; |
---|
[489] | 202 | color: #fff; |
---|
| 203 | float: right; |
---|
| 204 | text-align: right; |
---|
[3] | 205 | } |
---|
[999] | 206 | #info-box1 p { |
---|
| 207 | margin: 0; |
---|
| 208 | display: inline; |
---|
| 209 | } |
---|
[489] | 210 | #info-box1 select { |
---|
[1571] | 211 | width: 145px; /* ie < 9 sucks */ |
---|
[1309] | 212 | width: 14.5em; |
---|
[0] | 213 | } |
---|
[489] | 214 | #info-box1 a img, #info-box2 a img { |
---|
[131] | 215 | vertical-align: middle; |
---|
[3] | 216 | padding-left: .3em; |
---|
| 217 | } |
---|
[1309] | 218 | #info-boxes a { |
---|
[3] | 219 | font-weight: bold; |
---|
[0] | 220 | color: #fff; |
---|
[3] | 221 | border-bottom-color: #ccc; |
---|
[493] | 222 | margin-left: .3em; |
---|
| 223 | margin-right: .3em; |
---|
[489] | 224 | white-space: nowrap; |
---|
[492] | 225 | font-weight: normal; |
---|
[0] | 226 | } |
---|
[1574] | 227 | #info-boxes .logout { |
---|
| 228 | margin-right: 0; |
---|
| 229 | } |
---|
[489] | 230 | #info-box1 a { |
---|
[493] | 231 | margin-left: 1.33em; |
---|
[148] | 232 | } |
---|
[488] | 233 | #info-box2 a.active { |
---|
[1235] | 234 | border-bottom-color: #fff; |
---|
[489] | 235 | margin: 0; |
---|
[488] | 236 | padding: 1.2em .5em; |
---|
[1235] | 237 | background-color: #fff; |
---|
[488] | 238 | color: #333; |
---|
[492] | 239 | font-weight: bold; |
---|
[488] | 240 | } |
---|
[489] | 241 | #info-box2 span { |
---|
[1291] | 242 | color: #999; |
---|
[489] | 243 | } |
---|
[1309] | 244 | /* main blocks */ |
---|
[0] | 245 | #wrapper { |
---|
| 246 | width: 100%; |
---|
| 247 | } |
---|
| 248 | #main { |
---|
[3] | 249 | width: 100%; |
---|
| 250 | float: right; |
---|
[1309] | 251 | margin-left: -14.5em; |
---|
[3] | 252 | margin-top: 0; |
---|
[1329] | 253 | background: #fff url(bg_menu.png); |
---|
[3] | 254 | } |
---|
| 255 | #content { |
---|
[1309] | 256 | margin: 0 0 0 14.5em; |
---|
[1576] | 257 | padding: 9px 18px 18px; /* ie < 9 sucks */ |
---|
[1291] | 258 | padding: .9rem 1.8rem 1.8rem; |
---|
[1310] | 259 | background: #fff; |
---|
[3] | 260 | } |
---|
[213] | 261 | /* Micro clearfix thx to Nicolas Gallagher */ |
---|
| 262 | #content:before, #content:after {content:"";display:table;} |
---|
| 263 | #content:after {clear:both;} |
---|
[500] | 264 | /* -------------------------------------------------- layout - multipart */ |
---|
| 265 | .three-cols { |
---|
| 266 | } |
---|
| 267 | .three-cols .col { |
---|
| 268 | width: 32.3%; |
---|
| 269 | float: left; |
---|
| 270 | margin-left: 1%; |
---|
| 271 | } |
---|
| 272 | .three-cols .col:first-child { |
---|
| 273 | width: 33.3%; |
---|
| 274 | margin-left: 0; |
---|
| 275 | } |
---|
| 276 | .two-cols { |
---|
| 277 | position: static; |
---|
| 278 | } |
---|
| 279 | .two-cols .col { |
---|
[1518] | 280 | width: 48%; |
---|
[500] | 281 | margin-left: 2%; |
---|
| 282 | float: left; |
---|
| 283 | } |
---|
| 284 | .two-cols .col70{ |
---|
[1452] | 285 | width: 68%; |
---|
[500] | 286 | margin-left: 0; |
---|
| 287 | float: left; |
---|
| 288 | } |
---|
[1452] | 289 | .col30 { |
---|
[500] | 290 | width: 28%; |
---|
| 291 | margin-left: 2%; |
---|
| 292 | float: left; |
---|
| 293 | } |
---|
[1452] | 294 | .two-cols .col:first-child, |
---|
| 295 | .two-cols .col30.first-col { |
---|
| 296 | margin-left: 0; |
---|
| 297 | margin-right: 2%; |
---|
| 298 | } |
---|
| 299 | .two-cols .col:last-child, |
---|
| 300 | .two-cols .col70.last-col { |
---|
| 301 | margin-left: 2%; |
---|
| 302 | margin-right: 0; |
---|
| 303 | } |
---|
[500] | 304 | /* -------------------------------------------------------------- layout - onglets */ |
---|
| 305 | .part-tabs ul { |
---|
[1571] | 306 | padding: .5em 0 .3em 1em; |
---|
[1394] | 307 | border-bottom: 1px solid #ddd; |
---|
[500] | 308 | } |
---|
| 309 | .part-tabs li { |
---|
| 310 | list-style: none; |
---|
| 311 | margin: 0; |
---|
| 312 | display: inline; |
---|
| 313 | } |
---|
| 314 | .part-tabs li a { |
---|
[1394] | 315 | padding: .5em 2em; |
---|
| 316 | margin-right: -1px; |
---|
[1424] | 317 | border: 1px solid #aaa; |
---|
[500] | 318 | border-bottom: none; |
---|
| 319 | text-decoration: none; |
---|
[1394] | 320 | color: #333; |
---|
[1424] | 321 | background-color:#E4E0EC; |
---|
[500] | 322 | } |
---|
| 323 | .part-tabs li a:hover, .part-tabs li a:focus { |
---|
| 324 | color: #000; |
---|
| 325 | background: #fff; |
---|
| 326 | border-bottom-color: #fff; |
---|
| 327 | } |
---|
| 328 | .part-tabs li.part-tabs-active a { |
---|
| 329 | background: #fff; |
---|
| 330 | font-weight: bold; |
---|
[1291] | 331 | border-bottom-color: #fff; |
---|
[1574] | 332 | padding-bottom: 7px; /* ie < 9 sucks */ |
---|
[1428] | 333 | padding-bottom: .7rem; |
---|
[500] | 334 | } |
---|
| 335 | /* ------------------------------------------------------------------ main-menu */ |
---|
[3] | 336 | #main-menu { |
---|
[1309] | 337 | width: 14.5em; |
---|
[3] | 338 | float: left; |
---|
[1309] | 339 | margin:0; |
---|
[1446] | 340 | padding-top: 4.5em; |
---|
[1309] | 341 | padding-bottom: 1em; |
---|
[1235] | 342 | background: #f7f7f7; |
---|
[0] | 343 | } |
---|
| 344 | #main-menu h3 { |
---|
[1308] | 345 | margin: 0; |
---|
[1571] | 346 | padding: 10px 0 10px 8px; |
---|
[3] | 347 | color: #666; |
---|
[1574] | 348 | font-size: 14px; /* ie < 9 sucks */ |
---|
[1235] | 349 | font-size: 1.4rem; |
---|
[0] | 350 | } |
---|
[1308] | 351 | #main-menu h3 img[alt="cacher"] { |
---|
| 352 | vertical-align: top; |
---|
| 353 | } |
---|
[0] | 354 | #main-menu ul { |
---|
[1571] | 355 | margin: 0 0 1.5em 0; |
---|
[3] | 356 | padding: 0; |
---|
| 357 | list-style: none; |
---|
[0] | 358 | } |
---|
| 359 | #main-menu li { |
---|
[3] | 360 | display: block; |
---|
[1291] | 361 | margin: 0.5em 0 0; |
---|
[1571] | 362 | padding: 3px 0 0 30px; |
---|
[0] | 363 | background-repeat: no-repeat; |
---|
[1291] | 364 | background-position: 8px .3em; |
---|
[0] | 365 | } |
---|
[1571] | 366 | #main-menu ul li:first-child { |
---|
| 367 | margin-top: 0; |
---|
| 368 | } |
---|
[1377] | 369 | #main-menu li.active { |
---|
| 370 | background-color: #fff; |
---|
[1179] | 371 | } |
---|
[0] | 372 | #main-menu a { |
---|
[1235] | 373 | color: #333; |
---|
[1308] | 374 | border-bottom-color: #ccc; |
---|
[0] | 375 | } |
---|
| 376 | #main-menu .active a { |
---|
[3] | 377 | border-bottom: none; |
---|
[1235] | 378 | color: #d30e60; |
---|
[3] | 379 | } |
---|
[481] | 380 | #main-menu .active { |
---|
[1526] | 381 | font-weight: bold; |
---|
[0] | 382 | } |
---|
[1311] | 383 | #search-menu { |
---|
[1574] | 384 | padding: 4px 5px 0; |
---|
[1323] | 385 | font-size: 100% |
---|
[1311] | 386 | } |
---|
[1574] | 387 | #search-menu * { |
---|
| 388 | height: 20px; /* ie < 9 sucks */ |
---|
[1576] | 389 | height: 2rem; |
---|
[1574] | 390 | } |
---|
[1311] | 391 | #search-menu p { |
---|
| 392 | display: inline-block; |
---|
[1323] | 393 | border: 1px solid #999; |
---|
[1571] | 394 | border-radius: .3em; |
---|
[1323] | 395 | position: relative; |
---|
| 396 | overflow: hidden; |
---|
[1311] | 397 | } |
---|
| 398 | #search-menu #q { |
---|
[1574] | 399 | width: 120px; /* ie < 9 sucks */ |
---|
[1311] | 400 | width: 12rem; |
---|
[1571] | 401 | border-bottom-left-radius: .3em; |
---|
| 402 | border-top-left-radius: .3em; |
---|
[1311] | 403 | background: transparent url(search.png) no-repeat 4px center; |
---|
| 404 | text-indent: 18px; |
---|
[1576] | 405 | padding: 0 2px; |
---|
[1323] | 406 | border: none; |
---|
[1311] | 407 | } |
---|
[1576] | 408 | #search-menu input[type="submit"] { |
---|
[1574] | 409 | padding: 0 3px; |
---|
| 410 | padding: 0 .3rem; |
---|
[1311] | 411 | background: #dfdfdf; |
---|
| 412 | border-color: #999; |
---|
[1394] | 413 | color: #444; |
---|
[1571] | 414 | border-bottom-right-radius: .3em; |
---|
| 415 | border-top-right-radius: .3em; |
---|
[1323] | 416 | border-top-left-radius: 0; |
---|
| 417 | border-bottom-left-radius: 0; |
---|
[1311] | 418 | text-shadow: none; |
---|
[1323] | 419 | border: none; |
---|
| 420 | border-left: 1px solid #aaa; |
---|
[1574] | 421 | font-size: 10px; /* ie < 9 sucks */ |
---|
[1311] | 422 | font-size: 1rem; |
---|
| 423 | } |
---|
| 424 | #search-menu input[type="submit"]:hover, |
---|
| 425 | #search-menu input[type="submit"]:focus { |
---|
| 426 | background: #575859; |
---|
| 427 | color: #fff; |
---|
| 428 | } |
---|
[1308] | 429 | #favorites-menu, #blog-menu, #system-menu, #plugins-menu { |
---|
| 430 | border-bottom: 1px dashed #A2CBE9; |
---|
[0] | 431 | } |
---|
[489] | 432 | #favorites-menu h3 { |
---|
[1308] | 433 | color: #000; |
---|
| 434 | font-variant: small-caps; |
---|
[1574] | 435 | padding-top: .2em; |
---|
[481] | 436 | } |
---|
[500] | 437 | /* ------------------------------------------------------------------ footer */ |
---|
[0] | 438 | #footer { |
---|
[3] | 439 | clear: both; |
---|
[1574] | 440 | padding: .5em 1em .5em 0; |
---|
[1140] | 441 | text-align: right; |
---|
[1574] | 442 | border-top: 1px solid #ccc; |
---|
[0] | 443 | } |
---|
| 444 | #footer p { |
---|
[3] | 445 | margin: 0; |
---|
| 446 | padding: 0 1em; |
---|
[1311] | 447 | font-size: 1em; |
---|
[0] | 448 | } |
---|
[3] | 449 | #footer p span.credit { |
---|
[1574] | 450 | font-size: 1em; |
---|
[3] | 451 | font-weight: normal; |
---|
| 452 | } |
---|
[500] | 453 | /* ---------------------------------------------------------------------------- auth.php */ |
---|
| 454 | #login-screen { |
---|
| 455 | display: block; |
---|
[1484] | 456 | width: 20em; |
---|
[500] | 457 | margin: 1.5em auto 0; |
---|
[1574] | 458 | font-size: 14px; /* ie < 9 sucks */ |
---|
[1309] | 459 | font-size: 1.4rem; |
---|
[500] | 460 | } |
---|
| 461 | #login-screen h1 { |
---|
| 462 | text-indent: -2000px; |
---|
[1330] | 463 | background: transparent url(dc_logos/w-dotclear240.png) no-repeat top left; |
---|
| 464 | height: 66px; |
---|
[500] | 465 | margin-bottom: .5em; |
---|
[1309] | 466 | margin-left: 0; |
---|
[500] | 467 | } |
---|
[1484] | 468 | #login-screen .fieldset { |
---|
[1309] | 469 | border: 1px solid #A8DC26; |
---|
[500] | 470 | padding: 1em 1em 0 1em; |
---|
[1574] | 471 | border-radius: 3px; |
---|
[1344] | 472 | background: #fff; |
---|
[1309] | 473 | } |
---|
[500] | 474 | #login-screen input[type=text], #login-screen input[type=password], #login-screen input[type=submit] { |
---|
| 475 | width: 100%; |
---|
| 476 | } |
---|
[1558] | 477 | #login-screen input.login { |
---|
| 478 | padding-top: 6px; |
---|
| 479 | padding-bottom: 6px; |
---|
| 480 | font-size: 1em; |
---|
| 481 | } |
---|
[500] | 482 | #login-screen #issue { |
---|
[1574] | 483 | margin-left: 1.33em; |
---|
| 484 | font-size: 12px; /* ie < 9 sucks */ |
---|
[1309] | 485 | font-size: 1.2rem; |
---|
[500] | 486 | } |
---|
[1574] | 487 | #login-screen #issue strong { |
---|
| 488 | font-weight: normal; |
---|
| 489 | } |
---|
[500] | 490 | /* ------------------------------------------------------------------ dashboard */ |
---|
[0] | 491 | #dashboard-main { |
---|
[116] | 492 | padding: 1em 0; |
---|
| 493 | } |
---|
[471] | 494 | #icons { |
---|
[0] | 495 | overflow: hidden; |
---|
| 496 | padding-bottom: 1em; |
---|
[27] | 497 | text-align: center; |
---|
[0] | 498 | } |
---|
[471] | 499 | #icons p { |
---|
[82] | 500 | width: 210px; |
---|
[0] | 501 | text-align: center; |
---|
[1394] | 502 | margin: 1em 0 2em; |
---|
[1378] | 503 | padding: 1em 0; |
---|
[29] | 504 | display:inline-block; |
---|
[1378] | 505 | vertical-align: top; |
---|
[0] | 506 | } |
---|
[471] | 507 | #icons a, |
---|
| 508 | #icons a:link, |
---|
| 509 | #icons a:visited, |
---|
| 510 | #icons a:hover, |
---|
| 511 | #icons a:focus { |
---|
| 512 | border-bottom-width: 0px; |
---|
| 513 | text-decoration: none; |
---|
[0] | 514 | } |
---|
[471] | 515 | #icons a span { |
---|
| 516 | border-bottom: 1px dotted #f90; |
---|
[1394] | 517 | color: #333; |
---|
[1365] | 518 | } |
---|
[1378] | 519 | #icons a img { |
---|
| 520 | padding: 2em; |
---|
[1470] | 521 | margin-bottom: .3em; |
---|
| 522 | -moz-box-shadow: 0px 1px 0px 0px #ffffff; |
---|
| 523 | -webkit-box-shadow: 0px 1px 0px 0px #ffffff; |
---|
| 524 | box-shadow: 0px 1px 0px 0px #ffffff; |
---|
| 525 | background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) ); |
---|
| 526 | background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% ); |
---|
| 527 | filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9'); |
---|
| 528 | background-color:#f9f9f9; |
---|
| 529 | -moz-border-radius:1em; |
---|
| 530 | -webkit-border-radius:1em; |
---|
| 531 | border-radius:1em; |
---|
| 532 | border:1px solid #dcdcdc; |
---|
| 533 | display:inline-block; |
---|
[1378] | 534 | } |
---|
[1383] | 535 | #icons a img:hover, #icons a:focus img { |
---|
[1470] | 536 | background: #BBDB58; |
---|
[0] | 537 | } |
---|
[471] | 538 | #icons a:focus span, #icons a:hover span { |
---|
| 539 | text-decoration: underline; |
---|
[0] | 540 | } |
---|
[471] | 541 | #quick { |
---|
[0] | 542 | margin-top: 2em; |
---|
| 543 | } |
---|
[471] | 544 | #quick h3 { |
---|
[0] | 545 | margin-bottom: 0.2em; |
---|
[3] | 546 | font-size: 1.2em; |
---|
[0] | 547 | } |
---|
[471] | 548 | #quick p.qinfo { |
---|
[74] | 549 | margin: -.7em -1em 1em; |
---|
[1470] | 550 | background: #f3f3ff url(info.png) no-repeat .2em .2em; |
---|
[74] | 551 | border: 1px solid #99f; |
---|
| 552 | padding: .2em 1em .1em 24px; |
---|
| 553 | color: #666; |
---|
[0] | 554 | } |
---|
[1521] | 555 | #quick #new_cat, .q-cat, .q-cat label { |
---|
| 556 | display: inline-block; |
---|
| 557 | vertical-align: top; |
---|
| 558 | margin-right: 1em; |
---|
| 559 | margin-top: 0; |
---|
| 560 | } |
---|
| 561 | .q-cat label { |
---|
| 562 | margin-right: .3em; |
---|
| 563 | } |
---|
| 564 | #quick #new_cat { |
---|
| 565 | margin-bottom: 2em; |
---|
| 566 | } |
---|
[0] | 567 | #dashboard-items { |
---|
[1383] | 568 | margin: 3em auto; |
---|
[1378] | 569 | display: table; |
---|
[1394] | 570 | width: 100%; |
---|
[1378] | 571 | border-collapse: collapse; |
---|
| 572 | } |
---|
[1379] | 573 | .db-item { |
---|
[1378] | 574 | display: table-cell; |
---|
| 575 | padding: 1em 3em; |
---|
| 576 | vertical-align: top; |
---|
[1383] | 577 | border: 1px solid #ccc; |
---|
[0] | 578 | } |
---|
[495] | 579 | #dashboard-items img { |
---|
[0] | 580 | vertical-align: middle; |
---|
| 581 | } |
---|
| 582 | #dashboard-items ul { |
---|
| 583 | display: block; |
---|
| 584 | padding-left: 1.5em; |
---|
| 585 | list-style: square; |
---|
| 586 | } |
---|
| 587 | #dashboard-items li { |
---|
| 588 | margin: 0.25em 0 0 0; |
---|
| 589 | color: #666; |
---|
| 590 | } |
---|
[495] | 591 | #news dt { |
---|
[0] | 592 | font-weight: bold; |
---|
| 593 | margin: 0 0 0.4em 0; |
---|
| 594 | } |
---|
[495] | 595 | #news dd { |
---|
[0] | 596 | margin: 0 0 1em 0; |
---|
| 597 | } |
---|
[495] | 598 | #news dd p { |
---|
[0] | 599 | margin: 0.2em 0 0 0; |
---|
| 600 | } |
---|
[148] | 601 | |
---|
[0] | 602 | #upg-notify { |
---|
| 603 | } |
---|
| 604 | #upg-notify ul { |
---|
[1574] | 605 | padding-left: 1.5em; |
---|
[0] | 606 | } |
---|
| 607 | #upg-notify li { |
---|
| 608 | color: #fff; |
---|
| 609 | } |
---|
[500] | 610 | /* ------------------------------------------------------------------ post */ |
---|
[458] | 611 | #entry-wrapper { |
---|
| 612 | float: left; |
---|
| 613 | width: 100%; |
---|
| 614 | margin-right: -18em; |
---|
| 615 | } |
---|
| 616 | #entry-content { |
---|
[1291] | 617 | margin-right: 19em; |
---|
[1399] | 618 | margin-left: 0; |
---|
| 619 | } |
---|
| 620 | .multi-part { |
---|
[1574] | 621 | padding-left: 1em; |
---|
[1338] | 622 | } |
---|
[1353] | 623 | #entry-content label { |
---|
| 624 | text-transform: uppercase; |
---|
| 625 | font-weight: bold; |
---|
| 626 | margin-top: 2em; |
---|
[458] | 627 | } |
---|
[0] | 628 | #entry-sidebar { |
---|
[148] | 629 | width: 17em; |
---|
[3] | 630 | float: right; |
---|
[0] | 631 | } |
---|
[1396] | 632 | #entry-sidebar input[type="text"], |
---|
| 633 | #entry-sidebar select { |
---|
| 634 | width: 14em; /* to prevent inline with label */ |
---|
| 635 | } |
---|
[1365] | 636 | .box { |
---|
[1396] | 637 | border-bottom: 1px solid #ddd; |
---|
[1365] | 638 | margin-bottom: 1em; |
---|
| 639 | } |
---|
[0] | 640 | #comments { |
---|
[3] | 641 | clear: both; |
---|
[0] | 642 | } |
---|
[500] | 643 | /* ------------------------------------------------------------------ categories */ |
---|
[0] | 644 | #categories { |
---|
[1571] | 645 | margin: 1em 0; |
---|
[0] | 646 | } |
---|
| 647 | #categories ul { |
---|
| 648 | list-style: none; |
---|
[148] | 649 | margin: 0; |
---|
| 650 | padding: 0; |
---|
[0] | 651 | } |
---|
[495] | 652 | #categories li { |
---|
[3] | 653 | margin: .5em 0; |
---|
[1547] | 654 | padding: .5em 1.2em; |
---|
[0] | 655 | border: 1px solid #ccc; |
---|
[1547] | 656 | border-left: 8px solid #E5E3DA; |
---|
| 657 | border-radius: 3px; |
---|
[0] | 658 | } |
---|
[1547] | 659 | #categories input[type="checkbox"] { |
---|
| 660 | margin-right: .8em; |
---|
[1576] | 661 | } |
---|
[495] | 662 | #categories h4 { |
---|
[0] | 663 | margin: 0; |
---|
| 664 | } |
---|
[1547] | 665 | #categories label a { |
---|
| 666 | font-weight: bold; |
---|
| 667 | } |
---|
[495] | 668 | #categories h4 span { |
---|
[0] | 669 | font-weight: normal; |
---|
| 670 | } |
---|
[495] | 671 | #categories li p { |
---|
[0] | 672 | margin: 0; |
---|
[1571] | 673 | display: inline-block; |
---|
| 674 | } |
---|
| 675 | .cat-url { |
---|
| 676 | padding-left: 1em; |
---|
[0] | 677 | } |
---|
[1547] | 678 | .cat-actions { |
---|
| 679 | line-height: 2; |
---|
| 680 | } |
---|
[0] | 681 | select#del_cat { |
---|
| 682 | width: 100%; |
---|
| 683 | } |
---|
[1520] | 684 | #new_cat { |
---|
| 685 | font-weight: bold; |
---|
| 686 | margin-top: 2em; |
---|
| 687 | } |
---|
[1532] | 688 | #categories .placeholder { |
---|
| 689 | outline: 1px dashed #4183C4; |
---|
| 690 | min-height: 2.5em; |
---|
| 691 | } |
---|
| 692 | #save-set-order.disabled { |
---|
| 693 | text-shadow: none; |
---|
[1534] | 694 | color: #666; |
---|
[1532] | 695 | background: #F5F5F5; |
---|
| 696 | border: 1px solid #CCCCCC; |
---|
| 697 | } |
---|
| 698 | #save-set-order.disabled:hover { |
---|
| 699 | color: #666; |
---|
| 700 | background: #DFDFDF; |
---|
| 701 | border: 1px solid #CCCCCC; |
---|
| 702 | } |
---|
[500] | 703 | /* ------------------------------------------------------------------ media */ |
---|
[0] | 704 | #media-icon { |
---|
| 705 | float: left; |
---|
| 706 | } |
---|
| 707 | #media-details { |
---|
[1452] | 708 | } |
---|
| 709 | .near-icon { |
---|
[0] | 710 | margin-left: 70px; |
---|
[1452] | 711 | margin-bottom: 3em; |
---|
[0] | 712 | } |
---|
| 713 | #media-details ul { |
---|
| 714 | display: block; |
---|
| 715 | margin-left: 0; |
---|
| 716 | padding: 0; |
---|
| 717 | } |
---|
| 718 | #media-details li { |
---|
| 719 | list-style: square inside; |
---|
| 720 | margin: 0; |
---|
| 721 | padding: 0; |
---|
| 722 | } |
---|
| 723 | #media-original-image { |
---|
| 724 | overflow: auto; |
---|
| 725 | } |
---|
| 726 | #media-original-image.overheight { |
---|
| 727 | height: 500px; |
---|
| 728 | } |
---|
| 729 | #add-file-f { |
---|
| 730 | position: relative; |
---|
| 731 | } |
---|
| 732 | #add-file-f .more-file { |
---|
| 733 | position:absolute; |
---|
| 734 | right: 0.5em; |
---|
| 735 | background: #999; |
---|
| 736 | color: #fff; |
---|
| 737 | border: none; |
---|
| 738 | } |
---|
[500] | 739 | .media-list { |
---|
| 740 | position: static; |
---|
| 741 | } |
---|
| 742 | .media-col-0 { |
---|
| 743 | clear: left; |
---|
| 744 | } |
---|
| 745 | .media-item { |
---|
| 746 | position: relative; |
---|
| 747 | border-top: 1px solid #ccc; |
---|
| 748 | margin-bottom: 1em; |
---|
| 749 | padding: 5px 0; |
---|
| 750 | } |
---|
| 751 | div.media-list .media-item { |
---|
| 752 | width: 49%; |
---|
| 753 | float: left; |
---|
| 754 | margin-right: 1%; |
---|
| 755 | } |
---|
| 756 | a.media-icon { |
---|
| 757 | display: block; |
---|
| 758 | border-bottom: none; |
---|
| 759 | float: left; |
---|
| 760 | } |
---|
| 761 | .media-icon img { |
---|
| 762 | display: block; |
---|
| 763 | } |
---|
| 764 | .media-item ul { |
---|
| 765 | display: block; |
---|
| 766 | list-style: none; |
---|
| 767 | margin: 0 0 0 60px; |
---|
| 768 | padding: 0; |
---|
| 769 | } |
---|
| 770 | li.media-action { |
---|
| 771 | display: block; |
---|
| 772 | position: absolute; |
---|
| 773 | top: 5px; |
---|
| 774 | right: 5px; |
---|
| 775 | height: 16px; |
---|
| 776 | } |
---|
| 777 | li.media-action a { |
---|
| 778 | border: none; |
---|
| 779 | } |
---|
| 780 | li.media-action form { |
---|
| 781 | display: inline; |
---|
| 782 | } |
---|
| 783 | li.media-action input { |
---|
| 784 | border: none; |
---|
| 785 | } |
---|
| 786 | /* ------------------------------------------------------------------ preferences */ |
---|
[3] | 787 | #my-favs ul { |
---|
| 788 | list-style-type: none; |
---|
| 789 | margin-left: 0; |
---|
| 790 | padding-left: 0; |
---|
| 791 | line-height: 1.2; |
---|
| 792 | } |
---|
[495] | 793 | #my-favs li { |
---|
[3] | 794 | display: block; |
---|
| 795 | float: left; |
---|
[82] | 796 | width: 164px; |
---|
| 797 | margin-top: 1em; |
---|
| 798 | margin-bottom: 1.5em; |
---|
[3] | 799 | } |
---|
| 800 | #my-favs label {height: 2.5em;width:140px;margin-top:.3em;} |
---|
| 801 | #my-favs label input {display:inline;} |
---|
[11] | 802 | #my-favs img { |
---|
[3] | 803 | display: block; |
---|
| 804 | } |
---|
[11] | 805 | #my-favs input.position { |
---|
| 806 | margin: 0 0 .4em .2em; |
---|
[3] | 807 | } |
---|
| 808 | #available-favs input, #available-favs label, #available-favs label span { |
---|
| 809 | white-space: normal; |
---|
| 810 | display: inline; |
---|
| 811 | } |
---|
| 812 | #default-favs h3 { |
---|
| 813 | margin-top: 2em; |
---|
| 814 | margin-bottom: 1em; |
---|
| 815 | } |
---|
| 816 | .fav-list { |
---|
| 817 | list-style-type: none; |
---|
| 818 | margin-left: 0; |
---|
| 819 | padding-left: 0; |
---|
| 820 | } |
---|
| 821 | .fav-list li { |
---|
| 822 | line-height: 2; |
---|
| 823 | margin-left: 0; |
---|
| 824 | padding-left: 0; |
---|
| 825 | position: relative; |
---|
| 826 | } |
---|
[495] | 827 | .fav-list img { |
---|
[3] | 828 | vertical-align: middle; |
---|
| 829 | margin-right: .2em; |
---|
| 830 | } |
---|
| 831 | #available-favs label span.zoom { |
---|
| 832 | display: none; |
---|
| 833 | } |
---|
| 834 | #available-favs li:hover label span.zoom { |
---|
| 835 | display: block; |
---|
| 836 | position: absolute; |
---|
| 837 | bottom: 0; |
---|
| 838 | left: 10em; |
---|
| 839 | background-color: #f5f5f5; |
---|
| 840 | border: 1px solid #ddd; |
---|
| 841 | padding: .2em; |
---|
| 842 | border-radius: .5em; |
---|
| 843 | } |
---|
[500] | 844 | /* -------------------------------------------------------------------- Themes */ |
---|
[0] | 845 | #themes { |
---|
[1428] | 846 | margin: 0; |
---|
| 847 | width: 100%; |
---|
| 848 | padding: 0; |
---|
| 849 | } |
---|
| 850 | #themes h3 { |
---|
[0] | 851 | } |
---|
| 852 | #themes div.theme-details { |
---|
| 853 | border-top: 1px solid #ccc; |
---|
[1428] | 854 | padding: 12px; |
---|
| 855 | display: inline-block; |
---|
| 856 | vertical-align: top; |
---|
| 857 | width: 284px; |
---|
| 858 | } |
---|
| 859 | .current-theme { |
---|
| 860 | background: #eef; |
---|
[0] | 861 | } |
---|
| 862 | #themes div.theme-details:hover { |
---|
[1420] | 863 | background: #f0f0f0; |
---|
[0] | 864 | } |
---|
| 865 | #themes div.theme-details div.theme-shot { |
---|
| 866 | } |
---|
| 867 | #themes div.theme-details div.theme-shot img { |
---|
| 868 | display: block; |
---|
| 869 | border: 1px solid #ccc; |
---|
[1428] | 870 | margin-bottom: 1.5em; |
---|
[0] | 871 | } |
---|
| 872 | #themes div.theme-details div.theme-info { |
---|
| 873 | } |
---|
| 874 | #themes div.theme-details div.theme-info span.theme-desc { |
---|
| 875 | display: block; |
---|
| 876 | } |
---|
| 877 | #themes div.theme-details div.theme-info span.theme-version { |
---|
| 878 | color: #666; |
---|
| 879 | } |
---|
| 880 | #themes div.theme-details div.theme-actions { |
---|
| 881 | } |
---|
[1428] | 882 | #themes-actions { |
---|
| 883 | border-bottom: 1px solid #999; |
---|
| 884 | margin-bottom: 3em; |
---|
| 885 | } |
---|
| 886 | .theme-css { |
---|
| 887 | display: block; |
---|
| 888 | } |
---|
[0] | 889 | /* Themes list, JS version */ |
---|
| 890 | #themes-wrapper { |
---|
[1428] | 891 | display: table; |
---|
| 892 | } |
---|
| 893 | #themes-wrapper #themes { |
---|
| 894 | display: table-cell; |
---|
| 895 | vertical-align: top; |
---|
[1452] | 896 | padding-left: 1em; |
---|
[0] | 897 | } |
---|
| 898 | #theme-box { |
---|
[1428] | 899 | display: table-cell; |
---|
| 900 | vertical-align: top; |
---|
[1576] | 901 | padding: 0; |
---|
[1428] | 902 | width: 312px; |
---|
| 903 | border: 1px solid #ccc; |
---|
| 904 | border-radius: 3px; |
---|
[0] | 905 | } |
---|
[1576] | 906 | #theme-box .theme-shot, |
---|
[1499] | 907 | #theme-box .theme-info, |
---|
| 908 | #theme-box .theme-actions { |
---|
| 909 | background: #eef; |
---|
| 910 | padding: 1em 16px; |
---|
| 911 | margin: 0; |
---|
| 912 | } |
---|
| 913 | #theme-box .theme-shot img { |
---|
[0] | 914 | display: block; |
---|
| 915 | width: 280px; |
---|
| 916 | height: 245px; |
---|
| 917 | border: 1px solid #ccc; |
---|
| 918 | } |
---|
[1428] | 919 | #theme-box h4 { |
---|
| 920 | color: #000; |
---|
[1499] | 921 | background: #eef; |
---|
[0] | 922 | } |
---|
| 923 | #theme-box span.theme-version { |
---|
| 924 | color: #666; |
---|
| 925 | } |
---|
| 926 | #theme-box span.theme-parent-ok { |
---|
| 927 | color: #666; |
---|
| 928 | } |
---|
| 929 | #theme-box span.theme-parent-missing { |
---|
| 930 | color: #c00; |
---|
| 931 | font-weight:bold; |
---|
| 932 | } |
---|
[1499] | 933 | #theme-box .theme-actions { |
---|
| 934 | border-bottom: 1px solid #ccc; |
---|
[0] | 935 | } |
---|
[1499] | 936 | #themes .theme-details-js { |
---|
[0] | 937 | float: left; |
---|
| 938 | width: 120px; |
---|
| 939 | height: 150px; |
---|
[1428] | 940 | margin: 0 12px 24px; |
---|
| 941 | padding: 12px 12px 0; |
---|
[0] | 942 | text-align: center; |
---|
| 943 | background: #f3f3f3; |
---|
[1428] | 944 | border: 1px solid #ddd; |
---|
[0] | 945 | cursor: pointer; |
---|
[3] | 946 | border-radius: 4px; |
---|
[0] | 947 | } |
---|
[1499] | 948 | #themes .theme-details-js label { |
---|
[0] | 949 | cursor: pointer; |
---|
| 950 | } |
---|
[1499] | 951 | #themes .theme-details-js.theme-selected { |
---|
[1428] | 952 | background: #ddd; |
---|
[0] | 953 | border: 1px solid #999; |
---|
| 954 | } |
---|
[1499] | 955 | #themes .theme-details-js .theme-shot img { |
---|
[0] | 956 | width: 120px; |
---|
| 957 | height: 105px; |
---|
| 958 | border: 1px solid #fff; |
---|
| 959 | } |
---|
[500] | 960 | /* ---------------------------------------------------------- Plugins list */ |
---|
[0] | 961 | #plugins td.action { |
---|
| 962 | vertical-align: middle; |
---|
| 963 | } |
---|
| 964 | select.l10n option { |
---|
| 965 | padding-left: 16px; |
---|
| 966 | } |
---|
| 967 | option.avail10n { |
---|
| 968 | background: transparent url(../images/check-on.png) no-repeat 0 50%; |
---|
| 969 | } |
---|
[500] | 970 | /* ------------------------------------------------------------------ contextual help */ |
---|
| 971 | #help { |
---|
[1310] | 972 | margin-top: 4em; |
---|
[500] | 973 | background: #f5f5f5; |
---|
| 974 | z-index: 100; |
---|
[1521] | 975 | clear: both; |
---|
| 976 | padding: 0 1em; |
---|
[500] | 977 | } |
---|
| 978 | #help-button { |
---|
[1309] | 979 | background: transparent url(../images/page_help.png) no-repeat 6px center; |
---|
[1291] | 980 | position: absolute; |
---|
[1574] | 981 | top: 36px; /* ie < 9 sucks */ |
---|
[1291] | 982 | top: 3.6rem; |
---|
[500] | 983 | right: 0px; |
---|
[1574] | 984 | padding: 0 1.5em 0 30px; |
---|
[500] | 985 | cursor: pointer; |
---|
[1291] | 986 | color: #2373A8; |
---|
[1574] | 987 | line-height: 42px; /* ie < 9 sucks */ |
---|
[1309] | 988 | line-height: 4.2rem; |
---|
[1291] | 989 | } |
---|
| 990 | #help-button span { |
---|
[1574] | 991 | padding: .5em 0 .1em 0; |
---|
[1291] | 992 | border-bottom: 1px solid #2373A8; |
---|
[500] | 993 | } |
---|
| 994 | .help-box { |
---|
| 995 | display: none; |
---|
| 996 | } |
---|
| 997 | .help-box ul { |
---|
| 998 | padding-left: 20px; |
---|
| 999 | margin-left: 0; |
---|
| 1000 | } |
---|
| 1001 | #content.with-help #help-button { |
---|
[1574] | 1002 | right: 282px; /* ie < 9 sucks */ |
---|
[1291] | 1003 | right: 28.2rem; |
---|
| 1004 | background-color: #f5f5f5; |
---|
| 1005 | position: fixed; |
---|
| 1006 | border-top: 2px solid #FFD478; |
---|
| 1007 | border-left: 2px solid #FFD478; |
---|
| 1008 | border-bottom: 2px solid #FFD478; |
---|
[1574] | 1009 | border-bottom-left-radius: 1em; |
---|
| 1010 | border-top-left-radius: 1em; |
---|
[500] | 1011 | } |
---|
| 1012 | #content.with-help #help { |
---|
| 1013 | display: block; |
---|
| 1014 | position: absolute; |
---|
[1574] | 1015 | top: 36px; /* ie < 9 sucks */ |
---|
[1291] | 1016 | top: 3.6rem; |
---|
[500] | 1017 | right: 0; |
---|
[1574] | 1018 | width: 280px; /* ie < 9 sucks */ |
---|
[1291] | 1019 | width: 28rem; |
---|
[1235] | 1020 | border-left: 2px solid #FFD478; |
---|
[1291] | 1021 | border-top: 2px solid #FFD478; |
---|
[500] | 1022 | margin-top: 0; |
---|
[1574] | 1023 | padding: .5em 0 0 0; |
---|
[500] | 1024 | overflow: auto; |
---|
| 1025 | } |
---|
| 1026 | #content.with-help .help-content { |
---|
[1574] | 1027 | padding: 0 .5em 1em; |
---|
[500] | 1028 | } |
---|
| 1029 | .help-content dt { |
---|
| 1030 | font-weight: bold; |
---|
| 1031 | color: #626262; |
---|
| 1032 | margin: 0; |
---|
| 1033 | } |
---|
| 1034 | .help-content dd { |
---|
| 1035 | margin: 0.3em 0 1.5em 0; |
---|
| 1036 | } |
---|
| 1037 | /* ------------------------------------------------------------------ popups */ |
---|
| 1038 | body.popup #wrapper, body.popup #top { |
---|
[1311] | 1039 | width: 100%; |
---|
| 1040 | padding: 0; |
---|
| 1041 | } |
---|
| 1042 | body.popup #wrapper { |
---|
[500] | 1043 | float: none; |
---|
[1311] | 1044 | margin:0; |
---|
| 1045 | display: block; |
---|
[500] | 1046 | } |
---|
[1311] | 1047 | body.popup h1, body.popup #top { |
---|
| 1048 | margin: 0; |
---|
| 1049 | border-bottom: 1px solid; |
---|
| 1050 | font-weight: normal; |
---|
| 1051 | color: #fff; |
---|
| 1052 | background: #575859; |
---|
| 1053 | font-size: 1.5em; |
---|
[1574] | 1054 | text-indent: .5em; |
---|
[1311] | 1055 | line-height: 1.3em; |
---|
[500] | 1056 | } |
---|
| 1057 | body.popup #main { |
---|
[1311] | 1058 | margin-bottom: 1em 0; |
---|
[500] | 1059 | } |
---|
| 1060 | body.popup #content { |
---|
[1311] | 1061 | margin: 0; |
---|
[1574] | 1062 | padding: .5em 0; |
---|
[500] | 1063 | } |
---|
[1311] | 1064 | body.popup #content h2 { |
---|
| 1065 | margin: 0 0 1em; |
---|
[500] | 1066 | } |
---|
| 1067 | body.popup #footer p { |
---|
| 1068 | border: none; |
---|
| 1069 | } |
---|
| 1070 | /* ------------------------------------------------------------------ messages */ |
---|
[1550] | 1071 | .error, .message, .static-msg, .static-msg, .success { |
---|
[1559] | 1072 | padding: 1em 0.5em 0.5em 48px; |
---|
[500] | 1073 | margin-bottom: 1em; |
---|
| 1074 | border-radius: 8px; |
---|
| 1075 | } |
---|
[1550] | 1076 | p.error, p.message, p.static-msg, p.success { |
---|
[1558] | 1077 | padding-top: 1em; |
---|
| 1078 | padding-bottom: 1em; |
---|
[500] | 1079 | } |
---|
[1516] | 1080 | .error { |
---|
| 1081 | background: #FFBABA url(msg-error.png) no-repeat .7em .7em; |
---|
[958] | 1082 | color: #000; |
---|
[500] | 1083 | } |
---|
[1516] | 1084 | .message, .static-msg { |
---|
[958] | 1085 | background: #666 url(msg-std.png) no-repeat .7em .7em; |
---|
[500] | 1086 | color: #fff; |
---|
| 1087 | } |
---|
[1516] | 1088 | .success { |
---|
[1550] | 1089 | background: #baff8e url(msg-success.png) no-repeat .7em .7em; |
---|
[1516] | 1090 | color: #000; |
---|
| 1091 | } |
---|
| 1092 | .message a, .static-msg a { |
---|
[500] | 1093 | color: #fff; |
---|
| 1094 | } |
---|
[1516] | 1095 | .success a { |
---|
| 1096 | color: #666; |
---|
| 1097 | } |
---|
[1291] | 1098 | /* ------------------------------------------------------------------ navigation */ |
---|
| 1099 | .anchor-nav { |
---|
| 1100 | background: #575859; |
---|
| 1101 | color: #fff; |
---|
[1574] | 1102 | padding: 4px 1em; |
---|
[1291] | 1103 | float: right; |
---|
| 1104 | } |
---|
[1335] | 1105 | .nav_prevnext { |
---|
| 1106 | margin-bottom: 2em; |
---|
[1394] | 1107 | color: #fff; |
---|
[1335] | 1108 | } |
---|
[1336] | 1109 | .nav_prevnext a, a.back { |
---|
[1399] | 1110 | border: 1px solid #ddd; |
---|
[1574] | 1111 | padding: 2px 1.5em; |
---|
| 1112 | border-radius: .75em; |
---|
[1420] | 1113 | background-color: #f0f0f0; |
---|
[1336] | 1114 | } |
---|
| 1115 | a.back:before { |
---|
| 1116 | content: "\ab\a0"; |
---|
| 1117 | } |
---|
[1394] | 1118 | a.onblog_link { |
---|
| 1119 | color: #333; |
---|
| 1120 | float: right; |
---|
| 1121 | border: 1px solid #eee; |
---|
[1574] | 1122 | padding: 2px 1.5em; |
---|
| 1123 | border-radius: .75em; |
---|
[1394] | 1124 | background-color: #ffe; |
---|
| 1125 | } |
---|
[500] | 1126 | /* ------------------------------------------------------------------ debug */ |
---|
| 1127 | #debug { |
---|
| 1128 | position: absolute; |
---|
| 1129 | top: 0; |
---|
| 1130 | width: 100%; |
---|
| 1131 | height: 4px; |
---|
| 1132 | background: #d99; |
---|
| 1133 | } |
---|
| 1134 | #debug div { |
---|
| 1135 | display: none; |
---|
| 1136 | padding: 3px 0.5em 2px; |
---|
| 1137 | } |
---|
| 1138 | #debug p { |
---|
| 1139 | margin: 0.5em 0; |
---|
| 1140 | } |
---|
| 1141 | #debug:hover { |
---|
| 1142 | height: auto; |
---|
| 1143 | } |
---|
| 1144 | #debug:hover div { |
---|
| 1145 | display: block; |
---|
| 1146 | } |
---|
| 1147 | /* -------------------------------------------------------------------- CLASSES COMMUNES */ |
---|
[1353] | 1148 | .no-margin, #entry-content label.no-margin { |
---|
[561] | 1149 | margin: 0; |
---|
| 1150 | } |
---|
[1353] | 1151 | .border-top { |
---|
| 1152 | border-top: 1px solid #999; |
---|
| 1153 | padding-top: 1em; |
---|
| 1154 | margin-top: 1em; |
---|
| 1155 | } |
---|
[1464] | 1156 | .fieldset { |
---|
| 1157 | background: #fff; |
---|
| 1158 | border: 1px solid #aaa; |
---|
[1576] | 1159 | border-radius: 6px; |
---|
[1464] | 1160 | padding: 1em .7em .5em; |
---|
| 1161 | margin-bottom: 1em; |
---|
| 1162 | } |
---|
| 1163 | .fieldset h3 { |
---|
| 1164 | color: #333; |
---|
| 1165 | } |
---|
[1571] | 1166 | .table { |
---|
| 1167 | display: table; |
---|
| 1168 | } |
---|
| 1169 | .cell { |
---|
| 1170 | display: table-cell; |
---|
| 1171 | } |
---|
[500] | 1172 | /* paragraphe pour bouton Nouveau bidule */ |
---|
| 1173 | p.top-add { |
---|
| 1174 | text-align: right; |
---|
[1309] | 1175 | margin: 0; |
---|
[500] | 1176 | } |
---|
| 1177 | p.top-add a { |
---|
| 1178 | padding: .3em 1em .3em .5em; |
---|
| 1179 | font-weight: bold; |
---|
| 1180 | } |
---|
| 1181 | p.top-add a img { |
---|
| 1182 | padding-right: .3em; |
---|
| 1183 | vertical-align: middle; |
---|
| 1184 | } |
---|
| 1185 | /* Si quelque chose a besoin d'être caché sauf pour les revues d'écran */ |
---|
| 1186 | .hidden { |
---|
| 1187 | position: absolute !important; |
---|
| 1188 | clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ |
---|
| 1189 | clip: rect(1px, 1px, 1px, 1px); |
---|
| 1190 | padding: 0 !important; |
---|
| 1191 | border: 0 !important; |
---|
| 1192 | height: 1px !important; |
---|
| 1193 | width: 1px !important; |
---|
| 1194 | overflow: hidden; |
---|
| 1195 | } |
---|
| 1196 | .clear { |
---|
| 1197 | clear: both; |
---|
| 1198 | } |
---|
| 1199 | .lclear { |
---|
| 1200 | clear: left; |
---|
| 1201 | } |
---|
| 1202 | div.clearer { |
---|
| 1203 | height: 1px; |
---|
| 1204 | font-size: 1px; |
---|
| 1205 | } |
---|
| 1206 | .hide { |
---|
| 1207 | display: none; |
---|
| 1208 | } |
---|
| 1209 | .right { |
---|
| 1210 | text-align: right; |
---|
| 1211 | } |
---|
| 1212 | .frame-shrink { |
---|
| 1213 | border: 1px solid #666; |
---|
| 1214 | padding: 0.5em; |
---|
| 1215 | margin-bottom: 1em; |
---|
| 1216 | height: 120px; |
---|
| 1217 | overflow: auto; |
---|
| 1218 | } |
---|
| 1219 | .grid { |
---|
| 1220 | background: transparent repeat url('grid.png') 0 0; |
---|
| 1221 | } |
---|
| 1222 | .line p { |
---|
| 1223 | margin: 0; |
---|
| 1224 | } |
---|
| 1225 | .offline { |
---|
| 1226 | color: #666; |
---|
| 1227 | } |
---|
| 1228 | ul.nice { |
---|
| 1229 | margin: 1em 0; |
---|
| 1230 | padding: 0 0 0 2em; |
---|
| 1231 | list-style: square; |
---|
| 1232 | } |
---|
| 1233 | ul.nice li { |
---|
| 1234 | margin:0; |
---|
| 1235 | padding: 0; |
---|
| 1236 | } |
---|
| 1237 | .zip-dl { |
---|
| 1238 | background: transparent url(package.png) no-repeat 0 50%; |
---|
| 1239 | padding: 5px 0 5px 20px; |
---|
| 1240 | } |
---|
[0] | 1241 | /* TABLES |
---|
| 1242 | -------------------------------------------------------- */ |
---|
| 1243 | table { |
---|
[1574] | 1244 | font-size: 12px; /* ie < 9 sucks */ |
---|
[1235] | 1245 | font-size: 1.2rem; |
---|
[3] | 1246 | border-collapse: collapse; |
---|
| 1247 | margin: 0 0 1em 0; |
---|
[0] | 1248 | } |
---|
[1518] | 1249 | table.posts-list { |
---|
[1520] | 1250 | min-width: 50%; |
---|
[1518] | 1251 | } |
---|
[0] | 1252 | tr.line:hover { |
---|
[1309] | 1253 | background: #f3f3f3; |
---|
[0] | 1254 | } |
---|
[536] | 1255 | caption { |
---|
| 1256 | color: #333; |
---|
| 1257 | font-weight: bold; |
---|
| 1258 | text-align: left; |
---|
| 1259 | margin-bottom: .5em; |
---|
| 1260 | } |
---|
| 1261 | |
---|
[1465] | 1262 | td { |
---|
[3] | 1263 | border-width: 0 0 1px 0; |
---|
| 1264 | border-style: solid; |
---|
[1309] | 1265 | border-color: #e3e3e3; |
---|
[1508] | 1266 | padding: .3em .5em; |
---|
[3] | 1267 | vertical-align: top; |
---|
[0] | 1268 | } |
---|
| 1269 | th { |
---|
[1465] | 1270 | border-width: 1px 0 1px 0; |
---|
| 1271 | border-style: solid; |
---|
| 1272 | border-color: #ccc; |
---|
| 1273 | background: #f3f3ff; |
---|
[1508] | 1274 | padding: .3em .5em; |
---|
[1465] | 1275 | vertical-align: top; |
---|
[3] | 1276 | text-align: left; |
---|
[1179] | 1277 | } |
---|
[1508] | 1278 | th.first img { |
---|
| 1279 | padding-right: 24px; |
---|
[0] | 1280 | } |
---|
| 1281 | .noborder td, td.noborder, .noborder th, th.noborder { |
---|
[1452] | 1282 | border-width: 0 0 1px 0; |
---|
| 1283 | border-color: #ddd; |
---|
[1574] | 1284 | line-height: 2em; |
---|
[1452] | 1285 | padding-bottom: 0; |
---|
| 1286 | } |
---|
| 1287 | .noborder p { |
---|
| 1288 | margin-bottom: 0; |
---|
[0] | 1289 | } |
---|
| 1290 | table .maximal, table.maximal { |
---|
[3] | 1291 | width: 100%; |
---|
[0] | 1292 | } |
---|
| 1293 | table .minimal { |
---|
[3] | 1294 | width: 1px; |
---|
[0] | 1295 | } |
---|
| 1296 | table .nowrap { |
---|
[3] | 1297 | white-space: nowrap; |
---|
| 1298 | vertical-align: top; |
---|
[0] | 1299 | } |
---|
[814] | 1300 | table.settings, table.prefs { |
---|
| 1301 | width: 80%; |
---|
[1338] | 1302 | border: 1px solid #999; |
---|
[1576] | 1303 | margin-bottom: 3em; |
---|
[1338] | 1304 | } |
---|
| 1305 | table.settings th, table.prefs th { |
---|
[1470] | 1306 | background: #f3f3ff; |
---|
[814] | 1307 | } |
---|
| 1308 | table.settings th:first-child, table.prefs th:first-child { |
---|
| 1309 | width: 20%; |
---|
| 1310 | } |
---|
| 1311 | table.settings th + th, table.prefs th + th { |
---|
| 1312 | width: 30%; |
---|
| 1313 | } |
---|
| 1314 | table.settings th + th + th, table.prefs th + th + th { |
---|
| 1315 | width: 10%; |
---|
| 1316 | } |
---|
| 1317 | table.settings th:last-child, table.prefs th:last-child { |
---|
| 1318 | width: 40%; |
---|
| 1319 | } |
---|
[0] | 1320 | td.status { |
---|
| 1321 | vertical-align: middle; |
---|
| 1322 | } |
---|
| 1323 | td.status img { |
---|
| 1324 | margin-bottom: -2px; |
---|
| 1325 | } |
---|
| 1326 | td.status a { |
---|
| 1327 | border: none; |
---|
| 1328 | } |
---|
[1508] | 1329 | tr.line img.expand, th img.expand { |
---|
| 1330 | margin-right: 6px; |
---|
[0] | 1331 | margin-bottom: -2px; |
---|
| 1332 | } |
---|
| 1333 | tr.line input { |
---|
[3] | 1334 | vertical-align: middle; |
---|
[0] | 1335 | } |
---|
| 1336 | tr.expand td { |
---|
| 1337 | border-bottom: none; |
---|
| 1338 | } |
---|
| 1339 | td.expand { |
---|
| 1340 | padding: 1em; |
---|
| 1341 | } |
---|
| 1342 | |
---|
| 1343 | .dragable { |
---|
| 1344 | border-collapse: separate; |
---|
| 1345 | } |
---|
| 1346 | .dragable tbody td { |
---|
[131] | 1347 | |
---|
[0] | 1348 | } |
---|
| 1349 | .handle { |
---|
[3] | 1350 | padding: 0; |
---|
[0] | 1351 | } |
---|
| 1352 | .handler { |
---|
[3] | 1353 | cursor: move; |
---|
| 1354 | background: transparent url(drag.png) no-repeat 0 50%; |
---|
| 1355 | padding-left: 15px; |
---|
[0] | 1356 | } |
---|
[500] | 1357 | /* ----------------------------------------------------------------- FORMS */ |
---|
[0] | 1358 | form { |
---|
[3] | 1359 | display: block; |
---|
| 1360 | margin: 0; |
---|
| 1361 | padding: 0; |
---|
[0] | 1362 | } |
---|
[1464] | 1363 | fieldset { |
---|
[3] | 1364 | display: block; |
---|
| 1365 | margin: 0 0 1em 0; |
---|
| 1366 | padding: 1em 0.5em; |
---|
| 1367 | border-width: 1px 0; |
---|
[0] | 1368 | border-style: solid; |
---|
| 1369 | border-color: #ccc; |
---|
[3] | 1370 | background: #f5f5f5; |
---|
[0] | 1371 | } |
---|
| 1372 | legend { |
---|
[3] | 1373 | font-weight: bold; |
---|
[0] | 1374 | padding: 0.2em 0.6em; |
---|
| 1375 | border-width: 1px; |
---|
| 1376 | border-style: solid; |
---|
[1424] | 1377 | border-color: #333; |
---|
| 1378 | background: #fff; |
---|
[0] | 1379 | margin-bottom: 0.5em; |
---|
[1424] | 1380 | border-radius: 3px; |
---|
[0] | 1381 | } |
---|
| 1382 | optgroup { |
---|
[3] | 1383 | font-weight: bold; |
---|
| 1384 | font-style: normal; |
---|
[0] | 1385 | } |
---|
| 1386 | option { |
---|
[3] | 1387 | font-weight: normal; |
---|
[0] | 1388 | } |
---|
| 1389 | input, textarea, select { |
---|
[3] | 1390 | background: #f9f9f9; |
---|
| 1391 | color: #000; |
---|
| 1392 | border-width: 1px; |
---|
| 1393 | border-style: solid; |
---|
[1309] | 1394 | border-color: #666 #ccc #ccc #999; |
---|
[0] | 1395 | } |
---|
[957] | 1396 | input.invalid, textarea.invalid, select.invalid { |
---|
| 1397 | border: 1px solid red; |
---|
[1576] | 1398 | background: #fff; |
---|
[957] | 1399 | color: red; |
---|
[971] | 1400 | box-shadow: 0 0 0 1px rgba(218, 62, 90, 0.3) |
---|
[957] | 1401 | } |
---|
[0] | 1402 | input, textarea, select, option { |
---|
[1235] | 1403 | font: 100% "DejaVu Sans","Lucida Grande","Lucida Sans Unicode",Arial,sans-serif; |
---|
[0] | 1404 | } |
---|
| 1405 | input[type=text], input[type=password], textarea { |
---|
[3] | 1406 | padding: 2px 0; |
---|
| 1407 | margin-right: .3em; |
---|
[0] | 1408 | } |
---|
| 1409 | textarea { |
---|
[3] | 1410 | padding: 2px 0; |
---|
[0] | 1411 | } |
---|
[1291] | 1412 | input[type=checkbox], input[type=radio], input[type=file] { |
---|
| 1413 | border: none; |
---|
[3] | 1414 | margin: 0; |
---|
| 1415 | padding: 0; |
---|
| 1416 | background: transparent; |
---|
[0] | 1417 | } |
---|
[1559] | 1418 | input[type=file] { |
---|
| 1419 | margin-top: .3em; |
---|
| 1420 | margin-bottom: .3em; |
---|
| 1421 | } |
---|
[0] | 1422 | label { |
---|
[3] | 1423 | display: block; |
---|
[0] | 1424 | } |
---|
| 1425 | label input, label select, label span { |
---|
[3] | 1426 | display: block; |
---|
[0] | 1427 | } |
---|
| 1428 | p.form-note { |
---|
[133] | 1429 | font-style:italic; |
---|
| 1430 | margin-top: -.7em; |
---|
| 1431 | color: #666; |
---|
| 1432 | } |
---|
[954] | 1433 | span.form-note { |
---|
| 1434 | font-style:italic; |
---|
| 1435 | font-weight: normal; |
---|
[1353] | 1436 | text-transform: none; |
---|
[954] | 1437 | color: #666; |
---|
| 1438 | } |
---|
[217] | 1439 | p.form-note.warn, p.form-note.info, p.warning { |
---|
[133] | 1440 | font-style: normal; |
---|
[1569] | 1441 | padding: .2em 1em .3em 32px; |
---|
[1564] | 1442 | color: #333; |
---|
[1569] | 1443 | display: inline-block; |
---|
[133] | 1444 | } |
---|
[217] | 1445 | p.form-note.warn, p.warning { |
---|
[1564] | 1446 | background: #ffd url(msg-warning.png) no-repeat .3em .3em; |
---|
[133] | 1447 | border: 1px solid #f0c020; |
---|
| 1448 | } |
---|
| 1449 | p.form-note.info { |
---|
[1564] | 1450 | background: #f5eaff url(msg-info.png) no-repeat .3em .3em; |
---|
[1569] | 1451 | border: 1px solid #c484ff; |
---|
[0] | 1452 | } |
---|
[1424] | 1453 | .form-note a {border-bottom: 1px solid #ddbaff;} |
---|
[0] | 1454 | |
---|
[1396] | 1455 | label.ib { |
---|
| 1456 | display: inline-block; |
---|
| 1457 | } |
---|
[0] | 1458 | label.classic { |
---|
[3] | 1459 | display: inline; |
---|
[0] | 1460 | } |
---|
| 1461 | label.classic input, label span input, label.classic select, label span select { |
---|
[3] | 1462 | display: inline; |
---|
[0] | 1463 | } |
---|
| 1464 | |
---|
| 1465 | label.area, p.area { |
---|
| 1466 | width: inherit !important; |
---|
| 1467 | } |
---|
| 1468 | .area textarea { |
---|
[3] | 1469 | display: block; |
---|
| 1470 | width: 100%; |
---|
[530] | 1471 | resize: vertical; |
---|
[0] | 1472 | } |
---|
| 1473 | label.required { |
---|
[3] | 1474 | font-weight: bold; |
---|
[0] | 1475 | } |
---|
[12] | 1476 | label.required abbr { |
---|
[74] | 1477 | color: #dd0000; |
---|
[12] | 1478 | font-size: 1.3em; |
---|
| 1479 | } |
---|
[45] | 1480 | label.inline { |
---|
| 1481 | display: inline; |
---|
[0] | 1482 | } |
---|
| 1483 | p.field { |
---|
| 1484 | position: relative; |
---|
[1576] | 1485 | |
---|
[0] | 1486 | } |
---|
| 1487 | p.field label { |
---|
| 1488 | display: block; |
---|
| 1489 | width: 14em; |
---|
| 1490 | } |
---|
| 1491 | p.field input, p.field select { |
---|
| 1492 | display: inline; |
---|
| 1493 | position: absolute; |
---|
[1309] | 1494 | left: 14.5em; |
---|
[0] | 1495 | top: 0; |
---|
| 1496 | } |
---|
| 1497 | label .maximal, textarea.maximal, input.maximal { |
---|
[3] | 1498 | width: 100%; |
---|
[0] | 1499 | } |
---|
[530] | 1500 | textarea.maximal { |
---|
| 1501 | resize: vertical; |
---|
| 1502 | } |
---|
[0] | 1503 | |
---|
| 1504 | a.form-control { |
---|
[3] | 1505 | display: none; |
---|
[1574] | 1506 | background: url(../images/expand.png) no-repeat 4px center; |
---|
[0] | 1507 | padding-left: 20px; |
---|
[1415] | 1508 | color: #000; |
---|
[0] | 1509 | } |
---|
[536] | 1510 | .constrained { |
---|
[0] | 1511 | margin: 0; |
---|
| 1512 | padding: 0; |
---|
| 1513 | border: none; |
---|
| 1514 | background: transparent; |
---|
| 1515 | } |
---|
| 1516 | |
---|
[500] | 1517 | /* --------------------------------------------------------------- buttons */ |
---|
[3] | 1518 | /* commun */ |
---|
[131] | 1519 | input[type=submit], |
---|
| 1520 | input[type=reset], |
---|
| 1521 | input[type=button], |
---|
[3] | 1522 | a.button, |
---|
[204] | 1523 | a.submit { |
---|
[3] | 1524 | display: inline-block; |
---|
| 1525 | cursor: pointer; |
---|
| 1526 | text-align: center; |
---|
| 1527 | text-decoration: none; |
---|
[1291] | 1528 | padding: .1em .5em; |
---|
[3] | 1529 | border-radius: .2em; |
---|
[82] | 1530 | margin-bottom: .1em; |
---|
[1574] | 1531 | font-size: 12px; /* ie < 9 sucks */ |
---|
[1470] | 1532 | font-size: 1.2rem; |
---|
| 1533 | } |
---|
[1353] | 1534 | h4 a.button {font-weight: normal;} |
---|
| 1535 | |
---|
[3] | 1536 | /* validation */ |
---|
[131] | 1537 | input[type=submit], |
---|
[204] | 1538 | input[type=button], |
---|
| 1539 | a.submit { |
---|
[3] | 1540 | color: #fff; |
---|
[1475] | 1541 | text-shadow: 0 -1px 1px #1A87B9; |
---|
[1470] | 1542 | background:#25A6E1; |
---|
| 1543 | background:-moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%); |
---|
| 1544 | background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0)); |
---|
| 1545 | background:linear-gradient(top,#25A6E1 0%,#188BC0 100%); |
---|
| 1546 | filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0); |
---|
[1475] | 1547 | border:1px solid #2C8FD1; |
---|
[1470] | 1548 | |
---|
[3] | 1549 | } |
---|
[131] | 1550 | input[type=submit]:hover, |
---|
[3] | 1551 | input[type=button]:hover, |
---|
[204] | 1552 | a.submit:hover, |
---|
[131] | 1553 | input[type=submit]:focus, |
---|
[204] | 1554 | input[type=button]:focus, |
---|
| 1555 | a.submit:focus { |
---|
[1470] | 1556 | background:#188BC0; |
---|
| 1557 | background:-moz-linear-gradient(top,#188BC0 0%,#25A6E1 100%); |
---|
| 1558 | background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#188BC0),color-stop(100%,#25A6E1)); |
---|
| 1559 | background:linear-gradient(top,#188BC0 0%,#25A6E1 100%); |
---|
| 1560 | filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1',endColorstr='#25A6E1',GradientType=0); |
---|
[3] | 1561 | } |
---|
| 1562 | /* suppression et reset */ |
---|
[131] | 1563 | a.button, |
---|
| 1564 | input[type=submit].reset, |
---|
[3] | 1565 | input[type=submit].delete { |
---|
[217] | 1566 | border: 1px solid #ccc; |
---|
[3] | 1567 | background: #f5f5f5; |
---|
| 1568 | color: #000; |
---|
[217] | 1569 | background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#dfdfdf)); |
---|
| 1570 | background: -moz-linear-gradient(top, #f5f5f5, #dfdfdf); |
---|
[1470] | 1571 | text-shadow:1px 1px 0px #fff; |
---|
[3] | 1572 | } |
---|
[131] | 1573 | a.button:hover, |
---|
[204] | 1574 | input[type=reset]:hover, |
---|
[131] | 1575 | input[type=submit].reset:hover, |
---|
[3] | 1576 | input[type=submit].delete:hover, |
---|
[131] | 1577 | a.button:focus, |
---|
[204] | 1578 | input[type=reset]:focus, |
---|
[131] | 1579 | input[type=submit].reset:focus, |
---|
[3] | 1580 | input[type=submit].delete:focus { |
---|
[1475] | 1581 | background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) ); |
---|
| 1582 | background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% ); |
---|
| 1583 | filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9'); |
---|
| 1584 | background-color:#e9e9e9; |
---|
[3] | 1585 | } |
---|
| 1586 | a.delete, |
---|
| 1587 | input.delete, |
---|
| 1588 | input[type=submit].delete { |
---|
| 1589 | color: #c00; |
---|
[1574] | 1590 | padding-bottom: 2px; |
---|
[565] | 1591 | } |
---|
| 1592 | #entry-content .delete { |
---|
[543] | 1593 | margin-left: 1em; |
---|
[3] | 1594 | } |
---|
| 1595 | a.delete:hover, |
---|
| 1596 | input.delete:hover, |
---|
| 1597 | input[type=submit].delete:hover, |
---|
| 1598 | a.delete:focus, |
---|
| 1599 | input.delete:focus, |
---|
| 1600 | input[type=submit].delete:focus { |
---|
| 1601 | border-color: #c00; |
---|
| 1602 | } |
---|
| 1603 | /* finasseries */ |
---|
| 1604 | input[type=button] { |
---|
[217] | 1605 | padding: .1em; |
---|
[3] | 1606 | } |
---|
| 1607 | #info-box a.button { |
---|
| 1608 | padding: 0 .5em; |
---|
| 1609 | margin-left: 2em; |
---|
| 1610 | } |
---|
[1291] | 1611 | .button.add { |
---|
| 1612 | background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) ); |
---|
| 1613 | background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% ); |
---|
| 1614 | filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b'); |
---|
| 1615 | background-color:#9dce2c; |
---|
| 1616 | border:1px solid #83c41a; |
---|
[1574] | 1617 | padding:.5em 1.5em; |
---|
[1235] | 1618 | color: #000; |
---|
[1291] | 1619 | text-shadow: 1px 1px 0 #BBDB58; |
---|
| 1620 | font-weight: normal; |
---|
[1574] | 1621 | font-size: 14px; /* ie < 9 sucks */ |
---|
[1291] | 1622 | font-size: 1.4rem; |
---|
[158] | 1623 | } |
---|
[1475] | 1624 | .button.add:hover, .button.add:active, .button.add:focus { |
---|
[1291] | 1625 | background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) ); |
---|
| 1626 | background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% ); |
---|
| 1627 | filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c'); |
---|
| 1628 | background-color:#8cb82b; |
---|
| 1629 | border:1px solid #83c41a; |
---|
| 1630 | } |
---|
| 1631 | .button-add:focus { |
---|
| 1632 | outline: dotted 1px; |
---|
| 1633 | } |
---|
[1035] | 1634 | |
---|
| 1635 | /* jQuery Autocomplete plugin */ |
---|
| 1636 | .ac_results { |
---|
| 1637 | padding: 0px; |
---|
| 1638 | border: 1px dotted #f90; |
---|
| 1639 | background-color: white; |
---|
| 1640 | overflow: hidden; |
---|
| 1641 | z-index: 99999; |
---|
| 1642 | } |
---|
| 1643 | .ac_results ul { |
---|
| 1644 | width: 100%; |
---|
| 1645 | list-style-position: outside; |
---|
| 1646 | list-style: none; |
---|
| 1647 | padding: 0; |
---|
| 1648 | margin: 0; |
---|
| 1649 | } |
---|
| 1650 | .ac_results li { |
---|
| 1651 | margin: 0px; |
---|
| 1652 | padding: 2px 5px; |
---|
| 1653 | cursor: default; |
---|
| 1654 | display: block; |
---|
| 1655 | font: menu; |
---|
| 1656 | font-size: 1em; |
---|
| 1657 | line-height: 16px; |
---|
| 1658 | overflow: hidden; |
---|
| 1659 | } |
---|
| 1660 | .ac_loading { |
---|
| 1661 | background: transparent url('loader.gif') right center no-repeat; |
---|
| 1662 | } |
---|
| 1663 | .ac_over { |
---|
| 1664 | background-color: #06c; |
---|
| 1665 | color: white; |
---|
[1307] | 1666 | } |
---|
| 1667 | |
---|
[1415] | 1668 | /* ------------------------------------------------------- Filters */ |
---|
| 1669 | #filters-form { |
---|
| 1670 | border: 1px dashed #999; |
---|
[1574] | 1671 | border-radius: .5em; |
---|
[1415] | 1672 | margin-bottom: 2em; |
---|
| 1673 | padding: .5em 1em 0; |
---|
| 1674 | } |
---|
| 1675 | #filters-form .table { |
---|
| 1676 | display: table; |
---|
| 1677 | width: 100%; |
---|
| 1678 | padding: 0; |
---|
| 1679 | margin-bottom: 1em; |
---|
[1514] | 1680 | margin-top: .5em; |
---|
[1415] | 1681 | } |
---|
| 1682 | #filters-form .cell { |
---|
| 1683 | padding: 0 2em 0 0; |
---|
| 1684 | display: table-cell; |
---|
| 1685 | vertical-align: top; |
---|
| 1686 | } |
---|
[1514] | 1687 | #filters-form .filters-sibling-cell { |
---|
| 1688 | padding-top: 3.8em; |
---|
| 1689 | } |
---|
[1415] | 1690 | #filters-form .filters-options { |
---|
| 1691 | padding-left: 2em; |
---|
| 1692 | border-left: 1px solid #ccc; |
---|
| 1693 | } |
---|
| 1694 | #filters-form label.ib, span.ib { |
---|
| 1695 | width:7em; |
---|
| 1696 | display: inline-block; |
---|
| 1697 | } |
---|
[1420] | 1698 | #filters-form label.ibw, span.ibw { |
---|
| 1699 | width: 9em; |
---|
| 1700 | display: inline-block; |
---|
| 1701 | } |
---|
[1415] | 1702 | #filters-form select { |
---|
| 1703 | width: 14em; |
---|
| 1704 | } |
---|
[1514] | 1705 | #filters-form h4 { |
---|
| 1706 | margin-top: 0; |
---|
| 1707 | margin-bottom: 2em; |
---|
| 1708 | } |
---|
[1415] | 1709 | |
---|
| 1710 | /* ---------------------------------------------------- Pagination */ |
---|
| 1711 | .pagination { |
---|
[1420] | 1712 | height: 22px; |
---|
| 1713 | margin-top: 1em; |
---|
| 1714 | line-height: 22px; |
---|
[1576] | 1715 | padding: 0 .75em; |
---|
[1420] | 1716 | border: 1px solid #ddd; |
---|
[1576] | 1717 | overflow: hidden; |
---|
| 1718 | background: #e1e1e1; |
---|
| 1719 | background: -moz-linear-gradient(center top , #f2f2f2, #e1e1e1); |
---|
| 1720 | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#e1e1e1)); |
---|
| 1721 | -moz-border-radius: 4px; |
---|
| 1722 | -webkit-border-radius: 4px; |
---|
| 1723 | border-radius: 4px; |
---|
[1464] | 1724 | clear: left; |
---|
[1415] | 1725 | } |
---|
| 1726 | .pagination a, .pagination strong { |
---|
| 1727 | height: 20px; |
---|
| 1728 | border: none; |
---|
[1576] | 1729 | padding: 2px 6px; |
---|
[1415] | 1730 | background-color : transparent; |
---|
| 1731 | background-position : 50% 50%; |
---|
| 1732 | background-repeat: no-repeat; |
---|
| 1733 | } |
---|
| 1734 | .pagination a:hover, .pagination strong { |
---|
| 1735 | border-color : #ccc; |
---|
| 1736 | background-color: #fff; |
---|
| 1737 | } |
---|
| 1738 | |
---|
[1368] | 1739 | /* --------------------------------------------------------------- password indcator */ |
---|
[1375] | 1740 | .pw-table { |
---|
| 1741 | display: table; |
---|
| 1742 | margin-bottom: 1em; |
---|
| 1743 | } |
---|
| 1744 | .pw-cell { |
---|
| 1745 | display: table-cell; |
---|
| 1746 | margin-bottom: 1em; |
---|
| 1747 | } |
---|
[1368] | 1748 | #pwindicator { |
---|
[1375] | 1749 | display: table-cell; |
---|
| 1750 | vertical-align: bottom; |
---|
| 1751 | padding-left: 1.5em; |
---|
| 1752 | height: 3.8em; |
---|
[1368] | 1753 | } |
---|
[1369] | 1754 | #pwindicator .bar { |
---|
[1375] | 1755 | height: 6px; |
---|
| 1756 | margin-bottom: 4px; |
---|
[1368] | 1757 | } |
---|
| 1758 | .pw-very-weak .bar { |
---|
[1375] | 1759 | background: #900; |
---|
[1369] | 1760 | width: 30px; |
---|
[1368] | 1761 | } |
---|
| 1762 | .pw-weak .bar { |
---|
[1375] | 1763 | background: #c00; |
---|
[1369] | 1764 | width: 60px; |
---|
[1368] | 1765 | } |
---|
| 1766 | .pw-mediocre .bar { |
---|
[1375] | 1767 | background: #f60; |
---|
[1369] | 1768 | width: 90px; |
---|
[1368] | 1769 | } |
---|
| 1770 | .pw-strong .bar { |
---|
[1375] | 1771 | background: #060; |
---|
[1369] | 1772 | width: 120px; |
---|
[1368] | 1773 | } |
---|
| 1774 | .pw-very-strong .bar { |
---|
[1375] | 1775 | background: #0c0; |
---|
[1369] | 1776 | width: 150px; |
---|
[1468] | 1777 | } |
---|
| 1778 | |
---|
[1307] | 1779 | /* --------------------------------------------------------------------------- |
---|
| 1780 | Media queries vite fait en attendant la reprise complète du layout |
---|
| 1781 | ---------------------------------------------------------------------------- */ |
---|
[1309] | 1782 | @media screen and (max-width: 920px) { |
---|
[1380] | 1783 | #top, #top h1 a {width: 42px !important; height:100%; overflow: hidden; |
---|
| 1784 | } |
---|
[1329] | 1785 | #top h1 a:link { |
---|
[1576] | 1786 | background: transparent url(dc_logos/b-dotclear120.png) no-repeat -180px 6px; |
---|
[1329] | 1787 | border-right: 1px solid #ccc; |
---|
| 1788 | } |
---|
| 1789 | #top h1 a:hover, #top h1 a:focus { |
---|
| 1790 | background: url(dc_logos/b-dotclear120.png) no-repeat -180px -94px; |
---|
| 1791 | border-right: 1px solid #A2CBE9; |
---|
| 1792 | } |
---|
[1307] | 1793 | } |
---|
[1309] | 1794 | @media screen and (max-width: 800px) { |
---|
| 1795 | #top, #info-boxes, #info-box1, #info-box2 { |
---|
| 1796 | display:inline-block; |
---|
| 1797 | vertical-align:middle; |
---|
| 1798 | margin:0; |
---|
| 1799 | padding:0; |
---|
[1574] | 1800 | line-height: 32px; /* ie < 9 sucks */ |
---|
[1309] | 1801 | line-height: 3.2rem; |
---|
| 1802 | } |
---|
[1574] | 1803 | #info-box1 {margin-left: .75em;} |
---|
| 1804 | #info-box1 select {width: 140px; width: 14rem;} |
---|
[1310] | 1805 | #main-menu, #main, #content, #content h2, #entry-wrapper, #entry-sidebar, #entry-content, .two-cols .col, .two-cols .col:first-child { |
---|
[1309] | 1806 | display:block; |
---|
| 1807 | width: 98%; |
---|
| 1808 | margin:0 auto; |
---|
| 1809 | padding:0; |
---|
| 1810 | float:none; |
---|
| 1811 | text-align: left; |
---|
| 1812 | clear: both; |
---|
| 1813 | } |
---|
| 1814 | #content { |
---|
| 1815 | width: 100%; |
---|
| 1816 | padding-top: .5em; |
---|
| 1817 | } |
---|
| 1818 | } |
---|
| 1819 | @media screen and (max-width: 720px) { |
---|
| 1820 | .smallscreen {display: none;} |
---|
[1311] | 1821 | #help-button {width:20px; overflow: hidden;} |
---|
[1380] | 1822 | #info-box2 {float:none;} |
---|
| 1823 | #dashboard-items div {display: block;margin-bottom: 1em; padding: 0 1em;} |
---|
[1574] | 1824 | #help-button {height:26px; width:26px; background-color: #A2CBE9; padding: 0; margin:0;font-size:10px; font-size: 1rem;line-height: 68px} |
---|
[1309] | 1825 | } |
---|
| 1826 | @media screen and (max-width: 492px) { |
---|
[1574] | 1827 | #header {height: 36px; height: 3.6rem;} |
---|
| 1828 | #wrapper {font-size: 16px; font-size: 1.6rem;} |
---|
[1311] | 1829 | .page-title, #info-boxes, .media-item {display: inline-block;} |
---|
| 1830 | div.media-list .media-item {width: 90%; float: none} |
---|
[1574] | 1831 | #info-box1 select {width: 120px; width: 12rem; margin-right: .6rem;} |
---|
[1310] | 1832 | #info-box1 p.nomobile, label.nomobile {display: none;} |
---|
[1309] | 1833 | } |
---|