Dotclear


Ignore:
Timestamp:
08/09/13 08:01:31 (12 years ago)
Author:
Dsls
Branch:
twig
Parents:
1158:9d7267aec27b (diff), 1314:99a1319b79fc (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.
Message:

Merge with default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r1155 r1315  
    44# This file is part of Dotclear 2. 
    55# 
    6 # Copyright (c) 2003-2011 Olivier Meunier & Association Dotclear 
     6# Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    77# Licensed under the GPL version 2.0 license. 
    88# See LICENSE file or 
     
    1313 
    1414/* ------------------------------------------------------------------ html */ 
     15html { 
     16     font-size: 62.5%; 
     17} 
    1518body { 
    16      font: 75%/1.5em Helvetica,Arial,sans-serif; 
     19     font: 1.2rem/1.5 Helvetica,Arial,sans-serif; 
    1720     color: #333; 
    18      background: #f5f5f5; 
    19      margin: 0; 
    20      padding: 0; 
    21 } 
    22 body.auth { 
    2321     background: #fff; 
     22     margin: 0; 
     23     padding: 0; 
    2424} 
    2525 
     
    3838h1, h2, h3, h4, h5, h6, p { 
    3939     margin-top: 0; 
    40      margin-bottom: 0.6em; 
    41 } 
    42  
     40     margin-bottom: 1rem; 
     41} 
    4342h2 { 
    4443     color: #666; 
    45      font-size: 1.4em; 
    46      padding: 4px 0; 
     44     font-size: 1.8rem; 
     45     padding: 0 0 1.8rem; 
     46     font-weight: normal; 
     47} 
     48h2 a:link, h2 a:visited { 
     49     color: #666; 
     50     border-color: #000; 
    4751} 
    4852.page-title { 
    4953     color: #d30e60; 
    5054} 
     55#content > h2 { 
     56     padding: 0 1.8rem .6rem; 
     57     margin: 0 -1.8rem 1rem; 
     58     background: #fff url(dc_bg_title.png) repeat-x center bottom; 
     59} 
    5160h3 { 
    52      color: #333; 
    53      font-size: 1.2em; 
    54 } 
    55  
     61     color: #575859; 
     62     font-size: 1.4rem; 
     63} 
    5664p, div.p { 
    5765     margin: 0 0 1em 0; 
    5866} 
    59  
    6067hr { 
    6168     height: 1px; 
    62      border-width: 1px 0 0 0; 
     69     border-width: 1px 0 0; 
    6370     border-color: #999; 
    6471     border-style: solid; 
    6572} 
    66  
    6773pre, code { 
    6874     font: 100% "Andale Mono","Courier New",monospace; 
     
    8288} 
    8389 
    84  
    8590/* LAYOUT 
    8691-------------------------------------------------------- */ 
     
    9095     height: 3em; 
    9196     position: relative; 
     97     border-bottom: 4px solid #A2CBE9; 
    9298} 
    9399#prelude { 
    94      background: #575859; 
    95      line-height: 1.5em; 
    96      margin: 0; 
    97      padding: 0 1.7em 0 1em; 
     100     line-height: 1.9; 
     101     margin: 0; 
     102     padding: 0; 
    98103     overflow: hidden; 
    99104     position: absolute; 
    100      top: 1.2em; 
     105     top: 3em; 
    101106     left: 0; 
     107     background: #A2CBE9; 
     108     width: 14.5em; 
    102109     } 
    103110#prelude li { 
    104111     list-style-type: none; 
    105      margin: 0 1em 0 0; 
     112     margin: 0; 
    106113     background:transparent; 
    107      } 
     114} 
    108115#prelude li a { 
    109      color:#fff; 
    110      } 
     116     padding-left: 1.6rem; 
     117     background: #A2CBE9; 
     118     color: #000; 
     119     border-bottom-color: #A2CBE9; 
     120} 
    111121#top { 
    112122     margin: 0; 
    113123     padding: 0; 
    114      width: 13em; 
     124     width: 14.5em; 
    115125     float: left; 
     126     line-height: 3em; 
    116127} 
    117128#top h1 { 
    118129     padding: 0; 
    119130     margin: 0; 
    120      height: 3em; 
     131     height: 3.6rem; 
    121132     text-indent: -1000px; 
    122      background: transparent url(dc_logo.png) no-repeat 0 50%; 
     133     background: #575859 url(dc_logo.png) no-repeat 0 50%; 
    123134} 
    124135#top h1 a { 
    125136     position: absolute; 
    126      top: 3px; 
     137     top: 0; 
    127138     left: 0; 
    128      width: 130px; 
    129      height: 60px; 
     139     width: 14.5em; 
     140     height: 3.6rem; 
    130141     border: none; 
    131      outline: none; 
    132142     color: #fff; 
     143} 
     144#top h1 a:hover, #top h1 a:focus { 
     145     background: transparent url(dc_logo_hover.png) no-repeat 0 50%;   
    133146} 
    134147#info-boxes { 
    135148     background: #575859; 
    136      font-size: .95em; 
    137      height: 3em; 
     149     font-size: 1em; 
     150     line-height: 3em; 
    138151} 
    139152#info-box1 { 
    140153     margin: 0; 
    141      padding: .5em 3px 4px 0; 
     154     padding: 0 3px 0 1.8rem; 
    142155     color: #fff; 
    143      float: left; 
     156     display: inline-block; 
    144157     background: #575859; 
    145158} 
    146159#info-box2 { 
    147      margin: .1em 0 0 0; 
    148      padding: .5em 1.3em 4px 0; 
     160     margin: 0; 
     161     padding: 0 1.3em 0 0; 
    149162     color: #fff; 
    150163     float: right; 
    151164     text-align: right; 
    152165     background: #575859; 
    153      height: 2em; 
    154166} 
    155167#info-box1 p { 
     
    158170} 
    159171#info-box1 select { 
    160      width: 15em; 
     172     width: 14.5em; 
    161173} 
    162174#info-box1 a img, #info-box2 a img { 
     
    164176     padding-left: .3em; 
    165177     } 
    166 #info-box1 a, #info-box2 a { 
     178#info-boxes a { 
    167179     background: #575859; 
    168180     font-weight: bold; 
     
    178190} 
    179191#info-box2 a.active { 
    180      border-bottom-color: #f5f5f5; 
     192     border-bottom-color: #fff; 
    181193     margin: 0; 
    182194     padding: 1.2em .5em; 
    183      background-color: #f5f5f5; 
     195     background-color: #fff; 
    184196     color: #333; 
    185197     font-weight: bold; 
    186198} 
    187199#info-box2 span { 
    188      color: #575859; 
    189 } 
    190 /* prelude */ 
     200     color: #999; 
     201} 
     202/* main blocks */ 
    191203#wrapper { 
    192204     width: 100%; 
     
    195207     width: 100%; 
    196208     float: right; 
    197      margin-left: -13em; 
     209     margin-left: -14.5em; 
    198210     margin-top: 0; 
     211     background: #fff url(dc_bg.png); 
    199212} 
    200213#content { 
    201      margin: 1.5em 1.5em .5em 13em; 
    202      padding: 1em; 
     214     margin: 0 0 0 14.5em; 
     215     padding: .9rem 1.8rem 1.8rem; 
    203216     background: #fff; 
    204      border-radius: .5em; 
    205      border: 1px solid #ddd; 
    206217} 
    207218     /* Micro clearfix thx to Nicolas Gallagher */ 
     
    244255/* -------------------------------------------------------------- layout - onglets */ 
    245256.part-tabs ul { 
    246      padding: .3em 0 1px 1em; 
    247      border-bottom: 1px solid #999; 
     257     padding: .5em 0 .3em 1em; 
     258     border-bottom: 1px solid #ccc; 
    248259} 
    249260.part-tabs li { 
     
    253264} 
    254265.part-tabs li a { 
    255      padding: .3em 0.5em; 
     266     padding: .5em 0.5em; 
    256267     margin-right: .5em; 
    257      border: 1px solid #999; 
     268     border: 1px solid #ccc; 
    258269     border-bottom: none; 
    259270     background: #dfdfdf; 
    260271     text-decoration: none; 
    261      border-top-left-radius: .3em; 
    262      border-top-right-radius: .3em; 
    263272     color: #000; 
     273     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #fafafa) ); 
     274     background:-moz-linear-gradient( center top, #dfdfdf 5%, #fafafa 100% ); 
     275     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#fafafa'); 
     276     background-color:#ededed; 
    264277} 
    265278.part-tabs li.part-tabs-link a { 
     
    273286.part-tabs li.part-tabs-active a { 
    274287     background: #fff; 
    275      border-bottom: 1px solid #fff; 
    276      color: #000; 
     288     border: 1px solid #d30e60; 
     289     color: #d30e60; 
    277290     font-weight: bold; 
     291     border-bottom-color: #fff; 
    278292} 
    279293/* ------------------------------------------------------------------ main-menu */ 
    280294#main-menu { 
    281      width: 13em; 
     295     width: 14.5em; 
    282296     float: left; 
    283      margin-top: 1.2em; 
    284      margin-bottom: .5em; 
     297     margin:0; 
     298     padding-top: .5em; 
     299     padding-bottom: 1em; 
     300     background: #f7f7f7; 
    285301} 
    286302#main-menu h3 { 
    287      margin: 0 0 0.5em; 
    288      padding: .5em 0 0 .5em; 
    289      text-transform: uppercase; 
     303     margin: 0; 
     304     padding: 1.2rem 0 1rem 2.2rem; 
     305     text-indent: -1.6rem; 
    290306     color: #666; 
    291      font-size: 1.1em; 
     307     font-size: 1.4rem; 
     308} 
     309#main-menu h3 img[alt="cacher"] { 
     310     vertical-align: top; 
    292311} 
    293312#main-menu ul { 
    294      font-size: .95em; 
    295      margin: 0 0 1em 0; 
     313     margin: 0 0 1.8rem 0; 
    296314     padding: 0; 
    297315     list-style: none; 
     
    300318     display: block; 
    301319     margin: 0.5em 0 0; 
    302      padding: .2em 0 0 32px; 
     320     padding: .3rem 0 0 30px; 
    303321     background-repeat: no-repeat; 
    304      background-position: 12px .4em; 
     322     background-position: 8px .3em; 
    305323} 
    306324#main-menu a { 
    307      font-weight: bold; 
     325     color: #333; 
     326     border-bottom-color: #ccc; 
    308327} 
    309328#main-menu .active a { 
    310329     border-bottom: none; 
    311      color: #333; 
     330     color: #d30e60; 
    312331} 
    313332#main-menu .active { 
    314      background-color: #fff; 
    315      padding: .4em 0 .1em 32px; 
    316      background-position: 12px .4em; 
    317      border-top: 1px solid #ddd; 
    318      border-bottom: 1px solid #ddd; 
    319      margin-right: -1px; 
    320 } 
    321 #favorites-menu { 
    322      margin: 0 0 2em; 
     333     font-weight: bolder; 
     334} 
     335#search-menu { 
     336     padding: .3rem .4rem 0; 
     337} 
     338#search-menu p { 
     339     display: inline-block; 
     340} 
     341#search-menu #q { 
     342     width: 12rem; 
     343     border-bottom-left-radius: .6em; 
     344     border-top-left-radius: .6em; 
     345     border-color: #999; 
     346     background: transparent url(search.png) no-repeat 4px center; 
     347     text-indent: 18px; 
     348     height: 2rem; 
     349     padding: 0 2px;  
     350} 
     351#search-menu input[type="submit"] { 
     352     padding: .1rem .3rem; 
     353     background: #dfdfdf; 
     354     border-color: #999; 
     355     color: #666; 
     356     border-bottom-right-radius: .6em; 
     357     border-top-right-radius: .6em; 
     358     text-shadow: none; 
     359     height: 2.2rem; 
     360     font-size: 1rem; 
     361     margin-left: -.5em; 
     362} 
     363#search-menu input[type="submit"]:hover, 
     364#search-menu input[type="submit"]:focus { 
     365     background: #575859; 
     366     color: #fff; 
     367} 
     368#favorites-menu, #blog-menu, #system-menu, #plugins-menu { 
     369     border-bottom: 1px dashed #A2CBE9; 
    323370} 
    324371#favorites-menu h3 { 
    325      color: #333; 
    326      text-transform: none; 
     372     color: #000; 
     373     font-variant: small-caps; 
    327374} 
    328375#favorites-menu a { 
    329376     color: #333; 
    330 } 
    331 #favorites-menu .active { 
    332      background-color: transparent; 
    333      border: none; 
    334 } 
    335 #favorites-menu .active a { 
    336      font-weight: bold; 
    337      color: #666; 
    338377} 
    339378/* ------------------------------------------------------------------ footer */ 
    340379#footer { 
    341380     clear: both; 
    342      padding: .75em .75em 0 0; 
     381     padding: .6rem 1.2rem .6rem 0; 
    343382     text-align: right; 
     383     border-top: .1rem solid #ccc; 
    344384} 
    345385#footer p { 
     
    347387     padding: 0 1em; 
    348388     text-align: center; 
    349      font-size: 1.1em; 
     389     font-size: 1em; 
    350390} 
    351391#footer a { 
    352392} 
    353393#footer p span.credit { 
    354      font-size: .85em; 
     394     font-size: 1rem; 
    355395     font-weight: normal; 
    356396} 
     
    360400     width: 18em; 
    361401     margin: 1.5em auto 0; 
    362      font-size: 1.1em; 
     402     font-size: 1.4rem; 
    363403} 
    364404#login-screen h1 { 
     
    367407     height: 50px; 
    368408     margin-bottom: .5em; 
    369      margin-left: .5em; 
     409     margin-left: 0; 
    370410} 
    371411#login-screen fieldset, #login-screen .fieldset { 
    372      border: 1px solid #999; 
     412     border: 1px solid #A8DC26; 
    373413     padding: 1em 1em 0 1em; 
    374414     border-radius: 4px; 
    375415} 
     416#login-screen legend { 
     417     border: 1px solid #A8DC26; 
     418} 
    376419#login-screen input[type=text], #login-screen input[type=password], #login-screen input[type=submit] { 
    377420     width: 100%; 
    378421} 
    379422#login-screen #issue { 
    380      margin-left: 1em; 
    381      font-size: 1em; 
     423     margin-left: 1.5rem; 
     424     font-size: 1.2rem; 
    382425} 
    383426#login-screen #issue strong {font-weight: normal;} 
     
    404447     width: 210px; 
    405448     text-align: center; 
    406      margin: 2em 0 0 0; 
     449     margin: 2em 0; 
    407450     display:inline-block; 
    408451} 
     
    436479     color: #666; 
    437480} 
    438  
    439481#dashboard-items { 
    440482     float: left; 
     
    482524} 
    483525#entry-content { 
    484      margin-right: 18em; 
     526     margin-right: 19em; 
     527     margin-left: 1.2rem; 
    485528} 
    486529#entry-sidebar { 
     
    542585     height: 500px; 
    543586} 
    544  
    545587#add-file-f { 
    546588     position: relative; 
     
    626668     display: inline; 
    627669} 
    628  
    629670#default-favs h3 { 
    630671     margin-top: 2em; 
    631672     margin-bottom: 1em; 
    632673} 
    633  
    634674.fav-list { 
    635675     list-style-type: none; 
     
    785825/* ------------------------------------------------------------------ contextual help */ 
    786826#help { 
    787      margin-top: 2em; 
     827     margin-top: 4em; 
    788828     background: #f5f5f5; 
    789829     z-index: 100; 
    790830} 
    791831#help-button { 
    792      position: fixed; 
    793      top: 3.2em; 
     832     background: transparent url(../images/page_help.png) no-repeat 6px center; 
     833     position: absolute; 
     834     top: 3.6rem; 
    794835     right: 0px; 
     836     padding: 0 2rem 0 3rem; 
    795837     cursor: pointer; 
    796      background: #fc3; 
    797      border: 1px solid #dde; 
    798      border-right: none; 
    799      font-size: 1.1em; 
    800      font-weight: bold; 
    801      text-transform: capitalize; 
    802      padding: .33em .75em .33em 1em; 
    803      border-radius: 1em 0 0 1em; 
    804      color: #444; 
     838     color: #2373A8; 
     839     line-height: 4.2rem; 
     840} 
     841#help-button span { 
     842     padding: .6rem 0 .1rem 0; 
     843     border-bottom: 1px solid #2373A8; 
    805844} 
    806845.help-box { 
     
    812851} 
    813852#content.with-help #help-button { 
    814      right: 282px; 
     853     right: 28.2rem; 
     854     background-color: #f5f5f5; 
     855     position: fixed; 
     856     border-top: 2px solid #FFD478; 
     857     border-left: 2px solid #FFD478; 
     858     border-bottom: 2px solid #FFD478; 
     859     border-bottom-left-radius: 1rem; 
     860     border-top-left-radius: 1rem; 
    815861} 
    816862#content.with-help #help { 
    817863     display: block; 
    818864     position: absolute; 
    819      top: 40px; 
     865     top: 3.6rem; 
    820866     right: 0; 
    821      width: 280px; 
    822      border-left: 2px solid #fc3; 
     867     width: 28rem; 
     868     border-left: 2px solid #FFD478; 
     869     border-top: 2px solid #FFD478; 
    823870     margin-top: 0; 
    824871     padding: 10px 0 0 0; 
     
    838885/* ------------------------------------------------------------------ popups */ 
    839886body.popup #wrapper, body.popup #top { 
    840      margin-top: -1.5em; 
     887     width: 100%; 
     888     padding: 0; 
     889} 
     890body.popup #wrapper { 
    841891     float: none; 
    842 } 
    843 body.popup #top h1 { 
    844      background: transparent; 
     892     margin:0; 
     893     display: block; 
     894} 
     895body.popup h1, body.popup #top { 
     896     margin: 0; 
     897     border-bottom: 1px solid; 
     898     font-weight: normal; 
     899     color: #fff; 
     900     background: #575859; 
     901     font-size: 1.5em; 
     902     text-indent: .6rem; 
     903     line-height: 1.3em; 
    845904} 
    846905body.popup #main { 
    847      margin-left: -35px; 
    848      margin-bottom: 1em; 
     906     margin-bottom: 1em 0; 
    849907} 
    850908body.popup #content { 
    851      margin-left: 35px; 
    852      margin-left: 2em;  /* 3.2 */ 
    853 } 
    854 body.popup #footer { 
    855      display: none; /* 3.2 */ 
     909     margin: 0; 
     910     padding: .6rem 0 !important; 
     911} 
     912body.popup #content h2 { 
     913     margin: 0 0 1em; 
    856914} 
    857915body.popup #footer p { 
    858      margin-left: 35px; 
    859916     border: none; 
    860917} 
     
    868925} 
    869926p.error, p.message, p.static-msg { 
    870      padding-top: 1em; 
    871      padding-bottom: 1em; 
     927     padding-top: 1rem; 
     928     padding-bottom: 1rem; 
    872929} 
    873930div.error, p.error { 
     
    883940div.static-msg a, p.static-msg a { 
    884941     color: #fff; 
     942} 
     943#content > .message, #content > .error { 
     944     margin-right: 14em 
     945} 
     946/* ------------------------------------------------------------------ navigation */ 
     947.anchor-nav { 
     948     background: #575859; 
     949     color: #fff; 
     950     padding: .4rem 1.2rem; 
     951     float: right; 
    885952} 
    886953/* ------------------------------------------------------------------ debug */ 
     
    924991     vertical-align: middle; 
    925992} 
    926  
    927993/* Si quelque chose a besoin d'être caché sauf pour les revues d'écran */ 
    928994.hidden { 
     
    9591025     overflow: auto; 
    9601026} 
    961  
    9621027.grid { 
    9631028     background: transparent repeat url('grid.png') 0 0; 
    9641029} 
    965  
    9661030.line p { 
    9671031     margin: 0; 
     
    9701034     color: #666; 
    9711035} 
    972  
    9731036ul.nice { 
    9741037     margin: 1em 0; 
     
    10051068-------------------------------------------------------- */ 
    10061069table { 
    1007      font-size: 1em; 
     1070     font-size: 1.2rem; 
    10081071     border-collapse: collapse; 
    10091072     margin: 0 0 1em 0; 
    10101073} 
    10111074tr.line:hover { 
    1012      background: #ddd; 
     1075     background: #f3f3f3; 
    10131076} 
    10141077caption { 
    10151078     color: #333; 
    1016      font-size: 1.2em; 
    10171079     font-weight: bold; 
    10181080     text-align: left; 
    10191081     margin-bottom: .5em; 
    10201082} 
     1083 
    10211084th, td { 
    10221085     border-width: 0 0 1px 0; 
    10231086     border-style: solid; 
    1024      border-color: #ccc; 
    1025      padding: 3px 5px; 
     1087     border-color: #e3e3e3; 
     1088     padding: .4rem .5rem; 
    10261089     vertical-align: top; 
    10271090} 
    10281091th { 
    10291092     text-align: left; 
    1030      border-bottom-color: #666; 
     1093     border-bottom-color: #aaa; 
    10311094} 
    10321095.noborder td, td.noborder, .noborder th, th.noborder { 
    10331096     border-width: 0; 
    10341097} 
    1035  
    10361098table .maximal, table.maximal { 
    10371099     width: 100%; 
     
    10401102     width: 1px; 
    10411103} 
    1042  
    10431104table .nowrap { 
    10441105     white-space: nowrap; 
     
    11311192     font-weight: normal; 
    11321193} 
    1133  
    11341194input, textarea, select { 
    11351195     background: #f9f9f9; 
     
    11371197     border-width: 1px; 
    11381198     border-style: solid; 
    1139      border-color: #000 #ccc #ccc #000; 
     1199     border-color: #666 #ccc #ccc #999; 
    11401200} 
    11411201input.invalid, textarea.invalid, select.invalid { 
     
    11461206} 
    11471207input, textarea, select, option { 
    1148      font: 1em "DejaVu Sans","Lucida Grande","Lucida Sans Unicode",Arial,sans-serif; 
     1208     font: 100% "DejaVu Sans","Lucida Grande","Lucida Sans Unicode",Arial,sans-serif; 
    11491209} 
    11501210input[type=text], input[type=password], textarea { 
     
    11521212     margin-right: .3em; 
    11531213} 
    1154 input[type=checkbox], input[type=radio] { 
    1155      border: none; 
    1156 } 
    11571214textarea { 
    11581215     padding: 2px 0; 
    11591216} 
    1160  
    1161 input[type=checkbox], input[type=radio] { 
     1217input[type=checkbox], input[type=radio], input[type=file] { 
     1218     border: none; 
    11621219     margin: 0; 
    11631220     padding: 0; 
    11641221     background: transparent; 
    11651222} 
    1166  
    11671223label { 
    11681224     display: block; 
     
    12101266     resize: vertical; 
    12111267} 
    1212  
    12131268label.required { 
    12141269     font-weight: bold; 
     
    12321287     display: inline; 
    12331288     position: absolute; 
    1234      left: 15em; 
     1289     left: 14.5em; 
    12351290     top: 0; 
    12361291} 
    1237  
    12381292label .maximal, textarea.maximal, input.maximal { 
    12391293     width: 100%; 
     
    12501304     padding-left: 20px; 
    12511305} 
    1252  
    1253 a#toggle-filters { 
    1254      font-weight: bold; 
    1255      background: url(../images/plus.png) no-repeat 0 0; 
    1256      padding-left: 20px; 
    1257 } 
    1258  
    1259 a#toggle-filters.opened { 
    1260      background: url(../images/minus.png) no-repeat 0 0; 
    1261 } 
    1262  
    12631306.constrained { 
    12641307     margin: 0; 
     
    12691312 
    12701313/* --------------------------------------------------------------- buttons */ 
    1271 h2 a.button { 
    1272      color: #333; 
    1273      font-weight: normal; 
    1274      font-size: .75em; 
    1275      vertical-align: middle; 
    1276 } 
    12771314/* commun */ 
    12781315input[type=submit], 
     
    12871324     text-align: center; 
    12881325     text-decoration: none; 
    1289      padding: .1em .5em 0 .5em; 
     1326     padding: .1em .5em; 
    12901327     text-shadow: 0 1px 1px rgba(0,0,0,.3); 
    12911328     border-radius: .2em; 
     
    13691406     content: "\ab\a0"; 
    13701407} 
    1371 a.button.add { 
    1372      border-radius: .5em; 
    1373      margin-bottom: .1em;      
    1374      background: #2C8FD1 url(../images/add.png) no-repeat 6px center; 
    1375      color: #fff; 
    1376      padding: .2em 16px .2em 30px; 
    1377      border: 1px solid #2373A8; 
    1378 } 
    1379 a.button.add:hover, a.button.add:focus { 
    1380      background-color: #2373A8; 
    1381 } 
     1408.button.add { 
     1409     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) ); 
     1410     background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% ); 
     1411     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b'); 
     1412     background-color:#9dce2c; 
     1413     border:1px solid #83c41a; 
     1414     padding:.6rem 1.8rem; 
     1415     text-shadow:1px 1px 0 #689324; 
     1416     color: #000; 
     1417     text-shadow: 1px 1px 0 #BBDB58; 
     1418     font-weight: normal; 
     1419     font-size: 1.4rem; 
     1420} 
     1421.button.add:hover, .button.add:focus { 
     1422     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) ); 
     1423     background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% ); 
     1424     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c'); 
     1425     background-color:#8cb82b; 
     1426     border:1px solid #83c41a; 
     1427} 
     1428.button-add:focus { 
     1429     outline: dotted 1px; 
     1430} 
     1431.button.add:active { 
     1432     position:relative; 
     1433     top:1px; 
     1434} 
     1435 
    13821436/* jQuery Autocomplete plugin */ 
    13831437.ac_results { 
     
    14131467} 
    14141468 
    1415 form#filters {font-size: 100%; background: #f0f0f0; padding: 1em; border-radius: .5em; border: 1px solid #ddd;} 
    1416 form#filters .margintop {padding-top: 1.33em;} 
    1417 form#filters ul, form#filters p {list-style-type:none;margin: 0; padding: 0 0 .5em 0; margin-left: 1em;} 
    1418 form#filters .col30 {border-left: 1px solid #999;} 
    1419 form#filters .col30 h3 {margin-left: 1em;} 
    1420  
    1421 p.line, li.line { position: relative; padding: 3px 0 0 28px; margin: 0 0 1em 0;} 
    1422 li.line input[type=submit] {position: absolute; left:0;top:0; padding: 0 .1em; margin: 0;} 
    1423 li.line input[type=checkbox], li.line input[type=checkbox] {position: absolute; left: 0; top: .2em; padding: 0 .1em; margin: 0;} 
    1424 li.line select { margin-right: 2em;} 
    1425 li.line label { display: block; width: 8em; float: left;} 
    1426 li.line label img {margin-right: 8px;} 
    1427 li.line span.or { 
    1428      text-align: right; 
    1429      margin-left: 5em; 
    1430      font-weight: bold; 
    1431 } 
    1432 p.line label.or + select {margin-left: 2em;} 
    1433 li.line { padding: 0 0 0 20px; height: 1em;} 
    1434 li.line label {width: auto;} 
    1435  
    1436 #available_filters input[type=submit] {padding: 0 .1em; margin-left: .5em;} 
    1437  
    1438 div.pagination span, div.pagination a { 
    1439      margin-right: 1em; 
    1440 } 
     1469/* --------------------------------------------------------------------------- 
     1470     Media queries vite fait en attendant la reprise complète du layout 
     1471---------------------------------------------------------------------------- */ 
     1472@media screen and (max-width: 920px) { 
     1473     #top, #top h1 a {width: 42px !important;overflow:hidden;} 
     1474} 
     1475@media screen and (max-width: 800px) { 
     1476     #top, #info-boxes, #info-box1, #info-box2 { 
     1477          display:inline-block; 
     1478          vertical-align:middle; 
     1479          margin:0; 
     1480          padding:0; 
     1481          line-height: 3.2rem; 
     1482     } 
     1483     #info-box1 select {width: 14rem;} 
     1484     #main-menu, #main, #content, #content h2, #entry-wrapper, #entry-sidebar, #entry-content, .two-cols .col, .two-cols .col:first-child { 
     1485     display:block; 
     1486     width: 98%; 
     1487     margin:0 auto; 
     1488     padding:0; 
     1489     float:none; 
     1490     text-align: left; 
     1491     clear: both; 
     1492     } 
     1493     #content { 
     1494          width: 100%; 
     1495          padding-top: .5em; 
     1496     } 
     1497} 
     1498@media screen and (max-width: 720px) { 
     1499     .smallscreen {display: none;} 
     1500     #help-button {width:20px; overflow: hidden;} 
     1501} 
     1502@media screen and (max-width: 492px) { 
     1503     #header {min-height:3.6rem;} 
     1504     #wrapper {font-size: 1.6rem;} 
     1505     .page-title, #info-boxes, .media-item {display: inline-block;} 
     1506     div.media-list .media-item {width: 90%; float: none} 
     1507     #top h1 a, #top {height: auto;} 
     1508     #info-box1 p.nomobile, label.nomobile {display: none;} 
     1509     #help-button {height:26px; width:26px; background-color: #A2CBE9; padding: 0; margin:0;font-size: 1rem;line-height: 68px} 
     1510} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map