-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.css
More file actions
182 lines (149 loc) · 3.49 KB
/
Copy pathtest.css
File metadata and controls
182 lines (149 loc) · 3.49 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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
/* ------------------------------
HTML Redefine Tags
------------------------------ */
body{font-family:Arial, Helvetica, sans-serif; font-size:12px; margin:20px; padding:0;}
fieldset {
margin:1.0em 0 0 0;
padding: 0;
}
legend {
margin-left: 1em;
color: #000000;
font-weight:bold;
}
fieldset ol {
padding: 1em 0em 0 1em;
list-style: none;
}
fieldset li {
padding-bottom: .4em;
}
fieldset.submit {
border-style: none;
padding-right:10px;
float:right;
}
label{
float: left;
width: 10em;
margin-right: 1em;
}
h1{ padding-left: 5px;}
h2{ padding-left: 5px;}
h3{ padding-left: 5px;}
p{ padding-left: 5px;}
#slideshow{
background-color:#F5F5F5;
border:1px solid #FFFFFF;
height:220px;
margin:5px auto 0;
position:relative;
width:420px;
-moz-box-shadow:0 0 22px #111;
-webkit-box-shadow:0 0 22px #111;
box-shadow:0 0 22px #111;
}
#slideshow ul{
height:200px;
left:10px;
list-style:none outside none;
overflow:hidden;
position:absolute;
top:10px;
width:400px;
}
#slideshow li{
position:absolute;
display:none;
z-index:10;
}
#slideshow li:first-child{
display:block;
z-index:1000;
}
#slideshow .slideActive{
z-index:1000;
}
#slideshow canvas{
display:none;
position:absolute;
z-index:100;
}
#slideshow .arrow{
height:86px;
width:60px;
position:absolute;
background:url('img/arrows.png') no-repeat;
top:50%;
margin-top:-43px;
cursor:pointer;
z-index:5000;
}
#slideshow .previous{ background-position:left top;left:0;}
#slideshow .previous:hover{ background-position:left bottom;}
#slideshow .next{ background-position:right top;right:0;}
#slideshow .next:hover{ background-position:right bottom;}
a:link, a:visited{color:#0033CC;}
a:hover{text-decoration:none;}
p{padding-left:5px;}
/* ------------------------------
PAGE STRUCTURE
------------------------------ */
/* #container has an absolute width (780 pixel) */
body {background-image:url('spkr_background.jpg') ;
background-repeat:no-repeat;
background-attachment:fixed;
background-position:right;
}
#container{width:780px; margin:0 auto;}
#topbar{width:auto; display:block; height:120px;
}
#navbar{width:auto; display:block; height:28px;background: }
#navbar a{heigth:28px; line-height:28px; padding:0 8px; display:inline;}
#main{width:auto; display:block; padding:10px 0;}
#column_left{width:460px; height: 300px; margin-right:20px; float:left;background:#e3e4f8;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border: 3px solid #120000;
}
#column_right{width:160px;height: 300px; margin-right:20px; float:left;background: #e3e4f8;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border: 3px solid #120000;
}
ul
{
list-style-type: none;
margin: 0;
padding: 0;
}
#right_nav{margin: 0;
padding: 0;
background: #272d76;
list-style-type: none;
list-style-type: none;
width: 160px;
float: left; /*ie8 fix :P*/}
#right_nav li {margin:0; padding:0; float: left; width: 100%;}
#right_nav a {
display: block;
color: #FFF;
text-decoration: none;
padding: 0 15px;
line-height: 2.5;
border-bottom:1px solid #fff;
}
#right_nav #nav_for a {
border: none;
}
#right_nav a:hover {
background: #0c114c;
}
#column_right_adsense{height: 300px; float:right;background:#fff, no-repeat;}
div.spacer{clear:both; height:10px; display:block;}
#footer{width:auto; display:block; padding:0px 0px; font-size:11px; }
/* ------------------------------
CUSTOM CLASSES
------------------------------ */