blob: 37912ba4a66b1839bb1dd7207742f2d8a32dae6c (
plain) (
blame)
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
|
.tag-cloud {
padding: 2px;
margin: 0;
margin-top: -0.25em;
}
.tag-cloud a {
padding: 0px;
}
.tag-cloud li {
display: inline;
}
.tag-cloud a.tag-1 {
font-size: 1.0em;
font-weight: 400;
}
.tag-cloud a.tag-2 {
font-size: 0.9em;
font-weight: 300;
}
.tag-cloud a.tag-3 {
font-size: 0.8em;
font-weight: 200;
}
.tag-cloud a.tag-4 {
font-size: 0.7em;
font-weight: 100;
}
.img-center {
width: 100%;
background: red;
border: 1px solid green;
}
.image-caption {
padding-top: 0.5em;
font-size: 0.7em;
}
.image-container {
padding-bottom: 1em;
}
.highlighttable {
background: #272822;
border: 1px solid #8f908a;
/* uncomment to center the code blocks */
/*margin-left: auto;
margin-right: auto;*/
width: 100%;
}
.linenos {
color: #8f908a;
border-right: 1px dotted #464741;
}
.panel h5 {
border-bottom: 2px solid;
padding: 0;
margin: 0;
margin-bottom: 0.25em;
}
.side-nav {
margin: 0;
padding: 0;
}
.side-nav li {
margin: 0;
padding: 0;
}
.side-nav a {
color: black;
}
.side-nav li a:before {
content: "- ";
}
code {
color: #222222;
background: #f8f8f8;
border: 1px solid #dddddd;
margin: 0 2px;
padding: 0 5px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-weight: normal;
font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
p {
text-align: justify;
}
.continue {
width: 100%;
text-align: right;
}
.archive-year {
border-top: 1px solid;
}
.archive-entry {
border-top: 1px dotted;
}
|