source:
remit/media/style/default.css
@
3a0c51b
Last change on this file since 3a0c51b was 3a0c51b, checked in by Alex Dehnert <adehnert@…>, 15 years ago | |
---|---|
|
|
File size: 793 bytes |
Rev | Line | |
---|---|---|
[5cbf234] | 1 | body |
2 | { | |
[3a0c51b] | 3 | padding: 1em; |
4 | background-color: #ddd; | |
5 | } | |
6 | #content | |
7 | { | |
8 | margin: 0; | |
9 | margin-top: 5px; | |
[5cbf234] | 10 | padding: 1em; |
11 | min-height: 15em; | |
12 | border: 1px solid #888; | |
13 | background-color: white; | |
14 | } | |
[3a0c51b] | 15 | ul.tab-navigation |
[5cbf234] | 16 | { |
[3a0c51b] | 17 | margin-left: 0; |
18 | padding-left: 0; | |
19 | display: inline; | |
20 | } | |
21 | ul.tab-navigation li | |
22 | { | |
23 | margin-left: 0; | |
24 | margin-right: -10px; | |
25 | padding: 2px 15px 5px; | |
26 | border: 1px solid #888; | |
27 | background: white; | |
28 | list-style: none; | |
29 | display: inline; | |
30 | border-top-left-radius: 6px; | |
31 | -webkit-border-top-left-radius: 6px; | |
32 | -moz-border-radius-topleft: 6px; | |
33 | } | |
34 | ul.tab-navigation li.selected | |
35 | { | |
36 | background: #99f; | |
[5cbf234] | 37 | } |
[3a0c51b] | 38 | |
39 | /* Reset some stuff */ | |
[a6806bf] | 40 | h1, h2, h3, th |
[d6324a2] | 41 | { |
42 | font-family: "Trebuchet MS", sans-serif; | |
43 | } | |
[3a0c51b] | 44 | ul |
45 | { | |
46 | padding-left: 1em; | |
47 | margin-left: 0; | |
48 | } |
Note: See TracBrowser
for help on using the repository browser.