Difference between revisions of "MediaWiki:Common.css"

From Valve Cut Content
Jump to: navigation, search
(a new)
(hack because I want to know what doesnt' exist)
Line 17: Line 17:
 
/* Pinkish source-style missing for not-present pages. */
 
/* Pinkish source-style missing for not-present pages. */
 
a.new {
 
a.new {
     color: #BD44FF;
+
     color: #BD44FF !important;
 
}
 
}

Revision as of 02:16, 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 !important;
}