Difference between revisions of "MediaWiki:Common.css"

From Hexwiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: div.bottommenu { border: 1px solid #000; border-radius: 1em; background: #DEF; margin: 1em auto; text-align: center; paddin...")
 
Line 2: Line 2:
  
 
div.bottommenu { border: 1px solid #000; border-radius: 1em; background: #DEF; margin: 1em auto; text-align: center; padding-bottom: 1em; }
 
div.bottommenu { border: 1px solid #000; border-radius: 1em; background: #DEF; margin: 1em auto; text-align: center; padding-bottom: 1em; }
a.menuheader { border-bottom: 1px solid #000; background: #000; color: #399; text-decoration: none; display: block; padding: .5em; margin: 0 0 1em 0; text-align: center; }
+
div.menuheader { border-bottom: 1px solid #000; background: #000; padding: .5em; margin: 0 0 1em 0; text-align: center; }
a.menuheader:hover { text-decoration: underline; color: #9FF; }
+
div.menuheader a { text-decoration: none; color: #399; font-weight: bold; }
 +
div.menuheader a:hover { text-decoration: underline; color: #9FF; }

Revision as of 11:46, 6 May 2014

/* CSS placed here will be applied to all skins */

div.bottommenu { border: 1px solid #000; border-radius: 1em; background: #DEF; margin: 1em auto; text-align: center; padding-bottom: 1em; }
div.menuheader { border-bottom: 1px solid #000; background: #000; padding: .5em; margin: 0 0 1em 0; text-align: center; }
div.menuheader a { text-decoration: none; color: #399; font-weight: bold; }
div.menuheader a:hover { text-decoration: underline; color: #9FF; }