blob: baf015881b53f766999c17a9b2b01bf711cb6a7c (
plain)
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
|
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 li {
margin-top: .7em;
line-height: 1em;
}
.sidebar a:hover {
color: #3071a9;
}
.container-left {
margin: 0;
}
.well h1 {
color: #ee4444;
font-size: 1.3em;
}
.author {
color: #ee4444;
}
.author a {
color: #ee4444;
}
.contact-medium {
color: #ee4444;
}
|