Dotclear


Ignore:
Timestamp:
10/21/13 09:08:36 (12 years ago)
Author:
Dsls
Branch:
twig
Children:
2593:6741802596a0, 2609:c26642f775e2
Parents:
2321:3ab5e6c3d301 (diff), 2466:e42d3233f080 (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 2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r2313 r2468  
    1616*/ 
    1717/* --------------------------------------------------------------------------- 
     18                                                                                          START 
     19---------------------------------------------------------------------------- */ 
     20html { 
     21     font-size: 62.5%; 
     22     } 
     23body { 
     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/* --------------------------------------------------------------------------- 
    1832                                                                                     LAYOUTS 
    1933---------------------------------------------------------------------------- */ 
     34*, *:before, *:after { 
     35    -webkit-box-sizing: border-box; 
     36    -moz-box-sizing: border-box; 
     37    box-sizing: border-box; 
     38     } 
    2039#header { 
    2140     background: #676e78; 
     
    2443     width: 100%; 
    2544     display: table; 
     45     position: relative; 
    2646     } 
    2747#wrapper { 
     
    6989     top: 0; 
    7090     left: 14em; 
    71      width: 1em; 
     91     width: 15px; 
    7292     height: 100%; 
    7393     overflow: hidden; 
     
    123143     } 
    124144.two-cols .col:first-child, 
    125      .two-cols .col30.first-col { 
     145.two-cols .col30.first-col { 
    126146     margin-left: 0; 
    127147     margin-right: 2%; 
    128148     } 
    129149.two-cols .col:last-child, 
    130      .two-cols .col70.last-col { 
     150.two-cols .col70.last-col { 
    131151     margin-left: 2%; 
    132152     margin-right: 0; 
     
    145165     } 
    146166.three-cols .col:first-child { 
    147      width: 33.3%; 
    148167     margin-left: 0; 
    149168     } 
     
    153172     } 
    154173.two-boxes { 
    155      width: 47%; 
     174     width: 48.5%; 
    156175     } 
    157176.three-boxes { 
     
    162181     vertical-align: top; 
    163182     margin: 0 1.5% 1em; 
    164      -moz-box-sizing: border-box; 
    165      -webkit-box-sizing: border-box; 
    166      box-sizing: border-box; 
    167183     text-align: left; 
     184     } 
     185.two-boxes:nth-of-type(odd), .three-boxes:nth-of-type(3n+1) { 
     186     margin-left: 0; 
     187     } 
     188.two-boxes:nth-of-type(even), .three-boxes:nth-of-type(3n) { 
     189     margin-right: 0; 
    168190     } 
    169191/* ---------------------------------------------------------------- layout: popups */ 
     
    244266     display: inline-block; 
    245267     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; 
     268     margin: 0 10px 10px; 
    250269     text-align: left; 
    251270     } 
    252271.box.small { 
    253      width: 320px; 
     272     width: 312px; 
    254273     } 
    255274.box.medium { 
    256      width: 660px; 
     275     width: 644px; 
    257276     } 
    258277.box.large { 
     
    268287                                                                                     HTML TAGS 
    269288---------------------------------------------------------------------------- */ 
    270 html { 
    271      font-size: 62.5%; 
    272      } 
    273289body { 
    274      font-size: 12px; /* ie < 9 sucks */ 
    275      font-size: 1.2rem; 
    276      line-height: 1.5; 
    277      font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    278290     color: #333; 
    279291     background: #fff; 
    280      margin: 0; 
    281      padding: 0; 
    282292     } 
    283293/* ------------------------------------------------------------------ titres */ 
     
    291301     padding: 0 0 1.5em; 
    292302     font-weight: normal; 
     303     line-height: 1.25; 
    293304     } 
    294305/* fil d'ariane */ 
    295306#content > h2 { 
    296307     padding: 0 1em .5em 1em; 
    297      margin: 0 -1em .5em -1em; 
     308     margin: 0 -1em 1em -1em; 
    298309     background: #fff url(bg_h2.png) repeat-x center bottom; 
    299310     } 
     
    321332     } 
    322333h4, .as_h4 { 
    323      font-size: 14px; /* ie < 9 sucks */ 
    324      font-size: 1.4rem; 
     334     font-size: 1.16em; 
    325335     color: #676e78; 
    326336     } 
     
    341351     } 
    342352h5 { 
    343      font-size: 12px; /* ie < 9 sucks */ 
    344      font-size: 1.2rem; 
     353     font-size: 1em; 
    345354     font-weight: bold; 
    346355     color: #676e78; 
     
    368377     } 
    369378table { 
    370      font-size: 12px; /* ie < 9 sucks */ 
    371      font-size: 1.2rem; 
     379     font-size: 1em; 
    372380     border-collapse: collapse; 
    373381     margin: 0 0 1em 0; 
     
    419427     white-space: pre; 
    420428     white-space: -moz-pre-wrap; 
    421      white-space: -hp-pre-wrap; 
    422      white-space: -o-pre-wrap; 
    423      white-space: -pre-wrap; 
    424429     white-space: pre-wrap; 
    425430     white-space: pre-line; 
     
    456461input[type=button], input[type=reset], a.button, button, textarea, select, legend { 
    457462     border-radius: 3px;  
     463     max-width: 100%; 
    458464     } 
    459465form { 
     
    496502     } 
    497503input:focus, textarea:focus, select:focus { 
    498      -webkit-box-sizing: border-box; 
    499      -moz-box-sizing: border-box; 
    500      box-sizing: border-box; 
    501504     border-color: #9bca1c; 
    502505     } 
     
    594597     color: #900; 
    595598     font-size: 1.3em; 
     599     } 
     600label.bold { 
     601     text-transform: uppercase; 
     602     font-weight: bold; 
     603     margin-top: 2em; 
    596604     } 
    597605label.area, p.area { 
     
    730738     text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); 
    731739     font-weight: normal; 
    732      font-size: 14px; /* ie < 9 sucks */ 
    733      font-size: 1.4rem; 
     740     font-size: 1.16em; 
    734741     } 
    735742.button.add:hover, .button.add:active, .button.add:focus { 
    736743     background-color: #9BCA1C; 
    737744     background-image: -webkit-gradient(linear, left top, left bottom, from(#9BCA1C), to(#bee74b)); 
    738      background-image: linear-gradient(top, #9BCA1C, #bee74b); 
     745     background-image: linear-gradient(#9BCA1C, #bee74b); 
    739746     border-color: #9BCA1C; 
    740747     } 
     
    799806     padding-top: 1em; 
    800807     padding-bottom: 1em; 
     808     margin-top: .5em; 
    801809     } 
    802810.error { 
     
    879887     } 
    880888#prelude li a { 
    881      padding: 3px 16px 3px 8px; /* ie < 9 sucks */ 
    882           padding: 3px 1.6rem 3px .8rem; 
     889     padding: 3px 16px 3px 8px; 
    883890     background: #A2CBE9; 
    884891     color: #000; 
     
    912919/* h1 */ 
    913920h1 { 
    914      text-indent: -1000px; 
     921     text-indent: 100%; 
    915922     width: 16.5em; 
    916923     } 
     
    919926     top: 0; 
    920927     left: 0; 
    921      width: 15em; 
    922      height: 36px; 
    923      /* ie < 9 sucks */ 
    924      height: 3.6rem; 
     928     width: 150px; 
     929     height: 3em; 
    925930     color: #fff; 
    926931     background: transparent url(dc_logos/b-dotclear120.png) no-repeat 0 6px; 
     
    979984     padding: 10px 0 10px 8px; 
    980985     color: #676e78; 
    981      font-size: 14px; /* ie < 9 sucks */ 
    982      font-size: 1.4rem; 
     986     font-size: 1.15em; 
    983987     } 
    984988#favorites-menu h3 { 
     
    10251029     } 
    10261030#search-menu * { 
    1027      height: 22px; /* ie < 9 sucks */ 
    1028      height: 2.2rem; 
     1031     height: 2em; 
    10291032     display: inline-block; 
    10301033     vertical-align: top; 
    1031      line-height: 22px; 
     1034     line-height: 24px; 
    10321035     } 
    10331036#search-menu p { 
     
    10351038     border-radius: .3em; 
    10361039     position: relative; 
     1040     width: 95%; 
    10371041     overflow: hidden; 
    10381042     } 
    10391043#qx { 
    1040      width: 124px; /* ie < 9 sucks */ 
    1041      width: 12.4rem; 
     1044     width: 80%; 
    10421045     border-bottom-left-radius: .3em; 
    10431046     border-top-left-radius: .3em; 
     
    10461049     padding: 0; 
    10471050     border: none; 
    1048      height: 22px; 
    1049      height: 2.2rem; 
     1051     height: 2em; 
    10501052     } 
    10511053#qx:focus { 
     
    10531055     } 
    10541056#search-menu input[type="submit"] { 
    1055      padding: 0 3px; 
    1056      padding: 0 .3rem; 
    1057      margin-left: -4px; 
     1057     padding: 0 .25em; 
     1058     margin-left: .33em; 
    10581059     background: #dfdfdf; 
    10591060     border-color: #999; 
     
    10661067     border: none; 
    10671068     border-left: 1px solid #999; 
    1068      font-size: 10px; /* ie < 9 sucks */ 
    1069      font-size: 1rem; 
     1069     font-size: .91em; 
     1070     float: right; 
    10701071     } 
    10711072#search-menu input[type="submit"]:hover, 
     
    10771078.part-tabs ul { 
    10781079     padding: .5em 0 0 1em; 
    1079      border-bottom: 1px solid #dfdfdf; 
    1080      line-height: 2; 
     1080     border-bottom: 1px solid #ccc; 
     1081     line-height: 1.8; 
    10811082     } 
    10821083.part-tabs li { 
     
    10851086     display: inline; 
    10861087     } 
     1088.part-tabs li:first-child a { 
     1089     border-top-left-radius: 3px; 
     1090     } 
     1091.part-tabs li:last-child a { 
     1092     border-top-right-radius: 3px; 
     1093     } 
    10871094.part-tabs li a { 
    1088      padding: .5em 2em; 
     1095     padding: .33em 1.5em; 
    10891096     margin-right: -1px; 
    10901097     border: 1px solid #ccc; 
     
    11081115     padding-left: 1em; 
    11091116     } 
     1117.pseudo-tabs { 
     1118     margin: -.75em 0 2em 0; 
     1119     border-bottom: 1px solid #bbb; 
     1120     display: table; 
     1121     width: 100%; 
     1122     padding: 0; 
     1123     line-height: 24px; 
     1124     border-collapse: collapse; 
     1125     } 
     1126.pseudo-tabs li { 
     1127     display: table-cell; 
     1128     border-width: 0 1px; 
     1129     border-style: solid; 
     1130     border-color: #ccc; 
     1131     padding: 0; 
     1132     margin: 0; 
     1133     text-align: center; 
     1134     } 
     1135.pseudo-tabs a { 
     1136     display: block; 
     1137     font-weight: bold; 
     1138     padding: 0 24px; 
     1139     border-bottom: none; 
     1140     } 
     1141.pseudo-tabs a:hover, .pseudo-tabs a:focus { 
     1142     background-color: #ecf0f1; 
     1143     color: #333; 
     1144     } 
     1145.pseudo-tabs a.active { 
     1146     background-color: #ecf0f1; 
     1147     color: #d30e60; 
     1148     } 
    11101149/* contextual help */ 
    11111150#help { 
     
    11211160     top: 0; 
    11221161     right: 0; 
    1123      width: 280px; /* ie < 9 sucks */ 
    1124      width: 28rem; 
     1162     width: 24em; 
    11251163     border-left: 2px solid #FFD478; 
    11261164     border-top: 2px solid #FFD478; 
     
    11371175     cursor: pointer; 
    11381176     color: #2373A8; 
    1139      line-height: 36px; /* ie < 9 sucks */ 
    1140      line-height: 3.6rem; 
     1177     line-height: 3; 
    11411178     } 
    11421179#help-button.floatable { 
     
    11491186     position: fixed; 
    11501187     top: 10px; 
     1188     -webkit-transform:translateZ(0);   /* Let GPU doing his job */ 
    11511189     } 
    11521190.no-js #help-button { 
     
    11571195     } 
    11581196#content.with-help #help-button { 
    1159      right: 280px; /* ie < 9 sucks */ 
    1160      right: 28rem; 
     1197     right: 24em; 
    11611198     background-color: #f5f5f5; 
    11621199     position: fixed; 
     
    13711408     width: 20em; 
    13721409     margin: 1.5em auto 0; 
    1373      font-size: 14px; /* ie < 9 sucks */ 
    1374      font-size: 1.4rem; 
     1410     font-size: 1.16em; 
    13751411     } 
    13761412#login-screen h1 { 
     
    13861422     padding: 1em 1em 0 1em; 
    13871423     background: #fff; 
     1424     margin-bottom: 0; 
    13881425     } 
    13891426#login-screen input[type=text], #login-screen input[type=password], #login-screen input[type=submit], 
     
    13921429     margin: 0; 
    13931430     padding: 5px 3px; 
    1394      -webkit-box-sizing: border-box;     
    1395      -moz-box-sizing: border-box; 
    1396      box-sizing: border-box; 
    13971431     } 
    13981432#login-screen input.login, #login-screen input.login:focus { 
     
    14031437#login-screen #issue { 
    14041438     margin-left: 1.33em; 
    1405      font-size: 12px; /* ie < 9 sucks */ 
    1406      font-size: 1.2rem; 
     1439     font-size: .91em; 
     1440     } 
     1441#issue p:first-child { 
     1442     text-align: right; 
    14071443     } 
    14081444#login-screen #issue strong { 
     
    14111447/* ------------------------------------------------------------------------- index.php */ 
    14121448#dashboard-main { 
    1413      padding: 1em 0; 
     1449     padding: 1em; 
     1450     text-align: center; 
    14141451     } 
    14151452/* raccourcis */ 
     
    14201457     } 
    14211458#icons p { 
    1422      width: 170px; 
     1459     width: 14em; 
    14231460     text-align: center; 
    14241461     margin: 1em 0 2em; 
     
    14541491/* billet rapide */ 
    14551492#quick { 
    1456      margin-top: 1em; 
    1457      padding-top: 1em; 
     1493     padding: 1em; 
     1494     max-width: 976px; 
     1495     margin: 0 auto; 
     1496     background: #f5f5f5; 
     1497     box-shadow: 0 1px 2px rgba(0, 0, 0, .2); 
     1498     text-align: left; 
    14581499     } 
    14591500#quick h3 { 
     
    14821523/* modules additionnels */ 
    14831524#dashboard-boxes { 
    1484      margin: 2em auto 1em; 
     1525     margin: 1em auto 1em; 
    14851526     padding-top: 2em; 
    14861527     } 
     
    15691610     } 
    15701611/* ------------------------------------------------------------------- blog_theme.php */ 
     1612/* pour les alignements verticaux */ 
     1613#theme-new, #theme-activate, #theme-deactivate { 
     1614     margin-left: -10px; 
     1615     margin-right: -10px; 
     1616     } 
    15711617.box.theme { 
    1572      margin: .5em; 
     1618     margin: 5px; 
    15731619     padding: 10px 10px 5px 10px; 
    15741620     border: 1px solid #dfdfdf; 
    1575      min-height: 295px; 
    15761621     position: relative; 
    15771622     } 
     
    15791624     background: #ecf0f1 url(texture.png); 
    15801625     } 
    1581 #theme-new .box.theme { 
    1582      width: 280px; 
    1583      } 
    1584 #theme-activate .box.theme { 
    1585      min-height: 330px; 
    1586      } 
    15871626.module-name { 
    15881627     margin-bottom: .5em; 
     
    15921631     } 
    15931632.module-sshot img { 
    1594      padding: .5em; 
     1633     padding: 5px; 
    15951634     background: #f7f7f7; 
    15961635     box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); 
    15971636     border: 3px solid #fff; 
    1598      padding: .5em; 
    1599      } 
    1600 .theme .module-sshot img { 
    1601      max-width: 280px; /* pour ceux qui n'ont pas de miniature */ 
    1602      } 
    1603 #theme-new .theme .module-sshot img { 
    1604      max-width: 240px; /* pour ceux qui n'ont pas de miniature */ 
     1637     max-width: 100%; 
     1638     } 
     1639.module-actions { 
     1640     margin-top: 1em; 
     1641     } 
     1642.bloc-toggler { 
     1643     text-align: right; 
     1644     } 
     1645.bloc-toggler img { 
     1646     opacity: .4; 
     1647     } 
     1648.bloc-toggler img:hover { 
     1649     opacity: 1; 
     1650     } 
     1651.bloc-toggler a:focus img { 
     1652     opacity: 1; 
     1653     } 
     1654span.module-version:before { 
     1655     content: "- "; 
     1656     } 
     1657.toggle-bloc .mod-more { 
     1658     display: block; 
     1659     margin-left: 0; 
     1660     } 
     1661.box.theme input { 
     1662     margin-bottom: 1em; 
     1663     } 
     1664/** 
     1665Les screenshots des thèmes ont deux tailles possibles : 
     1666- dans Ajouter des thèmes : 240px (+ 10 padding image + 20 padding boîte + 6 bordure + 2 ombrage = 278) 
     1667- dans Thèmes installés : 280px (+ 10 padding-image + 20 padding-boîte + 2 ombrage = 318) 
     1668On adapte largeur et hauteur en fonction  
     1669*/ 
     1670#theme-new .box.theme { /* Ajouter un thème */ 
     1671     width: 278px; 
     1672     min-height: 275px; 
     1673     } 
     1674#theme-new .module-sshot img { /* Pour ceux qui n'ont pas de miniature on contraint l'image */ 
     1675     max-width: 240px; 
    16051676     max-height: 210px; 
    16061677     overflow: hidden; 
    16071678     } 
    1608 .module-actions { 
    1609      margin-top: 1em; 
    1610      } 
    1611 .bloc-toggler { 
    1612      text-align: right; 
    1613      } 
    1614 .bloc-toggler img { 
    1615      opacity: .4; 
    1616      } 
    1617 .bloc-toggler img:hover { 
    1618      opacity: 1; 
    1619      } 
    1620 .bloc-toggler a:focus img { 
    1621      opacity: 1; 
    1622      } 
    1623 span.module-version:before { 
    1624      content: "- "; 
    1625      } 
     1679#theme-deactivate .box.theme { /* Thèmes désactivés */ 
     1680     width: 278px; 
     1681     } 
     1682#theme-activate .box.theme { /* Thèmes installés */ 
     1683     width: 318px; 
     1684     min-height: 304px; 
     1685     max-width: 100%; 
     1686     } 
     1687#theme-deactivate .box.theme:hover { 
     1688     background: transparent url(dc_logos/sq-logo-32.png) no-repeat top right; 
     1689     } 
     1690/* si js est là, les infos viennent par dessus le screenshot */ 
    16261691.with-js #theme-new .module-infos.toggle-bloc, 
    16271692.with-js #theme-new .module-actions.toggle-bloc { 
    16281693     position: absolute; 
    1629      top: 138px; 
    16301694     left: 10px; 
    16311695     width: 239px; 
     1696     margin: 0; 
    16321697     padding: 10px; 
    16331698     background: rgba(250, 250, 250, .95); 
    16341699     } 
    16351700.with-js #theme-new .module-infos.toggle-bloc { 
    1636      top: 138px; 
     1701     top: 128px; 
    16371702     height: 80px; 
    16381703     border-top: 1px solid #e3e3e3; 
    16391704     } 
    16401705.with-js #theme-new .module-actions.toggle-bloc { 
    1641      top: 228px; 
    1642      height: 18px; 
    1643      margin: 0; 
     1706     top: 208px; 
     1707     height: 40px; 
    16441708     border-bottom: 1px solid #e3e3e3; 
    16451709     } 
    1646 .toggle-bloc .mod-more { 
    1647      display: block; 
    1648      margin-left: 0; 
    1649      } 
    1650 .box.current-theme { 
    1651      width: 652px; 
    1652      margin: .5em; 
    1653      padding: 10px 18px; 
     1710.with-js .module-sshot:hover { 
     1711     cursor: pointer; 
     1712     } 
     1713/* mise en forme pour la boîte du thème courant */ 
     1714.box.current-theme { /* Thème courant */ 
     1715     width: 646px; 
     1716     margin: 5px; 
     1717     padding: 20px 18px 6px; 
    16541718     background: #fff url(texture.png); 
    16551719     border: 1px solid #eee; 
    16561720     border-radius: .5em; 
    1657      min-height: 330px; 
     1721     min-height: 326px; 
    16581722     box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); 
     1723     position: relative; 
     1724     } 
     1725.current-theme .module-sshot:hover { 
     1726     cursor: auto; 
    16591727     } 
    16601728.current-theme .module-sshot img { 
    16611729     float: left; 
    16621730     margin-right: 2em; 
    1663      margin-bottom: 1em; 
    1664      border: 3px solid #fff; 
    1665      padding: .5em; 
     1731     border: 9px solid #fff; 
     1732     padding: 5px; 
     1733     max-width: 308px; 
     1734     max-height: 273px; 
    16661735     } 
    16671736.current-theme .module-name { 
    16681737     color: #D33800; 
    1669      font-size: 1.33em; 
    1670      } 
    1671 .box.theme input { 
     1738     font-size: 1.5em; 
    16721739     margin-bottom: 1em; 
    16731740     } 
     
    16751742     width: auto; 
    16761743     overflow: hidden; 
    1677      padding-top: 3em; 
     1744     padding-top: 2em; 
    16781745     margin: 1.5em 0 2em; 
    16791746     background: transparent url(../images/minus-theme.png) no-repeat left top; 
     1747     } 
     1748.current-theme .actions-buttons { 
     1749     position: absolute; 
     1750     bottom: 0; 
     1751     right: 18px; 
    16801752     } 
    16811753/* ------------------------------------------------------------------ categories.php */ 
     
    17211793     float: right; 
    17221794     margin-top: -.2em; 
    1723      font-size: 11px; 
     1795     font-size: .91em; 
    17241796     } 
    17251797.cat-buttons select { 
     
    17501822     margin: 9px; 
    17511823     padding: 10px 12px 6px; 
    1752      width: 300px; 
     1824     width: 320px; 
    17531825     display: inline-block; 
    17541826     vertical-align: top; 
     
    17941866li.media-action a { 
    17951867     border: none; 
     1868     } 
     1869li.media-action a.attach-media { 
     1870     margin-right: 5px; 
    17961871     } 
    17971872li.media-action form { 
     
    19312006.upload-progress div { 
    19322007     width: 0; 
    1933      height: 1em; 
    1934      padding: .2em 0; 
    1935      font-size: 0.8em; 
     2008     height: 1.2em; 
    19362009     font-weight: bold; 
    1937      line-height: 1em; 
     2010     line-height: 1.2em; 
    19382011     text-align: right; 
    19392012     background: green url(loader.png) repeat-x left top; 
     
    19972070     padding: 4px 4px 0 20px; 
    19982071     } 
     2072.modules a.module-config { 
     2073     /* todo: add icon here */ 
     2074     padding: 4px 4px 0 20px; 
     2075     } 
    19992076#m_search { 
    20002077     background: transparent url(search.png) no-repeat 4px center; 
     
    20362113     margin-left: 0; 
    20372114     } 
    2038 #entry-content label { 
    2039      text-transform: uppercase; 
    2040      font-weight: bold; 
    2041      margin-top: 2em; 
    2042      display: inline-block; 
    2043      } 
    2044 #entry-content label:first-child { 
    2045      margin-top: 0; 
    2046      } 
    20472115#entry-sidebar { 
    20482116     width: 16em; 
     
    20502118     } 
    20512119#entry-sidebar h4 { 
    2052      font-size: 13px; 
    2053      font-size: 1.3rem; 
     2120     font-size: 1.08em; 
    20542121     margin-top: .3em; 
    20552122     } 
     
    21372204/* --------------------------------------------------------------------- user.php */ 
    21382205.blog-perm { 
     2206     padding-top: 2em; 
     2207     } 
     2208.blog-perm { 
    21392209     margin-top: 2em; 
    21402210     font-weight: bold; 
     
    21582228     font-size: 2em; 
    21592229     } 
     2230.guideline #content h2:first-child { 
     2231     margin-top: 0; 
     2232     padding-top: .5em; 
     2233     } 
    21602234.guideline h3 { 
    21612235     margin-top: 2em; 
     
    21682242     padding: 2px .5em; 
    21692243     } 
     2244.guideline #main-menu ul { 
     2245     margin: 0; 
     2246     padding: 0; 
     2247     font-weight: normal; 
     2248     } 
     2249.guideline #main-menu li { 
     2250     padding-left: 1em; 
     2251} 
    21702252/* ------------------------------------------------------------------------------------ 
    21712253                                                                                                    CLASSES 
     
    23312413     font-variant: small-caps; 
    23322414     } 
     2415.index li {margin-bottom: 3px;} 
    23332416.index a { 
    23342417     font-weight: bold; 
     
    25132596                                                                           UN POIL DE MEDIA QUERIES 
    25142597------------------------------------------------------------------------------------ */ 
    2515 @media screen and (max-width: 1000px) { 
     2598@media screen and (min-width: 117em) { 
     2599body { 
     2600     border: 1px solid #ccc; 
     2601     border-top-width: 0; 
     2602     } 
     2603} 
     2604@media screen and (min-width: 80em) { 
     2605html { 
     2606     background: #fff; 
     2607     } 
     2608body { 
     2609     max-width: 140em; 
     2610     margin: 0 auto; 
     2611     } 
     2612#wrapper { 
     2613     background: #F7F7F7 url(bg_wrapper.png) repeat-y 18em; 
     2614     } 
     2615#main { 
     2616     margin-left: -17em; 
     2617     } 
     2618#content { 
     2619     margin: 0 0 0 17em; 
     2620     } 
     2621#main-menu { 
     2622     width: 17em; 
     2623     } 
     2624#collapser { 
     2625     left: 17em; 
     2626     } 
     2627h1 { 
     2628     width: 19.5em; 
     2629     } 
     2630} 
     2631@media screen and (max-width: 61em) { 
    25162632#top-info-blog #switchblog { 
    25172633     max-width: 16em; 
     
    25202636     margin-left: 2em; 
    25212637     } 
    2522 } 
    2523 @media screen and (max-width: 960px) { 
    25242638#header { 
    25252639     display: block; 
     
    25612675     } 
    25622676} 
    2563 @media screen and (max-width: 700px) { 
     2677@media screen and (max-width: 48em) { 
     2678     #dashboard-boxes .box.medium, .box.medium, 
     2679     #dashboard-boxes .box.small, .box.small, 
     2680     #dashboard-boxes .box.large, .box.large { 
     2681     width: 95%; 
     2682     margin: 10px auto; 
     2683     } 
     2684} 
     2685@media screen and (max-width: 44em) { 
    25642686#help-button { 
    25652687     height: 26px; 
     
    25682690     padding: 0; 
    25692691     margin: 0; 
    2570      font-size: 10px; 
    2571      font-size: 1rem; 
     2692     font-size: .83em; 
    25722693     line-height: 68px; 
    25732694     overflow: hidden; 
     
    25762697     top: 77px; 
    25772698     } 
    2578 .one-box, .two-boxes, .two-boxes.odd, .two-boxes.even, .box, 
     2699.one-box, .two-boxes, .box, 
    25792700     .two-cols .col { 
    2580      width: 100%; 
     2701     width: 96%; 
    25812702     margin-left: 0; 
    25822703     margin-right: 0; 
    25832704     } 
     2705#entry-wrapper { 
     2706     float: none; 
     2707     width: 100%; 
     2708     margin-right: 0; 
     2709     } 
     2710#entry-content { 
     2711     margin-right: 0; 
     2712     margin-left: 0; 
     2713     } 
     2714#entry-sidebar { 
     2715     width: 100%; 
     2716     float: none; 
     2717     } 
    25842718} 
    2585 @media screen and (max-width: 600px) { 
     2719@media screen and (max-width: 38em) { 
    25862720#header h1, #header h1 a { 
    25872721     width: 42px !important; 
     
    25892723     } 
    25902724h1 a:link { 
    2591      background: transparent url(dc_logos/b-dotclear120.png) no-repeat -180px 6px; 
     2725     background: transparent url(dc_logos/b-dotclear120.png) no-repeat -270px 6px; 
    25922726     border-right: 1px solid #ccc; 
    25932727     } 
    25942728h1 a:hover, h1 a:focus { 
    2595      background: url(dc_logos/b-dotclear120.png) no-repeat -180px -94px; 
     2729     background: url(dc_logos/b-dotclear120.png) no-repeat -270px -94px; 
    25962730     border-right: 1px solid #A2CBE9; 
    25972731     } 
     
    26012735     width: 100%; 
    26022736     margin: 0; 
     2737     } 
     2738#dashboard-main { 
     2739     padding: 0; 
    26032740     } 
    26042741#main-menu a { 
     
    26172754     } 
    26182755#main #content > h2 { 
    2619      margin: 0; 
    2620      padding: 6px 30px 6px 0; 
    2621      } 
    2622 #dashboard-boxes .box.medium, 
    2623      #dashboard-boxes .box.small, 
    2624      #dashboard-boxes .box.large { 
    2625      width: 100%; 
     2756     margin: 0 -.5em 1em; 
     2757     padding: 6px 30px 4px .5em; 
     2758     } 
     2759#dashboard-boxes .box.medium, .box.medium, 
     2760     #dashboard-boxes .box.small, .box.small, 
     2761     #dashboard-boxes .box.large, .box.large { 
     2762     width: 95%; 
    26262763     margin: 10px auto; 
    26272764     } 
     2765.cell, #filters-form .cell { 
     2766     display: inline-block; 
     2767     border: none; 
     2768     padding: 1em; 
     2769     vertical-align: bottom; 
     2770     } 
    26282771} 
    2629 @media screen and (max-width: 420px) { 
     2772@media screen and (max-width: 26.5em) { 
    26302773h1, h1 a { 
    26312774     padding: 0; 
     
    26422785     margin-bottom: .5em; 
    26432786     } 
     2787#wrapper { 
     2788     font-size: 1.4em; 
     2789     } 
     2790#content.with-help #help-button { 
     2791     top: 120px; 
     2792     right: 20.5em; 
     2793     } 
     2794#content.with-help #help { 
     2795     font-size: 12px; 
     2796     } 
     2797p.top-add { 
     2798     margin-bottom: .5em; 
     2799     text-align: center; 
     2800     } 
     2801.multi-part { 
     2802     padding-left: 0; 
     2803     } 
     2804.part-tabs ul { 
     2805     margin: 1em 0; 
     2806     padding: 0 .5em; 
     2807     } 
     2808.part-tabs li a { 
     2809     display: block; 
     2810     width: 100%; 
     2811     } 
    26442812#icons p { 
    2645      width: 150px; 
    2646      } 
    2647 #content.with-help #help-button { 
    2648      top: 101px; 
     2813     width: 9em; 
     2814     padding: 1em .25em; 
     2815     } 
     2816.media-item { 
     2817     width: 90%; 
     2818     } 
     2819#theme-new, #theme-activate, #theme-deactivate { 
     2820     margin-left: 0; 
     2821     margin-right: 0; 
     2822     } 
     2823.box.current-theme { 
     2824     margin: 5px; 
     2825     padding: 10px; 
     2826     width: 100%; 
     2827     } 
     2828.current-theme .module-sshot img { 
     2829     margin: 0; 
     2830     float: none; 
     2831     max-width: 100%; 
     2832     } 
     2833table .maximal { 
     2834     min-width: 14em; 
     2835     } 
     2836th, td { 
     2837     padding: 0.3em 1em 0.3em 0; 
    26492838     } 
    26502839} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map