Changeset 339


Ignore:
Timestamp:
Oct 31, 2017, 10:48:00 PM (6 years ago)
Author:
g7moreau
Message:
  • error between color and background color...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/style-klask.css

    r338 r339  
    11
    22h1{
    3    text-align  : center;
    4    font-family : Verdana;
    5    font-size   : 120%;
    6    margin      : 2.5ex;
     3   text-align      : center;
     4   font-family     : Verdana;
     5   font-size       : 120%;
     6   margin          : 2.5ex;
    77   }
    88
    99table.sortable {
    10    border-collapse    : collapse;
    11    font-family        : Verdana;
     10   border-collapse : collapse;
     11   font-family     : Verdana;
    1212   }
    1313
     
    1919
    2020table.sortable th {
    21    color           : #333;
    22    background      : #000;
     21   color           : #FFF;
     22   background      : #333;
    2323   }
    2424
     
    4040
    4141table.sortable td {
    42    border        : 1px solid #AAA;
    43    border-top    : 1px solid #AAA;
    44    border-bottom : 1px solid #AAA;
    45    border-left   : 1px solid #AAA;
    46    border-right  : 1px solid #AAA;
     42   border          : 1px solid #AAA;
     43   border-top      : 1px solid #AAA;
     44   border-bottom   : 1px solid #AAA;
     45   border-left     : 1px solid #AAA;
     46   border-right    : 1px solid #AAA;
    4747   }
    4848
     
    7373   }
    7474
    75 .circle {
    76    padding        : 2ex;
    77    border-radius  : 50%;
    78    color          : #FFF;
    79    text-align     : center;
    80    background     : #333;
     75a.circle {
     76   padding         : 2ex;
     77   border-radius   : 50%;
     78   color           : #FFF;
     79   text-align      : center;
     80   background      : #333;
    8181   }
    8282
    83 .circle a {
    84    text-decoration: none;
     83a.circle {
     84   text-decoration : none;
    8585   }
    8686
    87 .circle a:hover {
    88    background: #AAA;
     87a:hover.circle {
     88   background      : #AAA;
    8989   }
    9090
Note: See TracChangeset for help on using the changeset viewer.