Difference between revisions of "MediaWiki:Vector.css"

From FHM Wiki
Jump to navigation Jump to search
 
Line 22: Line 22:
}
}
#t-info {
#t-info {
    display: none!important;
}
#t-cite {
     display: none!important;
     display: none!important;
}
}

Latest revision as of 08:14, 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-upload {
    display: none!important;
}
#t-specialpages {
    display: none!important;
}
#t-permalink{
    display: none!important;
}
#t-info {
    display: none!important;
}
#t-cite {
    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;
}