style500.css
1.98 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
* {
margin:0;
padding:0;
}
html, body {
height:100%;
}
body {
background:#fff;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:100%;
line-height:1.25em;
color:#b2b3c4;
font-style:italic;
}
img {
border:0;
vertical-align:top;
text-align:left;
}
ul, ol {
list-style:none;
}
.wrapper {
width:100%;
overflow:hidden;
}
/*==== GLOBAL =====*/
#main {
width:1000px;
margin:0 auto;
background:url(images/500.jpg) no-repeat left top;
font-size:1.125em;
overflow:hidden;
position:relative;
}
#header {
height:190px;
}
#content {
min-height:457px;
height:auto !important;
height:457px;
}
#footer {
font-family:Tahoma, Geneva, sans-serif;
color:#d9daed;
font-size:12px;
text-align:center;
padding:8px 0 15px 0;
font-style:normal;
}
#footer a {
color:#d9daed;
}
p {
margin-bottom:8px;
text-align:center;
padding:0 20px;
letter-spacing:-1px;
}
/*----- txt, links, lines, titles -----*/
a {
color:#8e8fc9;
outline:none;
}
a:hover{
text-decoration:none;
}
h1 {
font-size:40px;
line-height:1.2em;
font-weight:normal;
color:#8e8fc9;
text-align:center;
padding:80px 0 0 0;
text-transform:capitalize;
letter-spacing:-2px;
}
h1 span {
display:block;
font-size:24px;
line-height:25px;
font-variant:normal;
text-transform:none;
letter-spacing:-1px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
/*===== content =====*/
#content .nav {
position:relative;
height:360px;
}
#content .nav li {
position:absolute;
font-size:24px;
line-height:1.2em;
font-weight:bold;
text-transform:uppercase;
font-weight:normal;
letter-spacing:-1px;
text-transform:capitalize;
}
#content .nav li.home {
left:445px;
top:270px;
}
#content .nav li.site_map {
left:120px;
top:65px;
}
#content .nav li.search {
right:90px;
top:65px;
}
#content .nav li a {
color:#a8a9d4;
text-decoration:none;
}
#content .nav li a:hover {
text-decoration:underline;
}
/*==========================================*/