main.css (1330B) download
1body {
2 background: #fafafa;
3 color: #333333;
4 margin-top: 5rem;
5
6 font-family: 'Source Sans Pro';
7}
8
9code {
10 font-family: 'Source Code Pro';
11 color: inherit;
12}
13
14h1, h2, h3, h4, h5, h6 {
15 color: #444444;
16}
17
18nav {
19
20}
21
22nav code {
23 font-size: 16pt;
24}
25
26nav a {
27 color: rgb(0, 0, 0);
28}
29
30nav a:hover {
31 color: rgb(0, 0, 0);
32 text-decoration: underline;
33}
34
35/*nav a.active {
36 color: #fff;
37 font-weight: 600;
38}*/
39
40.content-section {
41 background: #ffffff;
42 padding: 10px 20px;
43 border: 1px solid #dddddd;
44 border-radius: 3px;
45 margin-bottom: 20px;
46}
47
48.article-title {
49 color: #444444;
50}
51
52a.article-title:hover {
53 color: #428bca;
54 text-decoration: none;
55}
56
57.article-content {
58 white-space: pre-line;
59}
60
61.article-img {
62 height: 65px;
63 width: 65px;
64 margin-right: 16px;
65}
66
67.article-metadata {
68 padding-bottom: 1px;
69 margin-bottom: 4px;
70 border-bottom: 1px solid #e3e3e3
71}
72
73.article-metadata a:hover {
74 color: #333;
75 text-decoration: none;
76}
77
78.article-svg {
79 width: 25px;
80 height: 25px;
81 vertical-align: middle;
82}
83
84.account-img {
85 height: 125px;
86 width: 125px;
87 margin-right: 20px;
88 margin-bottom: 16px;
89}
90
91.account-heading {
92 font-size: 2.5rem;
93}
94
95.form-code {
96 font-family: 'Source Code Pro';
97}
98
99#trap-map {
100 height: 300px;
101}
102
103#sidebar {
104 min-width: 250px;
105 max-width: 250px;
106 min-height: 100vh;
107}