Changeset 2308:928ea690d777
- Timestamp:
- 10/08/13 00:09:08 (12 years ago)
- Branch:
- default
- Location:
- admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/_charte.php
r2225 r2308 165 165 </div><!-- 166 166 --><div class="two-boxes even"> 167 <div class="box ">167 <div class="box odd"> 168 168 <p><span class="step">4</span> Toutes les boîtes de class <code>"box"</code><br /> 169 169 placées au sein d'une boîte <code>"two-boxes"</code>…</p> 170 170 </div> 171 <div class="box ">171 <div class="box even"> 172 172 <p><span class="step">4 bis</span>… se distribuent horizontalement comme dans <br /> 173 173 une boîte <code>"one-box"</code>.</p> -
admin/style/default.css
r2301 r2308 148 148 margin-left: 0; 149 149 } 150 /* ------------------------------------------------- layout: optionnal one/two -boxes */150 /* ------------------------------------------------- layout: optionnal one/two/three-boxes */ 151 151 .one-box { 152 152 text-align: justify; 153 153 } 154 .two-boxes, .three-boxes, .box { 154 .two-boxes { 155 width: 47%; 156 } 157 .three-boxes { 158 width: 30%; 159 } 160 .two-boxes, .three-boxes { 155 161 display: inline-block; 156 162 vertical-align: top; … … 161 167 text-align: left; 162 168 } 163 .two-boxes {164 width: 47%;165 }166 .three-boxes {167 width: 30%;168 }169 .box {170 margin-left: 0;171 margin-right: 0;172 }173 .odd {174 margin-left: 0;175 }176 .even {177 margin-right: 0;178 }179 169 /* ---------------------------------------------------------------- layout: popups */ 180 170 .popup h1 { … … 250 240 height: 120px; 251 241 overflow: auto; 242 } 243 .box { 244 display: inline-block; 245 vertical-align: top; 246 margin: 0 1.5% 1em; 247 -moz-box-sizing: border-box; 248 -webkit-box-sizing: border-box; 249 box-sizing: border-box; 250 text-align: left; 251 } 252 .box.small { 253 width: 320px; 254 } 255 .box.medium { 256 width: 660px; 257 } 258 .box.large { 259 width: 100%; 260 } 261 .odd { 262 margin-left: 0; 263 } 264 .even { 265 margin-right: 0; 252 266 } 253 267 /* --------------------------------------------------------------------------- … … 278 292 font-weight: normal; 279 293 } 280 /* titre de page */294 /* fil d'ariane */ 281 295 #content > h2 { 282 296 padding: 0 1em .5em 1em; … … 288 302 border-color: #000; 289 303 } 304 /* page courante dans le fil d'ariane */ 290 305 .page-title { 291 306 color: #d30e60; … … 295 310 vertical-align: middle; 296 311 } 312 /* autres titres */ 297 313 h3, .as_h3 { 298 314 margin-top: 1em; … … 345 361 } 346 362 /* ---------------------------------------------------------------- tableaux */ 363 /* Pour autoriser le scroll sur les petites largeurs 364 envelopper les tableaux dans une div.table-outer */ 347 365 .table-outer { 348 366 width: 100%; … … 435 453 FORMULAIRES 436 454 ---------------------------------------------------------------------------- */ 455 input[type=text], input[type=password], input[type=submit], 456 input[type=button], input[type=reset], a.button, button, textarea, select, legend { 457 border-radius: 3px; 458 } 437 459 form { 438 460 display: block; … … 459 481 background: #fff; 460 482 margin-bottom: 0.5em; 461 border-radius: 3px;462 483 } 463 484 label .maximal, textarea.maximal, input.maximal { … … 470 491 border-style: solid; 471 492 border-color: #dfdfdf; 472 border-radius: 3px;473 493 box-shadow: 1px 1px 2px #f3f3f3 inset; 474 494 padding: 3px; … … 627 647 text-align: center; 628 648 text-decoration: none; 629 border-radius: 3px;630 649 cursor: pointer; 631 650 position: relative; … … 644 663 color: #fff; 645 664 background-color: #25A6E1; 646 background-image: -moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);647 665 background-image: -webkit-gradient(linear,left top,left bottom, from(#25A6E1), to(#188BC0)); 648 background-image: linear-gradient( top,#25A6E1 0%,#188BC0 100%);666 background-image: linear-gradient(#25A6E1,#188BC0); 649 667 border-color: #25A6E1; 650 668 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); … … 654 672 a.button.submit:hover, a.button.submit:focus { 655 673 background-color: #188BC0; 656 background-image: -moz-linear-gradient(top,#188BC0 0%,#25A6E1 100%);657 674 background-image: -webkit-gradient(linear,left top,left bottom, from(#188BC0),to(#25A6E1)); 658 675 background-image: linear-gradient(#188BC0,#25A6E1); … … 663 680 input[type=reset], input[type=submit].reset, input.reset, 664 681 input[type=submit].delete, input.delete, 665 a.button.delete, a.button.reset, a.button{682 a.button, a.button.delete, a.button.reset { 666 683 color: #000; 667 684 background-color: #EAEAEA; 668 685 background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#EAEAEA)); 669 background-image: -moz-linear-gradient(top, #f9f9f9, #EAEAEA);670 686 background-image: linear-gradient(#f9f9f9,#EAEAEA); 671 687 background-repeat: repeat-x; … … 683 699 background-color: #DADADA; 684 700 background-image: -webkit-gradient( linear, left top, left bottom, from(#EAEAEA), to(#DADADA)); 685 background-image: -moz-linear-gradient(top, #EAEAEA, #DADADA);686 701 background-image: linear-gradient(#EAEAEA, #DADADA); 687 702 background-repeat: repeat-x; … … 697 712 background-color: #B33630; 698 713 background-image: -webkit-gradient( linear, left top, left bottom, from(#DC5F59), to(#B33630)); 699 background-image: -moz-linear-gradient(top, #DC5F59, #B33630);700 714 background-image: linear-gradient(#DC5F59, #B33630); 701 715 background-repeat: repeat-x; … … 711 725 background-color: #bee74b; 712 726 background-image: -webkit-gradient(linear, left top, left bottom, from(#bee74b), to(#9BCA1C)); 713 background-image: -moz-linear-gradient(top, #bee74b, #9BCA1C);714 727 background-image: linear-gradient(#bee74b, #9BCA1C); 715 728 border-color: #bee74b; … … 723 736 background-color: #9BCA1C; 724 737 background-image: -webkit-gradient(linear, left top, left bottom, from(#9BCA1C), to(#bee74b)); 725 background-image: -moz-linear-gradient(top, #9BCA1C, #bee74b);726 738 background-image: linear-gradient(top, #9BCA1C, #bee74b); 727 739 border-color: #9BCA1C; … … 1110 1122 right: 0; 1111 1123 width: 280px; /* ie < 9 sucks */ 1112 1124 width: 28rem; 1113 1125 border-left: 2px solid #FFD478; 1114 1126 border-top: 2px solid #FFD478; … … 1175 1187 margin: 0.3em 0 1.5em 0; 1176 1188 } 1177 /* 1. inside help block*/1189 /* lien d'aide générale dans le help content */ 1178 1190 #helplink p { 1179 1191 padding: 0 0 0 .5em; … … 1373 1385 border: 1px solid #9bca1c; 1374 1386 padding: 1em 1em 0 1em; 1375 border-radius: 3px;1376 1387 background: #fff; 1377 1388 } … … 1431 1442 padding: 1.5em; 1432 1443 background-color: #f9f9f9; 1433 -moz-border-radius: 8px;1434 -webkit-border-radius: 8px;1435 1444 border-radius: 8px; 1436 1445 border: 1px solid #dadada; … … 1490 1499 margin: 10px; 1491 1500 text-align: left; 1492 }1493 .box.small {1494 width: 320px;1495 }1496 .box.medium {1497 width: 660px;1498 }1499 .box.large {1500 width: 100%;1501 1501 } 1502 1502 .dc-box { … … 1654 1654 background: #fff url(texture.png); 1655 1655 border: 1px solid #eee; 1656 -webkit-border-radius: .5em;1657 1656 border-radius: .5em; 1658 1657 min-height: 330px; … … 1938 1937 line-height: 1em; 1939 1938 text-align: right; 1940 background: green url( "loader.png") repeat-x left top;1939 background: green url(loader.png) repeat-x left top; 1941 1940 color: white; 1942 border-radius: 2px;1941 border-radius: 3px; 1943 1942 } 1944 1943 div.template-upload { … … 2161 2160 .guideline h3 { 2162 2161 margin-top: 2em; 2162 } 2163 .guideline .dc-update h3 { 2164 margin-top: 0; 2163 2165 } 2164 2166 .guideline .one-box .box { … … 2270 2272 border-radius: .75em; 2271 2273 background-color: #ECF0F1; 2272 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);2273 2274 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); 2274 2275 } … … 2340 2341 color: #fff; 2341 2342 background: #676e78; 2342 -webkit-border-radius: 3px;2343 2343 border-radius: 3px; 2344 2344 font-variant: small-caps; … … 2486 2486 /* ---------------------------------------------- Couleurs ajoutées via javascript 2487 2487 /* color-picker.js */ 2488 .color-color-picker { 2488 .color-color-picker { 2489 2489 border: 1px solid #000; 2490 width: 195px; 2491 background: #fff; 2492 } 2493 /* _blog_theme.js */ 2494 .select-button { 2495 font-weight: bold; 2490 width: 195px; 2491 background: #fff; 2496 2492 } 2497 2493 /* _media_item.js */ 2498 .color-div { 2494 .color-div { 2499 2495 border: 1px solid #ccc; 2500 2496 } 2501 2497 /* fadings ('color' est utilisé comme variable, pas comme text color) */ 2502 .colorBeginPassword, .colorBeginValidatorErr, .colorBeginUserMail { 2503 color: #fff; 2504 } 2505 .colorEndPassword, .colorEndError, .colorEndValidatorErr, .colorEndUserMail { 2506 color: #ffbaba; 2507 } 2508 .colorBeginMessage { 2509 color: #ccc; 2510 } 2511 .colorEndMessage, .colorBeginValidatorMsg { 2512 color: #676e78; 2513 } 2514 .colorBeginError { 2515 color: #fefacd; 2516 } 2517 .colorBeginSuccess { 2518 color: #9BCA1C; 2519 } 2520 .colorEndSuccess { 2521 color: #bee74b; 2522 } 2523 .colorEndValidatorMsg { 2524 color: #ffcc00; 2525 } 2498 .colorBeginPassword, 2499 .colorBeginValidatorErr, 2500 .colorBeginUserMail { color: #fff; } 2501 .colorEndPassword, 2502 .colorEndError, 2503 .colorEndValidatorErr, 2504 .colorEndUserMail { color: #ffbaba; } 2505 .colorBeginMessage { color: #ccc; } 2506 .colorEndMessage, 2507 .colorBeginValidatorMsg { color: #676e78; } 2508 .colorBeginError { color: #fefacd; } 2509 .colorBeginSuccess { color: #9BCA1C; } 2510 .colorEndSuccess { color: #bee74b; } 2511 .colorEndValidatorMsg { color: #ffcc00; } 2526 2512 /* ------------------------------------------------------------------------------------ 2527 2513 UN POIL DE MEDIA QUERIES … … 2566 2552 color: #FFF; 2567 2553 border-width: 0; 2568 -webkit-border-radius: 6px;2569 2554 border-radius: 6px; 2570 2555 }
Note: See TracChangeset
for help on using the changeset viewer.