MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(8 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
/* CSS placed here will affect users of the Vector skin */ | /* CSS placed here will affect users of the Vector skin */ | ||
p-tb { display: none; } /*the toolbox "disappears"*/ | #p-tb { display: none; } /*the toolbox "disappears"*/ | ||
li#ca-talk { display: none; } /* the | li#ca-talk { display: none; } /* the Discussion tab "disappears"*/ | ||
li#ca-history { display: none; } /* the | /* li#ca-history { display: none; } /* the History tab "disappears"*/ | ||
* { font-family: verdana } | li#ca-view { display: none; } /* the Read tab "disappears"*/ | ||
li#ca-viewsource { display: none; } /* the View Source tab "disappears"*/ | |||
*{ font-family: verdana } |
Latest revision as of 18:08, 9 May 2020
/* CSS placed here will affect users of the Vector skin */ #p-tb { display: none; } /*the toolbox "disappears"*/ li#ca-talk { display: none; } /* the Discussion tab "disappears"*/ /* li#ca-history { display: none; } /* the History tab "disappears"*/ li#ca-view { display: none; } /* the Read tab "disappears"*/ li#ca-viewsource { display: none; } /* the View Source tab "disappears"*/ *{ font-family: verdana }