forked from stormzhang/stormzhang.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodepiano.css
More file actions
296 lines (236 loc) · 4.41 KB
/
Copy pathcodepiano.css
File metadata and controls
296 lines (236 loc) · 4.41 KB
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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
/* =============================================================================
# FileName: codepiano.css
# Desc: stylesheet for blog
# Author: codepiano
# Email: anyexingchen999@qq.com
# HomePage: http://www.weibo.com/anyexingchen
# Version: 0.0.1
# LastChange: 2013-05-14 14:13:41
# History:
============================================================================= */
@charset "utf-8";
/* a标签样式 */
a {
text-decoration: none;
}
a:link {
color: #1077BC;
}
a:hover {
color: #FF9900;
text-decoration: none;
}
a:active {
color: #FF6699;
text-decoration: none;
}
a:visited {
color: #FF6699;
}
/* 主页中央区域 */
html, body, div.wrapper {
height: 100%;
background-color: #F3F3F3;
}
/* 段落样式 */
.paragraph {
font-size: 15px;
text-indent: 2em;
}
/* font-awesome post信息按钮样式 */
.icon-folder-open, .icon-tags, .icon-calendar {
color:#A84365;
}
.icon-double-angle-right {
color: #FF6699;
}
/* 自定义高亮样式 */
.highlight pre,code {
font-size: 15px;
background-color: #002B36;
color:#93A1A1;
}
blockquote {
font-size: 15px;
background-color: #002B36;
color:#93A1A1;
}
blockquote p {
font-size: 15px;
}
/* 覆盖bootstrap导航条设置 */
a.brand {
height: auto;
}
.navbar ul.nav {
padding: 15px 20px 15px;
height:auto;
}
.navbar>.navbar-inner{
padding-left: 0px;
}
/* 覆盖导航条激活菜单的背景色设置 */
.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
background-color: transparent;
box-shadow:none;
}
.navbar .nav>li.active>a {
color:#EC6197;
}
/* 覆盖typo.css中ul默认的margin-left属性 */
ul.tag_box {
margin-left: 0;
}
ul.tag_box > li:first-child {
padding-left: 0px;
}
/* 标题栏文字样式 */
.site-title {
font-size: 14px;
color: #1B813F;
}
.site-author {
font-size: 28px;
color: #169FDE;
}
/* 底部div定位 */
div.wrapper>div.typo{
padding-bottom: 60px;
}
/* 底栏div样式 */
div.bottom {
position: relative;
margin-top: -60px;
height: 60px;
clear: both;
}
/* 底栏声明链接样式 */
a.license {
color:#5E6087;
}
/* 解决typo.css覆盖bootstrap的li.list-style */
ul.nav.nav-tabs {
list-style: none;
}
/* 技术支持列表样式 */
ul#support {
margin-top: 20px;
}
.dispear {
border-color: #F3F3F3;
}
ul#support.dispear>li {
display:none;
}
ul#support.dispear>li:first-child {
display:block;
}
ul#support.dispear>li>a {
border-color: #F3F3F3;
color: #F3F3F3;
}
ul#support.dispear>li>a:hover {
background-color: transparent;
}
ul#support.dispear>li:first-child>a:hover {
color: #CC527A;
}
ul#support.dispear>li:first-child>a>i.icon-star-empty {
color: #F3F3F3;
}
ul#support.dispear>li:first-child>a:hover>i.icon-star-empty {
color: #E8175D;
}
#support.show a {
color: #CC527A;
}
.icon-ok, .icon-star-empty {
color: #E8175D;
}
ul#support.show {
border-color: #F3F3F3;
}
ul#support.show li {
display:block;
}
ul#support.show a {
border-color: #DDDDDD;
color:#CC527A;
}
/* 文章日期样式 */
.post-date {
color: #1077BC;
}
/* Datatable设置,应用bootstrap样式 */
table#post-data {
border-spacing:0;
border-collapse:collapse;
}
table#post-data td, table#post-data th {
color: #1077BC;
}
table#post-data .icon-calendar, table#post-data .icon-bookmark, table#post-data .icon-tags {
color: #1077BC;
}
table#post-data a:hover {
color: #FF6699;
}
div.row {
margin-left: 0px;
}
/* 覆盖bootstrap默认的tooltip设置 */
div.tooltip.right .tooltip-arrow {
border-right-color: #1693A7;
}
div.tooltip-inner {
font-size: 14px;
color: #F3F3F3;
background-color: #1693A7;
}
/* 归档和时间线页面列表样式 */
ul.posts-list {
list-style: none;
}
ul.posts-list li{
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: #D9D7D4;
margin-top: 9px;
padding-bottom: 5px;
font-size: 14px;
}
a.post-url {
font-size: 16px;
margin-left: 2px;
}
span.post-right-info {
font-size: 16px;
color: #BBBBBB;
}
/* 时间锚点的样式 */
ul.time-list {
margin-top: 10px;
}
ul.time-list a {
font-size: 14px;
color: #FF6699;
}
ul.time-list a>i.icon-chevron-right{
color: #F3F3F3;
}
ul.time-list>li.active>a>i.icon-chevron-right {
color: #333333;
}
/* about样式 */
p.about {
text-indent: 2em;
font-size: 18px;
}
/* 链接table样式 */
table#about-me td{
font-size: 18px;
padding:7px;
}
table#about-me a{
color: #1077BC;
}