Join the PidgiNet Discord! https://discord.gg/Eg9QahqpXf

Difference between revisions of "MediaWiki:Vector.css"

on PidgiWiki, the video game media repository

(Ha, Ha, it worked.)
(Wait! Maybe this?)
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
 +
div.thumb
 +
{
 +
border-color: transparent;
 +
}
 +
 +
.vectorTabs
 +
{
 +
background:#EEE8AA;
 +
}
 +
 +
div.vectorTabs ul li
 +
{
 +
background:#EEE8AA;
 +
}
 +
 +
div.vectorTabs ul li.selected
 +
{
 +
background:#EEE8AA;
 +
}

Revision as of 22:26, 6 April 2011

/* CSS placed here will affect users of the Vector skin */
div.thumb 
{
	border-color: transparent;
}

.vectorTabs
{
 background:#EEE8AA;
}

div.vectorTabs ul li
{
 background:#EEE8AA;
}

div.vectorTabs ul li.selected
{
 background:#EEE8AA;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.