Difference between revisions of "MediaWiki:Vector.css"

From wiki.comcert.com
Jump to navigation Jump to search
 
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"*/
+
<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&nbsp;{ 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&nbsp;{ 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>