Difference between revisions of "MediaWiki:Vector.css"

From FHM Wiki
Jump to navigation Jump to search
Line 9: Line 9:
     color: magenta!important;
     color: magenta!important;
     text-align: left;
     text-align: left;
     padding-left: 10px;
     padding-left: 5px;
     font-weight: 400;
     font-weight: 400;
     line-height: 20px;
     line-height: 20px;
}
}

Revision as of 11:33, 14 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: 16px;
    color: magenta!important;
    text-align: left;
    padding-left: 5px;
    font-weight: 400;
    line-height: 20px;
}