-
Notifications
You must be signed in to change notification settings - Fork 0
/
akaros.css
69 lines (57 loc) · 875 Bytes
/
akaros.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
html {
overflow-y: scroll;
}
body {
background: #FFFFFF;
color: #000000;
font-family: Helvetica, sans-serif;
font-weight: normal;
font-size: 14px;
list-style: outside;
}
a.navbar:link {
color: #ffffff;
text-decoration: none;
font-weight: normal;
font-size: 20px;
}
a.navbar:visited {
color: #ffffff;
text-decoration: none;
font-weight: normal;
font-size: 20px;
}
a.navbar:hover {
color: #ffffff;
text-decoration: underline;
font-weight: normal;
font-size: 20px;
}
b {
font-weight: bold;
}
em {
font-style: oblique;
}
h1 {
font-size: x-large;
font-weight: bold;
font-style: oblique;
}
h2 {
font-size: x-large;
font-weight: bold;
}
h3 {
font-size: large;
font-weight: bold;
margin-bottom: 5px;
margin-top: 15px;
}
h4 {
font-size: large;
font-weight: normal;
}
img {
border: none;
}