とあるSS書きの奏P

今日もどこかでカタカタしてます

10/22時点のCSSコード

日付と記事タイトルが重なってしまう現象を解決出来なくて、とりあえず一旦心が折れたデザインがこちらです。

直す方法分かったら追記します。

f:id:kanafumi-ojisan:20161022170230p:plain

/* <system section="theme" selected="evergreen"> */
@import "/css/theme/evergreen/evergreen.css";
/* </system> */

/* <system section="background" selected="default"> */
/* default */
/* </system> */

 

/* タイトル部分 */
#blog-title {
padding: 70px 0;
background: #2b3046;
text-align: left;

}

/* タイトル説明部分 */
#blog-description {
font-weight: 300;
font-size: 80%;
color: #B29B00;
margin: 1px 0 0;
padding: 0 13px;
}

#title a {
color: #FFE645;
}


/* 日付 */
.date a {
color: #2b3046;
text-decoration: none;
font-size: 13px;
font-weight: bold;
margin: 15px 0;
padding: 5px 0;
background:#FFE645;
}


/* 記事タイトル */

.entry-title {
margin-bottom: 15px;
border-top: 2px dashed #3b3b3b;
border-bottom: 2px dashed #3b3b3b;
padding: 15px 0;
}


a.entry-title-link.bookmark {

text-decoration: none;
color: #2b3046;
}

/* リンク */

a {
color: #FFE645;
text-decoration: none;
}