-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
181 lines (150 loc) · 5.86 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
178
179
180
181
@charset "utf-8";
/*
Theme Name: simpage
Theme URI: http://b.oozk.com/
Description: powered by <a href="http://b.oozk.com/">mk</a>, [email protected]
Version: v1.0
Author: mk2011
Author E-Mail: [email protected]
Tags: clean, simple, two columns
*/
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* end of reset */
/* basic elements setting */
body { background-color: #39424B;}
body, input, textarea {color: #6E6E6E;font:15px "Helvetica Neue", Helvetica, Arial, sans-serif;}
:focus {outline: 0;}
/* Safari special*/
::selection {color:white;background: #B52F15;}
/* Firefox special */
::-moz-selection {color:white; background: #B52F15; }
/* -- list style --*/
ul,ol {margin:0px;line-height:21px; padding: 0 0 0 15px;}
ol li {padding:0 0 5px 0;}
ol, ul {list-style: none;}
li {list-style-position:outside;list-style-type:disc;}
.line {border-top: 1px solid #C8C7C7;overflow:hidden; padding:1px;}
/* link-style */
a {color:#3354AA;outline: medium none;text-decoration: none;}
a:hover {text-decoration: underline;}
/* wordpress short code sytle from dbanote.net */
blockquote,pre,code{
font-family:"Courier New",Courier,mono;
font-size:14px;
font-weight:400;
letter-spacing:normal;
word-spacing:normal;
white-space:pre;
background-color:#efefef;
background:#efefef;
line-height:150%
margin-bottom:5pt;
margin-top:5pt;
padding-top:5pt;
padding-bottom:5pt;
padding-left:5pt;
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
/* end wordpress short code */
/* header things */
.clear{clear:both;margin-top:0px;}
h1.header {padding:5px;width:940px;margin:0px auto;}
a.home {font-size: 1.6em;}
span.about {float:right;font-size:1.3em;padding:5px 1em 0 0;}
a.rss {float:right;font-size: 14px;padding-left:1em;}
h2.title{text-align:center;font-size:2.0em;}
span.date {float:right;width:100px;}
span.descrip{color:#BFBFBF;}
/* end header */
/* -------- LAYOUT ------ */
#layout-header {background-color:#000;overflow:hidden; height:40px;width:1005px;margin:10px auto 5px ;}
#layout-content{margin:0px auto;display:table;background-color:#F7F7F7;width:1005px;}
#layout-left {float:left;width:705px;min-height:600px;}
#layout-right{float:left;width:300px;}
#layout-footer{padding: 15px;background-color:#000;font-size:12px;clear:both; margin:5px auto 10px;width:975px;}
/* post style*/
.post { padding-bottom:20px; padding:15px;font-size:15px;background-color:#fff;}
.post h1 {padding-bottom:5px;padding-top:5px;}
.post h2 {padding-bottom:5px;padding-top:5px;}
.post h3 {padding-bottom:5px;padding-top:5px;}
.post li {line-height:1.6em;}
.post ol {list-style-type:none;margin:0 0 0 1em;}
.post ul li{list-style-type:decimal; }
.post object{margin-left:22px;text-align:center;}
.post table {border-collapse:collapse; width:100%;border:0;}
.post table thead tr th, table thead tr td {background:#c2c2c2; }
.post table tr th {border:1px solid #d6d6d6;text-align:left;padding:5px 10px;background:#e6eae9;}
.post table tr td {border:1px solid #d6d6d6;text-align:left;padding:5px 10px;vertical-align:middle;}
.post .title {border-bottom: 1px solid #EEEEEE;}
.post .title h1,.post .title h2 {font-size:1.5em;}
.post .meta {padding:5px;}
.post i {padding: 12px 0px 12px 0px;display:block;font-style:italic; clear:both;}
.post p {padding:5px;line-height:1.6em;}
/*end post style*/
/* sidebar */
.widget-header {background-color:#8F8F8F; margin:1px 0px;padding:0px;}
.blogroll{}
.widget { font-size:13px; padding:20px 0 0 30px;background-color:#F7F7F7;}
.widget h3{ color:#555; margin: 0 -20px;padding: 0 0 2px;}
.widget ul{ clear:both; padding-left:1px; margin:0px;}
.widget ul li{}
.widget ul li a:hover { text-decoration:underline; }
.widget ul ul { padding: 0 0 0 15px; border-top: none; }
.widget .linkcat {list-style:none;}
.cloud{ padding-right:15px;}
/* page nave */
#pagenav{background-color:#fff;height:30px;padding:0 0 10px 0;}
.pageNav, .comment-page-numbers {color: #828284;float: left; height: 20px; margin: 5px 10px 5px 0px;text-decoration: none;}
.pages, .extend {background-color: #E9E5E4;border: 1px solid #9B999A;margin: 2px;padding: 2px 5px 1px;}
.pageNav, .comment-page-numbers {color: #828284;text-align: center;text-decoration: none;padding-left:20px;}
.pageNav a, .comment-page-numbers a {background-color: #FEFFFF;border: 1px solid #BABABA;color: #666666;margin: 2px;padding: 2px 5px 1px;}
.current {background-color: #342D27;border: 1px solid #9B999A;color: #FFFFFF;font-weight: bold; margin: 2px 0;padding: 2px 5px 1px;}
/* end page nave */