Difference between revisions of "MediaWiki:Common.css"

From Valve Cut Content
Jump to: navigation, search
(wrong size spec)
(a new)
Line 14: Line 14:
 
{
 
{
 
     margin-left:48px;
 
     margin-left:48px;
 +
}
 +
/* Pinkish source-style missing for not-present pages. */
 +
a.new {
 +
    color: #BD44FF;
 
}
 
}

Revision as of 02:15, 25 November 2018

div#mw-panel {
    width: 11em; /* increase width of the container; was 10em */
}
.mw-body {
    margin-left: 13em; /* move content to a fitting place; was 13em */
}

p-namespaces {
    margin-left: 13em;
}

/*Top header pos fix*/
.darkvectorTabs
{
    margin-left:48px;
}
/* Pinkish source-style missing for not-present pages. */
a.new {
    color: #BD44FF;
}