diff --git a/cardshifter.css b/cardshifter.css index 7d1b799..014b6e6 100644 --- a/cardshifter.css +++ b/cardshifter.css @@ -21,9 +21,6 @@ button, input, select, textarea { padding-bottom; 0px; } - - - /* FORMATTING FOR TOP NAV BAR */ .csh-top-link { @@ -32,6 +29,33 @@ button, input, select, textarea { font-size: 2em; } +a.csh-dropdown-link, +a.csh-dropdown-link:visited { + color: #DDDDDD; + font-size: 1.4em; + font-family: Georgia, Times, "Times New Roman", serif; +} + +a.csh-dropdown-link:hover, +a.csh-dropdown-link:active { + color: #DDDDDD; + text-decoration: underline; + font-family: Georgia, Times, "Times New Roman", serif; +} + +.btn.btn-navbar { + color: #DDDDDD; + background-color: #000000; + /* background-image: linear-gradient(to bottom, #8f8f8f, #4a4a49); */ + border-color: #DDDDDD #DDDDDD #DDDDDD; +} +.btn.btn-navbar:hover { + color: #FFFFFF; + background-color: #DDDDDD; + background-image: linear-gradient(to bottom, #4a4a49, #4a4a49); + border-color: #FFFFFF #FFFFFF #FFFFFF; +} + .csh-twitter-top-bar { list-style: none; margin: 0; @@ -128,7 +152,7 @@ body { border-bottom: 1px solid #eee; } -h1, h2, h3, blockquote { +h1, h2, h3, h4, blockquote { font-family: Georgia, Times, "Times New Roman", serif; } @@ -160,6 +184,16 @@ div.contributor { width: 350px; } +/* MOD-SPECIFIC FORMATTING */ + +.cyborg-font { + font-family: Consolas, Monaco, "Courier New", monospace; +} + +.mythos-font { + font-family: Copperplate, Copperplate Gothic Light, fantasy; +} + /* FORMATTING FOR ARTICLES */ article {} diff --git a/cardshifter.html b/cardshifter.html index d9461f3..f3bd026 100644 --- a/cardshifter.html +++ b/cardshifter.html @@ -22,7 +22,80 @@
+ + + + + + + + + + + + + + + -