-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
147 lines (122 loc) · 1.99 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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
/* Layout */
body {
font:normal 12px/1.6em Verdana, Geneva, sans-serif;
margin:0;
padding:0;
background:#8EAEBD;/*FF7F66*/
}
p {
margin:0;
padding:0;
}
#wrapper {
margin:0 auto;
width: 93%;
border-left:1px solid #f0e9eb;
border-right:1px solid #f0e9eb;
background:#7ECEFD;
}
#header {
margin: 5px 3px;
}
#logo {
height:36px;
margin: 5px 5px;
text-align: center;
font:normal 12px/1.6em Verdana, Geneva, sans-serif;
}
/*#main-content {
margin:0 auto;
}*/
#main-image {
text-align:center;
}
#left-column {
width:50%;
padding:0 30px 30px;
float:left;
}
#right-column {
width:40%;
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:#FFF6E5;
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;
}
.titlel {
font-size: 135%;
color: #ef2fff
}
h1 {
color:#000000;
margin:0 0 10px;
padding-bottom:10px;
font:normal 17px Georgia, serif;
border-bottom:1px solid #efece7;
}
h2 {
color:#2185C5;
margin:20px 0 10px;
padding-bottom:10px;
font:normal 17px Georgia, serif;
border-bottom:1px solid #efece7;
}
h3 {
color:#2185C5;
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:#FFF6E5;
border:1px solid #FFF6E5;
padding:15px;
}
#nav {
background:#2185C5;
padding:10px 20px;
text-align:right;
color:#7ECEFD;
}
#nav a {
margin: 0 10px;
}
#nav a:visited, #nav a:link {
text-decoration:none;
color:#7ECEFD;
}
#nav a:hover {
text-decoration:underline;
color:#fd7e7e;
}
#logo {
margin-bottom:20px;
font:normal 18px Georgia, serif;
color:#fd7e7e;
}