Jump to content

MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1: Line 1:
/* New background */
/* New background */
div.mw-page-container {
div.mw-page-container {
     background-color: rgba(255, 255, 255, 0.9);
     background-color: black;
}
}


/*
div.mw-page-container {
div.mw-page-container {
     background: url(https://starfieldfans.com/images/d/d6/Starfield_background1.jpeg);
     background: url(https://starfieldfans.com/images/d/d6/Starfield_background1.jpeg);
Line 9: Line 10:
     background-attachment: fixed !important;
     background-attachment: fixed !important;
     background-position: top left;
     background-position: top left;
     background-size: cover;
     background-size cover;
}
}
*/


/* frontpage styles */
/* frontpage styles */