Difference between revisions of "MediaWiki:Vector.css"

(Created page with "CSS placed here will affect users of the Vector skin: h1,h2,h3,h4,h5,h6 { color: #9f3215; }")
 
Line 4: Line 4:
 
{
 
{
 
color: #9f3215;
 
color: #9f3215;
 +
}
 +
 +
h1, h2
 +
{
 +
border-bottom: 1px solid #9f3215;
 +
}
 +
 +
div.thumbinner
 +
{
 +
border: 1px solid #9f3215;
 
}
 
}

Revision as of 15:23, 9 January 2016

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

h1,h2,h3,h4,h5,h6
{
color: #9f3215;
}

h1, h2
{
border-bottom: 1px solid #9f3215;
}

div.thumbinner
{
border: 1px solid #9f3215;
}