To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / public / themes / classic / stylesheets / application.css @ 441:cbce1fd3b1b7
History | View | Annotate | Download (1.95 KB)
| 1 |
@import url(../../../stylesheets/application.css); |
|---|---|
| 2 |
|
| 3 |
body{ color:#303030; background:#e8eaec; } |
| 4 |
|
| 5 |
#top-menu { font-size: 80%; height: 2em; padding-top: 0.5em; background-color: #578bb8; } |
| 6 |
#top-menu a { font-weight: bold; } |
| 7 |
#header { background: #467aa7; height:5.8em; padding: 10px 0 0 0; } |
| 8 |
#header h1 { margin-left: 6px; } |
| 9 |
#quick-search { margin-right: 6px; } |
| 10 |
#main-menu { background-color: #578bb8; left: 0; border-top: 1px solid #fff; width: 100%; } |
| 11 |
#main-menu li { margin: 0; padding: 0; } |
| 12 |
#main-menu li a { background-color: #578bb8; border-right: 1px solid #fff; font-size: 90%; padding: 4px 8px 4px 8px; font-weight: bold; } |
| 13 |
#main-menu li a:hover { background-color: #80b0da; color: #ffffff; } |
| 14 |
#main-menu li a.selected, #main-menu li a.selected:hover { background-color: #80b0da; color: #ffffff; } |
| 15 |
|
| 16 |
#footer { background-color: #578bb8; border: 0; color: #fff;} |
| 17 |
#footer a { color: #fff; font-weight: bold; } |
| 18 |
|
| 19 |
#main { font:90% Verdana,Tahoma,Arial,sans-serif; background: #e8eaec; } |
| 20 |
#main a { font-weight: bold; color: #467aa7;} |
| 21 |
#main a:hover { color: #2a5a8a; text-decoration: underline; } |
| 22 |
#content { background: #fff; } |
| 23 |
#content .tabs ul { bottom:-1px; } |
| 24 |
|
| 25 |
h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 { border-bottom: 0px; color:#606060; font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
| 26 |
h2, .wiki h1 { letter-spacing:-1px; } |
| 27 |
h4 { border-bottom: dotted 1px #c0c0c0; } |
| 28 |
|
| 29 |
#top-menu a.home, #top-menu a.my-page, #top-menu a.projects, #top-menu a.administration, #top-menu a.help { |
| 30 |
background-position: 0% 40%; |
| 31 |
background-repeat: no-repeat; |
| 32 |
padding-left: 20px; |
| 33 |
padding-top: 2px; |
| 34 |
padding-bottom: 3px; |
| 35 |
} |
| 36 |
|
| 37 |
#top-menu a.home { background-image: url(../images/home.png); } |
| 38 |
#top-menu a.my-page { background-image: url(../../../images/user.png); } |
| 39 |
#top-menu a.projects { background-image: url(../../../images/projects.png); } |
| 40 |
#top-menu a.administration { background-image: url(../images/wrench.png); } |
| 41 |
#top-menu a.help { background-image: url(../../../images/help.png); } |