Dotclear


Ignore:
Timestamp:
07/04/11 20:56:11 (14 years ago)
Author:
Franck <carnet.franck.paul@…>
Branch:
globalhelp
Parents:
494:e16a5c9781e4 (diff), 510:35391bb5998a (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:

Récupération modifs branche default (+ résolution conflits admin/style/default.css)

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r494 r511  
    1111# -- END LICENSE BLOCK ----------------------------------------- 
    1212*/ 
     13 
     14/* ------------------------------------------------------------------ html */ 
    1315body { 
    14      font: 76%/1.5em Helvetica,Arial,sans-serif; 
     16     font: 75%/1.5em Helvetica,Arial,sans-serif; 
    1517     color: #333; 
    1618     background: #f5f5f5; 
     
    3840     margin-bottom: 0.6em; 
    3941} 
    40  
    4142h2 { 
    4243     color: #666; 
     
    4445     padding: 4px 0; 
    4546} 
    46  
     47.page-title { 
     48     color: #d30e60; 
     49} 
    4750h3 { 
    4851     color: #333; 
     
    8184/* LAYOUT 
    8285-------------------------------------------------------- */ 
     86/* prelude */ 
    8387#prelude { 
    8488     background: #575859; 
     
    9599     color:#fff; 
    96100     } 
    97  
     101/* header */ 
    98102#header { 
    99103     background: #575859; 
     
    126130#info-boxes { 
    127131     background: #575859; 
     132     font-size: .95em; 
     133     height: 3em; 
    128134} 
    129135#info-box1 { 
     
    135141} 
    136142#info-box2 { 
    137      margin: 0; 
     143     margin: .1em 0 0 0; 
    138144     padding: .5em 1em 4px 0; 
    139145     color: #fff; 
     
    144150} 
    145151#info-box1 select { 
    146      width: 20em; 
     152     width: 15em; 
    147153} 
    148154#info-box1 a img, #info-box2 a img { 
     
    155161     color: #fff; 
    156162     border-bottom-color: #ccc; 
    157      margin-left: 0.5em; 
    158      margin-right: 0.5em; 
     163     margin-left: .3em; 
     164     margin-right: .3em; 
    159165     white-space: nowrap; 
     166     font-weight: normal; 
    160167} 
    161168#info-box1 a { 
    162      margin-left: 1.5em; 
     169     margin-left: 1.33em; 
    163170} 
    164171#info-box2 a.active { 
     
    168175     background-color: #f5f5f5; 
    169176     color: #333; 
     177     font-weight: bold; 
    170178} 
    171179#info-box2 span { 
    172180     color: #575859; 
    173181} 
     182/* prelude */ 
    174183#wrapper { 
    175184     width: 100%; 
     
    193202     #content:before, #content:after {content:"";display:table;} 
    194203     #content:after {clear:both;} 
    195  
     204/* -------------------------------------------------- layout - multipart */ 
     205.three-cols { 
     206} 
     207.three-cols .col { 
     208     width: 32.3%; 
     209     float: left; 
     210     margin-left: 1%; 
     211} 
     212.three-cols .col:first-child { 
     213     width: 33.3%; 
     214     margin-left: 0; 
     215} 
     216.two-cols { 
     217     position: static; 
     218} 
     219.two-cols .col { 
     220     width: 49%; 
     221     margin-left: 2%; 
     222     float: left; 
     223} 
     224.two-cols .col:first-child { 
     225     width: 49%; 
     226     margin-left: 0; 
     227} 
     228.two-cols .col70{ 
     229     width: 69%; 
     230     margin-left: 0; 
     231     float: left; 
     232} 
     233.two-cols .col30 { 
     234     width: 28%; 
     235     margin-left: 2%; 
     236     float: left; 
     237} 
     238/* -------------------------------------------------------------- layout - onglets */ 
     239.part-tabs ul { 
     240     padding: .3em 0 1px 1em; 
     241     border-bottom: 1px solid #999; 
     242} 
     243.part-tabs li { 
     244     list-style: none; 
     245     margin: 0; 
     246     display: inline; 
     247} 
     248.part-tabs li a { 
     249     padding: .3em 0.5em; 
     250     margin-right: .5em; 
     251     border: 1px solid #999; 
     252     border-bottom: none; 
     253     background: #dfdfdf; 
     254     text-decoration: none; 
     255     -webkit-border-top-left-radius: .3em; 
     256     -webkit-border-top-right-radius: .3em; 
     257     -moz-border-radius-topleft: .3em; 
     258     -moz-border-radius-topright: .3em; 
     259     border-top-left-radius: .3em; 
     260     border-top-right-radius: .3em; 
     261     color: #000; 
     262} 
     263.part-tabs li.part-tabs-link a { 
     264     background: #ffe; 
     265} 
     266.part-tabs li a:hover, .part-tabs li a:focus { 
     267     color: #000; 
     268     background: #fff; 
     269     border-bottom-color: #fff; 
     270} 
     271.part-tabs li.part-tabs-active a { 
     272     background: #fff; 
     273     border-bottom: 1px solid #fff; 
     274     color: #000; 
     275     font-weight: bold; 
     276} 
     277/* ------------------------------------------------------------------ main-menu */ 
    196278#main-menu { 
    197279     width: 13em; 
    198280     float: left; 
    199      margin-top: 2em; 
     281     margin-top: 1.2em; 
    200282     margin-bottom: 1em; 
    201283} 
    202284 
    203285#main-menu h3 { 
    204      margin: 0 0 0.5em 0; 
     286     margin: 0 0 0.5em; 
    205287     padding: .5em 0 0 .5em; 
    206288     text-transform: uppercase; 
     
    216298#main-menu li { 
    217299     display: block; 
    218      margin: 0.5em 0 0 0; 
     300     margin: 0.5em 0 0; 
    219301     padding: .2em 0 0 32px; 
    220302     background-repeat: no-repeat; 
     
    236318     margin-right: -1px; 
    237319} 
    238 #main-menu #dashboard-menu li { 
    239      margin-left: 0; 
     320#favorites-menu { 
     321     margin: 0 0 2em; 
    240322} 
    241323#favorites-menu h3 { 
    242      margin-right: .5em; 
    243      background: transparent url(../images/menu/favorite.png) no-repeat right; 
    244 } 
    245 #favorites-menu { 
    246      background: #D9E1D9; 
    247      padding: .2em 0 .1em 0; 
    248      margin: 0 .5em 0 0; 
    249 } 
    250 #favorites-menu ul { 
     324     color: #333; 
     325     text-transform: none; 
    251326} 
    252327#favorites-menu a { 
     
    256331#favorites-menu .active { 
    257332     background-color: transparent; 
    258      border: none   ; 
     333     border: none; 
    259334} 
    260335#favorites-menu .active a { 
    261336     font-weight: bold; 
    262337} 
    263  
     338/* ------------------------------------------------------------------ footer */ 
    264339#footer { 
    265340     clear: both; 
     
    285360     font-weight: normal; 
    286361} 
    287 #footer a.helplink { 
    288      display: block; 
    289      float: left; 
    290 } 
    291  
    292 #debug { 
    293      position: absolute; 
    294      top: 0; 
     362/* ---------------------------------------------------------------------------- auth.php */ 
     363#login-screen { 
     364     display: block; 
     365     width: 18em; 
     366     margin: 1.5em auto 0; 
     367     font-size: 1.1em; 
     368} 
     369#login-screen h1 { 
     370     text-indent: -2000px; 
     371     background: transparent url(dotclear-logo2.png) no-repeat top left; 
     372     height: 50px; 
     373     margin-bottom: .5em; 
     374     margin-left: .5em; 
     375} 
     376#login-screen fieldset { 
     377     border: 1px solid #999; 
     378     padding: 1em 1em 0 1em; 
     379     -moz-border-radius: 4px; 
     380     -webkit-border-radius: 4px; 
     381     border-radius: 4px; 
     382} 
     383#login-screen input[type=text], #login-screen input[type=password], #login-screen input[type=submit] { 
    295384     width: 100%; 
    296      height: 4px; 
    297      background: #d99; 
    298 } 
    299 #debug div { 
    300      display: none; 
    301      padding: 3px 0.5em 2px; 
    302 } 
    303 #debug p { 
    304      margin: 0.5em 0; 
    305 } 
    306 #debug:hover { 
    307      height: auto; 
    308 } 
    309 #debug:hover div { 
    310      display: block; 
    311 } 
    312  
    313 /* DASHBOARD */ 
     385} 
     386#login-screen #issue { 
     387     margin-left: 1em; 
     388     font-size: 1em; 
     389} 
     390#login-screen #issue strong {font-weight: normal;} 
     391 
     392 
     393/* ------------------------------------------------------------------ dashboard */ 
    314394#dashboard-main { 
    315395     float: left; 
     
    348428     text-decoration: underline; 
    349429} 
    350  
    351430#quick { 
    352431     clear: left; 
     
    364443     color: #666; 
    365444} 
    366  
    367445#dashboard-items { 
    368446     float: left; 
     
    372450     padding-top: 3em; 
    373451} 
    374 #dashboard-items p img { 
     452#dashboard-items img { 
    375453     vertical-align: middle; 
    376454} 
     
    384462     color: #666; 
    385463} 
    386 #dashboard-items #news dt { 
     464#news dt { 
    387465     font-weight: bold; 
    388466     margin: 0 0 0.4em 0; 
    389467} 
    390 #dashboard-items #news dd { 
     468#news dd { 
    391469     margin: 0 0 1em 0; 
    392470} 
    393 #dashboard-items #news dd p { 
     471#news dd p { 
    394472     margin: 0.2em 0 0 0; 
    395473} 
     
    403481     color: #fff; 
    404482} 
    405  
    406 /* POST */ 
     483/* ------------------------------------------------------------------ post */ 
    407484#entry-wrapper { 
    408485     float: left; 
     
    420497     clear: both; 
    421498} 
    422  
    423 /* CATEGORIES */ 
     499/* ------------------------------------------------------------------ categories */ 
    424500#categories { 
    425501     margin: 1em 0 2em; 
     
    430506     padding: 0; 
    431507} 
    432 #categories ul li { 
     508#categories li { 
    433509     margin: .5em 0; 
    434510     padding: .3em 1.5em; 
     
    439515     border-radius: .3em; 
    440516} 
    441 #categories ul li h4 { 
    442      margin: 0; 
    443 } 
    444 #categories ul li h4 span { 
     517#categories h4 { 
     518     margin: 0; 
     519} 
     520#categories h4 span { 
    445521     font-weight: normal; 
    446522} 
    447 #categories ul li p { 
     523#categories li p { 
    448524     margin: 0; 
    449525} 
     
    451527     width: 100%; 
    452528} 
    453  
    454 /* MEDIA */ 
     529/* ------------------------------------------------------------------ media */ 
    455530#media-icon { 
    456531     float: left; 
     
    475550     height: 500px; 
    476551} 
    477  
    478552#add-file-f { 
    479553     position: relative; 
     
    486560     border: none; 
    487561} 
    488  
    489 /* favorites */ 
     562.media-list { 
     563     position: static; 
     564} 
     565.media-col-0 { 
     566     clear: left; 
     567} 
     568.media-item { 
     569     position: relative; 
     570     border-top: 1px solid #ccc; 
     571     margin-bottom: 1em; 
     572     padding: 5px 0; 
     573} 
     574div.media-list .media-item { 
     575     width: 49%; 
     576     float: left; 
     577     margin-right: 1%; 
     578} 
     579a.media-icon { 
     580     display: block; 
     581     border-bottom: none; 
     582     float: left; 
     583} 
     584.media-icon img { 
     585     display: block; 
     586} 
     587.media-item ul { 
     588     display: block; 
     589     list-style: none; 
     590     margin: 0 0 0 60px; 
     591     padding: 0; 
     592} 
     593li.media-action { 
     594     display: block; 
     595     position: absolute; 
     596     top: 5px; 
     597     right: 5px; 
     598     height: 16px; 
     599} 
     600li.media-action a { 
     601     border: none; 
     602} 
     603li.media-action form { 
     604     display: inline; 
     605} 
     606li.media-action input { 
     607     border: none; 
     608} 
     609/* ------------------------------------------------------------------ preferences */ 
    490610#my-favs ul { 
    491611     list-style-type: none; 
     
    494614     line-height: 1.2; 
    495615} 
    496 #my-favs ul li { 
     616#my-favs li { 
    497617     display: block; 
    498618     float: left; 
     
    513633     display: inline; 
    514634} 
    515  
    516635#default-favs h3 { 
    517636     margin-top: 2em; 
    518637     margin-bottom: 1em; 
    519638} 
    520  
    521639.fav-list { 
    522640     list-style-type: none; 
     
    530648     position: relative; 
    531649} 
    532 .fav-list li img { 
     650.fav-list img { 
    533651     vertical-align: middle; 
    534652     margin-right: .2em; 
     
    549667     border-radius: .5em; 
    550668} 
    551  
    552 /* Help */ 
     669/* -------------------------------------------------------------------- Themes */ 
     670#themes { 
     671     border-bottom: 1px solid #ccc; 
     672     margin: 1em 0; 
     673} 
     674#themes div.theme-details { 
     675     clear: left; 
     676     border-top: 1px solid #ccc; 
     677     padding: 1em 0; 
     678} 
     679#themes div.theme-details:hover { 
     680     background: #eee; 
     681} 
     682#themes div.theme-details div.theme-shot { 
     683     float: left; 
     684} 
     685#themes div.theme-details div.theme-shot img { 
     686     display: block; 
     687     width: 57px; 
     688     height: 50px; 
     689     border: 1px solid #ccc; 
     690} 
     691#themes div.theme-details div.theme-info { 
     692     margin-left: 67px; 
     693} 
     694#themes div.theme-details div.theme-info span.theme-desc { 
     695     display: block; 
     696} 
     697#themes div.theme-details div.theme-info span.theme-version { 
     698     color: #666; 
     699} 
     700#themes div.theme-details div.theme-actions { 
     701     margin-left: 67px; 
     702} 
     703/* Themes list, JS version */ 
     704#themes-wrapper { 
     705} 
     706#theme-box { 
     707     border: 1px solid #999; 
     708     border-left: none; 
     709     padding: 5px; 
     710     float: right; 
     711     height: 420px; 
     712     width: 320px; 
     713     overflow: auto; 
     714} 
     715#theme-box div.theme-shot img { 
     716     display: block; 
     717     margin: 0 0 0 10px; 
     718     width: 280px; 
     719     height: 245px; 
     720     border: 1px solid #ccc; 
     721} 
     722#theme-box div.theme-info { 
     723     margin: 1em 0 0 10px; 
     724} 
     725#theme-box h3 { 
     726     margin: 0; 
     727} 
     728#theme-box div.theme-info span { 
     729     display: block; 
     730} 
     731#theme-box span.theme-version { 
     732     color: #666; 
     733} 
     734#theme-box span.theme-parent-ok { 
     735     color: #666; 
     736} 
     737#theme-box span.theme-parent-missing { 
     738     color: #c00; 
     739     font-weight:bold; 
     740} 
     741#theme-box div.theme-actions { 
     742     margin-left: 10px; 
     743} 
     744#themes-wrapper #themes { 
     745     border: 1px solid #999; 
     746     overflow: auto; 
     747     height: 420px; 
     748     padding: 5px; 
     749     margin: 0; 
     750} 
     751#themes div.theme-details-js { 
     752     float: left; 
     753     width: 120px; 
     754     height: 150px; 
     755     margin: 0 10px 20px; 
     756     padding: 10px 10px 0; 
     757     text-align: center; 
     758     background: #f3f3f3; 
     759     border: 1px solid #f3f3f3; 
     760     cursor: pointer; 
     761     -moz-border-radius: 4px; 
     762     -webkit-border-radius: 4px; 
     763     border-radius: 4px; 
     764} 
     765#themes div.theme-details-js label { 
     766     cursor: pointer; 
     767} 
     768#themes div.theme-details-js.theme-selected { 
     769     background: #E5E3DA; 
     770     border: 1px solid #999; 
     771} 
     772#themes div.theme-details-js div.theme-shot img { 
     773     width: 120px; 
     774     height: 105px; 
     775     border: 1px solid #fff; 
     776} 
     777#themes div.theme-details-js h3 { 
     778     font-family: inherit; 
     779     font-weight: normal; 
     780     margin: 0; 
     781     padding: 0; 
     782} 
     783/* ----------------------------------------------------------  Plugins list */ 
     784#plugins td.action { 
     785     vertical-align: middle; 
     786} 
     787 
     788select.l10n option { 
     789     padding-left: 16px; 
     790} 
     791option.avail10n { 
     792     background: transparent url(../images/check-on.png) no-repeat 0 50%; 
     793} 
     794/* ------------------------------------------------------------------ contextual help */ 
    553795#help { 
    554796     margin-top: 2em; 
     
    573815     color: #444; 
    574816} 
    575 #helplink { 
    576      margin: 0.5em; 
     817.helplink { 
     818     margin-left: 0.5em; 
     819     float: left; 
     820     display: block; 
    577821} 
    578822.help-box { 
     
    600844     padding: 0 5px 1em 5px; 
    601845} 
    602  
    603 /* POPUP */ 
     846.help-content dt { 
     847     font-weight: bold; 
     848     color: #626262; 
     849     margin: 0; 
     850} 
     851.help-content dd { 
     852     margin: 0.3em 0 1.5em 0; 
     853} 
     854/* ------------------------------------------------------------------ popups */ 
    604855body.popup #wrapper, body.popup #top { 
    605856     margin-top: -1.5em; 
     857     float: none; 
    606858} 
    607859body.popup #top h1 { 
     
    623875     border: none; 
    624876} 
    625  
    626 /* CLASSES 
    627 -------------------------------------------------------- */ 
    628  
    629 /* -------------- paragraphe pour bouton Nouveau bidule ----------- */ 
     877/* ------------------------------------------------------------------ messages */ 
     878div.error, p.error,  
     879div.message, p.message,  
     880div.static-msg, p.static-msg { 
     881     padding: 0.5em 0.5em 0.5em 40px; 
     882     margin-bottom: 1em; 
     883     -moz-border-radius: 8px; 
     884     -webkit-border-radius: 8px; 
     885     border-radius: 8px; 
     886} 
     887p.error, p.message, p.static-msg { 
     888     padding-top: 1em; 
     889     padding-bottom: 1em; 
     890} 
     891div.error, p.error { 
     892     background: #e5bfbf url(msg-error.png) no-repeat 5px 5px; 
     893     color: #600; 
     894} 
     895div.message, p.message,  
     896div.static-msg, p.static-msg { 
     897     background: #666 url(msg-std.png) no-repeat 5px 5px; 
     898     color: #fff; 
     899} 
     900div.message a, p.message a,  
     901div.static-msg a, p.static-msg a { 
     902     color: #fff; 
     903} 
     904/* ------------------------------------------------------------------ debug */ 
     905#debug { 
     906     position: absolute; 
     907     top: 0; 
     908     width: 100%; 
     909     height: 4px; 
     910     background: #d99; 
     911} 
     912#debug div { 
     913     display: none; 
     914     padding: 3px 0.5em 2px; 
     915} 
     916#debug p { 
     917     margin: 0.5em 0; 
     918} 
     919#debug:hover { 
     920     height: auto; 
     921} 
     922#debug:hover div { 
     923     display: block; 
     924} 
     925/* -------------------------------------------------------------------- CLASSES COMMUNES */ 
     926 
     927/* paragraphe pour bouton Nouveau bidule */ 
    630928p.top-add { 
    631929     text-align: right; 
     
    640938     vertical-align: middle; 
    641939} 
    642  
    643940/* Si quelque chose a besoin d'être caché sauf pour les revues d'écran */ 
    644941.hidden { 
     
    652949    overflow: hidden; 
    653950    } 
    654  
    655 /* -------------- aide ----------- */ 
    656 .help-content dt { 
    657      font-weight: bold; 
    658      color: #626262; 
    659      margin: 0; 
    660 } 
    661 .help-content dd { 
    662      margin: 0.3em 0 1.5em 0; 
    663 } 
    664  
    665951.clear { 
    666952     clear: both; 
     
    686972     overflow: auto; 
    687973} 
    688  
    689974.grid { 
    690975     background: transparent repeat url('grid.png') 0 0; 
    691976} 
    692  
    693977.line p { 
    694978     margin: 0; 
    695979} 
    696  
    697 div.error, p.error, div.message, p.message, div.static-msg, p.static-msg { 
    698      padding: 0.5em 0.5em 0.5em 40px; 
    699      margin-bottom: 1em; 
    700      -moz-border-radius: 8px; 
    701      -webkit-border-radius: 8px; 
    702      border-radius: 8px; 
    703 } 
    704 p.error, p.message, p.static-msg { 
    705      padding-top: 1em; 
    706      padding-bottom: 1em; 
    707 } 
    708 div.error, p.error { 
    709      background: #e5bfbf url(msg-error.png) no-repeat 5px 5px; 
    710      color: #600; 
    711 } 
    712 div.message, p.message, div.static-msg, p.static-msg { 
    713      background: #666 url(msg-std.png) no-repeat 5px 5px; 
    714      color: #fff; 
    715 } 
    716 div.message a, p.message a, div.static-msg a, p.static-msg a { 
    717      color: #fff; 
    718 } 
    719  
    720980.offline { 
    721981     color: #666; 
    722982} 
    723  
    724983ul.nice { 
    725984     margin: 1em 0; 
     
    731990     padding: 0; 
    732991} 
    733  
    734 .three-cols { 
    735 } 
    736 .three-cols .col { 
    737      width: 32.3%; 
    738      float: left; 
    739      margin-left: 1%; 
    740 } 
    741 .three-cols .col:first-child { 
    742      width: 33.3%; 
    743      margin-left: 0; 
    744 } 
    745 .two-cols { 
    746      position: static; 
    747 } 
    748 .two-cols .col { 
    749      width: 49%; 
    750      margin-left: 2%; 
    751      float: left; 
    752 } 
    753 .two-cols .col:first-child { 
    754      width: 49%; 
    755      margin-left: 0; 
    756 } 
    757 .two-cols .col70{ 
    758      width: 69%; 
    759      margin-left: 0; 
    760      float: left; 
    761 } 
    762 .two-cols .col30 { 
    763      width: 28%; 
    764      margin-left: 2%; 
    765      float: left; 
    766 } 
    767  
     992.zip-dl { 
     993     background: transparent url(package.png) no-repeat 0 50%; 
     994     padding: 5px 0 5px 20px; 
     995} 
     996/* pas trouvé dans le code */ 
    768997.comment { 
    769998     border-top: 2px solid #ccc; 
     
    7781007     right: 0; 
    7791008} 
    780  
    781 /* -------- onglets ------ */ 
    782 .part-tabs ul { 
    783      padding: .3em 0 1px 1em; 
    784      border-bottom: 1px solid #999; 
    785 } 
    786 .part-tabs li { 
    787      list-style: none; 
    788      margin: 0; 
    789      display: inline; 
    790 } 
    791 .part-tabs li a { 
    792      padding: .3em 0.5em; 
    793      margin-right: .5em; 
    794      border: 1px solid #999; 
    795      border-bottom: none; 
    796      background: #dfdfdf; 
    797      text-decoration: none; 
    798      -webkit-border-top-left-radius: .3em; 
    799      -webkit-border-top-right-radius: .3em; 
    800      -moz-border-radius-topleft: .3em; 
    801      -moz-border-radius-topright: .3em; 
    802      border-top-left-radius: .3em; 
    803      border-top-right-radius: .3em; 
    804      color: #000; 
    805 } 
    806 .part-tabs li.part-tabs-link a { 
    807      background: #ffe; 
    808 } 
    809 .part-tabs li a:hover, .part-tabs li a:focus { 
    810      color: #000; 
    811      background: #fff; 
    812      border-bottom-color: #fff; 
    813 } 
    814 .part-tabs li.part-tabs-active a { 
    815      background: #fff; 
    816      border-bottom: 1px solid #fff; 
    817      color: #000; 
    818      font-weight: bold; 
    819 } 
    820  
    821 /* Themes list */ 
    822 #themes { 
    823      border-bottom: 1px solid #ccc; 
    824      margin: 1em 0; 
    825 } 
    826 #themes div.theme-details { 
    827      clear: left; 
    828      border-top: 1px solid #ccc; 
    829      padding: 1em 0; 
    830 } 
    831 #themes div.theme-details:hover { 
    832      background: #eee; 
    833 } 
    834 #themes div.theme-details div.theme-shot { 
    835      float: left; 
    836 } 
    837 #themes div.theme-details div.theme-shot img { 
    838      display: block; 
    839      width: 57px; 
    840      height: 50px; 
    841      border: 1px solid #ccc; 
    842 } 
    843 #themes div.theme-details div.theme-info { 
    844      margin-left: 67px; 
    845 } 
    846 #themes div.theme-details div.theme-info span.theme-desc { 
    847      display: block; 
    848 } 
    849 #themes div.theme-details div.theme-info span.theme-version { 
    850      color: #666; 
    851 } 
    852 #themes div.theme-details div.theme-actions { 
    853      margin-left: 67px; 
    854 } 
    855 /* Themes list, JS version */ 
    856 #themes-wrapper { 
    857 } 
    858 #theme-box { 
    859      border: 1px solid #999; 
    860      border-left: none; 
    861      padding: 5px; 
    862      float: right; 
    863      height: 420px; 
    864      width: 320px; 
    865      overflow: auto; 
    866 } 
    867 #theme-box div.theme-shot img { 
    868      display: block; 
    869      margin: 0 0 0 10px; 
    870      width: 280px; 
    871      height: 245px; 
    872      border: 1px solid #ccc; 
    873 } 
    874 #theme-box div.theme-info { 
    875      margin: 1em 0 0 10px; 
    876 } 
    877 #theme-box h3 { 
    878      margin: 0; 
    879 } 
    880 #theme-box div.theme-info span { 
    881      display: block; 
    882 } 
    883 #theme-box span.theme-version { 
    884      color: #666; 
    885 } 
    886 #theme-box span.theme-parent-ok { 
    887      color: #666; 
    888 } 
    889 #theme-box span.theme-parent-missing { 
    890      color: #c00; 
    891      font-weight:bold; 
    892 } 
    893 #theme-box div.theme-actions { 
    894      margin-left: 10px; 
    895 } 
    896 #themes-wrapper #themes { 
    897      border: 1px solid #999; 
    898      overflow: auto; 
    899      height: 420px; 
    900      padding: 5px; 
    901      margin: 0; 
    902 } 
    903 #themes div.theme-details-js { 
    904      float: left; 
    905      width: 120px; 
    906      height: 150px; 
    907      margin: 0 10px 20px; 
    908      padding: 10px 10px 0; 
    909      text-align: center; 
    910      background: #f3f3f3; 
    911      border: 1px solid #f3f3f3; 
    912      cursor: pointer; 
    913      -moz-border-radius: 4px; 
    914      -webkit-border-radius: 4px; 
    915      border-radius: 4px; 
    916 } 
    917 #themes div.theme-details-js label { 
    918      cursor: pointer; 
    919 } 
    920 #themes div.theme-details-js.theme-selected { 
    921      background: #E5E3DA; 
    922      border: 1px solid #999; 
    923 } 
    924 #themes div.theme-details-js div.theme-shot img { 
    925      width: 120px; 
    926      height: 105px; 
    927      border: 1px solid #fff; 
    928 } 
    929 #themes div.theme-details-js h3 { 
    930      font-family: inherit; 
    931      font-weight: normal; 
    932      margin: 0; 
    933      padding: 0; 
    934 } 
    935  
    936 /* Plugins list */ 
    937 #plugins td.action { 
    938      vertical-align: middle; 
    939 } 
    940 .media-list { 
    941      position: static; 
    942 } 
    943 .media-col-0 { 
    944      clear: left; 
    945 } 
    946 .media-item { 
    947      position: relative; 
    948      border-top: 1px solid #ccc; 
    949      margin-bottom: 1em; 
    950      padding: 5px 0; 
    951 } 
    952 div.media-list .media-item { 
    953      width: 49%; 
    954      float: left; 
    955      margin-right: 1%; 
    956 } 
    957 a.media-icon { 
    958      display: block; 
    959      border-bottom: none; 
    960      float: left; 
    961 } 
    962 .media-icon img { 
    963      display: block; 
    964 } 
    965 .media-item ul { 
    966      display: block; 
    967      list-style: none; 
    968      margin: 0 0 0 60px; 
    969      padding: 0; 
    970 } 
    971 li.media-action { 
    972      display: block; 
    973      position: absolute; 
    974      top: 5px; 
    975      right: 5px; 
    976      height: 16px; 
    977 } 
    978 li.media-action a { 
    979      border: none; 
    980 } 
    981 li.media-action form { 
    982      display: inline; 
    983 } 
    984 li.media-action input { 
    985      border: none; 
    986 } 
    987  
    988 .zip-dl { 
    989      background: transparent url(package.png) no-repeat 0 50%; 
    990      padding: 5px 0 5px 20px; 
    991 } 
    992  
    993 select.l10n option { 
    994      padding-left: 16px; 
    995 } 
    996 option.avail10n { 
    997      background: transparent url(../images/check-on.png) no-repeat 0 50%; 
    998 } 
    999  
    10001009/* TABLES 
    10011010-------------------------------------------------------- */ 
     
    10191028     border-bottom-color: #666; 
    10201029} 
    1021  
    10221030.noborder td, td.noborder, .noborder th, th.noborder { 
    10231031     border-width: 0; 
    10241032} 
    1025  
    10261033table .maximal, table.maximal { 
    10271034     width: 100%; 
     
    10301037     width: 1px; 
    10311038} 
    1032  
    10331039table .nowrap { 
    10341040     white-space: nowrap; 
    10351041     vertical-align: top; 
    10361042} 
    1037  
    10381043td.status { 
    10391044     vertical-align: middle; 
     
    10751080} 
    10761081 
    1077 /* FORMS 
    1078 -------------------------------------------------------- */ 
     1082/* ----------------------------------------------------------------- FORMS */ 
    10791083form { 
    10801084     display: block; 
     
    10821086     padding: 0; 
    10831087} 
    1084  
    10851088fieldset { 
    10861089     display: block; 
     
    11081111     font-weight: normal; 
    11091112} 
    1110  
    11111113input, textarea, select { 
    11121114     background: #f9f9f9; 
     
    11351137     background: transparent; 
    11361138} 
    1137  
    11381139label { 
    11391140     display: block; 
     
    11751176     width: 100%; 
    11761177} 
    1177  
    11781178label.required { 
    11791179     font-weight: bold; 
     
    12001200     top: 0; 
    12011201} 
    1202  
    12031202label .maximal, textarea.maximal, input.maximal { 
    12041203     width: 100%; 
     
    12121211     padding-left: 20px; 
    12131212} 
    1214  
    12151213fieldset.constrained { 
    12161214     margin: 0; 
     
    12201218} 
    12211219 
    1222 #login-screen { 
    1223      display: block; 
    1224      width: 18em; 
    1225      margin: 1.5em auto 0; 
    1226      font-size: 1.1em; 
    1227 } 
    1228 #login-screen h1 { 
    1229      text-indent: -2000px; 
    1230      background: transparent url(dotclear-logo2.png) no-repeat top left; 
    1231      height: 50px; 
    1232      margin-bottom: .5em; 
    1233      margin-left: .5em; 
    1234 } 
    1235 #login-screen fieldset { 
    1236      border: 1px solid #999; 
    1237      padding: 1em 1em 0 1em; 
    1238      -moz-border-radius: 4px; 
    1239      -webkit-border-radius: 4px; 
    1240      border-radius: 4px; 
    1241 } 
    1242 #login-screen input[type=text], #login-screen input[type=password], #login-screen input[type=submit] { 
    1243      width: 100%; 
    1244 } 
    1245 #login-screen #issue { 
    1246      margin-left: 1em; 
    1247      font-size: 1em; 
    1248 } 
    1249 #login-screen #issue strong {font-weight: normal;} 
    1250  
    1251  
    1252 /* ------------------  Tous les boutons -------------------- */ 
     1220/* --------------------------------------------------------------- buttons */ 
    12531221h2 a.button { 
    12541222     color: #333; 
  • admin/style/default.css

    r500 r511  
    5252     font-size: 1.2em; 
    5353} 
     54 
    5455p, div.p { 
    5556     margin: 0 0 1em 0; 
    5657} 
     58 
    5759hr { 
    5860     height: 1px; 
     
    6163     border-style: solid; 
    6264} 
     65 
    6366pre, code { 
    6467     font: 100% "Andale Mono","Courier New",monospace; 
     
    9396     background:transparent; 
    9497     } 
    95 #prelude a { 
     98#prelude li a { 
    9699     color:#fff; 
    97100     } 
     
    279282     margin-bottom: 1em; 
    280283} 
     284 
    281285#main-menu h3 { 
    282286     margin: 0 0 0.5em; 
     
    810814     -webkit-border-bottom-left-radius: 1em; 
    811815     color: #444; 
     816} 
     817.helplink { 
     818     margin-left: 0.5em; 
     819     float: left; 
     820     display: block; 
    812821} 
    813822.help-box { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map