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...")
(No difference)

Revision as of 02:56, 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; }
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; }
a.menuheader:hover { text-decoration: underline; color: #9FF; }