MediaWiki:Common.css

MediaWiki interface page
Revision as of 09:33, 18 September 2023 by Jan.vales (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */

.mainPageTable {

border-collapse: collapse;

}

.mainPageTable a{

color:white;

}

.mainPageTable td {

width: 50%;
border: 0px solid transparent;
background-clip: padding-box;
transition: all 0.3s ease-in-out;

}

.mainPageTable a
{
    display:block;
    width:100%;
}

.mainPageTable td:hover {

background-size: 110%;

}

.mainPageTable tr > td + td {
  border-left-width: 10px;
}

.mainPageTable tr + tr > td {
  border-top-width: 10px;
}

.mainPageTableItem {

background-position: center;
background-size: 100%;
border-radius: 20px;

}

.mainPageGame {

background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/images/1/17/Laststandkeyart.jpg");

}

.mainPageLocations {

background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/images/f/f5/Arena.png");

}

.mainPageAbout {

background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/images/1/1d/Arena_Keyart.jpg");

}

.mainPageHardware {

background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/images/9/97/Hardware.png");

}

/* --------------- */
/* GAME PAGE TILES */
/* --------------- */

.gameMD {

background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/images/5/55/Mtd_thumb.jpeg");

}

.gameA {

background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/images/7/7e/Ar_thumb.jpegg");

}

.gameG {

background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/images/a/a0/Glm_thumb.jpeg");

}

.gameLL {

background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/images/3/3f/Tll_thumb.jpeg");

}

/* --------------- */
/* --------------- */
/* --------------- */