Difference between revisions of "MediaWiki:Vector.css"

From FHM Wiki
Jump to navigation Jump to search
(Created page with "→‎All CSS here will be loaded for users of the Vector skin: →‎Hide Tools: nav#p-tb { display: none; }")
 
Line 4: Line 4:
nav#p-tb {
nav#p-tb {
display: none;
display: none;
}
li#n-\Wiki editing {
    font-size: 23pt;
    color: magenta!important;
    text-align: left;
    padding-left: 20px;
}
}

Revision as of 17:36, 13 September 2021

/* All CSS here will be loaded for users of the Vector skin */

/* Hide Tools */
nav#p-tb {
display: none;
}
li#n-\Wiki editing {
    font-size: 23pt;
    color: magenta!important;
    text-align: left;
    padding-left: 20px;
}