Skip to content

Instantly share code, notes, and snippets.

@hachibeeDI
Last active August 29, 2015 14:01
Show Gist options
  • Save hachibeeDI/e512081db8f695dc9096 to your computer and use it in GitHub Desktop.
Save hachibeeDI/e512081db8f695dc9096 to your computer and use it in GitHub Desktop.
/* Responsive: yes */
/* <system section="theme" selected="bordeaux"> */
@import "/css/theme/bordeaux/bordeaux.css";
/* </system> */
/* elements {{{ */
/* <system section="background" selected="490A3D"> */
body{
background-color: #2dadac;
color: #fff6d3;
/* enable font carning and some functions. */
text-rendering: optimizeLegibility;
text-align: justify;
text-justify: distribute;
-ms-text-justify: distribute;
}
h1,h2,h3,h4,h5 {
font-weight: normal;
}
h2 {
width: 80%;
}
h3 {
width: 70%;
}
a{text-decoration:none;}
a:link{}
a:visited{}
a:hover{text-decoration:none;}
a:active{}
/* }}} */
/* </system> */
/* header {{{ */
#blog-title {
margin: 10px auto 0px auto;
width: 100%;
height: auto;
text-align: center;
}
#blog-title-inner {
text-align: center;
}
#blog-description {
font-weight: normal;
width: auto;
}
#title a {
color: #fff6d3;
font-size: 40px;
font-weight: bold;
text-align: center;
}
h1.entry-title {
margin: 33px 25px;
font-size: 33px;
color: #1c344d;
}
.entry-title a {
color: #1c344d !important;
}
.entry-title a:hover {
text-decoration: none;
}
#content {
min-width: 320px;
width: 85%;
background-color: #FFFDF5;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}
#content-inner {
margin: 0 auto;
width: 90%;
overflow: hidden;
}
.entry-content {
font-size: 17px;
margin: 50px auto;
}
#main {
width: 90%;
}
#main-inner{
border-style: none;
}
/* side-bar {{{ */
#box2 {
width: 18%;
max-width: 250px;
float: right;
}
.hatena-module-title,
.hatena-module-title a,
.hatena-module-title a:hover,
.hatena-module-title a:visited {
font-weight: normal;
}
/* }}} */
.code {
font-family: 'Ricty Discord', 'Ricty', 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
font-size: 15px;
}
.google-afc-image {
/* デフォのgoogle広告 */
width:30% !important;
height:30%;
display:inline-block;
overflow:visible;
background-color:#FFFDF5;
vertical-align:top;
border-width:40px 20px;
border-style:solid;
border-color:#FFFDF5;
-webkit-box-shadow:0 10px 7px -7px rgba(0,0,0,0.12),0 0 4px rgba(0,0,0,0.1);
box-shadow:0 10px 7px -7px rgba(0,0,0,0.12),0 0 4px rgba(0,0,0,0.1)
}
.comment-box {
margin-top: 20px;
}
.leave-comment-title {
/* コメントを書くのボタン */
/*background-color: #2dadac;*/
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
font-size: 15px;
line-height: 16px;
}
.color-white {
color: #fff6d3;
}
/* おれのheader {{{*/
#top-editarea {
width: 100%;
text-align: center;
}
.top-profile {
margin: 0 auto;
}
.profile-icon--top {
border-radius:40%px;
-moz-border-radius:40%;
-webkit-border-radius:40%;
}
/* }}} */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment