MediaWiki:Common.css

From Layton Support
(Difference between revisions)
Jump to: navigation, search
Line 5: Line 5:
 
width: auto;
 
width: auto;
 
}
 
}
<!-- No [History] tab for anonymous users -->
+
<!-- No [History] tab for users -->
<?php global $wgUser; if( $wgUser() ) { ?>
+
<?php global $wgUser; if( $wgUser-<isAnon() ) { ?>
 
       <style type="text/css">
 
       <style type="text/css">
 
         #ca-history { display: none !important; }
 
         #ca-history { display: none !important; }
 
       </style>  
 
       </style>  
 
     <?php } ?>
 
     <?php } ?>

Revision as of 19:21, 2 July 2010

.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;
}
<!-- No [History] tab for users -->
<?php global $wgUser; if( $wgUser-<isAnon() ) { ?>
      <style type="text/css">
        #ca-history { display: none !important; }
      </style> 
    <?php } ?>
Personal tools
Namespaces

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