Difference between revisions of "MediaWiki:Common.css"

From Peace Station Archive
Jump to navigationJump to search
 
m
 
Line 1: Line 1:
 
/** CSS placed here will be applied to all skins */
 
/** CSS placed here will be applied to all skins */
 +
 +
#bodyContent a.external,
 +
#bodyContent a[href ^="gopher://"] {
 +
background: url(/skins/monobook/external-ltr.png) center right no-repeat;
 +
padding-right: 13px;
 +
}
 +
#bodyContent a[href ^="https://"],
 +
.link-https {
 +
background: url(/skins/monobook/lock_icon.gif) center right no-repeat;
 +
padding-right: 16px;
 +
}
 +
#bodyContent a[href ^="mailto:"],
 +
.link-mailto {
 +
background: url(/skins/monobook/mail_icon.gif) center right no-repeat;
 +
padding-right: 18px;
 +
}
 +
#bodyContent a[href ^="news://"] {
 +
background: url(/skins/monobook/news_icon.png) center right no-repeat;
 +
padding-right: 18px;
 +
}
 +
#bodyContent a[href ^="ftp://"],
 +
.link-ftp {
 +
background: url(/skins/monobook/file_icon.gif) center right no-repeat;
 +
padding-right: 18px;
 +
}
 +
#bodyContent a[href ^="irc://"],
 +
.link-irc {
 +
background: url(/skins/monobook/discussionitem_icon.gif) center right no-repeat;
 +
padding-right: 18px;
 +
}

Latest revision as of 19:31, 5 August 2012

/** CSS placed here will be applied to all skins */

#bodyContent a.external,
#bodyContent a[href ^="gopher://"] {
	background: url(/skins/monobook/external-ltr.png) center right no-repeat;
	padding-right: 13px;
}
#bodyContent a[href ^="https://"],
.link-https {
	background: url(/skins/monobook/lock_icon.gif) center right no-repeat;
	padding-right: 16px;
}
#bodyContent a[href ^="mailto:"],
.link-mailto {
	background: url(/skins/monobook/mail_icon.gif) center right no-repeat;
	padding-right: 18px;
}
#bodyContent a[href ^="news://"] {
	background: url(/skins/monobook/news_icon.png) center right no-repeat;
	padding-right: 18px;
}
#bodyContent a[href ^="ftp://"],
.link-ftp {
	background: url(/skins/monobook/file_icon.gif) center right no-repeat;
	padding-right: 18px;
}
#bodyContent a[href ^="irc://"],
.link-irc {
	background: url(/skins/monobook/discussionitem_icon.gif) center right no-repeat;
	padding-right: 18px;
}