-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
105 lines (87 loc) · 1.22 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
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
html, body, .container-table {
color: white;
font-family: Arial;
font-weight: bold;
font-size: 16px;
height: 100%;
}
.modal h4 {
color: black;
font-family: Menlo;
font-size: Bold;
}
.menu {
padding: 10px;
}
.bg {
background-color: #ff9933;
}
h1 {
font-size: 46px;
font-weight: bold;
color: white;
}
a {
color: white;
font-family: Menlo;
font-size: Bold;
outline : none;
}
.link {
color: white;
font-family: Menlo;
font-size: Bold;
}
a:link {
color: white;
text-decoration: none;
}
a:visited {
color: white;
text-decoration: none;
}
a:hover {
color: white;
color: #2bc3ea;
text-decoration: none;
}
a:active {
color: #2bc3ea;
text-decoration: none;
}
ul {
list-style-type: square;
list-style: square;
}
.container-table {
display: table;
}
.vertical-center-row {
display: table-cell;
vertical-align: middle;
}
.square {
display: inline-block;
background-color: white;
width: 9px;
height: 9px;
}
.light {
font-weight: lighter;
}
.square-o {
display: inline-block;
border-color: white;
width: 9px;
height: 9px;
border-style: solid;
border-width: 1px;
}
.padding {
padding: 10px;
}
.content {
display: none;
height: 0px;
opacity: 0;
}