Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:MainPage.css: Difference between revisions

MediaWiki interface page
Vijuki (talk | contribs)
No edit summary
NekoPillow (talk | contribs)
No edit summary
Line 17: Line 17:
width: 100%;
width: 100%;
height: auto;
height: auto;
}
.mainpage .gtw-slider .fandom-slider .fandom-slider__nav__thumbs {
display: none;
}
}



Revision as of 09:17, 14 December 2024

/******************** MainPage.css *******************
  Description:
    This is a stylesheet for main page
 *************************************************/

/******************** [ News Slider ] ********************/
.mainpage .gtw-slider {
	margin-bottom: 10px;
}
.mainpage .gtw-slider .fandom-slider {
	max-width: 100%;
	aspect-ratio: 1340 / 348;
	height: auto;
    border: none;
}
.mainpage .gtw-slider .fandom-slider .gallerybox img {
	width: 100%;
	height: auto;
}
.mainpage .gtw-slider .fandom-slider .fandom-slider__nav__thumbs {
	display: none;
}

/******************** [ Clock and Timer ] ********************/
.mainpage #gtw-clock #c-event.loading {
	display: none;
}
.mainpage #c-event {
	display: flex;
	gap: 10px
}
.mainpage .gtw-timer {
	border-radius: 10px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.5);
	padding: 10px 15px;
	margin-bottom: 10px;
	width: 100%;
	color: #FFF;
	font-size: 16px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	background-size: 120px 80px, auto;
	background-position: bottom right;
	background-repeat: no-repeat;
}
.mainpage .gtw-timer h3 {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
}
.mainpage .gtw-timer.clock {
	background-image: url(https://static.wikia.nocookie.net/growtopia/images/2/2c/Mp-timer-time-right.png/revision/latest?cb=20241214090912), url(https://static.wikia.nocookie.net/growtopia/images/f/f0/Mp-timer-time-left.png/revision/latest?cb=20241214090911), linear-gradient(#60d7f2,#1b7d93);
	background-size: 120px 80px, 120px 80px, auto;
	background-position: center right, center left;
	display: flex;
	justify-content: center;
	font-size: 20px;
	gap: 20px;
	font-weight: bold;
}
.mainpage .gtw-timer.challenge {
	background-image: url(https://static.wikia.nocookie.net/growtopia/images/5/5f/Mp-timer-daily.png/revision/latest?cb=20240805091636), linear-gradient(#ffc601,#d1a608);
}
.mainpage .gtw-timer.notc {
	background-image: url(https://static.wikia.nocookie.net/growtopia/images/3/3b/Mp-timer-comet.png/revision/latest?cb=20240805091348), linear-gradient(#114523,#0c331a);
}
.mainpage .gtw-timer.tournament {
	background-image: url(https://static.wikia.nocookie.net/growtopia/images/f/f3/Mp-timer-tourney.png/revision/latest?cb=20240805091553), linear-gradient(#00545d,#052a2e);
}
.mainpage .gtw-timer.dungeons {
	background-image: url(https://static.wikia.nocookie.net/growtopia/images/3/36/Mp-timer-dungeons.png/revision/latest?cb=20241213144015), linear-gradient(#622360,#380841);
}