-
Notifications
You must be signed in to change notification settings - Fork 0
/
donghua.css
45 lines (37 loc) · 993 Bytes
/
donghua.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
h1 {
text-align: center;
font-size: 24px;
padding: 20px;
}
.list a {
float: left;
border-size: 2px;
width: 300px;
height: 300px;
}
.list a img {
width: 100%;
height: 100%;
}
#loading { height: 290px; }
#loading #spinner { height: 140px; }
#loading h1 { margin: 30px 0 25px; font-family: 'Helvetica', Verdana, sans-serif; font-size: 80px; }
#loading p { text-align: center; }
#list { display: none; text-align: center; }
#list h1 { margin-bottom: 25px; font-family: 'Helvetica', Verdana, sans-serif; font-size: 80px; }
#list img { margin: 3% 2% 0; vertical-align: top; }
#footer { display: none; margin-top: 3%; text-align: center; }
#fullscreen { display: none; }
#fullscreen img {
/* Set rules to fill background */
min-height: 100%;
min-width: 1024px;
/* Set up proportionate scaling */
width: 100%;
height: auto;
/* Set up positioning */
position: fixed;
top: 0;
left: 0;
}
#fullscreen a.sp-button { z-index: 999; position: absolute; margin-left: 5%; }