MediaWiki:Common.css: Difference between revisions
From PurpleIRC Wiki
Cnaudeadmin (talk | contribs) (Replaced content with "→CSS placed here will be applied to all skins: .fancy-button { font: bold 11px Arial; text-decoration: none; background-color: #EEEEEE; color: #333333; padd...") |
Cnaudeadmin (talk | contribs) No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
.fancy-button { | .fancy-button { | ||
font: bold | font: 4px; | ||
font-weight: bold; | |||
text-decoration: none; | text-decoration: none; | ||
background-color: #EEEEEE; | background-color: #EEEEEE; | ||
color: #333333; | color: #333333; | ||
padding: | padding: 6px 6px 6px 6px; | ||
border-top: | border-top: 2px solid #9999FF; | ||
border-right: | border-right: 2px solid #666666; | ||
border-bottom: | border-bottom: 2px solid #666666; | ||
border-left: | 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; }