Difference between revisions of "MediaWiki:Vector.css"

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

Revision as of 08:11, 20 September 2021

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

/* Hide Tools */
nav#p-tb {
display: ;
}
#t-whatlinkshere {
    display: none!important;
}

#t-recentchangeslinked {
    display: none!important;
}
#t-recentchangeslinked {
    display: none!important;
}
.vector-menu-portal .vector-menu-content li a {
    font-size: 16px;
    color: magenta!important;
    text-align: left;
    padding-left: 0;
    font-weight: 400;
    line-height: 20px;
}