Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
} | } | ||
− | btn | + | btn { |
background-color: #ba0000; | background-color: #ba0000; | ||
} | } |
Revision as of 07:00, 23 January 2018
/* CSS placed here will be applied to all skins */ body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; } kbd { padding: 3px 5px; font-size: 100%; color: #fff; background-color: #f2ab46; border-radius: 3px; -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25); box-shadow: inset 0 -1px 0 rgba(0,0,0,.25); } btn { background-color: #ba0000; }