Changeset 2358:454ff7b241ab for admin/style
- Timestamp:
- 10/14/13 18:58:09 (12 years ago)
- Branch:
- 2.6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r2354 r2358 16 16 */ 17 17 /* --------------------------------------------------------------------------- 18 START 19 ---------------------------------------------------------------------------- */ 20 html { 21 font-size: 62.5%; 22 } 23 body { 24 font-size: 12px; /* ie < 9 sucks */ 25 font-size: 1.2rem; 26 line-height: 1.5; 27 font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 28 margin: 0; 29 padding: 0; 30 } 31 /* --------------------------------------------------------------------------- 18 32 LAYOUTS 19 33 ---------------------------------------------------------------------------- */ … … 128 142 } 129 143 .two-cols .col:first-child, 130 144 .two-cols .col30.first-col { 131 145 margin-left: 0; 132 146 margin-right: 2%; 133 147 } 134 148 .two-cols .col:last-child, 135 149 .two-cols .col70.last-col { 136 150 margin-left: 2%; 137 151 margin-right: 0; … … 150 164 } 151 165 .three-cols .col:first-child { 152 width: 33.3%;153 166 margin-left: 0; 154 167 } … … 273 286 HTML TAGS 274 287 ---------------------------------------------------------------------------- */ 275 html {276 font-size: 62.5%;277 }278 288 body { 279 font-size: 12px; /* ie < 9 sucks */280 font-size: 1.2rem;281 line-height: 1.5;282 font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;283 289 color: #333; 284 290 background: #fff; 285 margin: 0;286 padding: 0;287 291 } 288 292 /* ------------------------------------------------------------------ titres */ … … 424 428 white-space: pre; 425 429 white-space: -moz-pre-wrap; 426 white-space: -hp-pre-wrap;427 white-space: -o-pre-wrap;428 white-space: -pre-wrap;429 430 white-space: pre-wrap; 430 431 white-space: pre-line; … … 1117 1118 padding-left: 1em; 1118 1119 } 1120 .pseudo-tabs { 1121 margin: -.75em 0 2em 0; 1122 border-bottom: 1px solid #bbb; 1123 display: table; 1124 width: 100%; 1125 padding: 0; 1126 line-height: 24px; 1127 border-collapse: collapse; 1128 } 1129 .pseudo-tabs li { 1130 display: table-cell; 1131 border-width: 0 1px; 1132 border-style: solid; 1133 border-color: #ccc; 1134 padding: 0; 1135 margin: 0; 1136 text-align: center; 1137 } 1138 .pseudo-tabs a { 1139 display: block; 1140 font-weight: bold; 1141 padding: 0 24px; 1142 border-bottom: none; 1143 } 1144 .pseudo-tabs a:hover, .pseudo-tabs a:focus { 1145 background-color: #ecf0f1; 1146 color: #333; 1147 } 1148 .pseudo-tabs a.active { 1149 background-color: #ecf0f1; 1150 color: #d30e60; 1151 } 1119 1152 /* contextual help */ 1120 1153 #help { … … 1422 1455 /* ------------------------------------------------------------------------- index.php */ 1423 1456 #dashboard-main { 1424 padding: 1em 0;1457 padding: 1em; 1425 1458 } 1426 1459 /* raccourcis */ … … 1465 1498 /* billet rapide */ 1466 1499 #quick { 1467 margin-top: 1em; 1468 padding-top: 1em; 1500 padding: 1em; 1501 max-width: 1000px; 1502 margin: 0 auto; 1503 background: #f5f5f5; 1504 box-shadow: 0 1px 2px rgba(0, 0, 0, .2); 1469 1505 } 1470 1506 #quick h3 { … … 1493 1529 /* modules additionnels */ 1494 1530 #dashboard-boxes { 1495 margin: 2em auto 1em;1531 margin: 1em auto 1em; 1496 1532 padding-top: 2em; 1497 1533 }
Note: See TracChangeset
for help on using the changeset viewer.