blob: 8520d94b0c3097f918d65bec3462f6c84f789390 (
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
|
@import url('blueprint/screen.css');
@import url('awesome/awesome.css');
@import url('uniform/blue.uni-form.css');
/** CSS3 fonts **/
@import url(http://fonts.googleapis.com/css?family=Lobster);
@import url(http://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here);
#title{
margin-top: 10px;
}
.container h1{
text-align: center;
font-family: 'Lobster', arial, serif;
}
.fleft{
float: left;
margin-right: 20px;
}
#content h2 {
font-weight: bold;
text-shadow: #DDD 2px 5px 2px;
}
#topmenu{
margin-top: 15px;
}
#topmenu ul{
float: right;
}
#topmenu ul li{
float: right;
list-style-type: none;
margin-left: 10px;
}
/** links **/
a {
color: #a45900;
}
|