Changeset 355 for trunk/style-klask.css


Ignore:
Timestamp:
Nov 4, 2017, 4:04:41 PM (8 years ago)
Author:
g7moreau
Message:
  • All rework. Put everything on just one web page !
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/style-klask.css

    r354 r355  
    113113   }
    114114
     115img.map {
     116   height          : 100%;
     117   width           : 100%;
     118   object-fit      : contain;
     119   padding-top     : 3ex;
     120   padding-bottom  : 2ex;
     121   }
     122
    115123#navbar ul {
    116124   list-style      : none;
     
    120128
    121129#navbar li {
    122    float           : left;
    123    margin          : 0;
     130   background      : #333;
    124131   border          : 1px solid #BBB;
    125132   border-bottom-width     : 0;
    126133   border-top-left-radius  : 1.5ex;
    127134   border-top-right-radius : 1.5ex;
    128    background      : #333;
     135   color           : #FFF;
     136   display         : block;
     137   float           : left;
     138   font-family     : Verdana;
     139   font-size       : 110%;
     140   margin          : 0;
     141   padding         : 0.8ex 2.5ex;
     142   text-align      : center;
     143   text-decoration : none;
     144   width           : 20ex;
    129145   }
    130146
     
    133149   }
    134150
    135 #navbar a {
    136    text-decoration : none;
    137    font-family     : Verdana;
    138    font-size       : 110%;
    139    display         : block;
    140    padding         : 0.8ex 2.5ex;
    141    color           : #FFF;
    142    width           : 20ex;
    143    text-align      : center;
    144    border-top-left-radius  : 1.5ex;
    145    border-top-right-radius : 1.5ex;
    146    }
    147 
    148151#navbar #selected {
    149152   border-color    : #333;
    150    background      : white;
    151    }
    152 
    153 #navbar #selected a {
    154153   position        : relative;
    155154   top             : 1px;
Note: See TracChangeset for help on using the changeset viewer.