Created
November 9, 2013 21:55
-
-
Save anonymous/7390550 to your computer and use it in GitHub Desktop.
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
} | |
#site-logo { | |
display: inline; | |
float: right; | |
} | |
#hgroup.with-logo { | |
clear: none; | |
display: inline; | |
float: left; | |
} | |
#hgroup-wrap { padding: 18px; } | |
#site-logo { padding: 18px; } | |
.site { margin-top: 18px; } | |
} | |
#header-content { padding: 2em 0; } | |
} | |
/* For All content */ | |
body { | |
font-size: 10px; /* Size of Font */ | |
line-height: 20px; /* Line Height of Font */ | |
} | |
/* For Site Title content */ | |
h1#site-title { | |
font-size: 35px; | |
} | |
@media screen and (max-width: 1000px) { | |
#site-title { | |
font-size: 35px; | |
} | |
} | |
#hgroup { | |
padding-left: 20px; | |
} | |
/* Header Background Color */ | |
#masthead { | |
background-color: #000; | |
} | |
/* Content Background Color */ | |
.site { | |
background-color: #000; | |
} | |
body, button, input, select, textarea { | |
color: #fff; | |
} | |
.entry-header .entry-title a { | |
color: #fff; | |
} | |
/* Site Title Color */ | |
h1#site-title a { color: #C00; } | |
/* Site Subtitle Color */ | |
h2#site-description { color: #fff; } | |
} | |
#site-title a { color: #ffffff; } | |
.page .entry-title { | |
display: none; | |
} | |
#featured-post .entry-title { | |
display: block; | |
} | |
/* For All content */ | |
body { | |
font-family: Arial,Arial; /* Type of Font */ | |
font-size: 13px; /* Size of Font */ | |
} | |
/* For Site Title content */ | |
h1#site-title { | |
font-family: 'Arial,Arial,Arial'; | |
font-size: 40px; | |
} | |
.site-content article { border-bottom: none; } | |
} | |
input#s { color: #757575; } | |
} | |
#masthead input::-webkit-input-placeholder { color: #fff; } | |
#masthead input:-moz-placeholder { color: #fff; } | |
#masthead input:-ms-input-placeholder { color: #fff; } | |
} | |
#header-right #s { | |
color: #fff; | |
} | |
#footer-sidebar { background-color: #000; } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment