Community Central
Community Central
m (+)
m (+)
Line 23: Line 23:
 
/* Hide everything to the right. */
 
/* Hide everything to the right. */
 
.WikiaRail {display:none;}
 
.WikiaRail {display:none;}
  +
  +
/* Expand everything so that it fills the whole page, replacing the rail */

Revision as of 20:47, 1 August 2011

@import "http://dev.wikia.com/index.php?title=Hilite/code.css&action=raw&ctype=text/css";

/* Hide followed pages tab in masthead */
#user_masthead_tab_following {
	display: none !important;
}

/* Hide followed pages sidebar on userpage */
.article-sidebar {
	display: none !important;
}
 
#profile-content-inner { margin-right:0; }

/* show large tables normally - 2/1/11 */
.WikiaWideTablesWrapper canvas {display:none;}
.WikiaWideTablesWrapper img.sprite.popout {display:none;}
.WikiaWideTablesWrapper > .table {overflow:visible;}

/* remove image attribution - 2/1/11 */
.WikiaArticle .picture-attribution {display:none;}

/* Hide everything to the right. */
.WikiaRail {display:none;}

/* Expand everything so that it fills the whole page, replacing the rail */