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
No edit summary
m woops
Line 192: Line 192:
display: none;
display: none;
}
}
.page-Main_Page .mp-header
.page-Main_Page .mp-topheader
{
{
background-color: #583A31;
background-color: #583A31;
Line 199: Line 199:
padding-bottom: 5px;
padding-bottom: 5px;
}
}
.page-Main_Page .mp-header p
.page-Main_Page .mp-topheader p
{
{
margin: 0;
margin: 0;
}
}
.page-Main_Page .mp-header p:first-child
.page-Main_Page .mp-topheader p:first-child
{
{
margin-top: 0.5em;
margin-top: 0.5em;
}
}
.page-Main_Page .mp-header p:last-child
.page-Main_Page .mp-topheader p:last-child
{
{
border-bottom: 0.2em dotted;
border-bottom: 0.2em dotted;
margin-bottom: 5px;
margin-bottom: 5px;
}
}