Difference between revisions of "MediaWiki:Vector.css"

From FHM Wiki
Jump to navigation Jump to search
Line 6: Line 6:
}
}
#t-whatlinkshere {
#t-whatlinkshere {
    display: none!important;
}
#t-recentchangeslinked {
    display: none!important;
}
#t-recentchangeslinked {
     display: none!important;
     display: none!important;
}
}

Revision as of 08:10, 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: 5px;
    font-weight: 400;
    line-height: 20px;
}