Difference between revisions of "MediaWiki:Common.css"

From Obsidian Conflict Wiki
Jump to: navigation, search
(Created page with "#bodyContent a.external[href ^="steam://"], .link-steam { font-weight: bold;: text-decoration: underline;: background: url(steam_icon.png) center right no-repeat; pad...")
 
 
Line 3: Line 3:
 
/* font-weight: bold; */
 
/* font-weight: bold; */
 
/* text-decoration: underline; */
 
/* text-decoration: underline; */
background: url(steam_icon.png) center right no-repeat;
+
background: url(skins/common/images/steam_icon.png) center right no-repeat;
 
padding-right: 18px;
 
padding-right: 18px;
 
}
 
}

Latest revision as of 03:48, 2 December 2010

#bodyContent a.external[href ^="steam://"],
.link-steam {
/*	font-weight: bold;	*/
/*	text-decoration: underline; */
	background: url(skins/common/images/steam_icon.png) center right no-repeat;
	padding-right: 18px;
}
#bodyContent a.external[href ^="steam://"]:link,
.link-steam:link {
	color: #B58624;
}