templates/static/style-coal.css
changeset 7725 6a888d491eaf
parent 7410 f1111704061e
child 8506 93a9f4a0e361
equal deleted inserted replaced
7724:fff6e253e1f6 7725:6a888d491eaf
    61 .menu li.active {
    61 .menu li.active {
    62   background: black;
    62   background: black;
    63   color: white;
    63   color: white;
    64 }
    64 }
    65 
    65 
       
    66 .menu img {
       
    67   width: 75px;
       
    68   height: 90px;
       
    69   border: 0;
       
    70 }
       
    71 
    66 .menu a { color: black; display: block; }
    72 .menu a { color: black; display: block; }
    67 
    73 
    68 .search {
    74 .search {
    69   position: absolute;
    75   position: absolute;
    70   top: .7em;
    76   top: .7em;
    71   right: 2em;
    77   right: 2em;
    72 }
    78 }
    73 
    79 
    74 form.search span {
    80 form.search div#hint {
    75   display: none;
    81   display: none;
    76   position: absolute;
    82   position: absolute;
    77   top: 40px;
    83   top: 40px;
    78   right: 0px;
    84   right: 0px;
    79   width: 190px;
    85   width: 190px;
    83   border: 1px solid yellow;
    89   border: 1px solid yellow;
    84   -moz-border-radius: 5px; /* this works only in camino/firefox */
    90   -moz-border-radius: 5px; /* this works only in camino/firefox */
    85   -webkit-border-radius: 5px; /* this is just for Safari */
    91   -webkit-border-radius: 5px; /* this is just for Safari */
    86 }
    92 }
    87 
    93 
    88 form.search:hover span { display: block; }
    94 form.search:hover div#hint { display: block; }
    89 
    95 
    90 a { text-decoration:none; }
    96 a { text-decoration:none; }
    91 .age { white-space:nowrap; }
    97 .age { white-space:nowrap; }
    92 .date { white-space:nowrap; }
    98 .date { white-space:nowrap; }
    93 .indexlinks { white-space:nowrap; }
    99 .indexlinks { white-space:nowrap; }