aboutsummaryrefslogtreecommitdiffstats
path: root/default.css
blob: 52236d8fab26cfc8e22b680e9ee85551e970fb08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
/*#############################################################
Name: Summer Breeze
Date: 2006-07-04
Author: Viktor Persson
Edited by Gustav Eek and Stefan Kangas
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	font: normal 1em "Lucida Sans Unicode",sans-serif;
	margin: 0; padding: 0;
}
a {
	color: #362;
}
a:hover, .footer a:hover
{
    color: #111;
}
body
{	
  background: #769359 url(img/bg.jpg) repeat-y center top;
  color: #443;
  font-size: 100%;
  margin: 0;
}
p,cite,code,ul
{
  font-size: 0.8em;
  margin-bottom: 1.7em;
  line-height: 1.7em;
  text-align: justify;
}
h1
{
  font: normal 1.2em "Lucida Sans Unicode",sans-serif;
}
ul
{
  margin-left: 1em;
}
li
{
  list-style: url(img/li.gif);
  margin-left: 18px;
  margin-bottom: 0.5em;
}
table
{ 
  margin-left: 1.8em;
}
td
{ 
  font-size: 0.8em;
  padding-right: 0.5em;
}
code {
	background: url(img/bgcode.gif);
	border: 1px dotted #AAA;
	color: #444;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

cite {
	display: block;
	background: url(img/quote.gif) no-repeat;
	color: #663;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}

/* misc */
.divider {
	background: url(img/divider.gif) no-repeat;
	height: 24px;
	margin: 16px 0;
}
.clearer {
	clear: both;
}

/* structure */
p.incitement
{ 
  text-align: center;
}

.container {
	font-size: 1em;
	margin: 0 auto;
	width: 590px;
}

/* header */
.header
{
  background: #597F93 url(img/header.jpg) no-repeat center top;
  border-bottom: 1px solid #CCC;
  height: 180px;
  text-align: center;
}
.header h1
{
  color: #FFF;
  font: normal 50px "Trebuchet MS",sans-serif;
  line-height: 180px;
}

/* navigation */
.navigation
{
  height: 36px;
  margin: 0 auto;
  width: 632px;
}
.navigation a
{
  background: url(img/navigation.jpg) no-repeat;
  color: #FFF;
  float: left;
  font: bold 16px serif;
  height: 31px;
  letter-spacing: 1px;
  line-height: 31px;
  text-align: center;
  text-decoration: none;
  width: 120px;
}
.navigation a:hover
{
  color: #FFF;
  background-position: left bottom;
}

/* content */
.content {
	padding: 18px 0;
}
.content h1
{
  color: #553;
  font-size: 1.4em;
  margin-bottom: 4px;
  text-align: center;
}
.content h2
{
  font: normal 1em "Lucida Sans Unicode",sans-serif;
  margin-top: 1.5em;
  margin-bottom: 1em;
}

/* footer */
.footer
{
	color: #886;
	font-size: 0.65em;
        padding-left: 4em;
        padding-right: 4em;
	padding-bottom: 12px;
	text-align: center;
}
.footer a {
	color: #664;
}