Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:Headquarter8302/common.css: Difference between revisions

From the Portal Wiki
mNo edit summary
Blanked the page
Tag: Blanking
 
(19 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* 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 }