source: extensions/hr_os/menu.css @ 14974

Last change on this file since 14974 was 9280, checked in by flop25, 13 years ago

ready for 1.0.0

File size: 522 bytes
Line 
1
2#menu {
3        background: url(img/menu.jpg) no-repeat center bottom;
4        height: 34px;
5        line-height:34px;
6}
7
8#menu ul {
9        list-style-type: none;
10        margin: 0;
11        padding: 0;
12        text-align: center;
13}
14
15#menu ul li { display: inline; padding: 1em; }
16
17#menu ul li a
18{
19        text-decoration: none;
20/*      padding: 15px 1em;*/
21        color: #fff;
22        text-transform:uppercase;
23        font-size:12px;
24        font-weight:bold;
25        letter-spacing:1px;
26}
27
28#menu ul li a:link { border: none; }
29#menu ul li a:hover { border-bottom:2px solid #FFFFFF; }
Note: See TracBrowser for help on using the repository browser.