Dotclear


Ignore:
Timestamp:
07/03/11 22:12:27 (14 years ago)
Author:
kozlika
Branch:
default
Message:

First step for #1247. Il faudra revenir sur les pages media.php, permissions.php, plugins/antispam/index.php (la couleur on verra après ; pour l'instant c'est très voyant, très pratique pour bosser et aussi très gai, na !)

Dans ce commit aussi : réorganisation de la feuille de style pour s'y retrouver plus facilement.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r496 r500  
    1111# -- END LICENSE BLOCK ----------------------------------------- 
    1212*/ 
     13 
     14/* ------------------------------------------------------------------ html */ 
    1315body { 
    1416     font: 75%/1.5em Helvetica,Arial,sans-serif; 
     
    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; 
    4952     font-size: 1.2em; 
    5053} 
    51  
    5254p, div.p { 
    5355     margin: 0 0 1em 0; 
    5456} 
    55  
    5657hr { 
    5758     height: 1px; 
     
    6061     border-style: solid; 
    6162} 
    62  
    6363pre, code { 
    6464     font: 100% "Andale Mono","Courier New",monospace; 
     
    8181/* LAYOUT 
    8282-------------------------------------------------------- */ 
     83/* prelude */ 
    8384#prelude { 
    8485     background: #575859; 
     
    9596     color:#fff; 
    9697     } 
    97  
     98/* header */ 
    9899#header { 
    99100     background: #575859; 
     
    176177     color: #575859; 
    177178} 
     179/* prelude */ 
    178180#wrapper { 
    179181     width: 100%; 
     
    197199     #content:before, #content:after {content:"";display:table;} 
    198200     #content:after {clear:both;} 
    199  
     201/* -------------------------------------------------- layout - multipart */ 
     202.three-cols { 
     203} 
     204.three-cols .col { 
     205     width: 32.3%; 
     206     float: left; 
     207     margin-left: 1%; 
     208} 
     209.three-cols .col:first-child { 
     210     width: 33.3%; 
     211     margin-left: 0; 
     212} 
     213.two-cols { 
     214     position: static; 
     215} 
     216.two-cols .col { 
     217     width: 49%; 
     218     margin-left: 2%; 
     219     float: left; 
     220} 
     221.two-cols .col:first-child { 
     222     width: 49%; 
     223     margin-left: 0; 
     224} 
     225.two-cols .col70{ 
     226     width: 69%; 
     227     margin-left: 0; 
     228     float: left; 
     229} 
     230.two-cols .col30 { 
     231     width: 28%; 
     232     margin-left: 2%; 
     233     float: left; 
     234} 
     235/* -------------------------------------------------------------- layout - onglets */ 
     236.part-tabs ul { 
     237     padding: .3em 0 1px 1em; 
     238     border-bottom: 1px solid #999; 
     239} 
     240.part-tabs li { 
     241     list-style: none; 
     242     margin: 0; 
     243     display: inline; 
     244} 
     245.part-tabs li a { 
     246     padding: .3em 0.5em; 
     247     margin-right: .5em; 
     248     border: 1px solid #999; 
     249     border-bottom: none; 
     250     background: #dfdfdf; 
     251     text-decoration: none; 
     252     -webkit-border-top-left-radius: .3em; 
     253     -webkit-border-top-right-radius: .3em; 
     254     -moz-border-radius-topleft: .3em; 
     255     -moz-border-radius-topright: .3em; 
     256     border-top-left-radius: .3em; 
     257     border-top-right-radius: .3em; 
     258     color: #000; 
     259} 
     260.part-tabs li.part-tabs-link a { 
     261     background: #ffe; 
     262} 
     263.part-tabs li a:hover, .part-tabs li a:focus { 
     264     color: #000; 
     265     background: #fff; 
     266     border-bottom-color: #fff; 
     267} 
     268.part-tabs li.part-tabs-active a { 
     269     background: #fff; 
     270     border-bottom: 1px solid #fff; 
     271     color: #000; 
     272     font-weight: bold; 
     273} 
     274/* ------------------------------------------------------------------ main-menu */ 
    200275#main-menu { 
    201276     width: 13em; 
     
    204279     margin-bottom: 1em; 
    205280} 
    206  
    207281#main-menu h3 { 
    208282     margin: 0 0 0.5em; 
     
    258332     font-weight: bold; 
    259333} 
    260  
     334/* ------------------------------------------------------------------ footer */ 
    261335#footer { 
    262336     clear: both; 
     
    282356     font-weight: normal; 
    283357} 
    284  
    285 #debug { 
    286      position: absolute; 
    287      top: 0; 
     358/* ---------------------------------------------------------------------------- auth.php */ 
     359#login-screen { 
     360     display: block; 
     361     width: 18em; 
     362     margin: 1.5em auto 0; 
     363     font-size: 1.1em; 
     364} 
     365#login-screen h1 { 
     366     text-indent: -2000px; 
     367     background: transparent url(dotclear-logo2.png) no-repeat top left; 
     368     height: 50px; 
     369     margin-bottom: .5em; 
     370     margin-left: .5em; 
     371} 
     372#login-screen fieldset { 
     373     border: 1px solid #999; 
     374     padding: 1em 1em 0 1em; 
     375     -moz-border-radius: 4px; 
     376     -webkit-border-radius: 4px; 
     377     border-radius: 4px; 
     378} 
     379#login-screen input[type=text], #login-screen input[type=password], #login-screen input[type=submit] { 
    288380     width: 100%; 
    289      height: 4px; 
    290      background: #d99; 
    291 } 
    292 #debug div { 
    293      display: none; 
    294      padding: 3px 0.5em 2px; 
    295 } 
    296 #debug p { 
    297      margin: 0.5em 0; 
    298 } 
    299 #debug:hover { 
    300      height: auto; 
    301 } 
    302 #debug:hover div { 
    303      display: block; 
    304 } 
    305  
    306 /* DASHBOARD */ 
     381} 
     382#login-screen #issue { 
     383     margin-left: 1em; 
     384     font-size: 1em; 
     385} 
     386#login-screen #issue strong {font-weight: normal;} 
     387 
     388 
     389/* ------------------------------------------------------------------ dashboard */ 
    307390#dashboard-main { 
    308391     float: left; 
     
    341424     text-decoration: underline; 
    342425} 
    343  
    344426#quick { 
    345427     clear: left; 
     
    357439     color: #666; 
    358440} 
    359  
    360441#dashboard-items { 
    361442     float: left; 
     
    396477     color: #fff; 
    397478} 
    398  
    399 /* POST */ 
     479/* ------------------------------------------------------------------ post */ 
    400480#entry-wrapper { 
    401481     float: left; 
     
    413493     clear: both; 
    414494} 
    415  
    416 /* CATEGORIES */ 
     495/* ------------------------------------------------------------------ categories */ 
    417496#categories { 
    418497     margin: 1em 0 2em; 
     
    444523     width: 100%; 
    445524} 
    446  
    447 /* MEDIA */ 
     525/* ------------------------------------------------------------------ media */ 
    448526#media-icon { 
    449527     float: left; 
     
    468546     height: 500px; 
    469547} 
    470  
    471548#add-file-f { 
    472549     position: relative; 
     
    479556     border: none; 
    480557} 
    481  
    482 /* favorites */ 
     558.media-list { 
     559     position: static; 
     560} 
     561.media-col-0 { 
     562     clear: left; 
     563} 
     564.media-item { 
     565     position: relative; 
     566     border-top: 1px solid #ccc; 
     567     margin-bottom: 1em; 
     568     padding: 5px 0; 
     569} 
     570div.media-list .media-item { 
     571     width: 49%; 
     572     float: left; 
     573     margin-right: 1%; 
     574} 
     575a.media-icon { 
     576     display: block; 
     577     border-bottom: none; 
     578     float: left; 
     579} 
     580.media-icon img { 
     581     display: block; 
     582} 
     583.media-item ul { 
     584     display: block; 
     585     list-style: none; 
     586     margin: 0 0 0 60px; 
     587     padding: 0; 
     588} 
     589li.media-action { 
     590     display: block; 
     591     position: absolute; 
     592     top: 5px; 
     593     right: 5px; 
     594     height: 16px; 
     595} 
     596li.media-action a { 
     597     border: none; 
     598} 
     599li.media-action form { 
     600     display: inline; 
     601} 
     602li.media-action input { 
     603     border: none; 
     604} 
     605/* ------------------------------------------------------------------ preferences */ 
    483606#my-favs ul { 
    484607     list-style-type: none; 
     
    506629     display: inline; 
    507630} 
    508  
    509631#default-favs h3 { 
    510632     margin-top: 2em; 
    511633     margin-bottom: 1em; 
    512634} 
    513  
    514635.fav-list { 
    515636     list-style-type: none; 
     
    542663     border-radius: .5em; 
    543664} 
    544  
    545 /* Help */ 
     665/* -------------------------------------------------------------------- Themes */ 
     666#themes { 
     667     border-bottom: 1px solid #ccc; 
     668     margin: 1em 0; 
     669} 
     670#themes div.theme-details { 
     671     clear: left; 
     672     border-top: 1px solid #ccc; 
     673     padding: 1em 0; 
     674} 
     675#themes div.theme-details:hover { 
     676     background: #eee; 
     677} 
     678#themes div.theme-details div.theme-shot { 
     679     float: left; 
     680} 
     681#themes div.theme-details div.theme-shot img { 
     682     display: block; 
     683     width: 57px; 
     684     height: 50px; 
     685     border: 1px solid #ccc; 
     686} 
     687#themes div.theme-details div.theme-info { 
     688     margin-left: 67px; 
     689} 
     690#themes div.theme-details div.theme-info span.theme-desc { 
     691     display: block; 
     692} 
     693#themes div.theme-details div.theme-info span.theme-version { 
     694     color: #666; 
     695} 
     696#themes div.theme-details div.theme-actions { 
     697     margin-left: 67px; 
     698} 
     699/* Themes list, JS version */ 
     700#themes-wrapper { 
     701} 
     702#theme-box { 
     703     border: 1px solid #999; 
     704     border-left: none; 
     705     padding: 5px; 
     706     float: right; 
     707     height: 420px; 
     708     width: 320px; 
     709     overflow: auto; 
     710} 
     711#theme-box div.theme-shot img { 
     712     display: block; 
     713     margin: 0 0 0 10px; 
     714     width: 280px; 
     715     height: 245px; 
     716     border: 1px solid #ccc; 
     717} 
     718#theme-box div.theme-info { 
     719     margin: 1em 0 0 10px; 
     720} 
     721#theme-box h3 { 
     722     margin: 0; 
     723} 
     724#theme-box div.theme-info span { 
     725     display: block; 
     726} 
     727#theme-box span.theme-version { 
     728     color: #666; 
     729} 
     730#theme-box span.theme-parent-ok { 
     731     color: #666; 
     732} 
     733#theme-box span.theme-parent-missing { 
     734     color: #c00; 
     735     font-weight:bold; 
     736} 
     737#theme-box div.theme-actions { 
     738     margin-left: 10px; 
     739} 
     740#themes-wrapper #themes { 
     741     border: 1px solid #999; 
     742     overflow: auto; 
     743     height: 420px; 
     744     padding: 5px; 
     745     margin: 0; 
     746} 
     747#themes div.theme-details-js { 
     748     float: left; 
     749     width: 120px; 
     750     height: 150px; 
     751     margin: 0 10px 20px; 
     752     padding: 10px 10px 0; 
     753     text-align: center; 
     754     background: #f3f3f3; 
     755     border: 1px solid #f3f3f3; 
     756     cursor: pointer; 
     757     -moz-border-radius: 4px; 
     758     -webkit-border-radius: 4px; 
     759     border-radius: 4px; 
     760} 
     761#themes div.theme-details-js label { 
     762     cursor: pointer; 
     763} 
     764#themes div.theme-details-js.theme-selected { 
     765     background: #E5E3DA; 
     766     border: 1px solid #999; 
     767} 
     768#themes div.theme-details-js div.theme-shot img { 
     769     width: 120px; 
     770     height: 105px; 
     771     border: 1px solid #fff; 
     772} 
     773#themes div.theme-details-js h3 { 
     774     font-family: inherit; 
     775     font-weight: normal; 
     776     margin: 0; 
     777     padding: 0; 
     778} 
     779/* ----------------------------------------------------------  Plugins list */ 
     780#plugins td.action { 
     781     vertical-align: middle; 
     782} 
     783 
     784select.l10n option { 
     785     padding-left: 16px; 
     786} 
     787option.avail10n { 
     788     background: transparent url(../images/check-on.png) no-repeat 0 50%; 
     789} 
     790/* ------------------------------------------------------------------ contextual help */ 
    546791#help { 
    547792     margin-top: 2em; 
     
    590835     padding: 0 5px 1em 5px; 
    591836} 
    592  
    593 /* POPUP */ 
     837.help-content dt { 
     838     font-weight: bold; 
     839     color: #626262; 
     840     margin: 0; 
     841} 
     842.help-content dd { 
     843     margin: 0.3em 0 1.5em 0; 
     844} 
     845/* ------------------------------------------------------------------ popups */ 
    594846body.popup #wrapper, body.popup #top { 
    595847     margin-top: -1.5em; 
     
    614866     border: none; 
    615867} 
    616  
    617 /* CLASSES 
    618 -------------------------------------------------------- */ 
    619  
    620 /* -------------- paragraphe pour bouton Nouveau bidule ----------- */ 
     868/* ------------------------------------------------------------------ messages */ 
     869div.error, p.error,  
     870div.message, p.message,  
     871div.static-msg, p.static-msg { 
     872     padding: 0.5em 0.5em 0.5em 40px; 
     873     margin-bottom: 1em; 
     874     -moz-border-radius: 8px; 
     875     -webkit-border-radius: 8px; 
     876     border-radius: 8px; 
     877} 
     878p.error, p.message, p.static-msg { 
     879     padding-top: 1em; 
     880     padding-bottom: 1em; 
     881} 
     882div.error, p.error { 
     883     background: #e5bfbf url(msg-error.png) no-repeat 5px 5px; 
     884     color: #600; 
     885} 
     886div.message, p.message,  
     887div.static-msg, p.static-msg { 
     888     background: #666 url(msg-std.png) no-repeat 5px 5px; 
     889     color: #fff; 
     890} 
     891div.message a, p.message a,  
     892div.static-msg a, p.static-msg a { 
     893     color: #fff; 
     894} 
     895/* ------------------------------------------------------------------ debug */ 
     896#debug { 
     897     position: absolute; 
     898     top: 0; 
     899     width: 100%; 
     900     height: 4px; 
     901     background: #d99; 
     902} 
     903#debug div { 
     904     display: none; 
     905     padding: 3px 0.5em 2px; 
     906} 
     907#debug p { 
     908     margin: 0.5em 0; 
     909} 
     910#debug:hover { 
     911     height: auto; 
     912} 
     913#debug:hover div { 
     914     display: block; 
     915} 
     916/* -------------------------------------------------------------------- CLASSES COMMUNES */ 
     917 
     918/* paragraphe pour bouton Nouveau bidule */ 
    621919p.top-add { 
    622920     text-align: right; 
     
    631929     vertical-align: middle; 
    632930} 
    633  
    634931/* Si quelque chose a besoin d'être caché sauf pour les revues d'écran */ 
    635932.hidden { 
     
    643940    overflow: hidden; 
    644941    } 
    645  
    646 /* -------------- aide ----------- */ 
    647 .help-content dt { 
    648      font-weight: bold; 
    649      color: #626262; 
    650      margin: 0; 
    651 } 
    652 .help-content dd { 
    653      margin: 0.3em 0 1.5em 0; 
    654 } 
    655  
    656942.clear { 
    657943     clear: both; 
     
    677963     overflow: auto; 
    678964} 
    679  
    680965.grid { 
    681966     background: transparent repeat url('grid.png') 0 0; 
    682967} 
    683  
    684968.line p { 
    685969     margin: 0; 
    686970} 
    687  
    688 div.error, p.error, div.message, p.message, div.static-msg, p.static-msg { 
    689      padding: 0.5em 0.5em 0.5em 40px; 
    690      margin-bottom: 1em; 
    691      -moz-border-radius: 8px; 
    692      -webkit-border-radius: 8px; 
    693      border-radius: 8px; 
    694 } 
    695 p.error, p.message, p.static-msg { 
    696      padding-top: 1em; 
    697      padding-bottom: 1em; 
    698 } 
    699 div.error, p.error { 
    700      background: #e5bfbf url(msg-error.png) no-repeat 5px 5px; 
    701      color: #600; 
    702 } 
    703 div.message, p.message, div.static-msg, p.static-msg { 
    704      background: #666 url(msg-std.png) no-repeat 5px 5px; 
    705      color: #fff; 
    706 } 
    707 div.message a, p.message a, div.static-msg a, p.static-msg a { 
    708      color: #fff; 
    709 } 
    710  
    711971.offline { 
    712972     color: #666; 
    713973} 
    714  
    715974ul.nice { 
    716975     margin: 1em 0; 
     
    722981     padding: 0; 
    723982} 
    724  
    725 .three-cols { 
    726 } 
    727 .three-cols .col { 
    728      width: 32.3%; 
    729      float: left; 
    730      margin-left: 1%; 
    731 } 
    732 .three-cols .col:first-child { 
    733      width: 33.3%; 
    734      margin-left: 0; 
    735 } 
    736 .two-cols { 
    737      position: static; 
    738 } 
    739 .two-cols .col { 
    740      width: 49%; 
    741      margin-left: 2%; 
    742      float: left; 
    743 } 
    744 .two-cols .col:first-child { 
    745      width: 49%; 
    746      margin-left: 0; 
    747 } 
    748 .two-cols .col70{ 
    749      width: 69%; 
    750      margin-left: 0; 
    751      float: left; 
    752 } 
    753 .two-cols .col30 { 
    754      width: 28%; 
    755      margin-left: 2%; 
    756      float: left; 
    757 } 
    758  
     983.zip-dl { 
     984     background: transparent url(package.png) no-repeat 0 50%; 
     985     padding: 5px 0 5px 20px; 
     986} 
     987/* pas trouvé dans le code */ 
    759988.comment { 
    760989     border-top: 2px solid #ccc; 
     
    769998     right: 0; 
    770999} 
    771  
    772 /* -------- onglets ------ */ 
    773 .part-tabs ul { 
    774      padding: .3em 0 1px 1em; 
    775      border-bottom: 1px solid #999; 
    776 } 
    777 .part-tabs li { 
    778      list-style: none; 
    779      margin: 0; 
    780      display: inline; 
    781 } 
    782 .part-tabs li a { 
    783      padding: .3em 0.5em; 
    784      margin-right: .5em; 
    785      border: 1px solid #999; 
    786      border-bottom: none; 
    787      background: #dfdfdf; 
    788      text-decoration: none; 
    789      -webkit-border-top-left-radius: .3em; 
    790      -webkit-border-top-right-radius: .3em; 
    791      -moz-border-radius-topleft: .3em; 
    792      -moz-border-radius-topright: .3em; 
    793      border-top-left-radius: .3em; 
    794      border-top-right-radius: .3em; 
    795      color: #000; 
    796 } 
    797 .part-tabs li.part-tabs-link a { 
    798      background: #ffe; 
    799 } 
    800 .part-tabs li a:hover, .part-tabs li a:focus { 
    801      color: #000; 
    802      background: #fff; 
    803      border-bottom-color: #fff; 
    804 } 
    805 .part-tabs li.part-tabs-active a { 
    806      background: #fff; 
    807      border-bottom: 1px solid #fff; 
    808      color: #000; 
    809      font-weight: bold; 
    810 } 
    811  
    812 /* Themes list */ 
    813 #themes { 
    814      border-bottom: 1px solid #ccc; 
    815      margin: 1em 0; 
    816 } 
    817 #themes div.theme-details { 
    818      clear: left; 
    819      border-top: 1px solid #ccc; 
    820      padding: 1em 0; 
    821 } 
    822 #themes div.theme-details:hover { 
    823      background: #eee; 
    824 } 
    825 #themes div.theme-details div.theme-shot { 
    826      float: left; 
    827 } 
    828 #themes div.theme-details div.theme-shot img { 
    829      display: block; 
    830      width: 57px; 
    831      height: 50px; 
    832      border: 1px solid #ccc; 
    833 } 
    834 #themes div.theme-details div.theme-info { 
    835      margin-left: 67px; 
    836 } 
    837 #themes div.theme-details div.theme-info span.theme-desc { 
    838      display: block; 
    839 } 
    840 #themes div.theme-details div.theme-info span.theme-version { 
    841      color: #666; 
    842 } 
    843 #themes div.theme-details div.theme-actions { 
    844      margin-left: 67px; 
    845 } 
    846 /* Themes list, JS version */ 
    847 #themes-wrapper { 
    848 } 
    849 #theme-box { 
    850      border: 1px solid #999; 
    851      border-left: none; 
    852      padding: 5px; 
    853      float: right; 
    854      height: 420px; 
    855      width: 320px; 
    856      overflow: auto; 
    857 } 
    858 #theme-box div.theme-shot img { 
    859      display: block; 
    860      margin: 0 0 0 10px; 
    861      width: 280px; 
    862      height: 245px; 
    863      border: 1px solid #ccc; 
    864 } 
    865 #theme-box div.theme-info { 
    866      margin: 1em 0 0 10px; 
    867 } 
    868 #theme-box h3 { 
    869      margin: 0; 
    870 } 
    871 #theme-box div.theme-info span { 
    872      display: block; 
    873 } 
    874 #theme-box span.theme-version { 
    875      color: #666; 
    876 } 
    877 #theme-box span.theme-parent-ok { 
    878      color: #666; 
    879 } 
    880 #theme-box span.theme-parent-missing { 
    881      color: #c00; 
    882      font-weight:bold; 
    883 } 
    884 #theme-box div.theme-actions { 
    885      margin-left: 10px; 
    886 } 
    887 #themes-wrapper #themes { 
    888      border: 1px solid #999; 
    889      overflow: auto; 
    890      height: 420px; 
    891      padding: 5px; 
    892      margin: 0; 
    893 } 
    894 #themes div.theme-details-js { 
    895      float: left; 
    896      width: 120px; 
    897      height: 150px; 
    898      margin: 0 10px 20px; 
    899      padding: 10px 10px 0; 
    900      text-align: center; 
    901      background: #f3f3f3; 
    902      border: 1px solid #f3f3f3; 
    903      cursor: pointer; 
    904      -moz-border-radius: 4px; 
    905      -webkit-border-radius: 4px; 
    906      border-radius: 4px; 
    907 } 
    908 #themes div.theme-details-js label { 
    909      cursor: pointer; 
    910 } 
    911 #themes div.theme-details-js.theme-selected { 
    912      background: #E5E3DA; 
    913      border: 1px solid #999; 
    914 } 
    915 #themes div.theme-details-js div.theme-shot img { 
    916      width: 120px; 
    917      height: 105px; 
    918      border: 1px solid #fff; 
    919 } 
    920 #themes div.theme-details-js h3 { 
    921      font-family: inherit; 
    922      font-weight: normal; 
    923      margin: 0; 
    924      padding: 0; 
    925 } 
    926  
    927 /* Plugins list */ 
    928 #plugins td.action { 
    929      vertical-align: middle; 
    930 } 
    931 .media-list { 
    932      position: static; 
    933 } 
    934 .media-col-0 { 
    935      clear: left; 
    936 } 
    937 .media-item { 
    938      position: relative; 
    939      border-top: 1px solid #ccc; 
    940      margin-bottom: 1em; 
    941      padding: 5px 0; 
    942 } 
    943 div.media-list .media-item { 
    944      width: 49%; 
    945      float: left; 
    946      margin-right: 1%; 
    947 } 
    948 a.media-icon { 
    949      display: block; 
    950      border-bottom: none; 
    951      float: left; 
    952 } 
    953 .media-icon img { 
    954      display: block; 
    955 } 
    956 .media-item ul { 
    957      display: block; 
    958      list-style: none; 
    959      margin: 0 0 0 60px; 
    960      padding: 0; 
    961 } 
    962 li.media-action { 
    963      display: block; 
    964      position: absolute; 
    965      top: 5px; 
    966      right: 5px; 
    967      height: 16px; 
    968 } 
    969 li.media-action a { 
    970      border: none; 
    971 } 
    972 li.media-action form { 
    973      display: inline; 
    974 } 
    975 li.media-action input { 
    976      border: none; 
    977 } 
    978  
    979 .zip-dl { 
    980      background: transparent url(package.png) no-repeat 0 50%; 
    981      padding: 5px 0 5px 20px; 
    982 } 
    983  
    984 select.l10n option { 
    985      padding-left: 16px; 
    986 } 
    987 option.avail10n { 
    988      background: transparent url(../images/check-on.png) no-repeat 0 50%; 
    989 } 
    990  
    9911000/* TABLES 
    9921001-------------------------------------------------------- */ 
     
    10101019     border-bottom-color: #666; 
    10111020} 
    1012  
    10131021.noborder td, td.noborder, .noborder th, th.noborder { 
    10141022     border-width: 0; 
    10151023} 
    1016  
    10171024table .maximal, table.maximal { 
    10181025     width: 100%; 
     
    10211028     width: 1px; 
    10221029} 
    1023  
    10241030table .nowrap { 
    10251031     white-space: nowrap; 
    10261032     vertical-align: top; 
    10271033} 
    1028  
    10291034td.status { 
    10301035     vertical-align: middle; 
     
    10661071} 
    10671072 
    1068 /* FORMS 
    1069 -------------------------------------------------------- */ 
     1073/* ----------------------------------------------------------------- FORMS */ 
    10701074form { 
    10711075     display: block; 
     
    10731077     padding: 0; 
    10741078} 
    1075  
    10761079fieldset { 
    10771080     display: block; 
     
    10991102     font-weight: normal; 
    11001103} 
    1101  
    11021104input, textarea, select { 
    11031105     background: #f9f9f9; 
     
    11261128     background: transparent; 
    11271129} 
    1128  
    11291130label { 
    11301131     display: block; 
     
    11661167     width: 100%; 
    11671168} 
    1168  
    11691169label.required { 
    11701170     font-weight: bold; 
     
    11911191     top: 0; 
    11921192} 
    1193  
    11941193label .maximal, textarea.maximal, input.maximal { 
    11951194     width: 100%; 
     
    12031202     padding-left: 20px; 
    12041203} 
    1205  
    12061204fieldset.constrained { 
    12071205     margin: 0; 
     
    12111209} 
    12121210 
    1213 #login-screen { 
    1214      display: block; 
    1215      width: 18em; 
    1216      margin: 1.5em auto 0; 
    1217      font-size: 1.1em; 
    1218 } 
    1219 #login-screen h1 { 
    1220      text-indent: -2000px; 
    1221      background: transparent url(dotclear-logo2.png) no-repeat top left; 
    1222      height: 50px; 
    1223      margin-bottom: .5em; 
    1224      margin-left: .5em; 
    1225 } 
    1226 #login-screen fieldset { 
    1227      border: 1px solid #999; 
    1228      padding: 1em 1em 0 1em; 
    1229      -moz-border-radius: 4px; 
    1230      -webkit-border-radius: 4px; 
    1231      border-radius: 4px; 
    1232 } 
    1233 #login-screen input[type=text], #login-screen input[type=password], #login-screen input[type=submit] { 
    1234      width: 100%; 
    1235 } 
    1236 #login-screen #issue { 
    1237      margin-left: 1em; 
    1238      font-size: 1em; 
    1239 } 
    1240 #login-screen #issue strong {font-weight: normal;} 
    1241  
    1242  
    1243 /* ------------------  Tous les boutons -------------------- */ 
     1211/* --------------------------------------------------------------- buttons */ 
    12441212h2 a.button { 
    12451213     color: #333; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map