Difference between revisions of "MediaWiki:Vector.css"

From wiki.comcert.com
Jump to navigation Jump to search
Line 4: Line 4:
 
p-tb { display: none; } /*the toolbox "disappears"*/
 
p-tb { display: none; } /*the toolbox "disappears"*/
  
li#ca-talk { display: none; } /* the discussion tab "disappears"*/
+
li#ca-talk { display: none; } /* the Discussion tab "disappears"*/
  
li#ca-history { display: none; } /* the history tab "disappears"*/
+
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 }

Revision as of 17:57, 15 October 2016


/* 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 }