summaryrefslogtreecommitdiff
path: root/themes/html5/style.css
blob: 7e0b24eeae5052e6c75757043a8af3ea343c8ea4 (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
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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
body {
	margin: 3% 8% 2% 12%;
}

pre {
	background-color: #ffffea;
	padding: 2%;
	border: thin dashed #cccccc;
}

#moderate {
	color: #cc6600;
}
#preview {
	padding: 3% 5%;
	margin: 0 35% 10% 0;
	border: thin dotted #cccccc;
}

img, video {
	max-width: 100%;
}
textarea, input {
	border: thin solid #cccccc;
}

a {
	text-decoration: none;
	color: #cc6600;
}
a:hover {
	/* color: #498a41 !important; */
	text-decoration: underline;
}

#blog_title {
	font-size: 220%;
	font-weight: bold;
	text-shadow: #666666 1px 1px 1px;
}
#blog_title a {
	color: #cc6600;
}
#blog_subtitle {
	font-size: 120%;
}

h1 a {
	color: #222222;
}
q {
	margin-left: 2%;
}

header {
	margin-bottom: 3%;
}
header p {
	margin: 0;
	color: #999999;
	font-size: smaller;
}
header p a {
	color: #5588aa;
}

/* IE lt 9 hack */
section, article, aside, footer, header, nav, hgroup {
	display:block;
}

article {
	width: 70%;
	float: left;
	margin-bottom: 3%;
}

aside {
	float: right;
	width: 25%;
	margin-bottom: 3%;
}
aside h3 {
	color: #666666;
	border-bottom: thin solid #cccccc;
	text-shadow: #666666 1px 1px 1px;
}
aside section {
	margin-bottom: 10%;
}
aside ul {
	list-style: none;
	padding: 0;
	color: #999999;
}
aside ul ul {
	list-style: none;
	margin-left: 5%;
}
aside img {
	margin-right: 1ex;
	border: none;
}
#links a {
	color: #5588aa;
}

article h1 {
	border-bottom: thin solid #cccccc;
	text-shadow: #666666 1px 1px 1px;
}
article footer {
	border: none;
}
article footer a {
	margin-left: 0.5ex;
}

footer {
	clear: both;
	text-align: center;
	font-size: smaller;
	color: #999999;
	border-top: thin solid #cccccc;
	padding: 1% 0;
	margin-top: 2%;
}
footer a {
	color: #5588aa;
}
footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
footer li.comments_count {
	float: left;
	text-align: left;
}
footer li.tags {
	text-align: right;
}
footer li.lastpage {
	float: left;
	text-align: left;
}
footer li.nextpage {
	float: right;
	text-align: right;
}
#archive a {
	margin-right: 2%;
}
#tagcloud a {
	color: #5588aa;
}
#tagcloud li {
	display: inline;
	margin-right: 0.5ex;
}
li.tagcloud_0 {
	font-size: 75%;
}
li.tagcloud_1 {
	font-size: 80%;
}
li.tagcloud_2 {
	font-size: 95%;
}
li.tagcloud_3 {
	font-size: 120%;
}
li.tagcloud_4 {
	font-size: 155%;
}
li.tagcloud_5 {
	font-size: 200%;
}

#error h3 {
	color: #cc6600;
}
#error p {
	color: #cc6600;
	margin-left: 2%;
}
#message h3 {
	color: #498a41;
}
#message p {
	color: #498a41;
	margin-left: 2%;
}