-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss.css
More file actions
98 lines (73 loc) · 1.3 KB
/
css.css
File metadata and controls
98 lines (73 loc) · 1.3 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
body, html, #bg {
height: 100%;
}
body{
margin: 0px;
}
#bg {
/*opacity: 0.92;*/
display:block;
width:100%; height:100%;
object-fit: cover;
/*background-color: rgba(100,100,100,0.6);*/
/*background-blend-mode: lighten;*/
/*opacity: 0.65;*/
/*position: relative;*/
/* Center and scale the image nicely */
/*background-position: center;
background-repeat: no-repeat;
background-size: cover;*/
}
#textc{
margin: auto;
position: absolute;
left: 0;
top: 30%;
width: 100%;
text-align: center;
vertical-align: middle;
}
#q{
font-size: 54px;
color: white;
font-family: Lobster, sans-serif;
display:block;
margin-bottom: 70px;
}
#aq{
padding: 13px;
text-shadow: 0.5px 1px 2px black;
/*background: rgba(0,0,0,0.2);
border-radius: 2px;*/
}
#wikipart{
background-color: rgba(255,255,255,1);
display:inline-block;
padding: 16px;
border-radius: 8px;
/*border-color: #FFA500;
border-width: 1px;
border-style: solid;*/
}
#link{
cursor: pointer;
display:inline-block;
margin-left: 20px;
margin-right: 20px;
font-family: Cabin, sans-serif;
font-size: 24px;
text-align: center;
}
#link:hover{
text-decoration: underline;
}
.reload{
cursor: pointer;
display:inline-block;
}
.icon{
height: 1em;
}
#prev{
display: none;
}