-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
125 lines (107 loc) · 2.09 KB
/
style.css
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
html, body {margin:0;padding:0;}
body {
text-align:center;
background-image: url(bg.png);
color:#000;
font:11px/16px Verdana, Arial, Serif;
}
b {color:#3A6169;}
i {color:#1791A9;}
u {color:#a6300c;}
a {
font: 12px Arial;
color: #8c2c63;
text-decoration: none;
font-style: italic;
font-weight: bold;
}
#container {
width:730px;
margin:0 auto;
text-align:left;
}
a.box, a.box:link, a.box:active, a.box:visited {
text-decoration: none;
font-family: verdana;
font-weight:bold;
font-size:13px;
line-height:13px;
color: #37383D;
padding: 1px;
display:block;
letter-spacing:0px;
border-bottom: 1px solid #F2D9B0;
border-left: 0px solid #707070;
padding: 10px;
text-align: right;
background: #3C6D84;
text-transform: none;
}
a.box:hover {
text-decoration: none;
font-family: verdana;
font-weight:bold;
font-size:9px;
line-height:13px;
color: #FD3E69;
border-bottom: 1px solid #505050;
border-left: 0px solid #808080;
background: #F2D9B0;
letter-spacing:0px;
display:block;
text-transform: none;
text-align: right;
}
a:hover {
font: 12px Arial;
color: #0b4847;
text-decoration: none;
font-style: italic;
font-weight: bold;
}
a.navi:hover {
font: 10px Verdana;
color: #432b23;
}
h1 {
font: 20px Georgia;
font-weight: bold;
color: #D38F8F;
padding: 10px 0 0 0;
margin: 0px;
text-transform: lowercase;
}
h2 {
font: 16px Times New Roman;
letter-spacing: 1px;
color: #4a3b2c;
font-weight: bold;
text-align: left;
padding: 10px 0 0 5px;
margin: 0px;
text-transform: lowercase;
text-shadow: 0px 1px 0px #e6dec8;
}
h3 {
font: 20px Georgia;
font-weight: bold;
color: #75445a;
margin: 0px;
text-align: left;
}
#welcome {
padding-left: 70px;
position: absolute;
width: 310px;
z-index: 1;
}
#sidebar {
float:left;
width:200px;
padding:5px;
}
#content {
width:490px;
padding:10px;
}
/* PLEASE NOTE: the width of your content plus the width of your sidebar, including any padding - should be equal to or less than the width of your container */