-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
140 lines (116 loc) · 1.91 KB
/
style.css
File metadata and controls
140 lines (116 loc) · 1.91 KB
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
/* Layout */
body {
font:normal 12px/1.6em Arial, Helvetica, sans-serif;
color:#2a3845;
margin:0;
padding:0;
background:#FFFFFF;
}
p {
margin:0;
padding:0;
}
#wrapper {
margin:0 auto;
width:632px;
border-left:1px solid #f0e9eb;
border-right:1px solid #f0e9eb;
}
#header {
margin:0 1px;
}
#bg {
height:36px;
background:url('http://img840.imageshack.us/img840/9886/87926428.gif') repeat-x;
}
#main-content {
margin:0 auto;
}
#main-image {
text-align:center;
}
#left-column {
width:300px;
padding:0 30px 30px;
float:left;
}
#right-column {
width:270px;
float:right;
}
.sidebar {
width:218px;
margin:0 auto;
padding:10px 25px;
background:url('http://img404.imageshack.us/img404/3092/shadowh.jpg') no-repeat top;
}
#footer {
background:#f7f7f7;
border-top:1px solid #f0e9eb;
padding:10px 15px;
clear:both;
}
/* Global Styling */
a:visited, a:link {
color:#a43b55;
text-decoration:underline;
background:none;
}
a:hover {
color:#a43b55;
text-decoration:none;
background:none;
}
h1 {
color:#446CB3;
margin:0 0 10px;
padding-bottom:10px;
font:normal 17px Georgia, serif;
border-bottom:1px solid #efece7;
}
h2 {
color:#446CB3;
margin:20px 0 10px;
padding-bottom:10px;
font:normal 17px Georgia, serif;
border-bottom:1px solid #efece7;
}
h3 {
color:#446CB3;
margin:10px 0;
padding-bottom:10px;
font:bold 14px Arial, Helvetica, sans-serif;
border-bottom:1px solid #efece7;
}
ul {
padding:0;
margin:0 0 0 17px;
list-style:square url('http://img525.imageshack.us/img525/1890/bulletr.gif');
}
.box {
background:#f7f7f7;
border:1px solid #446CB3;
padding:15px;
}
#nav {
background:#06a;
padding:10px 20px;
text-align:right;
color:#446CB3;
}
#nav a {
margin: 0 10px;
}
#nav a:visited, #nav a:link {
text-decoration:none;
color:#446CB3;
}
#nav a:hover {
text-decoration:underline;
color:#446CB3;
}
#logo {
margin-bottom:20px;
font:normal 18px Georgia, serif;
color:#446CB3;
}