-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
99 lines (81 loc) · 1.38 KB
/
style.css
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
/*
Theme Name: WP Readability
Theme URI: http://github.com/agilous/wp-readability
Description: This theme was inspired by Arc90's Readability page simplifying bookmarklet. (See: <a href="http://lab.arc90.com/experiments/readability/" target="_blank">http://lab.arc90.com/experiments/readability/</a>)
Version: 0.1
Author: Bill Barnett
Author URI: http://agilo.us/
Tags: readability, simplified, simple
*/
a {
color: #1158B3;
text-decoration: none;
}
body {
background: #F4EED9;
color: #1D1916;
font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}
div.page {
width: 100%;
}
div.container {
margin-left: 10%;
width: 80%;
}
div.header {
font-size: 140%;
margin: 2% 2% 1% 2%;
padding: 2%;
}
div.header h2 {
font-size: 120%;
display: inline;
}
div.main {
float: left;
margin: 1% 1% 1% 2%;
padding: 2%;
width: 62%;
}
div.nav-top {
margin: 0% 2% 1% 2%;
padding: 2%;
}
div.sidebar {
float: none;
margin: 1% 2% 1% 1%;
padding: 2%;
width: 24%;
}
div.footer {
float: left;
margin: 1% 2% 0% 2%;
padding: 2%;
width: 92%;
}
div.footer p {
text-align: center;
}
div.post h1 {
font-size: 160%;
}
p {
line-height: 120%;
font-size: 1.2em;
text-align: justify;
}
div.main p.four04 {
text-align: center;
}
p.post-meta {
font-size: 80%;
}
ul.nav-top-ul {
float: left;
list-style-type: none;
}
ul.nav-top-ul li {
float: left;
margin-right: 20px;
}