common.css
2.21 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
body {
background: #9CA09A;
}
#wrap {
background: #FFF url(../images/bg-top.png) 0px 34px repeat-x;
}
#wrap2 {
background: url(../images/logo-bg.gif) 0px 34px no-repeat;
}
#wrap3 {
background: url(../images/bg-down.png) 0% 100% repeat-x;
}
#lightbox{
background: #FFF url(../images/bg-top.png) repeat-x;
}
/* * * Content * * * * * * * * * * * * * * * * * * * */
#content {
padding: 0px 0px 15px 0px;
}
#content h1, #content h2, #content h3,
#content h4, #content h5, #content h6 {
margin: 10px 0px;
color: #A40000;
}
a {
color: #ce5c00;
}
a:visited {
color: #ab835c;
}
a:hover {
color: #EA0;
}
hr {
border: none;
border-top: 2px dotted #CE5C00;
}
ul li {
list-style: url(../images/list-dot.gif);
}
/* * * Footer * * * * * * * * * * * * * * * * * * * */
#footer {
background: url("../images/bg-footer.gif") repeat-x;
height: 55px;
max-height: 35px;
margin: 0px;
padding: 10px;
color: #FFF;
}
#footer a {
color: #FFF;
}
#footer a:hover {
color: #FFF;
}
#footer div a {
border-bottom: 1px dotted #FFF;
}
#footer div a:hover {
border-bottom: 1px solid #FFF;
}
#footer-esq,
#footer-dir,
#footer div {
opacity: 0.4;
filter: alpha(opacity=40);
}
#footer-esq {
float: left;
text-align: left;
background: url(../images/logo-ynternet-footer.png) no-repeat 0% 50%;
padding: 6px 0px 5px 30px;
margin-top: 5px;
}
#footer-dir {
width: 110px;
float: right;
text-align: center;
margin: 0px 15px 0px 0px;
}
#footer #footer-dir a {
border-bottom: none;
text-decoration: none;
}
#footer-w3c {
display: block;
width: 88px;
height: 15px;
margin: 15px auto 10px auto;
background: url(../images/bt_w3c.gif) no-repeat 50% 50%;
opacity: 0.6;
filter: alpha(opacity=60);
}
#footer-w3c:hover {
opacity: 1;
filter: alpha(opacity=100);
}
#footer-zen3-aff {
display: block;
width: 88px;
height: 30px;
margin: 3px auto;
background: url(../images/zen3-affiliated.png) no-repeat 50% 50%;
}
#footer-w3c span,
#footer-zen3-aff span {
display: none;
}
#footer-cred {
position: relative;
font-weight: bold;
padding-bottom: 1px;
border-bottom: 2px dotted #FFF;
}
#footer-esq:hover,
#footer-dir:hover {
opacity: 0.7;
filter: alpha(opacity=70);
}
#header {
padding: 0px;
}