Last active
December 29, 2015 02:49
-
-
Save taptapdan/7603200 to your computer and use it in GitHub Desktop.
Parabola Theme Custom CSS (Course Level), Wordpress
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
| /* 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