forked from stormzhang/stormzhang.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
52 lines (39 loc) · 770 Bytes
/
Copy pathstyle.css
File metadata and controls
52 lines (39 loc) · 770 Bytes
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
/* Custom container */
.container-narrow {
margin: 0 auto;
max-width: 700px; }
.container-narrow > hr {
margin: 30px 0; }
.navbar .nav {
float: right; }
/* posts index */
.post > h3.title {
position: relative;
padding-top: 10px; }
.post > h3.title span.date {
position: absolute;
right: 0;
font-size: 0.9em; }
.post > .more {
margin: 10px 0;
text-align: left; }
/* post-full*/
.post-full .date {
margin-bottom: 20px;
font-weight: bold; }
/* tag_box */
.tag_box {
list-style: none;
margin: 0;
overflow: hidden; }
.tag_box li {
line-height: 28px; }
.tag_box li i {
opacity: 0.9; }
.tag_box.inline li {
float: left; }
.tag_box a {
text-decoration: none;}
.tag_box a span {
vertical-align: super;
font-size: 0.8em; }