MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


.mainPageTable{
/*.mainPageTable{


border-collapse: collapse;
border-collapse: collapse;
border-spacing: 30px;
border-spacing: 30px;


}
}*/
 
.mainPageTable td:not(:last-child) { padding: 0 10px 0 0; }


.mainPageTable a{
.mainPageTable a{

Revision as of 22:28, 5 September 2023

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

/*.mainPageTable{

border-collapse: collapse;
border-spacing: 30px;

}*/

.mainPageTable td:not(:last-child) { padding: 0 10px 0 0; }

.mainPageTable a{

color:white;

}

.mainPageTable td {

width: 50%;

}

.mainPageGame {

background-position: center;
background-size: cover;
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/images/1/17/Laststandkeyart.jpg");
border-radius: 20px;

}

.mainPageLocations {

background-position: center;
background-size: cover;
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/images/f/f5/Arena.png");
border-radius: 20px;

}

.mainPageAbout {

background-position: center;
background-size: cover;
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/images/1/1d/Arena_Keyart.jpg");
border-radius: 20px;

}

.mainPageHardware {

background-position: center;
background-size: cover;
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/images/9/97/Hardware.png");
border-radius: 20px;

}