Rev 323 | Rev 325 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
169 | tom | 1 | body { |
2 | background-color: #FFFFFF; |
||
3 | color: #000000; |
||
4 | |||
5 | font-family: Droid Sans, Tahoma, sans-serif; |
||
6 | font-size: 11pt; |
||
7 | } |
||
8 | |||
9 | h1 { |
||
10 | font-size: 28pt; |
||
309 | tom | 11 | margin: 8px; |
169 | tom | 12 | margin-top: 0px; |
321 | tom | 13 | color: #FFFFFF; |
324 | tom | 14 | border-bottom: 1px solid #FFFFFF; |
169 | tom | 15 | } |
16 | |||
17 | h2 { |
||
18 | font-size: 20pt; |
||
309 | tom | 19 | margin: 8px; |
169 | tom | 20 | margin-left: 8px; |
21 | color: #00004B; |
||
22 | } |
||
23 | |||
24 | h3 { |
||
25 | font-size: 16pt; |
||
309 | tom | 26 | margin: 8px; |
169 | tom | 27 | margin-left: 10px; |
28 | color: #000055; |
||
29 | } |
||
30 | |||
31 | h4 { |
||
32 | font-size: 12pt; |
||
309 | tom | 33 | margin: 8px; |
169 | tom | 34 | margin-left: 12px; |
35 | color: #00005F; |
||
36 | } |
||
37 | |||
38 | h5 { |
||
39 | font-size: 10pt; |
||
309 | tom | 40 | margin: 8px; |
169 | tom | 41 | margin-left: 14px; |
42 | color: #000069; |
||
43 | } |
||
44 | |||
45 | p, table, span { |
||
46 | font-size: 11pt; |
||
309 | tom | 47 | margin: 8px; |
169 | tom | 48 | margin-left: 16px; |
49 | } |
||
50 | |||
51 | a { |
||
52 | text-decoration: none; |
||
53 | color: #000050; |
||
54 | } |
||
55 | |||
56 | a:hover { |
||
57 | text-decoration: underline; |
||
58 | } |
||
59 | |||
60 | input { |
||
61 | border: 1px solid #000000; |
||
62 | color: #000000; |
||
63 | background-color: #B5D7FF; |
||
274 | tom | 64 | width: 500px; |
169 | tom | 65 | } |
66 | |||
67 | table { |
||
68 | border: 1px solid #222222; |
||
69 | } |
||
70 | |||
71 | td { |
||
72 | padding: 3px; |
||
73 | border: 1px solid #888888; |
||
74 | } |
||
75 | |||
76 | img { |
||
77 | border: 2px solid #333333; |
||
78 | } |
||
79 | |||
203 | tom | 80 | textarea { |
81 | width: 500px; |
||
82 | height: 300px; |
||
83 | } |
||
84 | |||
169 | tom | 85 | .smiley { |
86 | border: 0px; |
||
87 | vertical-align: middle; |
||
88 | } |
||
89 | |||
90 | .sidebar { |
||
91 | left: 0px; |
||
92 | top: 0px; |
||
93 | position: fixed; |
||
94 | padding: 0px; |
||
95 | padding-left: 32px; |
||
315 | tom | 96 | border-right: 0px solid #000089; |
317 | tom | 97 | background-color: #032865; |
169 | tom | 98 | background-image: url('data/sidebar-gradient.png'); |
99 | background-repeat: repeat-x; |
||
100 | background-position: center bottom; |
||
317 | tom | 101 | color: #FFFFFF; |
169 | tom | 102 | } |
103 | |||
104 | .sidebar-header { |
||
105 | left: 0px; |
||
106 | width: 140px; |
||
107 | padding: 6px; |
||
108 | text-align: right; |
||
109 | } |
||
110 | |||
111 | .sidebar-menu { |
||
112 | text-align: right; |
||
113 | padding: 6px; |
||
322 | tom | 114 | color: #FFFFFF; |
169 | tom | 115 | } |
116 | |||
117 | .sidebar-menu h3 { |
||
118 | margin: 6px; |
||
321 | tom | 119 | color: #FFFFFF; |
169 | tom | 120 | } |
121 | |||
122 | .sidebar-menu p { |
||
123 | font-size: 12pt; |
||
124 | margin: 4px; |
||
323 | tom | 125 | } |
126 | |||
127 | .sidebar-menu a { |
||
321 | tom | 128 | color: #FFFFFF; |
169 | tom | 129 | } |
130 | |||
131 | .content { |
||
132 | left: 200px; |
||
133 | top: 0px; |
||
134 | position: absolute; |
||
135 | margin-right: 32px; |
||
136 | } |
||
137 | |||
138 | .bold { |
||
139 | font-weight: bold; |
||
140 | } |
||
141 | |||
142 | .indent { |
||
143 | margin-left: 14px; |
||
144 | border-left: 1px solid #BBBBBB; |
||
145 | } |
||
146 | |||
147 | .code { |
||
148 | border: 1px solid #333333; |
||
149 | background-color: #DDDDDD; |
||
150 | font-family: Droid Sans Mono, Monospace, Fixed; |
||
151 | } |
||
152 |