common.css
1.5 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
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;
}
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.gif) no-repeat 0% 50%;
padding: 6px 0px 10px 45px;
}
#footer-dir {
float: right;
text-align: right;
background: url(../images/logo-loterie-footer.gif) no-repeat 100% 50%;
padding: 6px 45px 10px 0px;
}
#footer-esq:hover,
#footer-dir:hover {
opacity: 0.7;
filter: alpha(opacity=70);
}