Skip to content

Instantly share code, notes, and snippets.

@hitode909
Created January 8, 2012 09:49
Show Gist options
  • Select an option

  • Save hitode909/1577872 to your computer and use it in GitHub Desktop.

Select an option

Save hitode909/1577872 to your computer and use it in GitHub Desktop.
hitode909の日記のCSS
/* <system section="theme" selected="aero2"> */
@import "/css/theme/aero2/aero2.css";
/* </system> */
/* <system section="background" selected="e83254"> */
body{background:#e83254;}
/* </system> */
#google_afc_user {
height:0px;
overflow:hidden;
}
body {
background: #ffffff;
}
#title {
text-shadow: none;
}
#title a {
color: #444;
}
#main{
margin-top: 70px;
background: #ffffff;
color: #444;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;
padding:20px;
float:left;
width:510px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
min-height: 800px;
}
#box1 {
display: none;
}
#box2 {
position: absolute;
}
#content-inner{
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
background: transparent;
}
.date {
color: #444;
background: #ffffff;
text-shadow: none;
}
a.keyword {
color: #444;
text-decoration: none;
border-bottom: 0px;
}
.hatena-module-title {
color: #444;
}
.pager a {
color: #ffffff;
}
#footer a {
color: #ffffff;
}
.entry-footer-section{
font-style: normal;
}
.entry-footer-section a {
text-decoration: none;
}
#globalheader-container{
color: #444;
background: transparent;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.hatena-module-links {
display: none;
}
.hatena-module-search-box {
display: none;
}
.comment-box {
display: none;
}
.hatena-module-title {
display: none;
}
h1.entry-title {
display: none;
}
.id {
display: none;
}
.hatena-module .profile-icon {
display: none;
}
.entry-footer-section .author {
display: none;
}
#footer {
visibility: hidden;
}
#blog-title {
margin-left: 20px;
padding-bottom: 20px;
}
#container {
width: 550px;
}
.hatena-star-comment-container {
display: none;
}
#globalheader-container {
display: none;
}
.social-buttons {
display: none;
}
.pager .pager-next {
position: absolute;
right: 234px;
}
.pager .pager-next:before {
content: '\25bc ';
color: rgba(0, 0, 0, 0.5);
font-size:80%;
}
.pager a {
color: rgba(0,0,0,0);
}
.pager:hover a {
color: rgba(0,0,0,0) !important;
}
.pager {
position: relative;
}
.permalink.pager .pager-next {
position: absolute;
top: 0px;
right: 234px;
}
.permalink.pager .pager-next:before {
content: '\25b2 ';
color: rgba(0, 0, 0, 0.5);
font-size:80%;
}
.permalink.pager .pager-prev:before {
content: '\25bc ';
color: rgba(0, 0, 0, 0.5);
font-size:80%;
}
.permalink.pager .pager-prev {
position: absolute;
top: 35px;
right: 234px;
}
.page-index .date {
visibility: hidden;
}
.page-index .date.first {
visibility: visible;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment