Dotclear

Changeset 1747:6bf5f3339c11 for admin


Ignore:
Timestamp:
09/07/13 11:20:36 (12 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

Work in progress: charte graphique à l'usage des développeurs core ou plugins. Lisez-le, enrichissez-le :)
Au passage, corrections et ajouts dans la CSS.

Location:
admin
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r1741 r1747  
    1919---------------------------------------------------------------------------- */ 
    2020#header { 
    21      background: #677374; 
     21     background: #676e78; 
    2222     position: relative; 
    2323     border-bottom: 4px solid #A2CBE9; 
     
    8585          } 
    8686/* ------------------------------------------------- layout: optionnal one/two-boxes */ 
    87 .box { 
    88      margin-bottom: 2em; 
    89      } 
    90 .box h3 { 
    91      font-weight: bold; 
    92      font-size: 1em; 
    93      text-transform: uppercase; 
    94      color: #333; 
    95      text-shadow: 0 1px 0 rgba(200, 200, 200, 0.6); 
    96 } 
    97 .two-boxes:first-child { 
    98      width: 47%; 
    99      margin-right: 3%; 
    100      display: inline-block; 
    101      vertical-align: top; 
    102      } 
    103 .two-boxes:last-child { 
    104      width: 47%; 
    105      margin-left: 3%; 
    106      display: inline-block; 
    107      vertical-align: top; 
    108      } 
    109 /* alternative si une seule boîte */ 
    11087.one-box { 
    11188     text-align: center; 
     
    11895          text-align: left; 
    11996          } 
     97.two-boxes { 
     98     width: 47%; 
     99     display: inline-block; 
     100     vertical-align: top; 
     101     } 
     102     .two-boxes:first-child, .two-boxes.odd, .two-boxes.odd:last-child { 
     103          margin-right: 3%; 
     104          } 
     105     .two-boxes.even:last-child, .two-boxes.even { 
     106          margin-left: 3%; 
     107          } 
     108.three-boxes { 
     109     width: 30%; 
     110     display: inline-block; 
     111     vertical-align: top; 
     112     margin-left: 2.5%; 
     113     margin-right: 2.5%;  
     114     } 
     115     .three-boxes:first-child { 
     116          margin-left: 0; 
     117          } 
     118     .three-boxes:last-child { 
     119          margin-right: 0; 
     120          } 
     121/* boîtes intérieures */ 
     122.box { 
     123     margin-bottom: 2em; 
     124     } 
    120125/* ---------------------------------------------------------------- layout: popups */ 
    121126body.popup #wrapper, body.popup #top { 
     
    133138     font-weight: normal; 
    134139     color: #fff; 
    135      background: #677374; 
     140     background: #676e78; 
    136141     font-size: 1.5em; 
    137142     text-indent: .5em; 
     
    158163     background: transparent; 
    159164     } 
    160 .multi-part { 
    161      padding-left: 1em; 
    162      } 
    163165.table { 
    164166     display: table; 
     
    230232          } 
    231233     h2 a:link, h2 a:visited { 
    232           color: #677374; 
     234          color: #676e78; 
    233235          border-color: #000; 
    234236          } 
     
    241243          } 
    242244h3, .as_h3 { 
    243      color: #677374; 
     245     margin-top: 1em; 
     246     color: #676e78; 
    244247     font-size: 16px; /* ie < 9 sucks */ 
    245248     font-size: 1.6rem; 
    246249     } 
    247 h4 { 
     250h4, as_h4 { 
    248251     font-size: 14px; /* ie < 9 sucks */ 
    249252     font-size: 1.4rem; 
    250      color: #677374; 
    251      } 
     253     color: #676e78; 
     254     } 
     255     .smart-title, .box h3, .media-action-box h4 { /* pour les h3 ou les h4 titres de boîtes */ 
     256          font-size: 1em; 
     257          text-transform: uppercase; 
     258          font-weight: bold; 
     259          color: #333; 
     260          text-shadow: 0 1px 0 rgba(200, 200, 200, 0.6) 
     261          } 
    252262h5 { 
    253263     font-size: 12px; /* ie < 9 sucks */ 
    254264     font-size: 1.2rem; 
    255      color: #677374; 
     265     color: #676e78; 
    256266     } 
    257267     #entry-sidebar h5 { 
     
    400410     select { 
    401411          padding: 2px 0; 
    402           height: 1.66em;  
    403412          } 
    404413          select.l10n option { 
     
    412421          background: #FFBABA; 
    413422          color: red; 
    414           box-shadow: 0 0 0 3px rgba(218, 62, 90, 0.3) 
     423          box-shadow: 0 0 0 3px rgba(218, 62, 90, 0.3); 
    415424          } 
    416425     input[type=text], input[type=password], textarea { 
     
    557566               border-color: #c00; 
    558567               } 
     568          a.button {padding-bottom: 1px} 
    559569     #info-box a.button { 
    560570          padding: 0 .5em; 
     
    637647          } 
    638648     .message, .static-msg { 
    639           background: #666 url(msg-std.png) no-repeat .7em .7em; 
     649          background: #676e78 url(msg-std.png) no-repeat .7em .7em; 
    640650          color: #fff; 
    641651          } 
     
    662672     border-radius: 8px; 
    663673     background: #A2CBE9 url(msg-success.png) no-repeat .7em .7em; 
    664      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) 
    665      } 
     674     text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); 
     675     color: #34495e; 
     676     } 
     677     .dc-update h3 { 
     678          margin-top: 0; 
     679          color: #34495e; 
     680          } 
    666681     .dc-update a { 
    667           color: #000; 
     682          color: #34495e; 
    668683          border-color: #000; 
    669684          margin-right: 1em; 
    670685          } 
    671           a.upd-info { 
     686          a.updt-info { 
    672687               margin-left: 2em; 
    673688               font-weight: bold; 
     689               } 
     690          .dc-update a.button { 
     691               border-color: #ccc; 
     692               font-weight: bold; 
     693               padding: .5em 1em;  
    674694               } 
    675695/* --------------------------------------------------------------------------------- 
     
    890910          #search-menu input[type="submit"]:hover, 
    891911          #search-menu input[type="submit"]:focus { 
    892                background: #677374; 
     912               background: #676e78; 
    893913               color: #fff; 
    894914               } 
     
    923943               padding-bottom: 7px; /* ie < 9 sucks */ 
    924944               padding-bottom: .7rem; 
     945          } 
     946     .multi-part { 
     947          padding-left: 1em; 
    925948          } 
    926949/* contextual help */ 
     
    15071530.media-action-box { 
    15081531     position: relative; 
    1509      margin: 1em 3em 1em 1em; 
     1532     margin: 3em 3em 1em 1em; 
    15101533     display: inline-block; 
    15111534     vertical-align: top; 
    1512      } 
    1513 .media-action-box h4 { 
    1514      font-size: 1em; 
    1515      text-transform: uppercase; 
    1516      font-weight: bold; 
    1517      color: #333; 
    1518      margin-top: 2em; 
    1519      text-shadow: 0 1px 0 rgba(200, 200, 200, 0.6) 
    15201535     } 
    15211536li.media-action { 
     
    18231838               background-color: #fff; 
    18241839               } 
     1840/* Etapes */ 
     1841.step { 
     1842     display: inline-block; 
     1843     float: left; 
     1844     margin: 3px 10px 2px 0; 
     1845     padding: 5px .5em; 
     1846     background: #ecf0f1; 
     1847     border-radius: 3px; 
     1848     font-weight: bold; 
     1849     border: 1px solid #bdc3c7; 
     1850     color: #738182; 
     1851     } 
    18251852/* ---------------------------------------------------------------- utilisables partout  */ 
    18261853.fieldset { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map