MediaWiki:Common.css: Difference between revisions

From Outlaw Troopers Wiki
Jump to navigation Jump to search
(Created page with "#body{ color: white; width: 100%; background: linear-gradient(45deg, rgba(10, 17, 10, 0.85), rgba(10, 21, 10, 0.85)), url("https://play.outlawtroopers.io/images/ccBG.png") center no-repeat; background-size: cover; background-attachment: fixed; }")
 
No edit summary
Line 1: Line 1:
#body{
* {
     color: white;
     color: white;
     width: 100%;
     width: 100%;

Revision as of 10:20, 15 February 2023

* {
    color: white;
    width: 100%;
    background: linear-gradient(45deg, rgba(10, 17, 10, 0.85), rgba(10, 21, 10, 0.85)), url("https://play.outlawtroopers.io/images/ccBG.png") center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}