forked from FAForever/patchnotes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
patchnotes.css
92 lines (75 loc) · 1006 Bytes
/
patchnotes.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
@font-face {
font-family: 'supcom';
src: url('zeroes_3.ttf');
}
body {
background: #333;
font-family: sans-serif;
font-size: 14px;
line-height: 22px;
color: #FFF;
}
#container {
margin: auto;
}
#main {
max-width: 800px;
}
#intro p {
color: #DDD;
}
#sidebar {
width: 200px;
}
#sidebar h2 a {
color: #FFF;
text-decoration: none;
}
#icongrid {
position: fixed;
top: 0px;
width: 200px;
background: #4d5c50;
padding: 0 20px 20px 20px;
margin-left: 20px;
color: #f2f2f2;;
text-align: justify;
}
#icongrid h2 {
margin: 0;
margin-top: 20px;
}
#icongrid img {
width: 46px;
height: 46px;
}
.card {
background: #f2f2f2;
margin: 10px;
padding: 5px 25px;
color: #3d3c40;
margin-bottom: 20px;
}
.card img {
margin-right: 15px;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'supcom';
font-style: normal;
font-weight: normal;
}
h1 {
font-size: 30px;
}
h2 {
margin-top: 50px;
}
h3 {
font-size: 20px;
}
strike {
color: #888;
}
img {
vertical-align: middle;
}