MediaWiki:Common.css: Difference between revisions

comment out site notice styling
No edit summary
Tag: Manual revert
(comment out site notice styling)
Tags: Mobile edit Mobile web edit Advanced mobile edit
 
(21 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-4 #ca-talk {
body.page-Main_Page #ca-talk, body.ns-4 #ca-talk {
Line 53: Line 62:
}
}


.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 118: Line 140:
}
}


/* Site Notice */
/* Site Notice Styling (UNCOMMENT THIS WHENEVER YOU SET A SITENOTICE!!!)*/
#siteNotice {
/* .sitenoticestyling {
padding: 10px;
padding: 10px;
border-radius: 10px;
border-radius: 10px;
border: 2px solid white;
border: 2px solid rgb(48, 52, 54) !important;
border-color: rgb(48, 52, 54) !important;
text-align: center;
text-align: center;
}
margin-bottom: 10px !important;
} */