Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Vector.css: Difference between revisions

MediaWiki interface page
remove margin on top tabs, looks less weird but can be undone
main page stuff
Line 187: Line 187:
color: #000;
color: #000;
border: 0px solid;
border: 0px solid;
}
.page-Main_Page .firstHeading
{
display: none;
}
.page-Main_Page .tf2c-header
{
background-color: #583A31;
color: #D2CDC8;
margin: -23px -14px 0 -14px;
padding-bottom: 5px;
}
.page-Main_Page .tf2c-header p
{
margin: 0;
}
.page-Main_Page .tf2c-header p:first-child
{
margin-top: 0.5em;
}
.page-Main_Page .tf2c-header p:last-child
{
border-bottom: 0.2em dotted;
margin-bottom: 5px;
}
}