-
Notifications
You must be signed in to change notification settings - Fork 0
/
screen.css
73 lines (73 loc) · 1.21 KB
/
screen.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
body {
background-image: url(img/bg_branch.gif);
background-repeat: no-repeat;
background-color: #F6EFEE;
text-align:center;
color:#000;
margin:0;
padding:0;
font-size:100.1%;
font:83%/1.4 verdana, arial, helvetica, sans-serif;
}
img {
position:absolute;
top:0px;
border:none;
}
h1 {
text-align:center;
}
a{
color:#fff;
}
.clear{
clear:both;
}
#images{
visibility:hidden;
}
#loading{
margin-top:50px;
margin-bottom: 50px;
text-align:center;
width:100%;
}
#loading img{
margin-top:100px;
position:relative;
}
#captions{
font-weight:bold;
position:relative;
text-align:center;
z-index:10000;
}
#scrollbar{
visibility:hidden;
position:relative;
/* border-bottom:1px solid #b3b3b3;
border-bottom:1px solid #000; */
z-index:10001;
height: 40px;
background-image: url(slider_line.png);
background-repeat: repeat-x;
background-position: left center;
}
#slider{
position:absolute;
margin-top:13px;
margin-left:-7px;
z-index:10002;
background-image:url(slider.gif);
background-repeat:no-repeat;
width:14px;
height:14px;
}
#imageflow{
border-top: 1px solid #CF8E7E;
margin-left:0;
margin-top: 30px;
text-align:left;
background-image: url(img/bg_trans.png);
background-position: 100px 0;
}