User:Headquarter8302/common.css: Difference between revisions

From the Portal Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 29: Line 29:


/* Forced Logo */
/* Forced Logo */
#p-logo { display: inherit }
#p-logo { display: grid }

Revision as of 00:35, 15 October 2020

/* Position coordinates */
#coordinates {  
	position: absolute;
	z-index: 1;
	border: none;
	background: none;
	left: 9px;
	top: 5.7em;
	float: left;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	text-align: left;
	text-indent: 0;
	font-size: 85%;
	text-transform: none;
	white-space: nowrap;
}

/* Fixed Sidebar */
div#mw-panel { position: fixed;
  overflow: auto;
  top: 100px;
  bottom: 0px;
  height: 100%;
  /* Prevent content overlay when sidewards scrolling */
  border-right: 0px solid #A7D7F9;
}

/* Forced Logo */
#p-logo { display: grid }