Last change
on this file since 7387 was
5449,
checked in by patdenice, 15 years ago
|
2.1 version with configuration page.
|
File size:
522 bytes
|
Rev | Line | |
---|
[5449] | 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.