MediaWiki:Common.css: Difference between revisions
MikeSaunders (talk | contribs) No edit summary |
MikeSaunders (talk | contribs) No edit summary |
||
| Line 51: | Line 51: | ||
#siteNotice { | #siteNotice { | ||
font-size: calc(1em * 1.2); | |||
display: none; | display: none; | ||
background-color: green; | |||
color: white; | |||
padding: 2px; | |||
} | } | ||
Revision as of 08:19, 10 November 2023
/* CSS placed here will be applied to all skins */
.pre-content {
font-family: "Segoe UI", sans-serif !important;
font-size: calc(1em * 1.015);
}
* {
font-family: "Segoe UI", sans-serif !important;
font-size: calc(1em * 1.015);
}
a {
text-decoration: underline;
font-weight: 500;
}
.mw-list-item a {
text-decoration: none;
}
.vector-toc a {
text-decoration: none;
}
.mw-editsection a {
text-decoration: none;
}
h2 {
border-bottom: none;
}
.vector-page-titlebar {
box-shadow: none;
}
.vector-page-toolbar-container {
box-shadow: none;
}
.vector-main-menu-action-opt-out {
display: none;
}
.wikitable > tr > th, .wikitable > * > tr > th {
position: sticky;
top: 43px;
}
[value*="Try exact match"] {
display: none;
}
#siteNotice {
font-size: calc(1em * 1.2);
display: none;
background-color: green;
color: white;
padding: 2px;
}