Skip to content

Instantly share code, notes, and snippets.

@dreamark
Created June 7, 2016 07:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dreamark/3e1ab432d3153ec83eb863f27697bfbf to your computer and use it in GitHub Desktop.
Save dreamark/3e1ab432d3153ec83eb863f27697bfbf to your computer and use it in GitHub Desktop.
/*カエレバ・ヨメレバ*/
.kaerebalink-box{
display: block;
border: 1px solid #1D3557;
padding: 8px;
margin: 16px 0;
}
.kaerebalink-image{
padding: 8px;
display: block;
float: none;
margin: 0 auto;
text-align: center;
}
.kaerebalink-info{
display: block;
padding: 0;
}
.kaerebalink-name{
padding: 10px;
font-size: 90%;
}
.kaerebalink-powered-date{
padding: 0;
font-size: 90%;
}
.kaerebalink-detail{
padding: 10px;
font-size: 90%;
}
.kaerebalink-link1{
display: table;
width: 100%;
clear: both;
font-size: 13px;
}
.kaerebalink-link1 a{
display: block;
float: left;
width: 100%;
box-sizing: border-box;
text-align: center;
text-decoration: none;
transition: all .7s ease;
padding: 8px;
}
.kaerebalink-link1 .shoplinkamazon a{
background: #232F3E;
}
.kaerebalink-link1 .shoplinkrakuten a{
background: #bf3939;
}
.kaerebalink-link1 .shoplinkyahoo a{
background: #45818E;
}
.shoplinkyahoo img{display:none !important;}
.kaerebalink-link1 .shoplinkamazon a:hover{
background: #4F5965;
}
.kaerebalink-link1 .shoplinkrakuten a:hover{
background: #CC6161;
}
.kaerebalink-link1 .shoplinkyahoo a:hover{
background: #6A9AA5;
}
.kaerebalink-link1 a{
color: #F0F8FF;
}
.kaerebalink-link1 a:visited{
color: #F0F8FF;
}
.booklink-box{
display: block;
border: 1px solid #1D3557;
padding: 8px;
margin: 16px 0;
}
.booklink-image{
padding: 8px;
display: block;
float: none;
margin: 0 auto;
text-align: center;
}
.booklink-info{
display: block;
padding: 0;
}
.booklink-name{
padding: 10px;
font-size: 90%;
}
.booklink-powered-date{
font-size: 90%;
}
.booklink-detail{
padding: 10px;
font-size: 90%;
}
.booklink-link2{
display: table;
width: 100%;
clear: both;
}
.booklink-link2 a{
display: block;
float: left;
padding: 8px;
width: 100%;
box-sizing: border-box;
text-align: center;
transition: all .7s ease;
font-size: 13px;
color: #fff;
text-decoration: none;
}
.booklink-box .shoplinkamazon a{
background: #232F3E;
}
.booklink-box .shoplinkrakuten a{
background: #bf3939;
}
.booklink-box .shoplinkkindle a{
background: #45818E;
}
.booklink-box .shoplinkseven a{
background: #FD7D33;
}
.booklink-box .shoplinkseven img{display:none !important;}
.booklink-box .shoplinkamazon a:hover{
background: #4F5965;
}
.booklink-box a:hover{
background: #CC6161;
}
.booklink-box .shoplinkseven a:hover{
background: #FD8E4E;
}
.booklink-box .shoplinkkindle a:hover{
background: #6A9AA5;
}
.booklink-link2 a:visited{
color: #F0F8FF;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment