MediaWiki:Common.css

From Indpaedia
Revision as of 17:17, 10 September 2012 by Parvez Dewan (Pdewan) (Talk | contribs)

Jump to: navigation, search

Hindi English French German Italian Portuguese Russian Spanish

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
#f-poweredbyico { display: none; }
#pt-mytalk ,#pt-mywatchlist, #pt-mycontributions {display: none}
#ca-talk { display:none!important; }
body.page-Main_Page h1.firstHeading { display:none; }
<?php
foreach ( $this->getSidebar() as $boxName => $box ) { ?>
<div id='<?php echo Sanitizer::escapeId( $box['id'] ) ?>'<?php echo Linker::tooltip( $box['id'] ) ?>>
	<h5><?php echo htmlspecialchars( $box['header'] ); ?></h5>
<?php
	if ( is_array( $box['content'] ) ) { ?>
	<ul>
<?php
		foreach ( $box['content'] as $key => $item ) { ?>
		<?php echo $this->makeListItem( $key, $item ); ?>

<?php
		} ?>
	</ul>
<?php
	} else { ?>
		<?php echo $box['content']; ?>
<?php
	} ?>
<?php
} ?>
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox
Translate