MediaWiki:Common.css: Difference between revisions

comment out site notice styling
(fix pages where darkreader is unavailable)
(comment out site notice styling)
Tags: Mobile edit Mobile web edit Advanced mobile edit
 
(27 intermediate revisions by the same user not shown)
Line 44: Line 44:
font-family: "Android Hollow";
font-family: "Android Hollow";
src: url("/fonts/Android/Android Hollow.ttf") format('truetype');
src: url("/fonts/Android/Android Hollow.ttf") format('truetype');
}
@font-face {
font-family: "Olga";
src: url("/fonts/Olga.ttf") format('truetype');
}
/* Fix the weird color change when you start scrolling */
html, body {
  height: auto !important;
}
}


/* Talk page button management */
/* Talk page button management */
/* Don't show on Main Page & Certain namespaces*/
/* Don't show on Main Page & Certain namespaces*/
body.page-Main_Page #ca-talk, body.ns-8 #ca-talk {
body.page-Main_Page #ca-talk, body.ns-4 #ca-talk {
display: none !important;
display: none !important;
}
}


.mw-number-text h3, .mw-number-text p {
.mw-sidebar-action {
color: white !important;
display: none !important;
}
}


.mw-createacct-benefits-container h2 {
/* Logo Styling */
.mw-logo-container {
font-family: "Rocket Rinder", "Arial", "sans-serif";
color: white;
color: white;
font-size: larger;
letter-spacing: 0.1em;
-webkit-text-stroke: 0.01em black;
}
}


.mw-dismissable-notice-body {
.mw-logo {
margin: 0 !important;
filter: drop-shadow(0 0 2.5px black);
}
}


/* Vertically center portableinfobox content */
.mw-logo:hover {
.pi-data-value {
text-decoration: none;
margin: auto;
}
/* End of Logo Styling */
 
.mw-number-text h3, .mw-number-text p {
color: white !important;
}
 
.mw-createacct-benefits-container h2 {
color: white;
}
}


Line 80: Line 102:
}
}
.vector-menu-portal .vector-menu-content li a {
.vector-menu-portal .vector-menu-content li a {
        color: rgb(102, 177, 250);
color: rgb(102, 177, 250) !important;
}
}
.vector-menu-portal .vector-menu-content li a:visited {
.vector-menu-portal .vector-menu-content li a:visited {
        color: rgb(126, 114, 255);
color: rgb(126, 114, 255) !important;
}
}
.vector-menu-tabs .selected a, .vector-menu-tabs .selected a:visited {
color: rgb(211, 207, 202) !important;
}
/* Preferences Page Styling */
.oo-ui-tabSelectWidget-framed {
background-color: rgb(34, 37, 38);
}
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected {
background-color: rgb(24, 26, 27);
color: rgb(232, 230, 227);
}
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected .oo-ui-labelElement-label {
border-bottom-color: rgb(48, 52, 54);
}
.mw-prefs-tabs-wrapper.oo-ui-panelLayout-framed, .mw-prefs-tabs > .oo-ui-menuLayout-content > .oo-ui-indexLayout-stackLayout > .oo-ui-tabPanelLayout {
border-color: rgb(62, 67, 70);
}
.mw-prefs-buttons {
background-color: rgb(24, 26, 27);
border-top-color: rgb(62, 67, 70);
box-shadow: rgba(0, 0, 0, 0.25) 0px -4px 4px -4px;
}
.oo-ui-textInputWidget .oo-ui-inputWidget-input {
background-color: rgb(24, 26, 27);
color: rgb(232, 230, 227);
border-color: rgb(72, 78, 81);
}
.oo-ui-checkboxInputWidget [type="checkbox"] + span {
background-color: rgb(24, 26, 27);
border-color: rgb(101, 93, 83);
}
/* Site Notice Styling (UNCOMMENT THIS WHENEVER YOU SET A SITENOTICE!!!)*/
/* .sitenoticestyling {
padding: 10px;
border-radius: 10px;
border: 2px solid rgb(48, 52, 54) !important;
border-color: rgb(48, 52, 54) !important;
text-align: center;
margin-bottom: 10px !important;
} */