Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| 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); | ||
| + | } | ||
Revision as of 22:15, 15 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);
}