Difference between revisions of "MediaWiki:Common.css"

From Valve Cut Content
Jump to: navigation, search
(Importing this from Vector.css)
Line 8: Line 8:
 
p-namespaces {
 
p-namespaces {
 
     margin-left: 13em;
 
     margin-left: 13em;
 +
}
 +
 +
/* Pinkish source-style missing for not-present pages. */
 +
.new {
 +
    color: #BD44FF;
 +
}
 +
 +
/*Top header pos fix*/
 +
#mw-head-base, #left-navigation, .darkvectorTabs
 +
{
 +
    margin-left:208px;
 
}
 
}

Revision as of 22:18, 23 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;
}

/* Pinkish source-style missing for not-present pages. */
.new {
    color: #BD44FF;
}

/*Top header pos fix*/
#mw-head-base, #left-navigation, .darkvectorTabs
{
    margin-left:208px;
}