-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
executable file
·112 lines (94 loc) · 1.94 KB
/
style.css
File metadata and controls
executable file
·112 lines (94 loc) · 1.94 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
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
/*
Theme Name: 17od.com
Theme URI: http://www.17od.com/
Description: Minimalist theme
Author: Adrian Smith
Version: 1.0
Tags: minimial
*/
body {
line-height: 1.6;
font-family: Georgia, "Times New Roman", Times, serif;
color: #222222;
width: 80%;
margin: 0 auto;
overflow-y: scroll;
}
h1 {
font-weight: normal;
font-size: 2.4em;
margin-bottom: 0em;
}
div#header + h1 {
margin-top: 0;
}
code, pre, blockquote {
background-color: #EEEEEE;
border: 1px solid #CCCCCC;
font-size: 0.9em;
}
code, pre {
font-family: Consolas, Menlo, "Courier New", monospace;
}
blockquote {
border-left: thick solid #CCC;
padding: 0 1em;
overflow: auto;
}
pre {
overflow: auto;
padding: 0.5em;
}
pre > code {
border: none;
padding: 0;
}
ul.posts {
padding-left: 0;
list-style-type: none;
}
.post-date {
float: left;
color: #999999;
width: 6em;
}
hr.thin {
height: 1px;
border: 0;
background-color: #D3D3D3;
clear: both;
}
#header {
text-transform: lowercase;
/* Elements within header should be positioned relative to header.
This allows the nav-links to use an absolute position within the header. */
position: relative;
margin-top: 0.5em;
}
#nav-links {
position: absolute;
top: 0;
right: 0;
}
a.covert-link:link { text-decoration: none; color: #222222; }
a.covert-link:visited { text-decoration: none; color: #222222; }
a.covert-link:hover { text-decoration: none; color: red; }
a.covert-link:active { text-decoration: none; color: #222222; }
h2.post-listing-header {
margin-bottom: 0em;
}
h2 + ul {
margin-top: 0em;
}
h1 + p {
margin-top: 0em;
}
#disqus_thread {
padding: 1em;
background-color: #ECF1EF;
}
#last-modified {
font-size: 0.9em;
margin-bottom: 1em;
color: #808080;
}