Dotclear


Ignore:
Timestamp:
08/19/13 08:04:33 (12 years ago)
Author:
Dsls
Branch:
twig
Parents:
1489:f2398e7f3395 (diff), 1466:e67efe636ce1 (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:

Fusion avec default

Location:
admin/style
Files:
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r1413 r1490  
    3636} 
    3737 
    38 h1, h2, h3, h4, h5, h6, p { 
     38h1, h2, h3, .as_h3, h4, h5, h6, p { 
    3939     margin-top: 0; 
    4040     margin-bottom: 1rem; 
     
    5353     color: #d30e60; 
    5454} 
     55.page-title img { 
     56     padding-left: .6rem; 
     57     vertical-align: middle; 
     58} 
    5559#content > h2 { 
    5660     padding: 0 1.8rem .6rem; 
     
    5862     background: #fff url(bg_h2.png) repeat-x center bottom; 
    5963} 
    60 h3 { 
     64h3, .as_h3 { 
    6165     color: #575859; 
    6266     font-size: 1.4rem; 
     67} 
     68h4 { 
     69     font-size: 1.1em; 
     70     color: #575859; 
     71} 
     72h5 { 
     73     font-size: 1em; 
     74     color: #575859; 
     75} 
     76#entry-sidebar h5 { 
     77     font-weight: normal; 
     78     color: #333; 
     79} 
     80.entry-status label img { 
     81     padding-left: .4rem; 
     82     vertical-align: text-top; 
    6383} 
    6484p, div.p { 
     
    232252} 
    233253.two-cols .col { 
    234      width: 49%; 
     254     width: 47%; 
    235255     margin-left: 2%; 
    236256     float: left; 
    237257} 
    238 .two-cols .col:first-child { 
    239      width: 49%; 
    240      margin-left: 0; 
    241 } 
    242258.two-cols .col70{ 
    243      width: 69%; 
     259     width: 68%; 
    244260     margin-left: 0; 
    245261     float: left; 
    246262} 
    247 .two-cols .col30 { 
     263.col30 { 
    248264     width: 28%; 
    249265     margin-left: 2%; 
    250266     float: left; 
    251267} 
     268.two-cols .col:first-child, 
     269.two-cols .col30.first-col { 
     270     margin-left: 0; 
     271     margin-right: 2%; 
     272} 
     273.two-cols .col:last-child, 
     274.two-cols .col70.last-col { 
     275     margin-left: 2%; 
     276     margin-right: 0; 
     277} 
    252278/* -------------------------------------------------------------- layout - onglets */ 
    253279.part-tabs ul { 
    254      padding: .5em 0 .3em 1em; 
    255      border-bottom: 1px solid #ccc; 
     280     padding: .5em 0 .3em 1.2rem; 
     281     border-bottom: 1px solid #ddd; 
    256282} 
    257283.part-tabs li { 
     
    261287} 
    262288.part-tabs li a { 
    263      padding: .5em 0.5em; 
    264      margin-right: .5em; 
    265      border: 1px solid #ccc; 
     289     padding: .5em 2em; 
     290     margin-right: -1px; 
     291     border: 1px solid #aaa; 
    266292     border-bottom: none; 
    267      background: #dfdfdf; 
    268293     text-decoration: none; 
    269      color: #000; 
    270      background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #fafafa) ); 
    271      background:-moz-linear-gradient( center top, #dfdfdf 5%, #fafafa 100% ); 
    272      filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#fafafa'); 
    273      background-color:#ededed; 
    274 } 
    275 .part-tabs li.part-tabs-link a { 
    276      background: #ffe; 
     294     color: #333; 
     295     background-color:#E4E0EC; 
    277296} 
    278297.part-tabs li a:hover, .part-tabs li a:focus { 
     
    283302.part-tabs li.part-tabs-active a { 
    284303     background: #fff; 
    285      border: 1px solid #d30e60; 
    286      color: #d30e60; 
    287304     font-weight: bold; 
    288305     border-bottom-color: #fff; 
     306     padding-bottom: .7rem; 
    289307} 
    290308/* ------------------------------------------------------------------ main-menu */ 
     
    293311     float: left; 
    294312     margin:0; 
    295      padding-top: .5em; 
     313     padding-top: 4.5em; 
    296314     padding-bottom: 1em; 
    297315     background: #f7f7f7; 
     
    318336     background-repeat: no-repeat; 
    319337     background-position: 8px .3em; 
     338} 
     339#main-menu li.active { 
     340     background-color: #fff; 
    320341} 
    321342#main-menu a { 
     
    356377     background: #dfdfdf; 
    357378     border-color: #999; 
    358      color: #666; 
     379     color: #444; 
    359380     border-bottom-right-radius: .6em; 
    360381     border-top-right-radius: .6em; 
     
    378399     color: #000; 
    379400     font-variant: small-caps; 
    380 } 
    381 #favorites-menu a { 
    382      color: #333; 
     401     padding-top: .6rem; 
    383402} 
    384403/* ------------------------------------------------------------------ footer */ 
     
    416435     padding: 1em 1em 0 1em; 
    417436     border-radius: 4px; 
     437     background: #fff; 
    418438} 
    419439#login-screen legend { 
     
    432452/* ------------------------------------------------------------------ dashboard */ 
    433453#dashboard-main { 
    434      float: left; 
    435      overflow: hidden; 
    436      padding: 1em 2% 1em 0; 
    437      width: 70%; 
    438 } 
    439 #dashboard-main.fullwidth { 
    440      width: 100%; 
    441454     padding: 1em 0; 
    442      float: none; 
    443455} 
    444456#icons { 
     
    450462     width: 210px; 
    451463     text-align: center; 
    452      margin: 2em 0; 
     464     margin: 1em 0 2em; 
     465     padding: 1em 0; 
    453466     display:inline-block; 
     467     vertical-align: top; 
    454468} 
    455469#icons a, 
     
    463477#icons a span { 
    464478     border-bottom: 1px dotted #f90; 
     479     color: #333; 
     480} 
     481#icons a img { 
     482     padding: 2em; 
     483     background: #eee; 
     484     border-radius: 1.6rem; 
     485     box-shadow: 0 3px 3px 0 #ccc; 
     486     margin-bottom: .6rem; 
     487} 
     488#icons a img:hover, #icons a:focus img { 
     489     background-color: #BBDB58; 
    465490} 
    466491#icons a:focus span, #icons a:hover span { 
     
    468493} 
    469494#quick { 
    470      clear: left; 
    471495     margin-top: 2em; 
    472496} 
     
    483507} 
    484508#dashboard-items { 
    485      float: left; 
    486      width: 27%; 
    487      overflow: hidden; 
    488      padding-bottom: 1em; 
    489      padding-top: 3em; 
     509     margin: 3em auto; 
     510     display: table; 
     511     width: 100%; 
     512     border-collapse: collapse; 
     513} 
     514.db-item { 
     515     display: table-cell; 
     516     padding: 1em 3em; 
     517     vertical-align: top; 
     518     border: 1px solid #ccc; 
    490519} 
    491520#dashboard-items img { 
     
    512541} 
    513542 
    514 #upg-notify { 
    515 } 
    516 #upg-notify ul { 
    517      padding-left: 15px; 
    518 } 
    519 #upg-notify li { 
    520      color: #fff; 
    521 } 
    522543/* ------------------------------------------------------------------ post */ 
    523544#entry-wrapper { 
     
    528549#entry-content { 
    529550     margin-right: 19em; 
    530      margin-left: 1.2rem; 
     551     margin-left: 0; 
     552} 
     553.multi-part { 
     554     padding-left: 1.2rem; 
     555} 
     556#entry-content label { 
     557     text-transform: uppercase; 
     558     font-weight: bold; 
     559     margin-top: 2em; 
    531560} 
    532561#entry-sidebar { 
     
    534563     float: right; 
    535564} 
     565#entry-sidebar input[type="text"], 
     566#entry-sidebar select { 
     567     width: 14em; /* to prevent inline with label */ 
     568} 
     569.box { 
     570     border-bottom: 1px solid #ddd; 
     571     margin-bottom: 1em; 
     572} 
    536573#comments { 
    537574     clear: both; 
    538 } 
    539 .preview_entry a { 
    540      border: 1px solid #ccc; 
    541      padding: .2rem .5rem; 
    542      background: #eef; 
    543575} 
    544576/* ------------------------------------------------------------------ categories */ 
     
    575607} 
    576608#media-details { 
     609} 
     610.near-icon { 
    577611     margin-left: 70px; 
     612     margin-bottom: 3em; 
    578613} 
    579614#media-details ul { 
     
    710745/* -------------------------------------------------------------------- Themes */ 
    711746#themes { 
    712      border-bottom: 1px solid #ccc; 
    713      margin: 1em 0; 
     747     margin: 0; 
     748     width: 100%; 
     749     padding: 0; 
     750} 
     751#themes h3 { 
    714752} 
    715753#themes div.theme-details { 
    716      clear: left; 
    717754     border-top: 1px solid #ccc; 
    718      padding: 1em 0; 
     755     padding: 12px; 
     756     display: inline-block; 
     757     vertical-align: top; 
     758     width: 284px; 
     759} 
     760.current-theme { 
     761     background: #eef; 
    719762} 
    720763#themes div.theme-details:hover { 
    721      background: #eee; 
     764     background: #f0f0f0; 
    722765} 
    723766#themes div.theme-details div.theme-shot { 
    724      float: left; 
    725767} 
    726768#themes div.theme-details div.theme-shot img { 
    727769     display: block; 
    728      width: 57px; 
    729      height: 50px; 
    730770     border: 1px solid #ccc; 
     771     margin-bottom: 1.5em; 
    731772} 
    732773#themes div.theme-details div.theme-info { 
    733      margin-left: 67px; 
    734774} 
    735775#themes div.theme-details div.theme-info span.theme-desc { 
     
    740780} 
    741781#themes div.theme-details div.theme-actions { 
    742      margin-left: 67px; 
    743 } 
     782} 
     783#themes-actions { 
     784     border-bottom: 1px solid #999; 
     785     margin-bottom: 3em; 
     786} 
     787.theme-css { 
     788     display: block; 
     789} 
     790 
    744791/* Themes list, JS version */ 
    745792#themes-wrapper { 
     793     display: table; 
     794} 
     795#themes-wrapper #themes { 
     796     display: table-cell; 
     797     vertical-align: top; 
     798     padding-left: 1em; 
    746799} 
    747800#theme-box { 
    748      border: 1px solid #999; 
    749      border-left: none; 
    750      padding: 5px; 
    751      float: right; 
    752      height: 420px; 
    753      width: 320px; 
    754      overflow: auto; 
     801     display: table-cell; 
     802     vertical-align: top; 
     803     padding: 1rem 0;  
     804     width: 312px; 
     805     background: #eef; 
     806     border: 1px solid #ccc; 
     807     border-radius: 3px; 
    755808} 
    756809#theme-box div.theme-shot img { 
    757810     display: block; 
    758      margin: 0 0 0 10px; 
     811     margin: 0 16px; 
    759812     width: 280px; 
    760813     height: 245px; 
     
    762815} 
    763816#theme-box div.theme-info { 
    764      margin: 1em 0 0 10px; 
    765 } 
    766 #theme-box h3 { 
    767      margin: 0; 
    768 } 
    769 #theme-box div.theme-info span { 
    770      display: block; 
     817     margin: 1em 16px; 
     818} 
     819#theme-box h4 { 
     820     color: #000; 
    771821} 
    772822#theme-box span.theme-version { 
     
    781831} 
    782832#theme-box div.theme-actions { 
    783      margin-left: 10px; 
    784 } 
    785 #themes-wrapper #themes { 
    786      border: 1px solid #999; 
    787      overflow: auto; 
    788      height: 420px; 
    789      padding: 5px; 
    790      margin: 0; 
     833     padding: 0 16px; 
    791834} 
    792835#themes div.theme-details-js { 
     
    794837     width: 120px; 
    795838     height: 150px; 
    796      margin: 0 10px 20px; 
    797      padding: 10px 10px 0; 
     839     margin: 0 12px 24px; 
     840     padding: 12px 12px 0; 
    798841     text-align: center; 
    799842     background: #f3f3f3; 
    800      border: 1px solid #f3f3f3; 
     843     border: 1px solid #ddd; 
    801844     cursor: pointer; 
    802845     border-radius: 4px; 
     
    806849} 
    807850#themes div.theme-details-js.theme-selected { 
    808      background: #E5E3DA; 
     851     background: #ddd; 
    809852     border: 1px solid #999; 
    810853} 
     
    813856     height: 105px; 
    814857     border: 1px solid #fff; 
    815 } 
    816 #themes div.theme-details-js h3 { 
    817      font-family: inherit; 
    818      font-weight: normal; 
    819      margin: 0; 
    820      padding: 0; 
    821858} 
    822859/* ----------------------------------------------------------  Plugins list */ 
     
    949986     color: #fff; 
    950987} 
    951 #content > .message, #content > .error { 
    952      margin-right: 14em 
    953 } 
    954988/* ------------------------------------------------------------------ navigation */ 
    955989.anchor-nav { 
     
    958992     padding: .4rem 1.2rem; 
    959993     float: right; 
     994} 
     995.nav_prevnext { 
     996     margin-bottom: 2em; 
     997     color: #fff; 
     998} 
     999.nav_prevnext a, a.back { 
     1000     border: 1px solid #ddd; 
     1001     padding: .2rem 2rem; 
     1002     border-radius: 1rem; 
     1003     background-color: #f0f0f0; 
     1004} 
     1005a.back:before { 
     1006     content: "\ab\a0"; 
     1007} 
     1008a.onblog_link { 
     1009     color: #333; 
     1010     float: right; 
     1011     border: 1px solid #eee; 
     1012     padding: .2rem 2rem; 
     1013     border-radius: 1rem; 
     1014     background-color: #ffe; 
    9601015} 
    9611016/* ------------------------------------------------------------------ debug */ 
     
    9821037/* -------------------------------------------------------------------- CLASSES COMMUNES */ 
    9831038 
    984 .no-margin { 
    985      margin: 0; 
     1039.no-margin, #entry-content label.no-margin { 
     1040     margin: 0; 
     1041} 
     1042.border-top { 
     1043     border-top: 1px solid #999; 
     1044     padding-top: 1em; 
     1045     margin-top:    1em; 
     1046} 
     1047.fieldset { 
     1048     background: #fff; 
     1049     border: 1px solid #aaa; 
     1050     border-radius: 6px;  
     1051     padding: 1em .7em .5em; 
     1052     margin-bottom: 1em; 
     1053} 
     1054.fieldset h3 { 
     1055     color: #333; 
    9861056} 
    9871057 
     
    10901160} 
    10911161 
    1092 th, td { 
     1162td { 
    10931163     border-width: 0 0 1px 0; 
    10941164     border-style: solid; 
     
    10981168} 
    10991169th { 
     1170     border-width: 1px 0 1px 0; 
     1171     border-style: solid; 
     1172     border-color: #ccc; 
     1173     background: #f3f3ff; 
     1174     padding: .4rem .5rem; 
     1175     vertical-align: top; 
    11001176     text-align: left; 
    1101      border-bottom-color: #aaa; 
    11021177} 
    11031178.noborder td, td.noborder, .noborder th, th.noborder { 
    1104      border-width: 0; 
     1179     border-width: 0 0 1px 0; 
     1180     border-color: #ddd; 
     1181     line-height: 2.4rem; 
     1182     padding-bottom: 0; 
     1183} 
     1184.noborder p { 
     1185     margin-bottom: 0; 
    11051186} 
    11061187table .maximal, table.maximal { 
     
    11161197table.settings, table.prefs { 
    11171198     width: 80%; 
     1199     border: 1px solid #999; 
     1200     margin-bottom: 3em;  
     1201} 
     1202table.settings th, table.prefs th { 
     1203     background: #eef; 
    11181204} 
    11191205table.settings th:first-child, table.prefs th:first-child { 
     
    11291215     width: 40%; 
    11301216} 
    1131  
    11321217td.status { 
    11331218     vertical-align: middle; 
     
    11681253     padding-left: 15px; 
    11691254} 
    1170  
    11711255/* ----------------------------------------------------------------- FORMS */ 
    11721256form { 
     
    11751259     padding: 0; 
    11761260} 
    1177 fieldset, .fieldset { 
     1261fieldset { 
    11781262     display: block; 
    11791263     margin: 0 0 1em 0; 
     
    11891273     border-width: 1px; 
    11901274     border-style: solid; 
    1191      border-color: #ccc; 
    1192      background: #f5f5f5; 
     1275     border-color: #333; 
     1276     background: #fff; 
    11931277     margin-bottom: 0.5em; 
     1278     border-radius: 3px; 
    11941279} 
    11951280optgroup { 
     
    12431328     font-style:italic; 
    12441329     font-weight: normal; 
     1330     text-transform: none; 
    12451331     color: #666; 
    12461332} 
     
    12541340} 
    12551341p.form-note.info { 
    1256      background: #eef url(info.png) no-repeat .3em .2em; 
    1257      border: 1px solid #99f; 
    1258 } 
    1259 .form-note a {border-bottom: 1px solid #99f;} 
    1260  
     1342     background: #f5eaff url(info.png) no-repeat .3em .2em; 
     1343     border: 1px solid #ddbaff; 
     1344} 
     1345.form-note a {border-bottom: 1px solid #ddbaff;} 
     1346 
     1347label.ib { 
     1348     display: inline-block; 
     1349} 
    12611350label.classic { 
    12621351     display: inline; 
     
    13071396a.form-control { 
    13081397     display: none; 
    1309      font-weight: bold; 
    1310      background: url(magnifier.png) no-repeat 0 0; 
    1311      color: green; 
     1398     background: url(../images/expand.png) no-repeat .4rem center; 
    13121399     padding-left: 20px; 
     1400     color: #000; 
    13131401} 
    13141402.constrained { 
     
    13251413input[type=button], 
    13261414a.button, 
    1327 a.back, 
    13281415a.submit { 
    13291416     display: inline-block; 
     
    13371424     margin-bottom: .1em; 
    13381425} 
     1426h4 a.button {font-weight: normal;} 
     1427 
    13391428/* validation */ 
    13401429input[type=submit], 
     
    13611450/* suppression et reset */ 
    13621451a.button, 
    1363 a.back, 
    13641452input[type=submit].reset, 
    13651453input[type=submit].delete { 
     
    13721460     } 
    13731461a.button:hover, 
    1374 a.back:hover, 
    13751462input[type=reset]:hover, 
    13761463input[type=submit].reset:hover, 
    13771464input[type=submit].delete:hover, 
    13781465a.button:focus, 
    1379 a.back:focus, 
    13801466input[type=reset]:focus, 
    13811467input[type=submit].reset:focus, 
     
    13901476input[type=submit].delete { 
    13911477     color: #c00; 
    1392      padding-bottom: .1em; 
     1478     padding-bottom: .2rem; 
    13931479} 
    13941480#entry-content .delete { 
     
    14111497     margin-left: 2em; 
    14121498} 
    1413 a.back:before { 
    1414      content: "\ab\a0"; 
    1415 } 
    14161499.button.add { 
    14171500     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) ); 
     
    14211504     border:1px solid #83c41a; 
    14221505     padding:.6rem 1.8rem; 
    1423      text-shadow:1px 1px 0 #689324; 
    14241506     color: #000; 
    14251507     text-shadow: 1px 1px 0 #BBDB58; 
     
    14361518.button-add:focus { 
    14371519     outline: dotted 1px; 
    1438 } 
    1439 .button.add:active { 
    1440      position:relative; 
    1441      top:1px; 
    14421520} 
    14431521 
     
    14751553} 
    14761554 
     1555/* ------------------------------------------------------- Filters */ 
     1556#filters-form { 
     1557     border: 1px dashed #999; 
     1558     border-radius: .6rem; 
     1559     margin-bottom: 2em; 
     1560     padding: .5em 1em 0; 
     1561} 
     1562#filters-form .table { 
     1563     display: table; 
     1564     width: 100%; 
     1565     padding: 0; 
     1566     margin-bottom: 1em; 
     1567     margin-top: 1.5em; 
     1568} 
     1569#filters-form .cell { 
     1570     padding: 0 2em 0 0; 
     1571     display: table-cell; 
     1572     vertical-align: top; 
     1573} 
     1574#filters-form .filters-options { 
     1575     padding-left: 2em; 
     1576     border-left: 1px solid #ccc; 
     1577} 
     1578#filters-form label.ib, span.ib { 
     1579     width:7em; 
     1580     display: inline-block; 
     1581} 
     1582#filters-form label.ibw, span.ibw { 
     1583     width: 9em; 
     1584     display: inline-block; 
     1585} 
     1586#filters-form select { 
     1587     width: 14em; 
     1588} 
     1589 
     1590/* ---------------------------------------------------- Pagination */ 
     1591.pagination { 
     1592     height: 22px; 
     1593     margin-top: 1em; 
     1594     line-height: 22px; 
     1595     padding: 0 1rem;  
     1596     border: 1px solid #ddd; 
     1597     overflow: hidden;  
     1598     background: #e1e1e1;  
     1599     background: -moz-linear-gradient(center top , #f2f2f2, #e1e1e1);  
     1600     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#e1e1e1));  
     1601     -moz-border-radius: 4px;  
     1602     -webkit-border-radius: 4px;  
     1603     border-radius: 4px;  
     1604     clear: left; 
     1605} 
     1606.pagination a, .pagination strong { 
     1607     height: 20px; 
     1608     border: none; 
     1609     padding: 2px 6px;  
     1610     background-color : transparent; 
     1611     background-position : 50% 50%; 
     1612     background-repeat: no-repeat; 
     1613} 
     1614.pagination a:hover, .pagination strong { 
     1615     border-color : #ccc; 
     1616     background-color: #fff; 
     1617} 
     1618 
    14771619/* --------------------------------------------------------------------------- 
    14781620     Media queries vite fait en attendant la reprise complète du layout 
    14791621---------------------------------------------------------------------------- */ 
    14801622@media screen and (max-width: 920px) { 
    1481      #top, #top h1 a {width: 42px !important; height:100%; overflow: hidden;} 
     1623     #top, #top h1 a {width: 42px !important; height:100%; overflow: hidden; 
     1624} 
    14821625     #top h1 a:link { 
    14831626          background: transparent url(dc_logos/b-dotclear120.png) no-repeat -180px 6px;  
     
    14971640          line-height: 3.2rem; 
    14981641     } 
     1642     #info-box1 {margin-left: 1rem;} 
    14991643     #info-box1 select {width: 14rem;} 
    15001644     #main-menu, #main, #content, #content h2, #entry-wrapper, #entry-sidebar, #entry-content, .two-cols .col, .two-cols .col:first-child { 
     
    15151659     .smallscreen {display: none;} 
    15161660     #help-button {width:20px; overflow: hidden;} 
    1517      #info-box1 {margin-left: 1rem;} 
     1661     #info-box2 {float:none;} 
     1662     #dashboard-items div {display: block;margin-bottom: 1em; padding: 0 1em;} 
    15181663} 
    15191664@media screen and (max-width: 492px) { 
     
    15221667     .page-title, #info-boxes, .media-item {display: inline-block;} 
    15231668     div.media-list .media-item {width: 90%; float: none} 
     1669     #info-box1 select {width: 12rem; margin-right: .6rem;} 
    15241670     #info-box1 p.nomobile, label.nomobile {display: none;} 
    15251671     #help-button {height:26px; width:26px; background-color: #A2CBE9; padding: 0; margin:0;font-size: 1rem;line-height: 68px} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map