Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
span.BlueButton { | span.BlueButton { | ||
font-weight: bold; | font-weight: bold; | ||
− | background-color: # | + | background-color: #ADD8E6; |
+ | padding: 2px; | ||
+ | margin: 0px 2px, 0px, 2px; | ||
} | } |
Revision as of 16:21, 15 October 2013
/* CSS placed here will be applied to all skins */ table.TblSteps { border-spacing: 10px; } .TblSteps td.StepNum { width: 30px; vertical-align: text-top; text-align: right; font-weight: bold; } span.BlueButton { font-weight: bold; background-color: #ADD8E6; padding: 2px; margin: 0px 2px, 0px, 2px; }