MediaWiki:Common.css: Difference between revisions

comment out site notice styling
(change the logo to rocket rinder font which is galaxypedia branding i think lol)
(comment out site notice styling)
Tags: Mobile edit Mobile web edit Advanced mobile edit
 
(5 intermediate revisions by the same user not shown)
Line 49: Line 49:
font-family: "Olga";
font-family: "Olga";
src: url("/fonts/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 62: Line 66:
}
}


/* Logo Styling */
.mw-logo-container {
.mw-logo-container {
font-family: "Rocket Rinder", "Arial", "sans-serif";
font-family: "Rocket Rinder", "Arial", "sans-serif";
Line 68: Line 73:
letter-spacing: 0.1em;
letter-spacing: 0.1em;
-webkit-text-stroke: 0.01em black;
-webkit-text-stroke: 0.01em black;
}
.mw-logo {
filter: drop-shadow(0 0 2.5px black);
}
}


Line 73: Line 82:
text-decoration: none;
text-decoration: none;
}
}
/* End of Logo Styling */


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


Line 134: 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 142: Line 148:
text-align: center;
text-align: center;
margin-bottom: 10px !important;
margin-bottom: 10px !important;
}
} */