Skip to content

Instantly share code, notes, and snippets.

@orenhe
Created June 19, 2012 19:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save orenhe/2955985 to your computer and use it in GitHub Desktop.
Save orenhe/2955985 to your computer and use it in GitHub Desktop.
Wordpress Twentyeleven theme zenburn colors
/*
Theme Name: Twenty Eleven zenburn colors
Author: Oren Held
Template: twentyeleven
Version: 0.1
License: MIT
Notes:
* Make sure you have Twentyeleven theme installed
* Set it to "dark" colorscheme
* Place this file in wp-content/themes/twentyeleven-zenburn-colors/style.css
*/
@import url("../twentyeleven/style.css");
body {
background-color: black !important;
}
#page {
background-color: #1c1c1c !important;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active,
#site-title a {
color: #b2b2b2 !important;
}
.entry-meta a:hover,
.entry-meta a:focus,
.entry-meta a:active,
.entry-meta a {
color: #678f67 !important;
}
.entry-title a:hover, .entry-title a:focus, .entry-title a:active {
color: #d7d7af !important;
}
.entry-title, .entry-title a {
color: #ffffaf !important;
}
.entry-content h1, .entry-content h2, .comment-content h1, .comment-content h2 {
color: #d7d7af !important;
}
#access li:hover > a {
background: #333;
}
a:hover,
a:focus,
a:active {
color: #e5e57b !important;
}
a {
color: #d78787 !important;
}
.singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {
margin: 0 auto !important;
width: 100% !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment