MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→[[Template:Hatnote]]: .hatnote { font-style: italic; padding-left: 2em; margin-bottom: 0.5em; }") |
No edit summary |
||
Line 5: | Line 5: | ||
padding-left: 2em; | padding-left: 2em; | ||
margin-bottom: 0.5em; | margin-bottom: 0.5em; | ||
} | |||
/* Standard navbox formatting: green, round, and shadowed. No other operators. */ | |||
.navbox { | |||
background-color:#BAF0A5; | |||
border-top:solid 2px #BAF0A5; | |||
border-left:solid 2px #BAF0A5; | |||
border-radius:1em; | |||
padding: 0em; | |||
box-shadow: 5px 5px 5px #777; | |||
} | } |
Revision as of 07:14, 28 June 2012
/* [[Template:Hatnote]] */ .hatnote { font-style: italic; padding-left: 2em; margin-bottom: 0.5em; } /* Standard navbox formatting: green, round, and shadowed. No other operators. */ .navbox { background-color:#BAF0A5; border-top:solid 2px #BAF0A5; border-left:solid 2px #BAF0A5; border-radius:1em; padding: 0em; box-shadow: 5px 5px 5px #777; }