මාධ්‍යවිකි:Vector.css

සිංහල විශ්වකෝෂය වෙතින්
15:39, 29 අගෝස්තු 2017 වන විට Chamila (කතාබහ | දායකත්ව) විසින් සිදු කර ඇති සංශෝධන
වෙත පනින්න: සංචලනය, සොයන්න
/* CSS placed here will affect users of the Vector skin */

#p-logo {
	z-index: 3;
	position: absolute; /*needed to use z-index */
	top: -600;
	left: -200;
	height: 600px;
	width: 300px;
	overflow: visible;
}
#p-logo a {
	display:block;
	width:300px;
	height:600px;
	background-repeat:no-repeat;
	background-position:center center;
	text-decoration:none
}
#mw-panel {
	font-size:inherit;
	position:absolute;
	top:-600px;
	padding-top:1em;
	width:300px;
	left:-200
}