Difference between revisions of "MediaWiki:Vector.css"

From FHM Wiki
Jump to navigation Jump to search
 
(10 intermediate revisions by the same user not shown)
Line 3: Line 3:
/* Hide Tools */
/* Hide Tools */
nav#p-tb {
nav#p-tb {
display: none;
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 {
.vector-menu-portal .vector-menu-content li a {
Line 9: Line 31:
     color: magenta!important;
     color: magenta!important;
     text-align: left;
     text-align: left;
     padding-left: 10px;
     padding-left: 0;
     font-weight: 600;
     font-weight: 400;
     margin-bottom: 10px;
     line-height: 20px;
}
}

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;
}