-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
59 lines (50 loc) · 1.02 KB
/
style.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
a
{
text-decoration-line: underline;
text-decoration-color: red;
}
.index-page {
background-color: #000000;
font-size: 1em;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color: #f8f8f8;
}
.index-page .header {
background-color: #f8f8f8;
box-shadow: 0px 1px 4px rgba(0,0.0,0.2) !important;
-webkit-box-shadow: 0px 1px 4px rgba(0,0.0,0.2) !important;
text-align: center !important;
color: #7C4DFF;
padding: 10px;
display: inline-flex;
width: 99%;
}
.index-page .header-left {
text-align: left;
margin-top: 0.67em;
width: 19%;
}
.index-page .header-center {
margin: auto;
}
@media screen and (max-width: 1000px) {
.header-right {
display: block !important;
}
}
.header-right {
display: inline-flex;
margin-top: 0.67em;
min-width: 19%;
}
.index-page .logo-img {
width: 50px;
}
.index-page .title {
color: #7C4DFF;
font-size: 2em;
line-height: 1em;
}
.index-page .logo {
color: #f8f8f8;
}