Skip to content

Instantly share code, notes, and snippets.

@asazuki
Created June 17, 2012 12:10
Show Gist options
  • Save asazuki/2944378 to your computer and use it in GitHub Desktop.
Save asazuki/2944378 to your computer and use it in GitHub Desktop.
WordPress.com のテーマ「Manifest」の背景を黒っぽくするためのCSS
body {
background:#222;
color:#999999;
}
a:hover,a:active {
color:#d6cec1;
}
h1 a:link,h1 a:visited,h2 a:link,h2 a:visited,h3 a:link,h3 a:visited,h4 a:link,h4 a:visited,h6 a:link,h6 a:visited {
color:#eeeeee;
}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h6 a:hover {
color:#ffffff;
}
h2 {
color:#ffffff;
}
h2.archive-title strong {
color:inherit;
}
h5 {
border-bottom:1px solid #999;
background:#222222;
}
h5 abbr {
background:#222;
}
#core-content p,#core-content li,#core-content dd {
color:#999999;
}
.loggedin a:link,.loggedin a:visited,a.post-edit-link:link,a.post-edit-link:visited,a.comment-edit-link:link,a.comment-edit-link:visited {
color:#cccccc;
}
.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6 {
color:#777;
}
.hentry img {
border:1px solid #555;
}
div.sharedaddy div.sd-block {
border-top:1px solid rgba(250,250,250,.13);
}
#main-nav,#main-nav ul ul {
background:#191919;
border-bottom:1px solid #1C1C1C;
border-top:1px solid #1C1C1C;
}
#main-nav a:active,#main-nav ul ul a:active,#main-nav a:hover,#main-nav ul ul a:hover {
color:#eeeeee;
}
#main-nav .current_page_parent > a,#main-nav .current_page_item > a,#main-nav .current-menu-item > a,#main-nav .current-menu-ancestor > a {
color:#EEE;
}
#main-nav .current_page_parent > a:hover,#main-nav .current_page_item > a:hover,#main-nav .current-menu-item > a:hover,#main-nav .current-menu-ancestor > a:hover {
color:#ffffff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment