-
Notifications
You must be signed in to change notification settings - Fork 1
/
style_dict.css
84 lines (70 loc) · 1.19 KB
/
style_dict.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
@font-face {
font-family: 'doulosSIL';
src: url('DoulosSIL-R.ttf');
}
body {
background-color: powderblue;
font-family: "doulosSIL", Times New Roman, serif;
}
br {
display: block;
margin-top: -5px;
}
h2, h6 {
padding: 2px;
margin: 0px;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #444444;
}
li {
float: left;
border-right: 1px solid #f0f0f0;
}
li a, .dropbtn {
display: block;
color: #ffffff;
text-align: center;
text-decoration: none;
}
li a:hover, .dropdown:hover .dropbtn {
background-color: #333333;
color: #000000;
}
.rad {
display: none;
}
label {
display: block;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 16px;
padding-right: 16px;
}
label:hover {
background:#eee;
cursor:pointer;
}
.button1 {
background-color: #ffffff;
color: #4f4e3e;
border: outset 1px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 12px;
margin: 4px 2px;
cursor: pointer;
}
a:link, a:visited, a:active {
text-decoration: none;
color: #000000;
border: none;
}
a.link-text:hover {
color: #444444;
}