d6153a45e3ea4056b477e9e8e576250988c052d1
[web/gag.com] / local.css
1 /* local style sheet */
2
3 * {
4         font-family: Frutiger, sans-serif;
5 }
6
7 .header, #footer, .changeheader {
8         color: #f19a14 !important;
9         background-color: #162284 !important;
10 }
11
12 .header {
13         height: 48px;
14         font-size: 30px;
15         font-weight: bold;
16         letter-spacing: .11em;
17         padding: 10px 0px 0px 10px;
18         line-spacing 3em;
19 }
20
21 .header a {
22         color: #f19a14 !important;
23 }
24
25 #footer {
26         height: 22px;
27         padding: 10px 10px;
28         background-image: url(/glider-orange.png);
29         background-repeat: no-repeat;
30         background-position: 99%;
31 }
32
33 #searchform {
34         position: absolute;
35         font-size: 15px;
36         top: 28px;
37         right: 30px;
38 }
39
40 span.header {
41         background-image: none !important;
42         text-align: right;
43 }
44
45 .actions {
46         text-align: right;
47         background-color: #162284;
48         color: #f19a14 !important;
49         padding: 2px 0px;
50 }
51
52 .actions a {
53         color: #f19a14 !important;
54 }
55
56 .actions li {
57         display: inline;
58 }
59
60 .actions ul {
61         border-bottom: 40px;
62 }
63
64 #sidebar a:link {color: #f19a14 !important; }
65 #sidebar a:visited { color: #f19a14 !important; }
66
67 #sidebar h2 {
68         font-weight: normal;
69         color: white !important; 
70 }
71
72 #sidebar {
73         background-color: #162284 !important;
74         color: #f19a14 !important;
75         padding: 0;
76 }
77
78 body {
79         padding: 1em;
80         margin: 0;
81         line-height: 1.5em;
82         color: black;
83         background-color: white;
84         right: -20px;
85 }
86
87 body a:link {
88         color: #162284;
89 }
90
91 body a:visited {
92         color: black;
93 }
94
95 h1, h2, h3, h4, h5, h6, dl, dt {
96     font-weight: bold;
97     background-color: inherit;
98     color: #162284 !important;
99 }
100
101 h1, h2, h3, h4, h5, h6 {
102     letter-spacing: .11em;
103 }
104
105 pre {
106         margin: 0px 96px 0px 48px;
107         padding: 12px 12px 12px 12px;
108 }
109
110 pre, tt, code {
111         font-family: "Bitstream Vera Sans Mono", "Andale Mono", monospace;
112         color: inherit;
113         background-color: #e0e0e0;
114 }
115
116 #sidebar img {
117         margin: 0px 7px 0px 7px;
118 }