MediaWiki:Common.css: Difference between revisions

Clean up
No edit summary
(Clean up)
Line 1:
/*In case someone is reading this, be careful when copying this code. We are not web developers, this is a Frankestein mess. Use at your own risk!*/
/* CSS placed here will be applied to all skins */
/*
PB2 website link color default:#FFCC00; hover:#FFE375; font-weight: bold;
*/
/* This breaks ALL p tags // div#mw-content-text.mw-body-content.mw-content-ltr p {
display: none;
}
 
This breaks ALL page headings // h1#firstHeading.firstHeading.mw-first-heading {
display: none;
}*/
 
#mw-content-block.ts-inner {
Line 173 ⟶ 163:
}
}
 
/*body
{
background: url(https://static.miraheze.org/emmytherobotwiki/0/06/Bgtile.png) 0 0 repeat;
background-attachment: fixed;
-webkit-animation: animate_background 6s linear 0s infinite;
-moz-animation: animate_background 6s linear 0s infinite;
-o-animation: animate_background 6s linear 0s infinite;
animation: animate_background 6s linear 0s infinite;
}
@-webkit-keyframes animate_background {
from {
background-position: 0 0;
}
to {
background-position: -257px -257px;
}
}*/
 
.mw-page-container