Changeset 1760:70e6ba18a169 for admin/style/default.css
- Timestamp:
- 09/08/13 18:13:34 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r1749 r1760 108 108 display: inline-block; 109 109 vertical-align: top; 110 -moz-box-sizing: border-box; 111 -webkit-box-sizing: border-box; 112 box-sizing: border-box; 110 113 } 111 114 .two-boxes:first-child, .two-boxes.odd, .two-boxes.odd:last-child { … … 121 124 margin-left: 2.5%; 122 125 margin-right: 2.5%; 126 -moz-box-sizing: border-box; 127 -webkit-box-sizing: border-box; 128 box-sizing: border-box; 123 129 } 124 130 .three-boxes:first-child { … … 139 145 } 140 146 /* ---------------------------------------------------------------- layout: popups */ 141 body.popup #wrapper, body.popup #top {147 .popup #wrapper, .popup #top { 142 148 width: 100%; 143 149 padding: 0; 144 } 145 body.popup #wrapper { 146 float: none; 147 margin:0; 148 display: block; 149 } 150 body.popup h1, body.popup #top { 150 } 151 .popup h1, .popup #top { 151 152 margin: 0; 152 153 border-bottom: 1px solid; … … 157 158 text-indent: .5em; 158 159 line-height: 1.3em; 159 } 160 body.popup #main { 161 margin-bottom: 1em 0; 162 } 163 body.popup #content { 164 margin: 0; 165 padding: .5em 0; 166 } 167 body.popup #content h2 { 168 margin: 0 0 1em; 169 } 170 body.popup #footer p { 171 border: none; 172 } 173 /* ------------------------------------------------------------- layout: compléments */ 160 } 161 .popup #wrapper { 162 float: none; 163 margin:0; 164 display: block; 165 } 166 .popup #main { 167 margin-bottom: 1em 0; 168 } 169 .popup #content { 170 margin: 0; 171 padding: .5em 0; 172 } 173 .popup #content h2 { 174 margin: 0 0 1em; 175 } 176 .popup #footer p { 177 border: none; 178 } 179 /* -------------------------------------------------------- layout: classes de complément */ 174 180 .constrained { 175 181 margin: 0; … … 204 210 } 205 211 .frame-shrink { 206 border: 1px solid #6 66;212 border: 1px solid #676e78; 207 213 padding: 0.5em; 208 214 margin-bottom: 1em; … … 232 238 } 233 239 h2 { 234 color: #6 66;240 color: #676e78; 235 241 font-size: 18px; /* ie < 9 sucks */ 236 242 font-size: 1.8rem; … … 259 265 h3, .as_h3 { 260 266 margin-top: 1em; 261 color: #676e78; 267 color: #D33800; 268 font-weight: normal; 262 269 font-size: 16px; /* ie < 9 sucks */ 263 270 font-size: 1.6rem; 264 271 } 272 h3:first-child {margin-top: 0;} 265 273 h4, as_h4 { 266 274 font-size: 14px; /* ie < 9 sucks */ … … 268 276 color: #676e78; 269 277 } 270 .smart-title, .box h3, . media-action-boxh4 { /* pour les h3 ou les h4 titres de boîtes */278 .smart-title, .box h3, .fieldset h3, .fieldset h4 { /* pour les h3 ou les h4 titres de boîtes */ 271 279 font-size: 1em; 272 280 text-transform: uppercase; … … 275 283 text-shadow: 0 1px 0 rgba(200, 200, 200, 0.6) 276 284 } 285 h4 label, h5 label {color: #333;} 277 286 h5 { 278 287 font-size: 12px; /* ie < 9 sucks */ 279 288 font-size: 1.2rem; 289 font-weight: bold; 280 290 color: #676e78; 281 291 } … … 384 394 } 385 395 legend { 386 font-weight: bold;387 396 padding: 0.2em 0.6em; 388 397 border-width: 1px; 389 398 border-style: solid; 390 border-color: # 333;399 border-color: #676e78; 391 400 background: #fff; 392 401 margin-bottom: 0.5em; … … 502 511 font-style: italic; 503 512 font-weight: normal; 504 color: #6 66;513 color: #676e78; 505 514 } 506 515 p.form-note { … … 516 525 input[type=submit], input[type=reset], input[type=button], input[type=delete], 517 526 input.submit, input.reset, input.button, input.delete, 518 a.button, a. submit, a.delete, a.reset {527 a.button, a.button.submit, a.delete, a.reset { 519 528 display: inline-block; 520 529 cursor: pointer; … … 527 536 line-height: 1.5em; 528 537 } 529 a.button, a. submit, a.reset {538 a.button, a.button.submit, a.reset { 530 539 padding-bottom: 1px; 531 540 } 532 541 /* validation */ 533 input[type=submit], a. submit {542 input[type=submit], a.button.submit { 534 543 color: #fff; 535 544 text-shadow: 0 -1px 0 rgba(100, 100, 100, 0.6); … … 543 552 } 544 553 input[type=submit]:hover, input[type=submit]:focus, 545 a. submit:hover, a.submit:focus {554 a.button.submit:hover, a.button.submit:focus { 546 555 background:#188BC0; 547 556 background:-moz-linear-gradient(top,#188BC0 0%,#25A6E1 100%); … … 617 626 input.disabled { 618 627 text-shadow: none; 619 color: #6 66;628 color: #676e78; 620 629 background: #F5F5F5; 621 630 border: 1px solid #CCC; 622 631 } 623 632 input.disabled:hover { 624 color: #6 66;633 color: #676e78; 625 634 background: #DFDFDF; 626 635 border: 1px solid #CCC; … … 654 663 margin-bottom: 1em; 655 664 border-radius: 8px; 665 box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); 656 666 } 657 667 p.error, p.message, p.static-msg, p.success, p.warning-msg { … … 670 680 .message a, .static-msg a { 671 681 color: #fff; 672 }682 } 673 683 .success, .warning-msg { 674 684 color: #000; … … 692 702 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); 693 703 color: #34495e; 704 box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) 694 705 } 695 706 .dc-update h3 { … … 707 718 } 708 719 .dc-update a.button { 709 border-color: #ccc;710 font-weight: bold;711 720 padding: .5em 1em; 712 721 } … … 832 841 margin: 0; 833 842 padding: 10px 0 10px 8px; 834 color: #6 66;843 color: #676e78; 835 844 font-size: 14px; /* ie < 9 sucks */ 836 845 font-size: 1.4rem; … … 1234 1243 } 1235 1244 #icons a span { 1236 border-bottom: 1px dotted # f90;1245 border-bottom: 1px dotted #999; 1237 1246 color: #333; 1238 1247 } … … 1272 1281 border: 1px solid #99f; 1273 1282 padding: .2em 1em .1em 24px; 1274 color: #6 66;1283 color: #676e78; 1275 1284 } 1276 1285 #quick #new_cat, .q-cat, .q-cat label { … … 1301 1310 .db-items li, .db-contents li { 1302 1311 margin: 0.25em 0 0 0; 1303 color: #6 66;1312 color: #676e78; 1304 1313 } 1305 1314 #news dt { … … 1382 1391 } 1383 1392 span.theme-version { 1384 color: #6 66;1393 color: #676e78; 1385 1394 } 1386 1395 .theme-css { … … 1426 1435 } 1427 1436 #theme-box span.theme-version { 1428 color: #6 66;1437 color: #676e78; 1429 1438 } 1430 1439 #theme-box span.theme-parent-ok { 1431 color: #6 66;1440 color: #676e78; 1432 1441 } 1433 1442 #theme-box span.theme-parent-missing { … … 1868 1877 } 1869 1878 .fieldset h3 { 1870 color: #333;1879 margin-top: 0; 1871 1880 } 1872 1881 .right, .txt-right { … … 1907 1916 } 1908 1917 .offline { 1909 color: #6 66;1918 color: #676e78; 1910 1919 } 1911 1920 /* caché pour tout le monde */
Note: See TracChangeset
for help on using the changeset viewer.