MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
mNo edit summary
No edit summary
Line 3: Line 3:
.mainPageGame {
.mainPageGame {


background-image:url([[File:laststandkeyart.jpg]]);
background-image:url("laststandkeyart.jpg");


}
}

Revision as of 21:45, 5 September 2023

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

.mainPageGame {

background-image:url("laststandkeyart.jpg");

}