MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with " →CSS placed here will affect users of the Vector skin: #p-tb { display: none; } →the toolbox "disappears": ") |
No edit summary |
||
Line 2: | Line 2: | ||
/* CSS placed here will affect users of the Vector skin */ | /* CSS placed here will affect users of the Vector skin */ | ||
<span style="font-size:medium;"><span style="font-family:courier new,courier,monospace;">p-tb { display: none; } /*the toolbox "disappears"*/</span></span> | |||
<span style="font-size:medium;"><span style="font-family:courier new,courier,monospace;">li#ca-viewhistory { display: none; } /*the edit button "disappears"*/</span></span> | |||
<span style="font-size:medium;"><span style="font-family:courier new,courier,monospace;">li#ca-discussion { display: none; } /* the talk page "disappears"*/</span></span> |
Revision as of 16:48, 15 October 2016
/* CSS placed here will affect users of the Vector skin */ <span style="font-size:medium;"><span style="font-family:courier new,courier,monospace;">p-tb { display: none; } /*the toolbox "disappears"*/</span></span> <span style="font-size:medium;"><span style="font-family:courier new,courier,monospace;">li#ca-viewhistory { display: none; } /*the edit button "disappears"*/</span></span> <span style="font-size:medium;"><span style="font-family:courier new,courier,monospace;">li#ca-discussion { display: none; } /* the talk page "disappears"*/</span></span>