forked from cicada-solvers/isitcicada
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.css
More file actions
124 lines (110 loc) · 1.88 KB
/
theme.css
File metadata and controls
124 lines (110 loc) · 1.88 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
@font-face {
font-family: 'FuturaPT';
src: url('futura_pt.ttf') format('truetype'),
url('futura_ptb.otf') format('opentype');
}
*{
font-family: 'FuturaPT', Fallback, sans-serif;
}
a{
color:white;
}
body{
position:absolute;
left:0;
right:0;
top:0;
bottom:0;
width:100%;
height:100%;
color:#ffffff;
background-color:#000000;
}
textarea{
resize: none;
background-color:#000000;
background-image: url('logo.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
color:#ffffff;
}
#loadcover{
display:block;
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
opacity:0.8
}
ul.faq{
list-style: disc inside;
padding-left:5px;
}
}
ul.faq li{
}
ul.faq span{
font-weight:bold;
font-size: 1.5em;
color: lightgray;
/*background-color:rgba(255,255,255,0.125);*/
}
ul.faq p{
text-indent:1em;
padding-bottom:0.8em;
font-size: 1em;
border-left:1px dotted white;
padding-left:5px;
color: gray;
}
.flex-container {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: flex-start;
align-content: flex-start;
align-items: stretch;
}
.flex-item:nth-child(1) {
order: 0;
flex: 0 0 82px;
align-self: auto;
}
.flex-item:nth-child(2) {
order: 0;
flex: 1 1 10px;
align-self: auto;
}
.textright{
text-align:right;
vertical-align:middle;
}
.textright .links{
padding-top:5px;
padding-right:5px;
}
.head-flex-container {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-content: flex-start;
align-items: stretch;
}
.head-flex-item:nth-child(1) {
order: 0;
flex: 1 1 110px;
align-self: auto;
}
.head-flex-item:nth-child(2) {
order: 0;
flex: 0 1 500px;
align-self: auto;
}
.head-flex-item:nth-child(3) {
order: 0;
flex: 1 1 110px;
align-self: auto;
}