MediaWiki:Vector.css

From S E B A S T I E N G O Y

(Difference between revisions)
Jump to: navigation, search
m
m
Line 39: Line 39:
color: #525252;
color: #525252;
                 font-style:italic;
                 font-style:italic;
-
                font-weight:bold;
 
}
}
div#mw-panel div.portal div.body ul li a:visited {
div#mw-panel div.portal div.body ul li a:visited {
-
color: #222222;
+
color: #111111;
                 font-style:italic;
                 font-style:italic;
 +
}
 +
 +
div#mw-panel div.portal h5 {
 +
font-weight: bold;
 +
color: #444444;
 +
padding: 0.25em;
 +
padding-top: 0;
 +
padding-left: 1.75em;
 +
cursor: default;
 +
border: none;
 +
font-size: 0.75em;
}
}

Revision as of 23:52, 20 June 2010

/* CSS placed here will affect users of the Vector skin */

/* Change sidebar height, from 160px */
div#mw-panel {
	position: absolute;
	top: 1.9em;
	padding-top: 1em;
	width: 10em;
	left: -0.5em;
}

/* Change anchor color */
div.vectorTabs li.selected a,
	div.vectorTabs li.selected a span,
	div.vectorTabs li.selected a:visited
	div.vectorTabs li.selected a:visited span {
		color: #333333;
		text-decoration: none;
	}
	div.vectorTabs li.new a,
	div.vectorTabs li.new a span,
	div.vectorTabs li.new a:visited,
	div.vectorTabs li.new a:visited span {
		color: #525252;
	}

div.vectorMenu li a {
		color: #525252;
		cursor: pointer;
		font-size: 0.8em;
	}
	div.vectorMenu li.selected a,
	div.vectorMenu li.selected a:visited {
		color: #333333;
		text-decoration: none;
	}

	div#mw-panel div.portal div.body ul li a {
		color: #525252;
                font-style:italic;
	}
	div#mw-panel div.portal div.body ul li a:visited {
		color: #111111;
                font-style:italic;
	}

	div#mw-panel div.portal h5 {
		font-weight: bold;
		color: #444444;
		padding: 0.25em;
		padding-top: 0;
		padding-left: 1.75em;
		cursor: default;
		border: none;
		font-size: 0.75em;
	}

/* Hide Main Page title */
body.page-Main_Page h1.firstHeading {
	display: none;
}

/* Hide "Powered by MediaWiki" logo */
#footer-icon-poweredby { display: none; }
Personal tools
Namespaces
Variants
Actions
S E B A S T I E N  G O Y                                                   
Works
About