Dotclear


Ignore:
Timestamp:
07/10/18 13:41:19 (7 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Add a dark mode (user preferences), some refinements to come

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/tags/style.css

    r3447 r3770  
    22 
    33.tag10 { 
    4      font-size: 140%; 
     4  font-size: 140%; 
    55} 
    66 
    77.tag20 { 
    8      font-size: 150%; 
     8  font-size: 150%; 
    99} 
    1010 
    1111.tag30 { 
    12      font-size: 160%; 
     12  font-size: 160%; 
    1313} 
    1414 
    1515.tag40 { 
    16      font-size: 170%; 
     16  font-size: 170%; 
    1717} 
    1818 
    1919.tag50 { 
    20      font-size: 180%; 
     20  font-size: 180%; 
    2121} 
    2222 
    2323.tag60 { 
    24      font-size: 190%; 
     24  font-size: 190%; 
    2525} 
    2626 
    2727.tag70 { 
    28      font-size: 200%; 
     28  font-size: 200%; 
    2929} 
    3030 
    3131.tag80 { 
    32      font-size: 210%; 
     32  font-size: 210%; 
    3333} 
    3434 
    3535.tag90 { 
    36      font-size: 220%; 
     36  font-size: 220%; 
    3737} 
    3838 
    3939.tag100 { 
    40      font-size: 230%; 
     40  font-size: 230%; 
    4141} 
    4242 
    4343table.tags { 
    44      margin-left: 3em; 
     44  margin-left: 3em; 
    4545} 
    4646 
    4747tr.tagLetter span { 
    48      font-size: 250%; 
    49      border: none; 
    50      display: block; 
    51      width: 1ex; 
    52      position: relative; 
    53      top: 0.80em; 
    54      left: -2ex; 
     48  font-size: 250%; 
     49  border: none; 
     50  display: block; 
     51  width: 1ex; 
     52  position: relative; 
     53  top: 0.80em; 
     54  left: -2ex; 
    5555} 
    5656 
    5757ul.metaList { 
    58      margin: 0 0 1em 0; 
    59      padding: 0; 
     58  margin: 0 0 1em 0; 
     59  padding: 0; 
    6060} 
    6161 
    6262ul.metaList li { 
    63      margin: 0; 
    64      padding: 0; 
    65      list-style: none; 
    66      list-style-position: inside; 
    67 } 
    68  
    69  
    70 /* 
    71 a.metaRemove { 
    72      color : #999 !important; 
    73      border: none; 
    74      } 
    75 a.metaRemove:hover, a.metaRemove:focus { 
    76      color : #2373A8 !important; 
    77      } 
    78 .addMeta a { 
    79      border: none; 
    80      } 
    81 .addMeta a:hover, .addMeta a:focus { 
    82      background: #fc0; 
    83      color: #000; 
    84      } 
    85 .addMeta a.metaGetMore { 
    86      font-weight: bold; 
    87      } 
    88 */ 
    89  
    90  
    91 /* Auto Complete */ 
    92  
    93 .ac_results { 
    94      padding: 0px; 
    95      border: 1px dotted #f90; 
    96      background-color: white; 
    97      overflow: hidden; 
    98      z-index: 99999; 
    99 } 
    100  
    101 .ac_results ul { 
    102      width: 100%; 
    103      list-style-position: outside; 
    104      list-style: none; 
    105      padding: 0; 
    106      margin: 0; 
    107 } 
    108  
    109 .ac_results li { 
    110      margin: 0px; 
    111      padding: 2px 5px; 
    112      cursor: default; 
    113      display: block; 
    114      /* 
    115      if width will be 100% horizontal scrollbar will apear 
    116      when scroll mode will be used 
    117      */ 
    118      /*width: 100%;*/ 
    119      font: menu; 
    120      font-size: 1em; 
    121      /* 
    122      it is very important, if line-height not setted or setted 
    123      in relative units scroll will be broken in firefox 
    124      */ 
    125      line-height: 16px; 
    126      overflow: hidden; 
    127 } 
    128  
    129 .ac_loading { 
    130      background: transparent url('index.php?pf=tags/img/loader.gif') right center no-repeat; 
    131 } 
    132  
    133 .ac_odd { 
    134      background-color: #eee; 
    135 } 
    136  
    137 .ac_over { 
    138      background-color: #2373A8; 
    139      color: white; 
     63  margin: 0; 
     64  padding: 0; 
     65  list-style: none; 
     66  list-style-position: inside; 
    14067} 
    14168 
    14269#post_meta_input:focus { 
    143      -moz-box-sizing: content-box; 
     70  -moz-box-sizing: content-box; 
    14471} 
    14572 
    14673#tags-edit input[type=text] { 
    147      width: 11.5em; 
     74  width: 11.5em; 
    14875} 
    14976 
    15077.tag-actions form { 
    151      display: inline-block; 
    152      margin-right: 1.5em; 
     78  display: inline-block; 
     79  margin-right: 1.5em; 
    15380} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map