blob: e428bb005b99cc2a9a3a6a275c9c2b524171868c (
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
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
93
94
95
|
body {
padding-top: 60px;
padding-bottom: 60px;
}
em {
display: block;
}
.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 tbody tr:nth-child(odd) {
background-color: #DDDDDD;
}
.well tbody tr:nth-child(even) {
background-color: #CCCCCC;
}
.well h1 {
color: #ee4444;
font-size: 1.3em;
}
.well td {
border: 1px solid #101010;
}
.well th {
border-collapse: separate;
border-spacing: 4px;
padding-right: 10px;
}
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
line-height: 1.42;
}
.author {
color: #ee4444;
}
.author a {
color: #ee4444;
}
.post-content h2 {
color: #3F83BF;
font-size: 1.3em;
}
.post-content p {
font-size: 18px;
}
.contact-medium {
color: #ee4444;
}
|