Created
May 17, 2012 06:05
-
-
Save naokomc/2716867 to your computer and use it in GitHub Desktop.
Additional CSS for Chunk theme on WordPress.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Custom CSS used on en.naoko.cc */ | |
body { | |
font-size:14px; | |
} | |
/* Tweaks for header & menu sections, and post title */ | |
#header { | |
min-height:100px; | |
padding-top:40px; | |
} | |
#site-description { | |
margin:8px 0 30px; | |
} | |
#site-title { | |
font-size:60px; | |
} | |
#site-title a:hover,.hentry .entry-meta .comments,.hentry .entry-meta .comments a,a:hover,#footer a { | |
color:#D55B60; | |
} | |
#menu { | |
text-align: left; | |
} | |
#menu li { | |
float: left; | |
} | |
.entry-title { | |
text-transform: none; | |
} | |
/* I don't like some of the bottom margin settings */ | |
object, ul.tweets li { | |
margin-bottom:1em; | |
} | |
.entry-content li { | |
margin-bottom:0!important; | |
} | |
#core-content p,#core-content li,#core-content dd { | |
margin-bottom:1.5em; | |
} | |
/* Not green but pink color scheme */ | |
#respond label,.page-link a { | |
background:#D55B60; | |
} | |
blockquote { | |
border-left:10px solid #D55B60; | |
font-size:14px; | |
} | |
p.note { | |
background:#f4d6d7; | |
border:3px solid #D55B60; | |
padding:10px; | |
} | |
.entry-content a img { | |
border:6px solid #ddd; | |
} | |
.entry-content a:hover img { | |
border:6px solid #D55B60; | |
} | |
/* For Diigo-generated posts */ | |
p.diigo-tags { | |
display:none; | |
} | |
p.diigo-description { | |
padding-left:2em; | |
} | |
#core-content p.diigo-link { | |
font-weight:bold; | |
margin:0 0 1em; | |
padding:0; | |
} | |
span.screen-name { | |
text-align:right; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment