|
|
@ -210,7 +210,16 @@ pre{ |
|
|
|
|
|
|
|
/****************************/ |
|
|
|
/* article */ |
|
|
|
#content.body .entry-title{ |
|
|
|
|
|
|
|
#content.body .article-info{ |
|
|
|
position: fixed; |
|
|
|
} |
|
|
|
.article-info{ |
|
|
|
width:200px; |
|
|
|
float: left; |
|
|
|
margin-bottom:1em; |
|
|
|
} |
|
|
|
#content.body .entry-title{ |
|
|
|
display:inline-block; |
|
|
|
font-family: "cmusans"; |
|
|
|
font-size: 180%; |
|
|
@ -219,17 +228,6 @@ pre{ |
|
|
|
margin:30px 0 30px 275px; |
|
|
|
color:#7e5211; |
|
|
|
width: calc(100% - 275px); |
|
|
|
} |
|
|
|
.article-info, .post-info{ |
|
|
|
color:#7e5211; |
|
|
|
} |
|
|
|
.article-info{ |
|
|
|
width:200px; |
|
|
|
float: left; |
|
|
|
margin-bottom:1em; |
|
|
|
} |
|
|
|
.article-info .entry-title{ |
|
|
|
|
|
|
|
} |
|
|
|
.article-info .featured-image img{ |
|
|
|
max-width: 200px; |
|
|
|