Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Created page with "→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; }") |
|||
(10 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; } | 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 btn_warning { | ||
+ | |||
+ | background-color: #ba0000; | ||
+ | |||
+ | } |
Latest revision as of 07:03, 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 btn_warning { background-color: #ba0000; }