Skip to content

Instantly share code, notes, and snippets.

@taptapdan
Last active December 28, 2015 11:19
Show Gist options
  • Save taptapdan/7492344 to your computer and use it in GitHub Desktop.
Save taptapdan/7492344 to your computer and use it in GitHub Desktop.
Parabola Theme Custom CSS, Wordpress
/* Parabola Custom CSS */
#frontpage h1, h2, h3, h4, h5, h6 { font-family: "Open Sans", sans-serif; font-weight: bold; margin-bottom: 1em; }
#frontpage h1 { font-size: 26px; }
#frontpage h2 { font-size: 23px; }
#frontpage h3 { font-size: 20px; }
.widget-area .textwidget p { margin-bottom: 1em; }
div.textwidget ul { list-style-type: disc; margin: 0 0 1em 2em; }
/* Presentation Page Only */
#site-description { display: none; }
#branding { height:60px; }
#header-container > div { margin-top: 20px; }
/* HSU Masthead CSS */
#wpmsgcheader { background-color: #003333; padding: .5em; }
#wpmsgcheader img { width: 100%; }
@media only screen and (min-width: 801px) {
#wpmsgcheader div { width: 1050px; text-align: left; margin: 0 auto; }
#wpmsgcheader img { width: 348px; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment