Changeset 1490:60501ef579eb for admin/style
- Timestamp:
- 08/19/13 08:04:33 (12 years ago)
- Branch:
- twig
- Parents:
- 1489:f2398e7f3395 (diff), 1466:e67efe636ce1 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Location:
- admin/style
- Files:
-
- 2 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r1413 r1490 36 36 } 37 37 38 h1, h2, h3, h4, h5, h6, p {38 h1, h2, h3, .as_h3, h4, h5, h6, p { 39 39 margin-top: 0; 40 40 margin-bottom: 1rem; … … 53 53 color: #d30e60; 54 54 } 55 .page-title img { 56 padding-left: .6rem; 57 vertical-align: middle; 58 } 55 59 #content > h2 { 56 60 padding: 0 1.8rem .6rem; … … 58 62 background: #fff url(bg_h2.png) repeat-x center bottom; 59 63 } 60 h3 {64 h3, .as_h3 { 61 65 color: #575859; 62 66 font-size: 1.4rem; 67 } 68 h4 { 69 font-size: 1.1em; 70 color: #575859; 71 } 72 h5 { 73 font-size: 1em; 74 color: #575859; 75 } 76 #entry-sidebar h5 { 77 font-weight: normal; 78 color: #333; 79 } 80 .entry-status label img { 81 padding-left: .4rem; 82 vertical-align: text-top; 63 83 } 64 84 p, div.p { … … 232 252 } 233 253 .two-cols .col { 234 width: 4 9%;254 width: 47%; 235 255 margin-left: 2%; 236 256 float: left; 237 257 } 238 .two-cols .col:first-child {239 width: 49%;240 margin-left: 0;241 }242 258 .two-cols .col70{ 243 width: 6 9%;259 width: 68%; 244 260 margin-left: 0; 245 261 float: left; 246 262 } 247 . two-cols .col30 {263 .col30 { 248 264 width: 28%; 249 265 margin-left: 2%; 250 266 float: left; 251 267 } 268 .two-cols .col:first-child, 269 .two-cols .col30.first-col { 270 margin-left: 0; 271 margin-right: 2%; 272 } 273 .two-cols .col:last-child, 274 .two-cols .col70.last-col { 275 margin-left: 2%; 276 margin-right: 0; 277 } 252 278 /* -------------------------------------------------------------- layout - onglets */ 253 279 .part-tabs ul { 254 padding: .5em 0 .3em 1 em;255 border-bottom: 1px solid # ccc;280 padding: .5em 0 .3em 1.2rem; 281 border-bottom: 1px solid #ddd; 256 282 } 257 283 .part-tabs li { … … 261 287 } 262 288 .part-tabs li a { 263 padding: .5em 0.5em;264 margin-right: .5em;265 border: 1px solid # ccc;289 padding: .5em 2em; 290 margin-right: -1px; 291 border: 1px solid #aaa; 266 292 border-bottom: none; 267 background: #dfdfdf;268 293 text-decoration: none; 269 color: #000; 270 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #fafafa) ); 271 background:-moz-linear-gradient( center top, #dfdfdf 5%, #fafafa 100% ); 272 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#fafafa'); 273 background-color:#ededed; 274 } 275 .part-tabs li.part-tabs-link a { 276 background: #ffe; 294 color: #333; 295 background-color:#E4E0EC; 277 296 } 278 297 .part-tabs li a:hover, .part-tabs li a:focus { … … 283 302 .part-tabs li.part-tabs-active a { 284 303 background: #fff; 285 border: 1px solid #d30e60;286 color: #d30e60;287 304 font-weight: bold; 288 305 border-bottom-color: #fff; 306 padding-bottom: .7rem; 289 307 } 290 308 /* ------------------------------------------------------------------ main-menu */ … … 293 311 float: left; 294 312 margin:0; 295 padding-top: .5em;313 padding-top: 4.5em; 296 314 padding-bottom: 1em; 297 315 background: #f7f7f7; … … 318 336 background-repeat: no-repeat; 319 337 background-position: 8px .3em; 338 } 339 #main-menu li.active { 340 background-color: #fff; 320 341 } 321 342 #main-menu a { … … 356 377 background: #dfdfdf; 357 378 border-color: #999; 358 color: # 666;379 color: #444; 359 380 border-bottom-right-radius: .6em; 360 381 border-top-right-radius: .6em; … … 378 399 color: #000; 379 400 font-variant: small-caps; 380 } 381 #favorites-menu a { 382 color: #333; 401 padding-top: .6rem; 383 402 } 384 403 /* ------------------------------------------------------------------ footer */ … … 416 435 padding: 1em 1em 0 1em; 417 436 border-radius: 4px; 437 background: #fff; 418 438 } 419 439 #login-screen legend { … … 432 452 /* ------------------------------------------------------------------ dashboard */ 433 453 #dashboard-main { 434 float: left;435 overflow: hidden;436 padding: 1em 2% 1em 0;437 width: 70%;438 }439 #dashboard-main.fullwidth {440 width: 100%;441 454 padding: 1em 0; 442 float: none;443 455 } 444 456 #icons { … … 450 462 width: 210px; 451 463 text-align: center; 452 margin: 2em 0; 464 margin: 1em 0 2em; 465 padding: 1em 0; 453 466 display:inline-block; 467 vertical-align: top; 454 468 } 455 469 #icons a, … … 463 477 #icons a span { 464 478 border-bottom: 1px dotted #f90; 479 color: #333; 480 } 481 #icons a img { 482 padding: 2em; 483 background: #eee; 484 border-radius: 1.6rem; 485 box-shadow: 0 3px 3px 0 #ccc; 486 margin-bottom: .6rem; 487 } 488 #icons a img:hover, #icons a:focus img { 489 background-color: #BBDB58; 465 490 } 466 491 #icons a:focus span, #icons a:hover span { … … 468 493 } 469 494 #quick { 470 clear: left;471 495 margin-top: 2em; 472 496 } … … 483 507 } 484 508 #dashboard-items { 485 float: left; 486 width: 27%; 487 overflow: hidden; 488 padding-bottom: 1em; 489 padding-top: 3em; 509 margin: 3em auto; 510 display: table; 511 width: 100%; 512 border-collapse: collapse; 513 } 514 .db-item { 515 display: table-cell; 516 padding: 1em 3em; 517 vertical-align: top; 518 border: 1px solid #ccc; 490 519 } 491 520 #dashboard-items img { … … 512 541 } 513 542 514 #upg-notify {515 }516 #upg-notify ul {517 padding-left: 15px;518 }519 #upg-notify li {520 color: #fff;521 }522 543 /* ------------------------------------------------------------------ post */ 523 544 #entry-wrapper { … … 528 549 #entry-content { 529 550 margin-right: 19em; 530 margin-left: 1.2rem; 551 margin-left: 0; 552 } 553 .multi-part { 554 padding-left: 1.2rem; 555 } 556 #entry-content label { 557 text-transform: uppercase; 558 font-weight: bold; 559 margin-top: 2em; 531 560 } 532 561 #entry-sidebar { … … 534 563 float: right; 535 564 } 565 #entry-sidebar input[type="text"], 566 #entry-sidebar select { 567 width: 14em; /* to prevent inline with label */ 568 } 569 .box { 570 border-bottom: 1px solid #ddd; 571 margin-bottom: 1em; 572 } 536 573 #comments { 537 574 clear: both; 538 }539 .preview_entry a {540 border: 1px solid #ccc;541 padding: .2rem .5rem;542 background: #eef;543 575 } 544 576 /* ------------------------------------------------------------------ categories */ … … 575 607 } 576 608 #media-details { 609 } 610 .near-icon { 577 611 margin-left: 70px; 612 margin-bottom: 3em; 578 613 } 579 614 #media-details ul { … … 710 745 /* -------------------------------------------------------------------- Themes */ 711 746 #themes { 712 border-bottom: 1px solid #ccc; 713 margin: 1em 0; 747 margin: 0; 748 width: 100%; 749 padding: 0; 750 } 751 #themes h3 { 714 752 } 715 753 #themes div.theme-details { 716 clear: left;717 754 border-top: 1px solid #ccc; 718 padding: 1em 0; 755 padding: 12px; 756 display: inline-block; 757 vertical-align: top; 758 width: 284px; 759 } 760 .current-theme { 761 background: #eef; 719 762 } 720 763 #themes div.theme-details:hover { 721 background: # eee;764 background: #f0f0f0; 722 765 } 723 766 #themes div.theme-details div.theme-shot { 724 float: left;725 767 } 726 768 #themes div.theme-details div.theme-shot img { 727 769 display: block; 728 width: 57px;729 height: 50px;730 770 border: 1px solid #ccc; 771 margin-bottom: 1.5em; 731 772 } 732 773 #themes div.theme-details div.theme-info { 733 margin-left: 67px;734 774 } 735 775 #themes div.theme-details div.theme-info span.theme-desc { … … 740 780 } 741 781 #themes div.theme-details div.theme-actions { 742 margin-left: 67px; 743 } 782 } 783 #themes-actions { 784 border-bottom: 1px solid #999; 785 margin-bottom: 3em; 786 } 787 .theme-css { 788 display: block; 789 } 790 744 791 /* Themes list, JS version */ 745 792 #themes-wrapper { 793 display: table; 794 } 795 #themes-wrapper #themes { 796 display: table-cell; 797 vertical-align: top; 798 padding-left: 1em; 746 799 } 747 800 #theme-box { 748 border: 1px solid #999;749 border-left: none;750 padding: 5px;751 float: right;752 height: 420px;753 width: 320px;754 overflow: auto;801 display: table-cell; 802 vertical-align: top; 803 padding: 1rem 0; 804 width: 312px; 805 background: #eef; 806 border: 1px solid #ccc; 807 border-radius: 3px; 755 808 } 756 809 #theme-box div.theme-shot img { 757 810 display: block; 758 margin: 0 0 0 10px;811 margin: 0 16px; 759 812 width: 280px; 760 813 height: 245px; … … 762 815 } 763 816 #theme-box div.theme-info { 764 margin: 1em 0 0 10px; 765 } 766 #theme-box h3 { 767 margin: 0; 768 } 769 #theme-box div.theme-info span { 770 display: block; 817 margin: 1em 16px; 818 } 819 #theme-box h4 { 820 color: #000; 771 821 } 772 822 #theme-box span.theme-version { … … 781 831 } 782 832 #theme-box div.theme-actions { 783 margin-left: 10px; 784 } 785 #themes-wrapper #themes { 786 border: 1px solid #999; 787 overflow: auto; 788 height: 420px; 789 padding: 5px; 790 margin: 0; 833 padding: 0 16px; 791 834 } 792 835 #themes div.theme-details-js { … … 794 837 width: 120px; 795 838 height: 150px; 796 margin: 0 1 0px 20px;797 padding: 1 0px 10px 0;839 margin: 0 12px 24px; 840 padding: 12px 12px 0; 798 841 text-align: center; 799 842 background: #f3f3f3; 800 border: 1px solid # f3f3f3;843 border: 1px solid #ddd; 801 844 cursor: pointer; 802 845 border-radius: 4px; … … 806 849 } 807 850 #themes div.theme-details-js.theme-selected { 808 background: # E5E3DA;851 background: #ddd; 809 852 border: 1px solid #999; 810 853 } … … 813 856 height: 105px; 814 857 border: 1px solid #fff; 815 }816 #themes div.theme-details-js h3 {817 font-family: inherit;818 font-weight: normal;819 margin: 0;820 padding: 0;821 858 } 822 859 /* ---------------------------------------------------------- Plugins list */ … … 949 986 color: #fff; 950 987 } 951 #content > .message, #content > .error {952 margin-right: 14em953 }954 988 /* ------------------------------------------------------------------ navigation */ 955 989 .anchor-nav { … … 958 992 padding: .4rem 1.2rem; 959 993 float: right; 994 } 995 .nav_prevnext { 996 margin-bottom: 2em; 997 color: #fff; 998 } 999 .nav_prevnext a, a.back { 1000 border: 1px solid #ddd; 1001 padding: .2rem 2rem; 1002 border-radius: 1rem; 1003 background-color: #f0f0f0; 1004 } 1005 a.back:before { 1006 content: "\ab\a0"; 1007 } 1008 a.onblog_link { 1009 color: #333; 1010 float: right; 1011 border: 1px solid #eee; 1012 padding: .2rem 2rem; 1013 border-radius: 1rem; 1014 background-color: #ffe; 960 1015 } 961 1016 /* ------------------------------------------------------------------ debug */ … … 982 1037 /* -------------------------------------------------------------------- CLASSES COMMUNES */ 983 1038 984 .no-margin { 985 margin: 0; 1039 .no-margin, #entry-content label.no-margin { 1040 margin: 0; 1041 } 1042 .border-top { 1043 border-top: 1px solid #999; 1044 padding-top: 1em; 1045 margin-top: 1em; 1046 } 1047 .fieldset { 1048 background: #fff; 1049 border: 1px solid #aaa; 1050 border-radius: 6px; 1051 padding: 1em .7em .5em; 1052 margin-bottom: 1em; 1053 } 1054 .fieldset h3 { 1055 color: #333; 986 1056 } 987 1057 … … 1090 1160 } 1091 1161 1092 t h, td {1162 td { 1093 1163 border-width: 0 0 1px 0; 1094 1164 border-style: solid; … … 1098 1168 } 1099 1169 th { 1170 border-width: 1px 0 1px 0; 1171 border-style: solid; 1172 border-color: #ccc; 1173 background: #f3f3ff; 1174 padding: .4rem .5rem; 1175 vertical-align: top; 1100 1176 text-align: left; 1101 border-bottom-color: #aaa;1102 1177 } 1103 1178 .noborder td, td.noborder, .noborder th, th.noborder { 1104 border-width: 0; 1179 border-width: 0 0 1px 0; 1180 border-color: #ddd; 1181 line-height: 2.4rem; 1182 padding-bottom: 0; 1183 } 1184 .noborder p { 1185 margin-bottom: 0; 1105 1186 } 1106 1187 table .maximal, table.maximal { … … 1116 1197 table.settings, table.prefs { 1117 1198 width: 80%; 1199 border: 1px solid #999; 1200 margin-bottom: 3em; 1201 } 1202 table.settings th, table.prefs th { 1203 background: #eef; 1118 1204 } 1119 1205 table.settings th:first-child, table.prefs th:first-child { … … 1129 1215 width: 40%; 1130 1216 } 1131 1132 1217 td.status { 1133 1218 vertical-align: middle; … … 1168 1253 padding-left: 15px; 1169 1254 } 1170 1171 1255 /* ----------------------------------------------------------------- FORMS */ 1172 1256 form { … … 1175 1259 padding: 0; 1176 1260 } 1177 fieldset , .fieldset{1261 fieldset { 1178 1262 display: block; 1179 1263 margin: 0 0 1em 0; … … 1189 1273 border-width: 1px; 1190 1274 border-style: solid; 1191 border-color: # ccc;1192 background: #f 5f5f5;1275 border-color: #333; 1276 background: #fff; 1193 1277 margin-bottom: 0.5em; 1278 border-radius: 3px; 1194 1279 } 1195 1280 optgroup { … … 1243 1328 font-style:italic; 1244 1329 font-weight: normal; 1330 text-transform: none; 1245 1331 color: #666; 1246 1332 } … … 1254 1340 } 1255 1341 p.form-note.info { 1256 background: #eef url(info.png) no-repeat .3em .2em; 1257 border: 1px solid #99f; 1258 } 1259 .form-note a {border-bottom: 1px solid #99f;} 1260 1342 background: #f5eaff url(info.png) no-repeat .3em .2em; 1343 border: 1px solid #ddbaff; 1344 } 1345 .form-note a {border-bottom: 1px solid #ddbaff;} 1346 1347 label.ib { 1348 display: inline-block; 1349 } 1261 1350 label.classic { 1262 1351 display: inline; … … 1307 1396 a.form-control { 1308 1397 display: none; 1309 font-weight: bold; 1310 background: url(magnifier.png) no-repeat 0 0; 1311 color: green; 1398 background: url(../images/expand.png) no-repeat .4rem center; 1312 1399 padding-left: 20px; 1400 color: #000; 1313 1401 } 1314 1402 .constrained { … … 1325 1413 input[type=button], 1326 1414 a.button, 1327 a.back,1328 1415 a.submit { 1329 1416 display: inline-block; … … 1337 1424 margin-bottom: .1em; 1338 1425 } 1426 h4 a.button {font-weight: normal;} 1427 1339 1428 /* validation */ 1340 1429 input[type=submit], … … 1361 1450 /* suppression et reset */ 1362 1451 a.button, 1363 a.back,1364 1452 input[type=submit].reset, 1365 1453 input[type=submit].delete { … … 1372 1460 } 1373 1461 a.button:hover, 1374 a.back:hover,1375 1462 input[type=reset]:hover, 1376 1463 input[type=submit].reset:hover, 1377 1464 input[type=submit].delete:hover, 1378 1465 a.button:focus, 1379 a.back:focus,1380 1466 input[type=reset]:focus, 1381 1467 input[type=submit].reset:focus, … … 1390 1476 input[type=submit].delete { 1391 1477 color: #c00; 1392 padding-bottom: . 1em;1478 padding-bottom: .2rem; 1393 1479 } 1394 1480 #entry-content .delete { … … 1411 1497 margin-left: 2em; 1412 1498 } 1413 a.back:before {1414 content: "\ab\a0";1415 }1416 1499 .button.add { 1417 1500 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) ); … … 1421 1504 border:1px solid #83c41a; 1422 1505 padding:.6rem 1.8rem; 1423 text-shadow:1px 1px 0 #689324;1424 1506 color: #000; 1425 1507 text-shadow: 1px 1px 0 #BBDB58; … … 1436 1518 .button-add:focus { 1437 1519 outline: dotted 1px; 1438 }1439 .button.add:active {1440 position:relative;1441 top:1px;1442 1520 } 1443 1521 … … 1475 1553 } 1476 1554 1555 /* ------------------------------------------------------- Filters */ 1556 #filters-form { 1557 border: 1px dashed #999; 1558 border-radius: .6rem; 1559 margin-bottom: 2em; 1560 padding: .5em 1em 0; 1561 } 1562 #filters-form .table { 1563 display: table; 1564 width: 100%; 1565 padding: 0; 1566 margin-bottom: 1em; 1567 margin-top: 1.5em; 1568 } 1569 #filters-form .cell { 1570 padding: 0 2em 0 0; 1571 display: table-cell; 1572 vertical-align: top; 1573 } 1574 #filters-form .filters-options { 1575 padding-left: 2em; 1576 border-left: 1px solid #ccc; 1577 } 1578 #filters-form label.ib, span.ib { 1579 width:7em; 1580 display: inline-block; 1581 } 1582 #filters-form label.ibw, span.ibw { 1583 width: 9em; 1584 display: inline-block; 1585 } 1586 #filters-form select { 1587 width: 14em; 1588 } 1589 1590 /* ---------------------------------------------------- Pagination */ 1591 .pagination { 1592 height: 22px; 1593 margin-top: 1em; 1594 line-height: 22px; 1595 padding: 0 1rem; 1596 border: 1px solid #ddd; 1597 overflow: hidden; 1598 background: #e1e1e1; 1599 background: -moz-linear-gradient(center top , #f2f2f2, #e1e1e1); 1600 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#e1e1e1)); 1601 -moz-border-radius: 4px; 1602 -webkit-border-radius: 4px; 1603 border-radius: 4px; 1604 clear: left; 1605 } 1606 .pagination a, .pagination strong { 1607 height: 20px; 1608 border: none; 1609 padding: 2px 6px; 1610 background-color : transparent; 1611 background-position : 50% 50%; 1612 background-repeat: no-repeat; 1613 } 1614 .pagination a:hover, .pagination strong { 1615 border-color : #ccc; 1616 background-color: #fff; 1617 } 1618 1477 1619 /* --------------------------------------------------------------------------- 1478 1620 Media queries vite fait en attendant la reprise complète du layout 1479 1621 ---------------------------------------------------------------------------- */ 1480 1622 @media screen and (max-width: 920px) { 1481 #top, #top h1 a {width: 42px !important; height:100%; overflow: hidden;} 1623 #top, #top h1 a {width: 42px !important; height:100%; overflow: hidden; 1624 } 1482 1625 #top h1 a:link { 1483 1626 background: transparent url(dc_logos/b-dotclear120.png) no-repeat -180px 6px; … … 1497 1640 line-height: 3.2rem; 1498 1641 } 1642 #info-box1 {margin-left: 1rem;} 1499 1643 #info-box1 select {width: 14rem;} 1500 1644 #main-menu, #main, #content, #content h2, #entry-wrapper, #entry-sidebar, #entry-content, .two-cols .col, .two-cols .col:first-child { … … 1515 1659 .smallscreen {display: none;} 1516 1660 #help-button {width:20px; overflow: hidden;} 1517 #info-box1 {margin-left: 1rem;} 1661 #info-box2 {float:none;} 1662 #dashboard-items div {display: block;margin-bottom: 1em; padding: 0 1em;} 1518 1663 } 1519 1664 @media screen and (max-width: 492px) { … … 1522 1667 .page-title, #info-boxes, .media-item {display: inline-block;} 1523 1668 div.media-list .media-item {width: 90%; float: none} 1669 #info-box1 select {width: 12rem; margin-right: .6rem;} 1524 1670 #info-box1 p.nomobile, label.nomobile {display: none;} 1525 1671 #help-button {height:26px; width:26px; background-color: #A2CBE9; padding: 0; margin:0;font-size: 1rem;line-height: 68px}
Note: See TracChangeset
for help on using the changeset viewer.