-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
177 lines (146 loc) · 2.63 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
/**
* Theme Name: Publishing Hurts
* Description: Theme for publishinghurts.de
* Version: 1.0.0
* Author: Michael Giesler
* Author URI: http://github.com/michaelgiesler
* Template: the-go-green-theme
*/
body {
background-color: #aababf;
font-family: "Crimson Text",serif;
font-size: 16px;
color: #000;
}
#container {
width: 1060px;
}
#page {
margin: 0 auto;
width: 1060px;
}
#header{
background-color: #aababf;
}
#hdrContainer {
margin: 0 auto;
width: 1060px;
}
#hdrLeft {
background: rgba(0, 0, 0, 0) url("images/publishing_hurts_schwarz_klein.png") no-repeat scroll 0 0;
height: 178px;
text-align: left;
width: 1060px;
}
#hdrRight {
width: 1060px;
padding: 0;
height: 30px;
}
#hdrRight li {
font-size: 22px;
}
#hdrRight a {
color: black;
font-family: Arial,Helvetica,"Nimbus Sans L",sans-serif;
}
#hdrLeft > * {
display:none;
}
#content {
float: left;
margin-right: 0;
text-align: left;
width: 610px;
}
.post {
background-color: #fff;
border: 2px solid #000;
clear: both;
margin: 0 0 20px;
width: 598px;
}
.postdate {
background-color: #fff;
color: #888888;
font-size: 13px;
text-align: right;
}
div.post h2, div.post h3 {
color: #000;
font-family: Arial,Helvetica,"Nimbus Sans L",sans-serif;
font-size: 20px;
padding: 10px 20px;
}
div.post h2 a, div.post h3 a {
color: #000;
text-decoration: none;
}
#sidebar-1 > ul > li, #sidebar-2 > ul > li {
background-color: #fff;
border: 2px solid #000;
margin-bottom: 20px;
}
#sidebar-1 h2, #sidebar-2 h2 {
background-color: #fff;
color: #000;
font-size: 20px;
font-weight: bold;
padding: 8px 20px;
font-family: Arial,Helvetica,"Nimbus Sans L",sans-serif;
}
input#s {
border: 1px solid black;
margin: 0 0 10px 5px;
padding: 3px;
width: 140px;
}
input#searchsubmit {
border: 1px solid black;
font-family: Arial,Verdana,sans-serif;
padding: 3px;
}
#sidebar-1 {
float: left;
font-size: 16px;
margin-right: 9px;
text-align: left;
width: 220px;
}
#sidebar-2 {
float: left;
font-size: 16px;
text-align: left;
width: 220px;
}
#sidebar-1 a, #sidebar-2 a {
color: #4c6a91;
text-decoration: none;
}
.widget li {
padding: 10px;
}
a:link {
color: #4c6a91;
}
#footer {
background-color: #aababf;
height: 50px;
}
#footer ul {
margin: 0 214px;
text-align: left;
}
#footer li {
display: inline;
font-size: 12px;
font-weight: bold;
margin: 0 20px 0 0;
}
#footer a {
color: #000;
text-decoration: underline;
}
#sidebar-1 ul li ul li, #sidebar-1 ul li ul {
border: 0;
}