Difference between revisions of "MediaWiki:Vector.css"

From FHM Wiki
Jump to navigation Jump to search
Line 5: Line 5:
display: none;
display: none;
}
}
li#n-\Wiki editing {
.vector-menu-portal .vector-menu-content li a {
     font-size: 23pt;
     font-size: 23pt;
     color: magenta!important;
     color: magenta!important;

Revision as of 17:37, 13 September 2021

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

/* Hide Tools */
nav#p-tb {
display: none;
}
.vector-menu-portal .vector-menu-content li a {
    font-size: 23pt;
    color: magenta!important;
    text-align: left;
    padding-left: 20px;
}