MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
mNo edit summary Tag: Reverted |
mNo edit summary Tag: Reverted |
||
Line 12: | Line 12: | ||
} |
} |
||
.wikiEditor-ui-toolbar .tabs .tab-Edittools a { |
.wikiEditor-ui-toolbar .tabs span.tab-Edittools a { |
||
display: none; |
display: none; |
||
} |
} |
Revision as of 06:53, 9 December 2023
/* CSS placed here will be applied to all skins */
.page-Main_Page #maintitle, .page-Main_Page #firstHeading {
display: none;
}
.template-documentation {
clear: both;
margin: 1em 0 0 0;
border: 1px solid #a2a9b1;
background-color: #ecfcf4;
padding: 1em;
}
.wikiEditor-ui-toolbar .tabs span.tab-Edittools a {
display: none;
}