-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
55 lines (52 loc) · 794 Bytes
/
style.css
File metadata and controls
55 lines (52 loc) · 794 Bytes
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
#center {
width:50vw;
height:60vh;
position:absolute;
left:0px;
right:0px;
top:0px;
bottom:0px;
margin:auto;
}
#ctop {
height:70%;
width:100%;
}
#ctopleft {
height:100%;
width:30%;
display:inline-block;
}
#ctopright {
height:100%;
width:60%;
display:inline-block;
overflow: auto;
border-left:5px solid rgba(120,120,120,0.5);
padding-left:10px;
margin-left:10px;
}
#ctopbot {
width:100%;
height:30%;
}
#bigImg{
height:100%;
}
.thumbs {
height:70px;
padding:5px;
width:auto;
}
#background{
width:100vw;
height:100vh;
position:absolute;
left:0;
top:0;
background-image:url(imgs/bg.jpg);
background-size:cover;
}
#ctoptitle, ctoppara {
color:rgb(70,70,70);
}