MediaWiki:Gadget-Wallpapers.css: Difference between revisions

From Destinypedia, the Destiny wiki

(Created page with "→‎Custom wallpaper: .destiny { background: url(https://destiny.wiki.gallery/images/2/23/Travelers_rest_desktop.jpg) no-repeat center top !important; } .destiny a { color...")
 
No edit summary
Line 1: Line 1:
/* Custom wallpaper */
/* Custom wallpapers */
 
.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 {
.destiny {
Line 10: Line 20:
color: #1AAAE7;
color: #1AAAE7;
}
}
.citadel {
 
background: url(https://destiny.wiki.gallery/images/f/f4/Citadel_desktop.jpg) no-repeat center top !important;
.director {
background: url(https://destiny.wiki.gallery/images/2/22/Destiny_2_Director_post-campaign.png) no-repeat center top !important;
}
}
.citadel a {
.director a {
color: #060;
color: #F90;
}
}
.citadel a:visited {
.director a:visited {
color: #060;
color: #F90;
}
}
.exclusion {
.exclusion {
background: url(https://destiny.wiki.gallery/images/7/77/Exclusion_zone_desktop.jpg) no-repeat center top !important;
background: url(https://destiny.wiki.gallery/images/7/77/Exclusion_zone_desktop.jpg) no-repeat center top !important;
Line 28: Line 40:
color: #F30;
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 {
.hellmouth {
background: url(https://destiny.wiki.gallery/images/e/ed/Hellmouth_desktop.jpg) no-repeat center top !important;
background: url(https://destiny.wiki.gallery/images/e/ed/Hellmouth_desktop.jpg) no-repeat center top !important;
Line 37: Line 60:
color: #1AAAE7;
color: #1AAAE7;
}
}
.mars {
.mars {
background: url(https://destiny.wiki.gallery/images/c/c0/Mars_desktop.jpg) no-repeat center top !important;
background: url(https://destiny.wiki.gallery/images/c/c0/Mars_desktop.jpg) no-repeat center top !important;
Line 46: Line 70:
color: #C30;
color: #C30;
}
}
.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;
}
.reef {
.reef {
background: url(https://destiny.wiki.gallery/images/0/0d/Destiny_Reef_queen.jpg) no-repeat center top !important;
background: url(https://destiny.wiki.gallery/images/0/0d/Destiny_Reef_queen.jpg) no-repeat center top !important;
Line 64: Line 80:
color: #cc3399;
color: #cc3399;
}
}
.director {
 
background: url(https://destiny.wiki.gallery/images/2/22/Destiny_2_Director_post-campaign.png) no-repeat center top !important;
}
.diretor a {
color: #F90;
}
.director a:visited {
color: #F90;
}
.opacity70 {
background: url(https://destiny.wiki.gallery/images/c/ca/70opacity.png) repeat;
}
.ttk {
.ttk {
background: url(https://destiny.wiki.gallery/images/e/e3/ConceptArt_Space_Battle_01-1170x731.jpg) no-repeat center top !important;
background: url(https://destiny.wiki.gallery/images/e/e3/ConceptArt_Space_Battle_01-1170x731.jpg) no-repeat center top !important;
Line 84: Line 89:
.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:27, October 1, 2021

/* Custom wallpapers */

.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;
}

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