MediaWiki:Common.css: Difference between revisions

From Ara: History Untold Wiki
No edit summary
No edit summary
Line 27: Line 27:
}
}
*/
*/
body {
    background:
      linear-gradient(to right,
        rgba(236,236,236,0.7) 0%,
        rgba(236,236,236,0.7) 20%,
        rgba(236,236,236,1) 25%,
        rgba(236,236,236,1) 50%,
        rgba(236,236,236,1) 75%,
        rgba(236,236,236,0.7) 80%,
        rgba(236,236,236,0.7) 100%),
      url("resources/assets/GrazingField.png");
    background-size: cover;
    background-attachment: fixed;
}

Revision as of 04:34, 21 October 2024

/* CSS placed here will be applied to all skins */

/* 
body { background-color: #e6e6e6; }
#content { background-color: #f2f2f2; }
#footer { background-color: #f2f2f2; }
*/

/* 
#bodyContent { background-color: #f2f2f2; }
#firstHeading { background-color: #f2f2f2; }
#catlinks { background-color: #f2f2f2; }
#mw-head-base { background-color: #f2f2f2; }
#mw-panel { background-color: #f2f2f2; }
*/

/* 
.mw-collapsible .mw-collapsible-toggle {
    float: left;
}
*/

/* 
.mw-collapsible-toggle-default::before,
.mw-collapsible-toggle-default::after {
    display: none;
}
*/

body {
    background: 
      linear-gradient(to right, 
        rgba(236,236,236,0.7) 0%,
        rgba(236,236,236,0.7) 20%,
        rgba(236,236,236,1) 25%,
        rgba(236,236,236,1) 50%,
        rgba(236,236,236,1) 75%,
        rgba(236,236,236,0.7) 80%,
        rgba(236,236,236,0.7) 100%),
      url("resources/assets/GrazingField.png");
    background-size: cover;
    background-attachment: fixed;
}