This repository has been archived by the owner on Sep 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
127 lines (109 loc) · 2.76 KB
/
styles.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
@font-face {
font-family: 'Lobster';
src: url('fonts/lobster-webfont.eot');
src: url('fonts/lobster-webfont.eot?iefix') format('eot'),
url('fonts/lobster-webfont.woff') format('woff'),
url('fonts/lobster-webfont.ttf') format('truetype'),
url('fonts/lobster-webfont.svg#webfontBYv0CPCU') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Sans_NB';
src: url('fonts/sans_nb-webfont.eot');
src: url('fonts/sans_nb-webfont.eot?iefix') format('eot'),
url('fonts/sans_nb-webfont.woff') format('woff'),
url('fonts/sans_nb-webfont.ttf') format('truetype'),
url('fonts/sans_nb-webfont.svg#webfontJYEotruo') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Sans_R';
src: url('fonts/sans_r-webfont.eot');
src: url('fonts/sans_r-webfont.eot?iefix') format('eot'),
url('fonts/sans_r-webfont.woff') format('woff'),
url('fonts/sans_r-webfont.ttf') format('truetype'),
url('fonts/sans_r-webfont.svg#webfontg6LLDDDQ') format('svg');
font-weight: normal;
font-style: normal;
}
* {
margin: 0;
padding: 0;
}
a {
text-decoration: none;
color: #32312e;
}
a:hover {
text-decoration: underline;
}
body {
background: url(images/bg_gradient.png) top repeat-x, url(images/noise.png) repeat;
font-family: Sans_R, Arial;
text-shadow: #fff 0 1px 0;
color: #32312e;
}
#bar {
background: #32312e;
min-height: 5px;
}
#content {
width: 640px;
margin: 0 auto;
padding: 10px 0 0 0;
text-align: center;
}
#header {
padding: 5px 0 20px 0;
border-bottom: 1px solid #8c8a84;
-moz-box-shadow: #fff 0 1px 0;
-webkit-box-shadow: #fff 0 1px 0;
box-shadow: #fff 0 1px 0;
font-family: Lobster, Arial;
}
#header h1 {
font-size: 4em;
text-shadow: #fff 0 2px 0;
margin: 0 0 5px 0;
}
#header sub {
font-size: 1.5em;
}
#nav {
font-size: 1.2em;
font-family: Lobster, Arial;
padding: 5px 0;
margin: 10px 0;
background: #ebebeb url(images/nav_bg.png) repeat-x;
background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#e6e6e6));
background: -moz-linear-gradient(top center, #f1f1f1, #e6e6e6);
border: 1px solid #c6c6c6;
border-radius: 3px;
-moz-box-shadow: #fff 0 1px 0;
-webkit-box-shadow: #fff 0 1px 0;
box-shadow: #fff 0 1px 0;
}
#toggleButton {
cursor: pointer;
}
#footer {
font-size: 0.8em;
margin: 5px 0 10px 0;
font-family: Sans_NB;
}
object, embed {
width: 640px !important;
height: 505px !important;
}
#toggleButton, .video {
border-bottom: 1px solid #8c8a84;
-moz-box-shadow: #fff 0 1px 0;
-webkit-box-shadow: #fff 0 1px 0;
box-shadow: #fff 0 1px 0;
padding: 5px 0 15px 0;
margin: 20px 5px 0;
text-transform: uppercase;
font-size: 0.7em;
}