MediaWiki:Common.css: Difference between revisions

comment out site notice styling
No edit summary
(comment out site notice styling)
Tags: Mobile edit Mobile web edit Advanced mobile edit
 
(9 intermediate revisions by the same user not shown)
Line 48: Line 48:
@font-face {
@font-face {
font-family: "Olga";
font-family: "Olga";
src: url("/fonts/Android/Olga.ttf") format('truetype');
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-4 #ca-talk {
body.page-Main_Page #ca-talk, body.ns-4 #ca-talk {
Line 61: Line 65:
display: none !important;
display: none !important;
}
}
/* Logo Styling */
.mw-logo-container {
font-family: "Rocket Rinder", "Arial", "sans-serif";
color: white;
font-size: larger;
letter-spacing: 0.1em;
-webkit-text-stroke: 0.01em black;
}
.mw-logo {
filter: drop-shadow(0 0 2.5px black);
}
.mw-logo:hover {
text-decoration: none;
}
/* End of Logo Styling */


.mw-number-text h3, .mw-number-text p {
.mw-number-text h3, .mw-number-text p {
Line 68: Line 90:
.mw-createacct-benefits-container h2 {
.mw-createacct-benefits-container h2 {
color: white;
color: white;
}
.mw-dismissable-notice-body {
margin: 0 !important;
}
}


Line 122: Line 140:
}
}


/* Site Notice */
/* Site Notice Styling (UNCOMMENT THIS WHENEVER YOU SET A SITENOTICE!!!)*/
.sitenoticestyling {
/* .sitenoticestyling {
padding: 10px;
padding: 10px;
border-radius: 10px;
border-radius: 10px;
Line 130: Line 148:
text-align: center;
text-align: center;
margin-bottom: 10px !important;
margin-bottom: 10px !important;
}
} */