-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
80 lines (66 loc) · 3.23 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
/*
Theme Name: AZinimous
Theme URI: http://github.com/matzipan/azinimous
Description: A clean and sleek personal blog theme supporting opengraph.
Version: 0.9
Author: Zisu Andrei inspired by Andrew Thompson
Author URI: http://zisuandrei.webmonsters.ro/
Tags: white, right-sidebar, fixed-width, opengraph
License: GNU GPL
Copyright 2012 Zisu Andrei
*/
/* normalize */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0;}
h1, h2, h3 { font-family: 'Sanchez', serif; }
h1, h2 { color: #000; }
h1 { font-size: 26px; }
h2 { font-size: 22px; }
h3 { font-size: 18px; color: #888; }
p, ul, ol { padding: 5px 0 5px 0; text-align: justify; line-height: 23px; }
body { font-family: 'Verdana', sans-serif; font-size: 15px; color: #555; background-color: #ffffff; }
em { font-style: italic; }
a, a:visited, a:active{ color: #4183C4; }
a:hover { color: #2B5C8C;}
strong { font-weight: bold; }
ul { list-style-type: disc; padding-left: 30px; }
ol { list-style-type: decimal; padding-left: 30px; }
#container { width: 960px; margin: 0 auto; }
header { height: 110px; overflow: hidden; background: #999; }
header div { float:left; width: 500px;}
header h1 { height: 55px; margin: 0 0 0 50px; float: left; font-family: 'Rokkitt', serif; font-size: 80px; font-weight: bold; color: #fff; }
header h1 a, header h1 a:visited, header h1 a:active { color: inherit; text-decoration: none; }
header h2 { float: left; clear: left; margin: 10px 0 0 130px; font-size: 20px; }
#main { padding: 10px 50px 20px 50px; }
#main h1 { margin: 15px 0 0 0; color: #000;}
#main h2 { margin: 15px 0 0 10px; }
#main h3 { margin: 10px 0 5px 10px; }
#content { float: left; width: 620px;}
#sidebar { float: right; width: 215px;}
#backtoblog a { font-family: 'Sanchez'; font-size: 15px; }
.date, .meta { margin: 15px 0 5px 10px; padding: 5px 0 5px 5px; border: 1px dotted #ccc; border-left:0; border-right: 0; }
.date { width: 300px; }
.post { margin: 0 0 60px 0;}
.entry { margin: 0 0 0 10px;}
#sidebar .avatar { padding: 5px; margin: 5px 0 0 0; background: #efefef; }
#sidebar > ul { list-style-type: none; padding: 0; }
#sidebar .widget_search label { display: none; }
#sidebar .widget_search input[type="text"] { background: #efefef; border: 1px solid #ccc; width: 160px;}
#sidebar .widget_search input[type="submit"] { width: 49px; }
.pagenavigation { margin: 0 0 50px 0; overflow: hidden; }
.pagenavigation .older { float: left; width: 50%; }
.pagenavigation .newer { float: right; width: 50%; text-align: right; }
footer { clear: both; padding: 0 20px 10px 20px; }
img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignleft { float: left; }
.alignright { float: right; }