Warbirds Wiki
(testing)
Tag: sourceedit
No edit summary
Tag: sourceedit
Line 16: Line 16:
 
width: 250px;
 
width: 250px;
 
height: 65px;
 
height: 65px;
background-image: url('http://images.wikia.com/warbirds/images/8/89/Wiki-wordmark.png');
+
background-image: url('http://warbirds.wikia.com/wiki/File:Wiki-wordmark.png');
background-image: url('http://images.wikia.com/warbirds/images/b/bf/Warbirds_Wiki_Logo_V4.1.svg/revision/latest?cb=20150712224710'), none;
+
background-image: url('http://warbirds.wikia.com/wiki/File:Warbirds_Wiki_Logo_V4.1.svg'), none;
 
background-repeat: no-repeat;
 
background-repeat: no-repeat;
 
background-position: center top;
 
background-position: center top;

Revision as of 22:49, 12 July 2015

/***** CSS placed here will be applied to all skins on the entire site. *****/

/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect {
   font-style: italic;
}
.allpagesredirect:after {
   color: #808080; content: " (redirect)"
}
.watchlistredir {
   font-style: italic;
}

#WikiHeader .wordmark a {
	display: inline-block;
	width: 250px;
	height: 65px;
	background-image: url('http://warbirds.wikia.com/wiki/File:Wiki-wordmark.png');
	background-image: url('http://warbirds.wikia.com/wiki/File:Warbirds_Wiki_Logo_V4.1.svg'), none;
	background-repeat: no-repeat;
	background-position: center top;
}
#WikiHeader .wordmark img {
	opacity: 0;
}