forked from btraceio/btrace
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.css
More file actions
84 lines (68 loc) · 1.02 KB
/
theme.css
File metadata and controls
84 lines (68 loc) · 1.02 KB
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
body {
padding-top: 60px;
padding-bottom: 60px;
}
.copyright {
color: #ffffff;
}
.footer {
text-align: center;
}
.footer a {
color: #ee4444;
}
.sidebar h1 {
color: #ee4444;
font-size: 1.3em;
}
.sidebar a {
color: #428bca;
}
.sidebar ul {
margin-top: -0.5em;
}
.sidebar li {
margin-top: .7em;
margin-left: -1em;
line-height: 1em;
}
.sidebar a:hover {
color: #3071a9;
}
.container-left {
margin: 0;
}
.article .well .post-content h1 {
margin-top: 1em;
color: #6871b3;
font-size: 1.6em;
margin-bottom: 0.1em;
border-bottom: 1px solid #dadada;
}
.well h1 {
margin-top: -0.1em;
color: #6871b3;
font-size: 1.6em;
margin-bottom: 0.1em;
}
.well h2 {
margin-top: 0.1em;
color: #7891b3;
font-size: 1.4em;
}
.well h3 {
margin-top: -0.1em;
color: #7891b3;
font-size: 1.2em;
}
.well h4 {
margin-top: -0.1em;
color: #7891b3;
font-size: 1.0em;
}
.author {
color: #ee4444;
}
.author a {
color: #ee4444;
}