Skip to content

Instantly share code, notes, and snippets.

@taptapdan
Last active December 29, 2015 02:49
Show Gist options
  • Select an option

  • Save taptapdan/7603200 to your computer and use it in GitHub Desktop.

Select an option

Save taptapdan/7603200 to your computer and use it in GitHub Desktop.
Parabola Theme Custom CSS (Course Level), 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; }
#frontpage p { margin-bottom: 1em; }
#frontpage ul { list-style-type: disc; margin: 0 0 1em 2em; }
/* HSU Masthead CSS */
#wpmsgcheader { background-color: #003333; padding: .5em; }
#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