Difference between revisions of "MediaWiki:Splash.css"

A fragment of the Garden of Remembering

(>.<)
(...)
Line 9: Line 9:
padding: 0;
padding: 0;
}
}
#Zaori a {
#header #global-links ul li#Zaori a {
display: inline-block;
display: inline-block;
width: 25px;
width: 25px;

Revision as of 05:24, 10 February 2014

/* Redundant with global-links */
#header #site-navigation #p-global-navigation {
	display: none;
}

/* Add global-links daji */
#header #global-links ul li#Zaori {
	margin: 0 .2em 0 0;
	padding: 0;
}
#header #global-links ul li#Zaori a {
	display: inline-block;
	width: 25px;
	height: 21px;
	margin-top: -4px;
	margin-bottom: -8px;
	background: url('http://wiki.zaori.org/w/skins/Shadows/images/mainlinks-daji.png') no-repeat;
	content: '';
	color: rgba(0,0,0,0);
	text-shadow: none;
}
#Zaori a:hover {
	background: url('http://wiki.zaori.org/w/skins/Shadows/images/mainlinks-daji-white.png') no-repeat;
}