Mercurial > boosterpack
comparison style.css @ 4:90181bbf7a0c boosterpack
[svn r6] added Dylan's awesome stuff.
author | robert |
---|---|
date | Tue, 08 Sep 2009 06:05:47 -0400 |
parents | |
children | e91d6f908222 |
comparison
equal
deleted
inserted
replaced
3:2e849c856026 | 4:90181bbf7a0c |
---|---|
1 /* RESETS */ | |
2 body,html{overflow:hidden;} | |
3 body,html,ul,ol,h1,h2,h3,h4,h5,h6,div,span,table,tr,td,input{margin:0;padding:0;font:12px Arial,Helvetica,Verdana,sans-serif} | |
4 ul{list-style-type:none;} | |
5 | |
6 h1{font-size:170%;margin-right:1em;color:#026;display:block;margin-bottom:6px;} | |
7 h3{font-weight:bolder;display:inline;} | |
8 | |
9 /* MAIN BODY */ | |
10 body{padding:6px;padding-top:75px;} | |
11 | |
12 | |
13 #footer{position:absolute;left:6px;bottom:6px;right:6px;padding:4px 0px;padding-left:6px;} | |
14 #result{display:inline;color:#333;} | |
15 | |
16 | |
17 #header{position:absolute;top:3px;left:6px;right:6px; | |
18 background:#8be; | |
19 | |
20 height:60px; | |
21 overflow:hidden; | |
22 padding:8px; | |
23 padding-bottom:0px; | |
24 padding-right:0px; | |
25 } | |
26 #header *{vertical-align:middle;} | |
27 | |
28 | |
29 | |
30 /* OUTPUT */ | |
31 #out1{ | |
32 border:1px solid #888; | |
33 position:absolute;left:6px;top:75px;right:6px;bottom:32px; | |
34 display:block; | |
35 overflow-y:auto; | |
36 overflow-x:hidden; | |
37 } | |
38 | |
39 | |
40 /* UI */ | |
41 #radiobuttons{display:inline;} | |
42 #radiobuttons a{text-decoration:none;color:#000;font-size:14px;margin-left:2px;margin-right:.6em;} | |
43 #b2{display:none;} | |
44 | |
45 | |
46 | |
47 | |
48 /*THEMES */ | |
49 #out1{background:#fff url("./pkb.jpg") no-repeat;background-position:bottom right;} | |
50 | |
51 | |
52 #header,#footer{background:#e0eeff;border:1px solid #c3d9ff;} | |
53 | |
54 /*#header,#footer{background:#f66;border:none;} | |
55 #header{border-bottom:2px solid #000;} | |
56 h1{color:#000}*/ |