MediaWiki:Common.css

From Kirby Speedrunning Wiki
Revision as of 03:59, 12 May 2023 by Grample (talk | contribs)
Jump to navigationJump to search

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.
#ca-talk { display:none!important; }
#footer-poweredbyico { display: none; }
#ca-nstab-main { display: none !important; }
body.page-Main_Page h1.firstHeading { display:none; }
#content { background-color: #e6ffb4; }
/* MAIN PAGE STYLING */


.mainpage-retrocolumn {
 background-color: #330033;
 background-image: url("https://kirbyspeedrun.com/images/b/b4/Retrocolumnbg.png");
 background-size: cover;
 background-position: bottom;
 color: #ffe6ff;
 border: 3px solid #0047b3;
 width: 100%;
 padding: 6px;
}

.mainpage-retrocolumn a:link {color: #ff99ff;}
.mainpage-retrocolumn a:visited {color: #ff99ff;}
.mainpage-retrocolumn a:hover {color: #ff3399;}
.mainpage-retrocolumn a:active {color: #9966ff;}
.mainpage-retrocolumn h1 {color: #ff6699}

.mainpage-links-container {
 text-align: center;
 line-height: 1.8;
 margin-top: 0px;
 margin-right: 2%;
 margin-left: 0px;
}

.mainpage-links-container ul {
 list-style: none;
 display: flex;
 align-items: stretch;
 justify-content: space-between;
}

.mainpage-links-container ul > li{
 padding: 3px;
 width: 100%;
}

.mainpage-links li {margin-top: 30px;}

.mainpage-links img {height: 150px; width: auto;}

.mainpage-links a:hover {
 color: var(--link-color-hover);
 -webkit-filter: drop-shadow(0px 0px 15px rgb(255, 196, 252));
 filter: drop-shadow(0px 0px 15px rgb(252, 194, 255));
}