Carriage return.
[archweb_dev-nj.git] / media / arch.css
blobec00eb314ea98f756ac24a8d1a83c1e020678485
1 * { margin: 0; padding: 0; }
2 * ul { padding: 10px 20px; }
3 body {
4 min-width: 600px;
5 background: url("/media/titlebar.png") repeat-x top left #fff;
6 padding: 0 30px;
7 color: #46494d;
8 font-size: 14px;
9 font-family: "DejaVu Sans", "Bitstream Vera Sans", "Lucida Grande", Arial, sans-serif;
12 * Divs
14 #head_container {
15 height: 220px;
17 #main_nav {
18 position: absolute;
19 top: 123px;
20 right: 30px;
21 width: 600px;
22 background: #333;
24 #dev_nav {
25 position: absolute;
26 top: 149px;
27 right: 30px;
28 width: 600px;
29 background: #1793d1;
31 #main_nav ul, #dev_nav ul {
32 list-style: none;
33 margin: 0;
34 padding: 0;
36 #main_nav ul li, #dev_nav ul li {
37 display: block;
38 float: right;
39 margin: 0 3px;
40 padding: 0;
41 text-align: center;
42 font-size: 13px;
43 line-height: 26px;
45 #main_nav ul li.selected {
46 background: #1793d1;
48 #dev_nav ul li.selected {
49 background: #333;
51 #main_nav ul li a, #dev_nav ul li a {
52 display: block;
53 padding: 0 8px;
54 color: #fff;
55 font-weight: bold;
56 text-decoration: none;
58 #main_nav ul li a:hover {
59 background: #1793d1;
61 .box-smalltext {
62 font-size: small;
63 /*position: relative;*/
64 top: 0px;
65 background: #f6efe0;
66 border: 1px solid #eee4cb;
67 padding: 10px;
69 #ads {
70 z-index: 0;
71 position: absolute;
72 top: 40px;
73 right: 10px;
75 #logo {
76 z-index: 1;
77 position: absolute;
78 top: 10px;
79 left: 25px;
80 width: 350px;
82 #logo h1#archtitle {
83 text-indent: -9999px;
84 margin: 0;
85 padding: 0;
87 #logo h1#archtitle a {
88 display: block;
89 background: transparent url("/media/titlelogo.png") top left no-repeat;
90 width: 350px;
91 height: 103px;
93 #devlist {
94 width: 80%;
95 padding: 10px;
96 margin-left: auto;
97 margin-right: auto;
98 border-top: 1px dashed black;
99 border-bottom: 1px dashed black;
100 text-align: center;
102 .clear {
103 clear: both;
104 margin: 0;
105 padding: 0;
107 .right {
108 float: right;
109 width: 320px;
110 padding: 0 10px 10px 0;
112 .left {
113 padding: 10px;
114 margin: 0 360px 0 0;
116 .left p {
117 padding-bottom: 10px;
119 .box {
120 padding: 10px;
121 background: #f0f0f0;
122 border: 1px solid #d9d9d9;
124 .greybox {
125 padding: 10px;
126 background: #f6efe0;
127 border: 1px solid #eee4cb;
129 div.listing {
130 padding-right: 10px;
132 .error {
133 color: #dd0000;
134 font-size: small;
136 .foot {
137 clear: both;
138 padding: 2em 0;
139 text-align: center;
140 font-size: 0.75em;
141 line-height: 1.5em;
143 #search {
144 float: right;
145 position: relative;
146 top: -1em;
147 font-size: 0.8em;
149 #search input {
150 background: #f6efe0;
151 border: 1px solid #eee4cb;
153 .smalltext {
154 text-align: right;
155 font-size: x-small;
158 * Headers
160 h2 {
161 margin: 20px 0 10px 0;
163 h2.title {
164 border-bottom: 1px solid #46494d;
166 h3 {
167 margin-bottom: 10px;
169 h3.title {
170 text-align: right;
171 border-bottom: 1px solid #46494d;
173 h4.title {
174 text-align: left;
175 border-bottom: 1px solid #46494d;
177 h4.news {
178 border-bottom: 1px dotted #0771a6;
179 margin-bottom: .25em;
180 padding-bottom: .2em;
182 div.listing h4 {
183 color: #fff;
184 background: #0771a6;
185 padding: 3px;
188 * Paragraphs, Anchors, Images
191 padding-bottom: 20px;
193 p.news {
194 font-size: small;
197 color: #0771a6;
198 text-decoration: none;
200 a:hover {
201 color: #333;
202 text-decoration: underline;
204 #about {
205 position: relative;
206 top: -9px;
208 ol {
209 padding-left: 45px;
211 ul.small {
212 list-style: none;
213 font-size: x-small;
215 ul.links {
216 list-style: none;
217 font-size: small;
218 padding: 0px 0px 20px 20px;
220 img {
221 border: none;
223 hr {
224 border: none;
225 border-top: 1px solid #46494d;
227 .greybox input, button, textarea, select {
228 background: #e1e3e6;
229 border: 1px solid #8faecd;
231 .box input, button {
232 padding: 2px;
233 background: #c1c3f6;
234 font-size: x-small;
235 border: 1px solid #8faecd;
237 button#f_trigger {
238 background: #e1e3e6;
241 * Table stuff
243 table.center {
244 margin-left: auto;
245 margin-right: auto;
247 table#releases {
248 font-size: small;
249 width: 100%;
251 table#releases td {
252 padding-right: 20px;
254 table#repolinks {
255 font-size: small;
256 width: 100%;
258 table#repolinks td {
259 text-align: right;
261 table#repolinks th {
262 text-align: left;
264 table#art {
265 text-align: center;
266 margin-left: auto;
267 margin-right: auto;
269 .devpic {
270 vertical-align: top;
271 padding-right: 15px;
273 .devpic img {
274 padding-top: 25px;
276 table.deventry {
277 padding-bottom: 25px;
279 .deventry th {
280 text-align: left;
281 vertical-align: top;
282 white-space: nowrap;
284 .deventry td {
285 width: 100%;
287 table.results {
288 padding: 0px;
289 border-collapse: collapse;
291 .results th {
292 background: #e1e3e6;
293 border-bottom: 1px solid #46494d;
294 border-top: 1px solid #46494d;
295 text-align: left;
296 padding-top: 0px;
297 padding-bottom: 0px;
298 padding-right: 5px;
300 .results th>a {
301 text-decoration: none;
302 color: #46494d;
304 .results td {
305 padding-right: 5px;
306 vertical-align: top;
307 font-size: 0.8em;
309 .listing th {
310 font-size: small;
311 vertical-align: top;
312 text-align: left;
313 padding: 2px;
315 .listing td {
316 font-size: small;
317 padding: 2px;
319 blockquote.code {
320 background: #d0d0d0;
321 border: 1px solid #bbb;
322 margin-left: auto;
323 margin-right: auto;
324 white-space: nowrap;
325 padding: 5px;
326 font-family: "DejaVu Sans Mono", "Bitstream Vera Sans Mono", Courier, "Courier New", Monospace;
329 * Wiki Styles
331 h1.wiki {
332 border-bottom: 1px solid #46494d;
334 div.wikifoot_l {
335 font-size: x-small;
336 text-align: left;
337 padding-top: 25px;
339 div.wikifoot_r {
340 font-size: x-small;
341 text-align: right;
342 float: right;
343 padding-top: 25px;
345 .wikibody {
346 padding-top: 15px;
348 .wikibody ol {
349 padding-left: 28px;
350 padding-top: 0px;
352 .wikibody ul {
353 padding-left: 25px;
354 padding-top: 0px;
356 .wikibody dd {
357 padding-left: 30px;
359 .wikibody pre code {
360 background: #c1c3f6;
361 border: 1px solid #8faecd;
362 margin-left: auto;
363 margin-right: auto;
364 white-space: nowrap;
365 padding: 5px;
366 font-family: "DejaVu Sans Mono", "Bitstream Vera Sans Mono", Courier, "Courier New", Monospace;
368 .wikibody blockquote {
369 padding-left: 30px;
371 .wikibody td {
372 padding: 5px;
373 border: 1px solid black;
376 /* Used by Django's FormWrappers */
377 textarea.vLargeTextField {
378 width: 450px;
379 height: 250px;
381 .pkgr2 {
382 background-color: #eee4cb;