MediaWiki:Common.css: Difference between revisions
From PurpleIRC Wiki
Cnaudeadmin (talk | contribs) (Created page with "→CSS placed here will be applied to all skins: #ca-watch { display: none !important; } .ns-12 #ca-talk { display: none !important; }") |
Cnaudeadmin (talk | contribs) No edit summary |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.fancy-button { | |||
font: 4px; | |||
font-weight: bold; | |||
text-decoration: none; | |||
background-color: #EEEEEE; | |||
color: #333333; | |||
padding: 6px 6px 6px 6px; | |||
border-top: 2px solid #9999FF; | |||
border-right: 2px solid #666666; | |||
border-bottom: 2px solid #666666; | |||
border-left: 2px solid #9999FF; | |||
border-radius: 5px; | |||
} |
Latest revision as of 01:26, 13 June 2015
/* CSS placed here will be applied to all skins */ .fancy-button { font: 4px; font-weight: bold; text-decoration: none; background-color: #EEEEEE; color: #333333; padding: 6px 6px 6px 6px; border-top: 2px solid #9999FF; border-right: 2px solid #666666; border-bottom: 2px solid #666666; border-left: 2px solid #9999FF; border-radius: 5px; }