-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
63 lines (50 loc) · 749 Bytes
/
main.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
/* table, th, td { */
/* border: 1px solid black; */
/* } */
a {
cursor: pointer;
}
body {
padding: 0 15px;
margin-bottom: 100px;
}
.container {
padding: 0;
}
h2 {
border-bottom: 1px solid #ccc;
}
header {
margin-top: 25px;
text-align: center;
}
header a {
color: black;
}
header a:hover {
color: black;
cursor: default;
text-decoration: none;
}
header a:focus {
color: black;
text-decoration: none;
}
.highlight {
background-color: #ffffcc;
}
.list-group-item {
font-size: 0.8em;
font-weigth: light;
}
@media (min-width: 768px) {
.container {
max-width: 770px;
}
}
.mono, .dotted-binary {
font-family: monospace;
}
table {
border-collapse: collapse;
}