バンビの初心者ブログ教室

私がブログ運営で月間10万円稼いだ方法を教えます!

Girly New York(ガーリーニューヨーク)

※当ブログ内では商品広告やPRを行っております。

f:id:zuboraca:20180628225627j:plain

サンプルブログ

Girly New York

アイコンをピンクのハートにして、ディープピンク×ブラックで、NEW YORK っぽい(?)COOL & CUTE感をだしてみました♪♪
英語のタイトルにおすすめ。
タイトルが日本語だと若干タイトル文字が大きくなるので、行の一番最後のfont-sizeの部分を調節してみてください。
現在は
font-size: 3rem;
となっています。ここの数字を「2~2.5」と変えてバランスを見てみてください。
フォントの種類もお好みのものに変えられます。



 

テーマ「Palette」をインストールして
↓↓こちらを「デザイン」→「カスタマイズ」→「{}デザインCSS」にコピペしてください。

/*==============================
Girly New York
==============================*/

/*main-color*/
a,.date a,.categories a,
.hatena-module-profile .id a,
.hatena-urllist .urllist-date-link a,
:not(.permalink)>.pager-next a,
.hatena-urllist .urllist-category-link a 
{ color:deeppink;}
.entry-content pre.code:before
{background-color:	deeppink;}
.entry-content blockquote 
{border-left:35px solid deeppink;}

/*black-border*/
.entry-content hr,
.urllist-item,
.page-archive .archive-entry,
ul.table-of-contents:before,
.comment-box .entry-comment 
{border-bottom: 1px solid black;}
.entry-header,
.hatena-module-title
{border-bottom: 3px solid black;}
.comment-box .entry-comment:first-child
{border-top: 1px solid black;}
.categories a,
.leave-comment-title,
:not(.permalink)>.pager-next a
{border: 1px solid black;}

/*sub-color*/
#title a:hover,a:hover,
h1 a:hover, h2 a:hover, h3 a:hover, 
h4 a:hover, h5 a:hover, h6 a:hover,
.entry-title a:hover,
ul.table-of-contents li a:hover,
:not(.permalink)>.pager-next a:hover
{color:mediumvioletred;}

/*light-color*/
.date a,
.hatena-urllist .urllist-date-link a,
.hatena-urllist .urllist-category-link a,
.entry-content blockquote,
.entry-content pre.code,
ul.table-of-contents{background-color:	whitesmoke;}

/*=== h1~h5 ===*/
h1,h2,h3,h1 a,h2 a,h3 a
{color:whitesmoke;}
.entry-content h3
{border-top: 3px solid deeppink;}
.entry-content h3
{border-bottom: 3px solid deeppink;}
.entry-content h1
{border-bottom: 7px solid deeppink;}
.entry-content h2, .entry-content h4
{border-left: 7px solid deeppink;}
.entry-content h1, .entry-content h2, 
.entry-content h3
{background-color: black;}		

/*=== globalheader ===*/
#globalheader-containe
{background-color:black;color:white;}
#globalheader-container
{border-bottom:1px solid black;}

/*=== title ===*/
#blog-title{border-bottom:5px solid black;}
#title a,#blog-description{color:deeppink}
html,body{background-color:white;}
#title{display:block;}

/*=== navi-top ===*/
ul.navi-top a:hover{color:deeppink;}
ul.navi-top li a::before{letter-spacing: 0.5em;}
ul.navi-top,ul.navi-top a{background-color:black;}

/*=== bottom-menu ===*/
.bottom-menu li a{color:white;}
ul.bottom-menu
{border-top: 3px solid deeppink;border-bottom:0px solid deeppink;}
ul.bottom-menu, ul.bottom-menu li{background-color:black;}
ul.menu-second-level li a{background-color:whitesmoke;color:deeppink;}
ul.menu-second-level li a:hover{background-color:black;color:white;}
ul.menu-second-level li a{border-top:1px solid deeppink;}
.bottom-menu li a:hover{color:deeppink}

/*== icon ==*/
ul.navi-top li a::before,
ul.table-of-contents li:before,
.hatena-module-title::before
{font-family:"blogicon";
content:"\f048";/*=== heart ===*/
color: deeppink;}

/*=== footer ===*/
#footer, #footer a{background-color:black;color:white}

/*=== title font + size ===*/
body{font-family:'Calibri','Corbel','Trebuchet MS', 'Avenir',
'Avenir Next',YuGothic,'Yu Gothic',sans-serif;}
#title{font-size:3rem;}