MediaWiki:Common.css

From Layton Support
(Difference between revisions)
Jump to: navigation, search
 
(9 intermediate revisions by one user not shown)
Line 1: Line 1:
 +
<head>
 
.collapseButton { /* 'show'/'hide' buttons created dynamically by the        */
 
.collapseButton { /* 'show'/'hide' buttons created dynamically by the        */
 
float: left; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
 
float: left; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
Line 5: Line 6:
 
width: auto;
 
width: auto;
 
}
 
}
<!-- No [History] tab for anonymous users -->
+
#ca-history { display: none !important; }
<?php global $wgUser; if( $wgUser() ) { ?>
+
#ca-talk { display: none !important; }
      <style type="text/css">
+
        #ca-history { display: none !important; }
+
      </style>
+
    <?php } ?>
+

Latest revision as of 20:45, 30 October 2012

<head>
.collapseButton {		/* 'show'/'hide' buttons created dynamically by the        */
	float: left;		/* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
	font-weight: 800;	/* are styled here so they can be customised.              */
	text-align: right;
	width: auto;
}
#ca-history { display: none !important; }
#ca-talk { display: none !important; }
Personal tools
Namespaces

Variants
Actions
Main Page
Online User Guides
General Support
Release Notes
Toolbox