]> andersk Git - sql.git/blob - www/root/css/style.css
sync sliced-bread
[sql.git] / www / root / css / style.css
1 html,body,div,span,form,h1,h2,h3,h4,p,blockquote,ul,ol,li,a{margin:0;padding:0;border:0;outline:0;}
2
3 /* -------  Layout CSS (Centered Fixed Width) ------ */
4
5 body {
6   font-family: Verdana, sans-serif;
7   font-size: 12px;
8   text-align: center; /* IE 5.5 hack */
9 }
10 #farouter {
11         background: #ffffff;
12         width: 760px;
13         border: 1px solid #3A291F;
14         margin: 10px auto 10px auto;
15         text-align: left; /* IE 5.5 hack part II */
16 }
17 #outer div#masthead { margin: 1em; }
18 #outer div#content_wide { margin: 1em; }
19 #content { float: left; width: 490px; }
20 #content_wide { padding: 1em 2em; }
21 #content_home { float: left; width: 490px; padding-top: 0px; }
22 #logo { padding-top: 25px; padding-left: 12px; }
23 #hmenu { height: 30px; }
24 #hnav { margin: 0; padding: 5px 0; }
25 #clearer { clear: both; margin: 0; padding: 0; }
26 #footer { margin: 8px 8px 8px 8px; }
27
28 /* ----------------- Color CSS ------------------------ */
29
30 body { background: #2050A0; }
31 #footer { background-color: #eee; border-top: 1px solid #ddd; }
32 #hnav { background: #2050A0; }
33 a { color: #2050A0; text-decoration: none; }
34 a:visited { color: #2050A0; text-decoration: none; }
35 a:hover { color: #2050A0; text-decoration: underline; }
36 h2 { /*color: #17397A; */ font-size: 0.9em; font-weight: normal; }
37 h3 { /* color: #17397A; */ }
38 h3 a { color: #17397A; }
39 h3 a:hover { color: #17397A; }
40 h3 a:visited { color: #17397A; }
41 h4 { font-size: 16px; font-weight: normal; }
42
43 /* -------- Core CSS --------- */
44
45
46 a { text-decoration: none; font-weight:bold; }
47 a img { border: none; }
48
49 h1 { margin: 0; padding: 0; }
50 h1#title { float: left; }
51 h1#sitename { text-align: right; }
52 h1#sitename a:hover { text-decoration: underline; }
53 h2#tagline { text-align: right; letter-spacing: 0.2em; }
54 #hidden {display:none;}
55
56 img { margin: 10px; padding: 10px; border: 0px solid #2F700F; }
57
58 p { line-height: 175%; }
59
60 .textarea { width:200px; margin:0; }
61
62 /*------------- hnav------------*/
63
64 #hnav ul {
65         text-align: center;
66         background-color: #2050A0;
67         color: #F2EEEC;
68         width: 100%;
69         /* fixes Firefox 0.9.3 */
70 }
71
72 #hnav ul li {
73         display: inline;
74         padding: 5px 0;
75         /* matches link padding except for left and right */
76         border-left: 1px solid #F2EEEC;
77 }
78
79 #hnav ul li a {
80         padding: 5px 10px;
81         color: #F2EEEC;
82         text-decoration: none;
83 }
84
85 #hnav ul li.menu_last a {
86     border-right: 0;
87 }
88
89 #hnav ul li a:hover {
90         background: #F2EEEC;
91         color: #3A291F;
92 }
This page took 0.261878 seconds and 5 git commands to generate.