Difference between revisions of "MediaWiki:Common.css"

From City Data Model Project Collaboratory
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: →‎disable talk pages: #ca-talk { display:none!important; }")
 
Line 2: Line 2:
 
/* disable talk pages */
 
/* disable talk pages */
 
#ca-talk { display:none!important; }
 
#ca-talk { display:none!important; }
 +
 +
/* change logo size */
 +
#p-logo {
 +
z-index: 3;
 +
position: absolute; /*needed to use z-index */
 +
top: 0;
 +
left: 0;
 +
height: 155px;
 +
width: 20em;
 +
overflow: visible;
 +
}

Revision as of 19:00, 31 January 2020

/* CSS placed here will be applied to all skins */
/* disable talk pages */
#ca-talk { display:none!important; }

/* change logo size */
#p-logo {
	z-index: 3;
	position: absolute; /*needed to use z-index */
	top: 0;
	left: 0;
	height: 155px;
	width: 20em;
	overflow: visible;
}