Dotclear


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r1793 r1869  
    2727     width: 100%; 
    2828     padding-top: 1em; 
     29     background: #f7f7f7 url(bg_wrapper.png) repeat-y 15.5em; 
    2930     } 
    3031#main { 
     
    3334     margin-left: -14.5em; 
    3435     margin-top: 0; 
    35      background: #fff url(bg_menu.png); 
    3636     } 
    3737#content { 
    38      margin: 0 0 0 14.5em; 
     38     margin: 0 0 0 15.5em; 
    3939     padding: 9px 18px 18px; /* ie < 9 sucks */ 
    4040     padding: .9rem 1.8rem 1.8rem; 
    4141     background: #fff; 
     42     overflow: hidden; 
    4243     } 
    4344#main-menu { 
     
    4748     padding-top: .5em; 
    4849     padding-bottom: 1em; 
    49      background: #f7f7f7; 
     50     overflow: hidden; 
    5051     } 
    5152#footer { 
     
    5455     text-align: right; 
    5556     border-top: 1px solid #ccc; 
    56      } 
     57     background-color: #fff; 
     58     } 
     59/* to hide main-menu */ 
     60#collapser { 
     61     display: block; 
     62     float: left; 
     63     width: 1em; 
     64     background: #f3f3f3; 
     65     margin-left: 14.5em; 
     66     border: none; 
     67     text-align: left; 
     68     overflow: hidden; 
     69     padding-top: 22px; 
     70     } 
     71.expand-mm { 
     72     display:none; 
     73     } 
     74/* if main-menu is hidden */ 
     75#wrapper.hide-mm { 
     76     background: #fff; 
     77     } 
     78.hide-mm #main { 
     79     margin-left: 0; 
     80     } 
     81.hide-mm #content { 
     82     margin-left: 1em; 
     83     } 
     84.hide-mm #main-menu { 
     85     display: none; 
     86     } 
     87.hide-mm #collapser { 
     88     margin-left: 0; 
     89     text-align: right; 
     90     background-color: #e3e3e3;  
     91     } 
     92.hide-mm .collapse-mm { 
     93     display: none; 
     94     } 
     95.hide-mm .expand-mm { 
     96     display: block; 
     97     } 
     98/* if no js activated */ 
     99.no-js #content { 
     100     margin-left: 14.5em; 
     101     } 
     102 
    57103/* -------------------------------------------------------------- layout: two-cols */ 
    58104.two-cols { 
     
    122168     display: inline-block; 
    123169     vertical-align: top; 
    124      margin-left: 2.5%; 
    125      margin-right: 2.5%;  
     170     margin-left: 1.5%; 
     171     margin-right: 1.5%;  
    126172     -moz-box-sizing: border-box;  
    127173     -webkit-box-sizing: border-box;  
    128174     box-sizing: border-box; 
    129175     } 
    130      .three-boxes:first-child { 
     176     .three-boxes:first-child, .three-boxes.first-child { 
    131177          margin-left: 0; 
    132178          } 
    133      .three-boxes:last-child { 
     179     .three-boxes:last-child, .three-boxes.last-child { 
    134180          margin-right: 0; 
    135181          } 
     
    376422     cursor: help; 
    377423     } 
     424input, textarea, select, option, optgroup, legend,label { 
     425     font-size: 1em; 
     426     } 
    378427/* ------------------------------------------------------------------ liens */ 
    379428a, a:link, a:visited { 
     
    387436a img, a:link img, a:visited img { 
    388437     border:none; 
     438     } 
     439h1 a:link, h1 a:visited { 
     440     border:   none; 
    389441     } 
    390442/* ---------------------------------------------------------------------------- 
     
    398450fieldset { 
    399451     display: block; 
    400      margin: 0 0 1em 0; 
     452     margin: 1em 0; 
    401453     padding: 1em 0.5em; 
    402454     border-width: 1px 0; 
     
    405457     background: #f7f7f7; 
    406458     } 
    407 input, textarea, select, option, optgroup, legend { 
     459input[type=text], textarea { 
    408460     font: 100% "DejaVu Sans","Lucida Grande","Lucida Sans Unicode",Arial,sans-serif; 
    409461     } 
     
    467519     input[type=checkbox], input[type=radio], input[type=file] { 
    468520          border: none; 
    469           margin: 0; 
     521          margin: 0 .33em 0 0; 
    470522          padding: 0; 
    471523          background: transparent; 
     
    508560     } 
    509561     p.field label { 
    510           display: block; 
     562          display: inline-block; 
    511563          width: 14em; 
    512564          } 
    513565     p.field input, p.field select { 
    514           display: inline; 
    515           position: absolute; 
    516           left: 14.5em; 
    517           top: 0; 
     566          display: inline-block; 
    518567          } 
    519568a.form-control { 
     
    553602     border: 1px solid #ccc; 
    554603     font-family: arial, helvetica, sans-serif; 
    555      padding: 3px 8px; 
     604     padding: 4px 10px; 
    556605     line-height: normal !important; 
    557606     display: inline-block; 
    558      vertical-align: top; 
     607     vertical-align: middle; 
    559608     font-size: 12px; /* ie < 9 sucks */ 
    560609     font-size: 1.2rem; 
     
    563612     border-radius: 3px; 
    564613     cursor: pointer; 
     614     font: 100% "DejaVu Sans","Lucida Grande","Lucida Sans Unicode",Arial,sans-serif; 
    565615     } 
    566616button, 
     
    571621     } 
    572622 /* validation */ 
    573 input[type=submit], a.button.submit { 
     623input[type=submit], a.button.submit, input.button.start { 
    574624     color: #fff; 
     625     border: 1px solid #2C8FD1; 
     626     background-image:-moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%); 
     627     background-image:-webkit-gradient(linear,left top,left bottom, from(#25A6E1), to(#188BC0)); 
     628     background-image:linear-gradient(top,#25A6E1 0%,#188BC0 100%); 
    575629     background-color:#25A6E1; 
    576      border-color: #2C8FD1; 
    577      background:-moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%); 
    578      background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0)); 
    579      background:linear-gradient(top,#25A6E1 0%,#188BC0 100%); 
    580      filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0); 
    581630     text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); 
    582631     } 
    583632     input[type=submit]:hover, input[type=submit]:focus, 
     633     input.button.start:hover, input.button.start:focus, 
    584634     a.button.submit:hover, a.button.submit:focus { 
    585           background:#188BC0; 
    586           background:-moz-linear-gradient(top,#188BC0 0%,#25A6E1 100%); 
    587           background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#188BC0),color-stop(100%,#25A6E1)); 
    588           background:linear-gradient(top,#188BC0 0%,#25A6E1 100%); 
    589           filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1',endColorstr='#25A6E1',GradientType=0); 
    590           } 
    591 /* suppression, reset, "neutres" */ 
    592 input[type=reset], input[type=delete], input[type=submit].delete, input[type=submit].reset, input[type=button], 
    593 input.delete, input.reset, input.button, 
    594 a.delete, a.reset, a.button { 
     635          background-image:-moz-linear-gradient(top,#188BC0 0%,#25A6E1 100%); 
     636          background-image:-webkit-gradient(linear,left top,left bottom, from(#188BC0),to(#25A6E1)); 
     637          background-image:linear-gradient(top,#188BC0 0%,#25A6E1 100%); 
     638          background-color:#188BC0; 
     639          } 
     640/* suppression, reset, "neutres" fond gris */ 
     641button, input[type=button], input.button, 
     642input[type=reset], input[type=submit].reset, input.reset,  
     643input[type=submit].delete, input.delete, 
     644a.button.delete, a.button.reset, a.button { 
    595645     color: #000; 
    596      background-color: #f5f5f5; 
    597      background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#dfdfdf)); 
    598      background: -moz-linear-gradient(top,  #f5f5f5,  #dfdfdf); 
     646     background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#dfdfdf)); 
     647     background-image: -moz-linear-gradient(top,  #f5f5f5,  #dfdfdf); 
     648     background-image:linear-gradient(top,#f5f5f5 0%,#dfdfdf 100%); 
     649     background-color: #eee; 
     650     border: 1px solid #ccc; 
    599651     text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); 
    600652     } 
    601      input[type=reset]:hover, input[type=delete]:hover, input[type=button]:hover, 
    602      input[type=submit].delete:hover, 
    603      input.delete:hover, input.reset:hover, input.button:hover, 
    604      a.delete:hover, a.reset:hover, a.button:hover, 
    605      input[type=reset]:focus, input[type=delete]:focus, input[type=button]:focus, 
    606      input[type=submit].delete:focus, 
    607      input.delete:focus, input.reset:focus, input.button:focus, 
    608      a.delete:focus, a.reset:focus, a.button:focus { 
    609           background-color:#e9e9e9; 
    610           background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) ); 
    611           background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% ); 
    612           filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9'); 
    613           } 
    614      a.delete, input[type=delete], input.delete { 
     653     button:hover, input[type=button]:hover, input.button:hover, 
     654     button:focus, input[type=button]:focus, input.button:focus, 
     655     input[type=reset]:hover, input[type=submit].reset:hover, input.reset:hover,  
     656     input[type=reset]:focus, input[type=submit].reset:focus, input.reset:focus,  
     657     input[type=submit].delete:hover, input.delete:hover, 
     658     input[type=submit].delete:focus, input.delete:focus, 
     659     a.button.delete:hover, a.button.reset:hover, a.button:hover, 
     660     a.button.delete:focus, a.button.reset:focus, a.button:focus { 
     661          background-image:-webkit-gradient( linear, left top, left bottom, from(#e9e9e9), to(#f9f9f9)); 
     662          background-image:-moz-linear-gradient(top, #e9e9e9, #f9f9f9); 
     663          background-image:linear-gradient(top,#e9e9e9 0%,#f9f9f9 100%); 
     664          background-color:#f3f3f3; 
     665          } 
     666     /* suppression */ 
     667     input[type=submit].delete, input.delete, a.button.delete { 
    615668          border-color: #ccc; 
    616669          color: #c00; 
    617670          margin-left: 1em; 
    618671          } 
    619      a.delete:first-child, input[type=delete]:first-child, input.delete:first-child { 
     672     a.delete:first-child, input.delete:first-child { 
    620673          margin-left: 0; 
    621674          } 
    622           a.delete:hover, input[type=delete]:hover, input.delete:hover, 
    623           a.delete:focus, input[type=delete]:focus, input.delete:focus {         
     675     input[type=submit].delete:hover, input.delete:hover, a.button.delete:hover, 
     676     input[type=submit].delete:focus, input.delete:focus, a.button.delete:focus { 
    624677               border-color: #c00; 
    625678               } 
     
    629682          } 
    630683.button.add { 
    631      background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bee74b), color-stop(1, #9BCA1C) ); 
    632      background:-moz-linear-gradient( center top, #bee74b 5%, #9BCA1C 100% ); 
     684     background-image:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bee74b), color-stop(1, #9BCA1C) ); 
     685     background-image:-moz-linear-gradient(center top, #bee74b 5%, #9BCA1C 100%); 
    633686     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bee74b', endColorstr='#9BCA1C'); 
    634687     background-color:#bee74b; 
    635688     border:1px solid #B2D742; 
    636      padding:.33em 1.33em; 
     689     padding:.33em 1.33em .5em; 
    637690     color: #000; 
    638691     text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); 
     
    642695     } 
    643696     .button.add:hover, .button.add:active, .button.add:focus { 
    644           background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9BCA1C), color-stop(1, #bee74b) ); 
    645           background:-moz-linear-gradient( center top, #9BCA1C 5%, #bee74b 100% ); 
     697          background-image:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9BCA1C), color-stop(1, #bee74b) ); 
     698          background-image:-moz-linear-gradient(center top, #9BCA1C 5%, #bee74b 100%); 
     699          background-image:linear-gradient(center top, #9BCA1C 5%, #bee74b 100%); 
    646700          filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9BCA1C', endColorstr='#bee74b'); 
    647701          background-color:#9BCA1C; 
     
    659713input.disabled, input[type=submit].disabled { 
    660714     text-shadow: none; 
     715     filter: none; 
    661716     color: #676e78; 
    662717     background: #F5F5F5; 
    663718     border: 1px solid #CCC; 
    664719     } 
    665      input.disabled:hover, input[type=submit].disabled { 
     720     input.disabled:hover, input[type=submit].disabled:hover { 
    666721          color: #676e78; 
    667           background: #DFDFDF; 
     722          background: #eee; 
    668723          border: 1px solid #CCC; 
    669724          } 
     
    739794     background: #A2CBE9 url(msg-success.png) no-repeat .7em .7em; 
    740795     text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); 
    741      color: #34495e; 
     796     color: #000; 
    742797     box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) 
    743798     } 
    744799     .dc-update h3 { 
    745800          margin-top: 0; 
    746           color: #34495e; 
     801          color: #000; 
    747802          } 
    748803     .dc-update p { 
    749804          display: inline-block; 
     805          vertical-align: middle; 
    750806          } 
    751807     .dc-update a { 
    752           color: #34495e; 
    753           border-color: #000; 
     808          color: #000; 
    754809          margin-right: 1em; 
    755810          } 
    756           a.updt-info { 
    757                margin-left: 2em; 
    758                font-weight: bold; 
    759                } 
    760811          .dc-update a.button { 
    761812               padding: .5em 1em;  
     813               } 
     814          .updt-info a { 
     815               margin-left: 2em; 
     816               border-color: #000; 
     817               font-weight: bold; 
    762818               } 
    763819/* --------------------------------------------------------------------------------- 
     
    811867               height: 36px; /* ie < 9 sucks */ 
    812868               height: 3.6rem; 
    813                border: none; 
    814869               color: #fff; 
    815870               background: transparent url(dc_logos/b-dotclear120.png) no-repeat 0 6px; 
     
    9801035/* ----------------------------------------------------------------- CONTENT ELEMENTS */ 
    9811036.part-tabs ul { 
    982      padding: .5em 0 .3em 1em; 
     1037     padding: .5em 0 0 1em; 
    9831038     border-bottom: 1px solid #ddd; 
     1039     line-height: 2; 
    9841040     } 
    9851041     .part-tabs li { 
     
    9961052               color: #333; 
    9971053               background-color: #ecf0f1; 
     1054               display: inline-block; 
    9981055               } 
    9991056          .part-tabs li a:hover, .part-tabs li a:focus { 
     
    10061063               font-weight: bold; 
    10071064               border-bottom-color: #fff; 
    1008                padding-bottom: 7px; /* ie < 9 sucks */ 
    1009                padding-bottom: .7rem; 
    1010           } 
     1065               } 
    10111066     .multi-part { 
    10121067          padding-left: 1em; 
     
    10791134               margin: 0.3em 0 1.5em 0; 
    10801135               } 
     1136/* 1. inside help block */ 
     1137#helplink p { 
     1138     padding: 0 0 0 .5em; 
     1139     } 
     1140/* 2. in footer */ 
     1141span.helplink { 
     1142     display: block; 
     1143     float: left; 
     1144     padding: 0 1.5em 0 30px; 
     1145     background: transparent url(../images/page_help.png) no-repeat 6px center; 
     1146     } 
     1147span.helplink a { 
     1148     border-bottom: 1px solid #2373A8; 
     1149     } 
    10811150/* ------------------------------------------------------------------ FOOTER ELEMENTS */ 
    10821151#footer p { 
     
    13561425          } 
    13571426          .box.small { 
    1358                width: 300px; 
     1427               width: 280px; 
    13591428               } 
    13601429          .box.large { 
     
    13941463          } 
    13951464/* ------------------------------------------------------------------- blog_pref.php */ 
     1465#media_img_title_pattern { 
     1466     margin-right: 1em; 
     1467     } 
    13961468.user-perm { 
    13971469     margin: 2em 0px; 
     
    15881660          width: 100%; 
    15891661          } 
     1662/* ------------------------------------------------------------------ help.php */ 
     1663.legible { /* for pages with a lot of text to read */ 
     1664     font-size: 1.16em; 
     1665     max-width: 62em; 
     1666     margin-left: 6%; 
     1667     } 
     1668 
    15901669/* ------------------------------------------------------------------ media.php */ 
    1591 .media-list { 
    1592      position: static; 
    1593      } 
    15941670.media-item { 
    15951671     position: relative; 
    1596      border: 1px solid #ccc; 
    1597      margin: 1em; 
    1598      padding: 1em; 
     1672     border: 1px solid #ddd; 
     1673     margin: 9px; 
     1674     padding: 10px 12px 6px; 
    15991675     width: 300px; 
    16001676     display: inline-block; 
    16011677     vertical-align: top; 
    1602      min-height: 120px 
    1603      } 
     1678     min-height: 140px; 
     1679     } 
     1680     .media-item p { 
     1681          margin: 0 0 .5em; 
     1682          } 
     1683     .media-item object { 
     1684          margin-top: .5em; 
     1685          } 
    16041686     .media-item ul { 
    16051687          display: block; 
     
    16161698               display: block; 
    16171699               } 
    1618 .media-action-box { 
    1619      position: relative; 
    1620      margin: 3em 3em 1em 1em; 
    1621      display: inline-block; 
    1622      vertical-align: top; 
    1623      } 
    1624 li.media-action { 
    1625      display: block; 
    1626      position: absolute; 
    1627      top: 5px; 
    1628      right: 5px; 
    1629      height: 16px; 
    1630      } 
     1700     .media-link { 
     1701          font-size: 1.1em; 
     1702          } 
     1703     .media-action-box { 
     1704          position: relative; 
     1705          margin: 3em 3em 1em 1em; 
     1706          display: inline-block; 
     1707          vertical-align: top; 
     1708          } 
     1709     li.media-action { 
     1710          display: block; 
     1711          position: absolute; 
     1712          bottom: 4px; 
     1713          right: 8px; 
     1714          height: 16px; 
     1715          } 
    16311716     li.media-action a { 
    16321717          border: none; 
     
    16381723          border: none; 
    16391724          } 
     1725#entry-sidebar .media-item { 
     1726     width: 100%; 
     1727     min-height: 0; 
     1728     padding: 4px; 
     1729     margin: .33em 0; 
     1730     } 
     1731     #entry-sidebar li.media-action { 
     1732          top: 4px; 
     1733          } 
     1734 
     1735.folders-group .media-item { 
     1736     min-height: 70px; 
     1737     } 
     1738     .folders-group .media-item p { 
     1739          margin-bottom: 0; 
     1740          } 
     1741     .media-folder { 
     1742          background: transparent url(bg_menu.png) repeat-y; 
     1743          border-color: #eee; 
     1744          } 
     1745     .media-folder-up { 
     1746          border-color: #fff; 
     1747          padding-bottom: 6px; 
     1748          } 
     1749     .media-folder .media-link { 
     1750          font-size: 1.25em; 
     1751          margin-left: 2em; 
     1752          color: #676e78; 
     1753          border-bottom: none; 
     1754          } 
     1755 
    16401756.zip-dl { 
    16411757     background: transparent url(package.png) no-repeat 0 50%; 
    16421758     padding: 5px 0 5px 20px; 
    16431759     } 
     1760/* upload multiple */ 
     1761.enhanced_uploader .choose_files, .enhanced_uploader .cancel,  
     1762.enhanced_uploader .clean, .enhanced_uploader .start { 
     1763     margin-right: .4em; 
     1764     } 
     1765.enhanced_uploader #upfile { 
     1766     visibility: hidden; 
     1767     width: 0; 
     1768     height: 0; 
     1769     margin: 0; 
     1770     opacity: 0; 
     1771     filter: alpha(opacity=0); 
     1772     cursor: pointer; 
     1773     } 
     1774.button.clean, .button.cancel, .button.choose_files { 
     1775     display: none; 
     1776     } 
     1777.enhanced_uploader .button.choose_files { 
     1778     display: inline-block; 
     1779     } 
     1780.enhanced_uploader .max-size { 
     1781     display: block; 
     1782     } 
     1783.enhanced_uploader .one-file { 
     1784     display: none; 
     1785     } 
     1786label span.one-file { 
     1787     display: inline; 
     1788     } 
     1789.enhanced_uploader p.clear { 
     1790     padding-top: 1em; 
     1791     margin-bottom: 1em; 
     1792     } 
     1793#add-file-f p.clear { 
     1794     margin-top: 1em; 
     1795     margin-bottom: 0; 
     1796     clear: both; 
     1797     } 
     1798.files { 
     1799     list-style-type: none; 
     1800     margin-left: 0; 
     1801     padding-left: 0; 
     1802     border-bottom: 1px solid #ddd; 
     1803     } 
     1804.files li { 
     1805     margin-left: 0; 
     1806     padding-left: 0; 
     1807     } 
     1808.upload-msg { 
     1809     font-weight: bold; 
     1810     } 
     1811.upload-msg.upload-error { 
     1812     color: #c00; 
     1813     } 
     1814.upload-files { 
     1815     padding: 0 0.5em; 
     1816     margin: 1em 0; 
     1817     } 
     1818.upload-file { 
     1819     margin: 0; 
     1820     padding: .3em 0; 
     1821     border-top: 1px solid #ddd; 
     1822     position: relative; 
     1823     } 
     1824.upload-fileinfo { 
     1825     margin-left: 0; 
     1826/*   margin-bottom: .4em;*/ 
     1827     } 
     1828.upload-fileinfo input { 
     1829     position: absolute; 
     1830     top: .5em; 
     1831     right: .5em; 
     1832     } 
     1833.upload-fileinfo span { 
     1834     padding-right: 8px; 
     1835     } 
     1836.upload-fileinfo .upload-filecancel { 
     1837     display: block; 
     1838     padding-right: 0; 
     1839     margin-top: 3px; 
     1840     width: 20px; 
     1841     height: 20px; 
     1842     background: transparent url("cancel.png") no-repeat left top; 
     1843     text-indent: -1000px; 
     1844     cursor: pointer; 
     1845     float: left; 
     1846     } 
     1847.upload-filemsg { 
     1848     font-weight: bold; 
     1849     color: green; 
     1850     } 
     1851.upload-filemsg.upload-error { 
     1852     color: #c00; 
     1853     } 
     1854.upload-progress { 
     1855     padding: .3em 0;  
     1856     } 
     1857.upload-progress div { 
     1858     width: 0; 
     1859     height: 1em; 
     1860     padding: .2em 0; 
     1861     font-size: 0.8em; 
     1862     font-weight: bold; 
     1863     line-height: 1em; 
     1864     text-align: right; 
     1865     background: green url("loader.png") repeat-x left top; 
     1866     color: white; 
     1867     border-radius: 2px; 
     1868     } 
     1869div.template-upload { 
     1870     clear: both; 
     1871     } 
     1872.queue-message { 
     1873     font-weight: bold; 
     1874     } 
     1875 
    16441876/* --------------------------------------------------------------- media-item.php */ 
    16451877#media-icon { 
     
    18152047          cursor: default; 
    18162048          display: block; 
    1817           font: menu; 
    18182049          font-size: 1em; 
    18192050          line-height: 16px; 
     
    19842215     } 
    19852216/* caché pour tout le monde */ 
    1986 .hide { 
     2217.hide, .button.hide { 
    19872218     display: none; 
    19882219     } 
    19892220/* Caché sauf pour les revues d'écran */ 
    19902221.hidden, .with-js .out-of-screen-if-js { 
    1991     position: absolute !important; 
    1992     clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ 
    1993     clip: rect(1px, 1px, 1px, 1px); 
    1994     padding: 0 !important; 
    1995     border: 0 !important; 
    1996     height: 1px !important; 
    1997     width: 1px !important; 
    1998     overflow: hidden; 
    1999     } 
     2222     position: absolute !important; 
     2223     clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ 
     2224     clip: rect(1px, 1px, 1px, 1px); 
     2225     padding: 0 !important; 
     2226     border: 0 !important; 
     2227     height: 1px !important; 
     2228     width: 1px !important; 
     2229     overflow: hidden; 
     2230     } 
    20002231/* caché si js est inactif */ 
    20012232.no-js .hidden-if-no-js { 
    2002         display: none; 
    2003      } 
    2004 /* montré si js est inactif */ 
    2005 .no-js .hidden-if-js { 
    2006      display: block; 
     2233     display: none; 
    20072234     } 
    20082235/* caché si js est actif */ 
    2009 .hidden-if-js { 
    2010         display: none; 
     2236.with-js .hidden-if-js { 
     2237     display: none; 
    20112238     } 
    20122239/* ------------------------------------------------------------------------------------ 
     
    20342261     display: block; 
    20352262     } 
    2036  
    2037  
    2038 /*  
    2039                     tests dashboard  
    2040  
    2041 #content {width: auto;float:none !important; margin: 0;} 
    2042 #main {width: auto; display:inline-block; vertical-align: top; margin: 0;float: none !important} 
    2043 #main-menu {clear:both; width: auto} 
    2044 #main-menu {margin-top: 8em} 
    2045 #favorites-menu {display:none;} 
    2046 #plugins-menu, #blog-menu, #system-menu, #dashboard-items {display: inline-block;vertical-align: top; min-width: 17em; margin: 0; clear: none;} 
    2047  
    2048 */ 
    2049  
    20502263/* ------------------------------------------------------------------------------------ 
    20512264                                                                           UN POIL DE MEDIA QUERIES 
     
    20772290          #info-box1 select { width: 140px; width: 14rem; } 
    20782291     #main-menu, #main, #content, #content h2, #entry-wrapper, #entry-sidebar, #entry-content,  
    2079      .col, .col30, .col70 { 
     2292     .two-cols .col, .three-cols .col, .two-cols .col30, .two-cols .col70, .two-boxes, .three-boxes { 
    20802293          display:block !important; 
    20812294     width: 98% !important; 
     
    21202333     #info-box1 p.nomobile, label.nomobile { display: none; } 
    21212334     } 
    2122  
    2123 /* Globalhelp */ 
    2124  
    2125 /* 1. inside help block */ 
    2126 #helplink p { 
    2127      padding: 0 0 0 .5em; 
    2128 } 
    2129  
    2130 /* 2. in footer */ 
    2131 span.helplink { 
    2132      display: block; 
    2133      float: left; 
    2134      padding: 0 1.5em 0 30px; 
    2135      background: transparent url(../images/page_help.png) no-repeat 6px center; 
    2136 } 
    2137 span.helplink a { 
    2138      border-bottom: 1px solid #2373A8; 
    2139 } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map