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