MediaWiki:Gadget-Wallpapers.css: Difference between revisions

From Destinypedia, the Destiny wiki

No edit summary
No edit summary
Line 1: Line 1:
/* Custom wallpapers */
/* Custom wallpapers */
.opacity70 {
background: url(https://destiny.wiki.gallery/images/c/ca/70opacity.png) repeat;
}


.citadel {
.citadel {
Line 89: Line 93:
.ttk a:visited {
.ttk a:visited {
color: #1AAAE7;
color: #1AAAE7;
}
.opacity70 {
background: url(https://destiny.wiki.gallery/images/c/ca/70opacity.png) repeat;
}
}

Revision as of 08:32, October 1, 2021

/* Custom wallpapers */

.opacity70 {
	background: url(https://destiny.wiki.gallery/images/c/ca/70opacity.png) repeat;
}

.citadel {
	background: url(https://destiny.wiki.gallery/images/f/f4/Citadel_desktop.jpg) no-repeat center top !important;
}
.citadel a {
	color: #060;
}
.citadel a:visited {
	color: #060;
}

.destiny {
	background: url(https://destiny.wiki.gallery/images/2/23/Travelers_rest_desktop.jpg) no-repeat center top !important;
}
.destiny a {
	color: #1AAAE7;
}
.destiny a:visited {
	color: #1AAAE7;
}

.director {
	background: url(https://destiny.wiki.gallery/images/2/22/Destiny_2_Director_post-campaign.png) no-repeat center top !important;
}
.director a {
	color: #F90;
}
.director a:visited {
	color: #F90;
}

.exclusion {
	background: url(https://destiny.wiki.gallery/images/7/77/Exclusion_zone_desktop.jpg) no-repeat center top !important;
}
.exclusion a {
	color: #F30;
}
.exclusion a:visited {
	color: #F30;
}

.garden {
	background: url(https://destiny.wiki.gallery/images/c/c9/Garden_desktop.jpg) no-repeat center top !important;
}
.garden a {
	color: #ff1a1a;
}
.garden a:visited {
	color: #ff1a1a;
}

.hellmouth {
	background: url(https://destiny.wiki.gallery/images/e/ed/Hellmouth_desktop.jpg) no-repeat center top !important;
}
.hellmouth a {
	color: #1AAAE7;
}
.hellmouth a:visited {
	color: #1AAAE7;
}

.mars {
	background: url(https://destiny.wiki.gallery/images/c/c0/Mars_desktop.jpg) no-repeat center top !important;
}
.mars a {
	color: #C30;
}
.mars a:visited {
	color: #C30;
}

.reef {
	background: url(https://destiny.wiki.gallery/images/0/0d/Destiny_Reef_queen.jpg) no-repeat center top !important;
}
.reef a {
	color: #cc3399;
}
.reef a:visited {
	color: #cc3399;
}

.ttk {
	background: url(https://destiny.wiki.gallery/images/e/e3/ConceptArt_Space_Battle_01-1170x731.jpg) no-repeat center top !important;
}
.ttk a {
	color: #1AAAE7;
}
.ttk a:visited {
	color: #1AAAE7;
}