Dotclear


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r1798 r1801  
    376376     cursor: help; 
    377377     } 
     378input, textarea, select, option, optgroup, legend,label { 
     379     font-size: 1em; 
     380     } 
    378381/* ------------------------------------------------------------------ liens */ 
    379382a, a:link, a:visited { 
     
    398401fieldset { 
    399402     display: block; 
    400      margin: 0 0 1em 0; 
     403     margin: 1em 0; 
    401404     padding: 1em 0.5em; 
    402405     border-width: 1px 0; 
     
    405408     background: #f7f7f7; 
    406409     } 
    407 input, textarea, select, option, optgroup, legend { 
     410input[type=text], textarea { 
    408411     font: 100% "DejaVu Sans","Lucida Grande","Lucida Sans Unicode",Arial,sans-serif; 
    409412     } 
     
    467470     input[type=checkbox], input[type=radio], input[type=file] { 
    468471          border: none; 
    469           margin: 0; 
     472          margin: 0 .33em 0 0; 
    470473          padding: 0; 
    471474          background: transparent; 
     
    508511     } 
    509512     p.field label { 
    510           display: block; 
     513          display: inline-block; 
    511514          width: 14em; 
    512515          } 
    513516     p.field input, p.field select { 
    514           display: inline; 
    515           position: absolute; 
    516           left: 14.5em; 
    517           top: 0; 
     517          display: inline-block; 
    518518          } 
    519519a.form-control { 
     
    556556     line-height: normal !important; 
    557557     display: inline-block; 
    558      vertical-align: top; 
     558     vertical-align: middle; 
    559559     font-size: 12px; /* ie < 9 sucks */ 
    560560     font-size: 1.2rem; 
     
    573573input[type=submit], a.button.submit { 
    574574     color: #fff; 
    575      background-color:#25A6E1; 
    576575     border: 1px solid #2C8FD1; 
    577576     background:-moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%); 
    578577     background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0)); 
    579578     background:linear-gradient(top,#25A6E1 0%,#188BC0 100%); 
    580      filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0); 
     579     background-color:#25A6E1; 
    581580     text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); 
    582581     } 
    583582     input[type=submit]:hover, input[type=submit]:focus, 
    584583     a.button.submit:hover, a.button.submit:focus { 
    585           background:#188BC0; 
    586584          background:-moz-linear-gradient(top,#188BC0 0%,#25A6E1 100%); 
    587585          background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#188BC0),color-stop(100%,#25A6E1)); 
    588586          background:linear-gradient(top,#188BC0 0%,#25A6E1 100%); 
    589           filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1',endColorstr='#25A6E1',GradientType=0); 
     587          background-color:#188BC0; 
    590588          } 
    591589/* suppression, reset, "neutres" fond gris */ 
     
    595593a.button.delete, a.button.reset, a.button { 
    596594     color: #000; 
    597      background-color: #f5f5f5; 
    598595     background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#dfdfdf)); 
    599596     background: -moz-linear-gradient(top,  #f5f5f5,  #dfdfdf); 
     597     background-color: #eee; 
    600598     text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); 
    601599     } 
     
    608606     a.button.delete:hover, a.button.reset:hover, a.button:hover, 
    609607     a.button.delete:focus, a.button.reset:focus, a.button:focus { 
    610           background-color:#e9e9e9; 
    611608          background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) ); 
    612609          background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% ); 
    613           filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9'); 
     610          background-color:#f3f3f3; 
    614611          } 
    615612     /* suppression */ 
     
    665662     border: 1px solid #CCC; 
    666663     } 
    667      input.disabled:hover, input[type=submit].disabled { 
     664     input.disabled:hover, input[type=submit].disabled:hover { 
    668665          color: #676e78; 
    669           background: #DFDFDF; 
     666          background: #eee; 
    670667          border: 1px solid #CCC; 
    671668          } 
     
    983980/* ----------------------------------------------------------------- CONTENT ELEMENTS */ 
    984981.part-tabs ul { 
    985      padding: .5em 0 .3em 1em; 
     982     padding: .5em 0 0 1em; 
    986983     border-bottom: 1px solid #ddd; 
     984     line-height: 2; 
    987985     } 
    988986     .part-tabs li { 
     
    999997               color: #333; 
    1000998               background-color: #ecf0f1; 
     999               display: inline-block; 
    10011000               } 
    10021001          .part-tabs li a:hover, .part-tabs li a:focus { 
     
    10091008               font-weight: bold; 
    10101009               border-bottom-color: #fff; 
    1011                padding-bottom: 7px; /* ie < 9 sucks */ 
    1012                padding-bottom: .7rem; 
    1013           } 
     1010               } 
    10141011     .multi-part { 
    10151012          padding-left: 1em; 
     
    13731370          } 
    13741371          .box.small { 
    1375                width: 300px; 
     1372               width: 280px; 
    13761373               } 
    13771374          .box.large { 
     
    18321829          cursor: default; 
    18331830          display: block; 
    1834           font: menu; 
    18351831          font-size: 1em; 
    18361832          line-height: 16px; 
     
    20802076          #info-box1 select { width: 140px; width: 14rem; } 
    20812077     #main-menu, #main, #content, #content h2, #entry-wrapper, #entry-sidebar, #entry-content,  
    2082      .col, .col30, .col70 { 
     2078     .two-cols .col, .three-cols .col, .two-cols .col30, .two-cols .col70, .two-boxes, .three-boxes { 
    20832079          display:block !important; 
    20842080     width: 98% !important; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map