author | Michael Krelin <hacker@klever.net> | 2005-04-01 22:23:54 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2005-04-01 22:23:54 (UTC) |
commit | 8e7ab6661815e333ee9377c2655a03aee89372c2 (patch) (unidiff) | |
tree | 9bd424c20665b85a46ba26e38a7504ed7ad7cf68 /htdocs/style.css | |
parent | d379841850daab4693d596784b790b13e20e3a03 (diff) | |
download | sitecing-8e7ab6661815e333ee9377c2655a03aee89372c2.zip sitecing-8e7ab6661815e333ee9377c2655a03aee89372c2.tar.gz sitecing-8e7ab6661815e333ee9377c2655a03aee89372c2.tar.bz2 |
added a quick reference section
-rw-r--r-- | htdocs/style.css | 55 |
1 files changed, 53 insertions, 2 deletions
diff --git a/htdocs/style.css b/htdocs/style.css index 83e308f..96e4c59 100644 --- a/htdocs/style.css +++ b/htdocs/style.css | |||
@@ -1,58 +1,59 @@ | |||
1 | body { | 1 | body { |
2 | font-family: sans-serif; | 2 | font-family: sans-serif; |
3 | font-size: 11pt; | 3 | font-size: 11pt; |
4 | } | 4 | } |
5 | 5 | ||
6 | a { | 6 | a:link, a:visited { |
7 | text-decoration: none; | 7 | text-decoration: none; |
8 | } | 8 | } |
9 | a:hover { | 9 | a:link:hover, a:visited:hover { |
10 | text-decoration: underline; | 10 | text-decoration: underline; |
11 | } | 11 | } |
12 | p { | 12 | p { |
13 | margin: 1ex 1em; | 13 | margin: 1ex 1em; |
14 | text-indent: 2em; | 14 | text-indent: 2em; |
15 | text-align: justify; | 15 | text-align: justify; |
16 | } | 16 | } |
17 | p.note { | 17 | p.note { |
18 | margin-left: 10%; | 18 | margin-left: 10%; |
19 | border-width: 1px 1px 1px 6px; | 19 | border-width: 1px 1px 1px 6px; |
20 | border-color: gray gray gray #0000a0; | 20 | border-color: gray gray gray #0000a0; |
21 | border-style: solid solid solid double; | 21 | border-style: solid solid solid double; |
22 | padding: 1ex 1ex 1ex 2em; | 22 | padding: 1ex 1ex 1ex 2em; |
23 | font-size: 80%; | 23 | font-size: 80%; |
24 | background: #c0c0e0; | 24 | background: #c0c0e0; |
25 | color: #202020; | 25 | color: #202020; |
26 | } | 26 | } |
27 | code a, | ||
27 | code { | 28 | code { |
28 | color: #d04040; | 29 | color: #d04040; |
29 | } | 30 | } |
30 | em { | 31 | em { |
31 | white-space: nowrap; | 32 | white-space: nowrap; |
32 | } | 33 | } |
33 | 34 | ||
34 | div.google_ad { | 35 | div.google_ad { |
35 | text-align: center; | 36 | text-align: center; |
36 | margin: 1ex; | 37 | margin: 1ex; |
37 | } | 38 | } |
38 | div.google_ad.top { | 39 | div.google_ad.top { |
39 | padding-bottom: 1ex; | 40 | padding-bottom: 1ex; |
40 | border-bottom: 1px gray solid; | 41 | border-bottom: 1px gray solid; |
41 | } | 42 | } |
42 | div.google_ad.bottom { | 43 | div.google_ad.bottom { |
43 | padding-top: 1ex; | 44 | padding-top: 1ex; |
44 | border-top: 1px gray solid; | 45 | border-top: 1px gray solid; |
45 | } | 46 | } |
46 | 47 | ||
47 | div#sidepanel { | 48 | div#sidepanel { |
48 | position: absolute; top: 0px; left: 0px; | 49 | position: absolute; top: 0px; left: 0px; |
49 | margin: 0px; | 50 | margin: 0px; |
50 | width: 20%; | 51 | width: 20%; |
51 | font-size: 80%; | 52 | font-size: 80%; |
52 | } | 53 | } |
53 | div#content { | 54 | div#content { |
54 | position: absolute; top: 0px; right: -0px; | 55 | position: absolute; top: 0px; right: -0px; |
55 | margin: 0px; | 56 | margin: 0px; |
56 | width: 80%; | 57 | width: 80%; |
57 | } | 58 | } |
58 | 59 | ||
@@ -89,67 +90,78 @@ div#sidepanel li { | |||
89 | margin: 0px; padding: 0px; | 90 | margin: 0px; padding: 0px; |
90 | display: block; | 91 | display: block; |
91 | } | 92 | } |
92 | div#sidepanel ul a { | 93 | div#sidepanel ul a { |
93 | display: block; | 94 | display: block; |
94 | padding: 1px 1ex; | 95 | padding: 1px 1ex; |
95 | margin: 0.5ex; | 96 | margin: 0.5ex; |
96 | border: 1px solid gray; | 97 | border: 1px solid gray; |
97 | text-decoration: none; | 98 | text-decoration: none; |
98 | background: white; | 99 | background: white; |
99 | color: black; | 100 | color: black; |
100 | } | 101 | } |
101 | div#sidepanel ul a:hover { | 102 | div#sidepanel ul a:hover { |
102 | background: gray; | 103 | background: gray; |
103 | color: white; | 104 | color: white; |
104 | } | 105 | } |
105 | div#sidepanel ul ul a { | 106 | div#sidepanel ul ul a { |
106 | padding-left: 2.5ex; | 107 | padding-left: 2.5ex; |
107 | background: #e0e0e0; | 108 | background: #e0e0e0; |
108 | } | 109 | } |
109 | div#sidepanel div.copyright { | 110 | div#sidepanel div.copyright { |
110 | text-align: center; | 111 | text-align: center; |
111 | } | 112 | } |
112 | 113 | ||
113 | div#content h1 { | 114 | div#content h1 { |
114 | font-size: 140%; | 115 | font-size: 140%; |
115 | color: gray; | 116 | color: gray; |
116 | font-weight: bold; | 117 | font-weight: bold; |
117 | text-align: center; | 118 | text-align: center; |
118 | margin: 1em; | 119 | margin: 1em; |
119 | clear: both; | 120 | clear: both; |
120 | } | 121 | } |
122 | div#content h2 { | ||
123 | font-size: 140%; | ||
124 | color: #8080a0; | ||
125 | font-weight: bold; | ||
126 | text-align: center; | ||
127 | margin: 1em; | ||
128 | clear: both; | ||
129 | } | ||
121 | div#content p a { | 130 | div#content p a { |
122 | font-weight: bold; | 131 | font-weight: bold; |
123 | } | 132 | } |
133 | div#content p a.internal { | ||
134 | font-weight: inherit !important; | ||
135 | } | ||
124 | 136 | ||
125 | div.insert { | 137 | div.insert { |
126 | text-align: center; | 138 | text-align: center; |
127 | } | 139 | } |
128 | iframe#insert { | 140 | iframe#insert { |
129 | border: 1px solid black; | 141 | border: 1px solid black; |
130 | } | 142 | } |
131 | 143 | ||
132 | div.source h1 { | 144 | div.source h1 { |
133 | background: #e0e0e0; | 145 | background: #e0e0e0; |
134 | border: 1px solid #808080; | 146 | border: 1px solid #808080; |
135 | padding-left: 1em; | 147 | padding-left: 1em; |
136 | margin: 0px; | 148 | margin: 0px; |
137 | font-size: 100%; | 149 | font-size: 100%; |
138 | color: #000060; | 150 | color: #000060; |
139 | overflow: hidden; | 151 | overflow: hidden; |
140 | } | 152 | } |
141 | div.source ul { | 153 | div.source ul { |
142 | background: #80c0c0; | 154 | background: #80c0c0; |
143 | margin: 0px; | 155 | margin: 0px; |
144 | padding: 1px 0px; | 156 | padding: 1px 0px; |
145 | font-family: monospace; | 157 | font-family: monospace; |
146 | font-size: 80%; | 158 | font-size: 80%; |
147 | overflow: hidden; | 159 | overflow: hidden; |
148 | width:100%; | 160 | width:100%; |
149 | } | 161 | } |
150 | div.source li { | 162 | div.source li { |
151 | list-style-type: none; | 163 | list-style-type: none; |
152 | white-space: nowrap; | 164 | white-space: nowrap; |
153 | margin: 0px 0.5ex; | 165 | margin: 0px 0.5ex; |
154 | } | 166 | } |
155 | 167 | ||
@@ -174,32 +186,71 @@ ul.sourcebrowser li.file a { | |||
174 | text-decoration: none; | 186 | text-decoration: none; |
175 | font-family: monospace; | 187 | font-family: monospace; |
176 | } | 188 | } |
177 | ul.sourcebrowser li.file a:hover { | 189 | ul.sourcebrowser li.file a:hover { |
178 | background: gray; | 190 | background: gray; |
179 | border: 1px solid black; | 191 | border: 1px solid black; |
180 | color: white; | 192 | color: white; |
181 | } | 193 | } |
182 | 194 | ||
183 | div.prevnext { | 195 | div.prevnext { |
184 | margin: 1ex; | 196 | margin: 1ex; |
185 | } | 197 | } |
186 | div.prevnext a { | 198 | div.prevnext a { |
187 | margin: 0.5ex 1em; padding: 0.2ex 0.5ex; | 199 | margin: 0.5ex 1em; padding: 0.2ex 0.5ex; |
188 | display: block; width: 30%; | 200 | display: block; width: 30%; |
189 | border: solid 1px gray; | 201 | border: solid 1px gray; |
190 | color: black; | 202 | color: black; |
191 | text-decoration: none; | 203 | text-decoration: none; |
192 | } | 204 | } |
193 | div.prevnext a.prevnext-prev { | 205 | div.prevnext a.prevnext-prev { |
194 | float: left; | 206 | float: left; |
195 | text-align: left; | 207 | text-align: left; |
196 | } | 208 | } |
197 | div.prevnext a.prevnext-next { | 209 | div.prevnext a.prevnext-next { |
198 | float: right; | 210 | float: right; |
199 | text-align: right; | 211 | text-align: right; |
200 | } | 212 | } |
201 | div.prevnext a:hover { | 213 | div.prevnext a:hover { |
202 | background: gray; | 214 | background: gray; |
203 | border: black 1px solid; | 215 | border: black 1px solid; |
204 | color: white; | 216 | color: white; |
205 | } | 217 | } |
218 | |||
219 | ul.quickref.toc { | ||
220 | margin: 1em 20%; | ||
221 | font-size: 90%; | ||
222 | border: solid 1px gray; | ||
223 | } | ||
224 | |||
225 | dl.quickref { | ||
226 | margin: 1ex 1em; | ||
227 | } | ||
228 | dl.quickref dt { | ||
229 | margin: 0.4ex; | ||
230 | padding: 2px 0.5ex; | ||
231 | background: #e0e0e0; | ||
232 | display: compact; | ||
233 | } | ||
234 | dl.quickref dd { | ||
235 | margin: 0px 0.4ex 0.4ex 10%; | ||
236 | padding: 0px; | ||
237 | border: 1px solid grey; | ||
238 | } | ||
239 | dl.quickref code kbd { | ||
240 | font-style: italic; | ||
241 | color: #0000c0; | ||
242 | } | ||
243 | dl.quickref blockquote { | ||
244 | background: #ffffc0; | ||
245 | padding: 4px; | ||
246 | border: dotted 1px gray; | ||
247 | font-family: monospace; | ||
248 | } | ||
249 | dl.quickref blockquote em { | ||
250 | display: block; | ||
251 | font-family: inherit !important; | ||
252 | font-size: inherit !important; | ||
253 | font-weight: inherit !important; | ||
254 | font-style: inherit !important; | ||
255 | background: #ffc0c0; | ||
256 | } | ||