User:Pieceofmetalwork/global.css

From Meta, a Wikimedia project coordination wiki

Note: After publishing, 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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
#content {
    max-width: 70em;
    margin: auto;
    border: none;
}
#bodyContent {
    font-family: Palatino, Cambria, Georgia, Times, serif;
    font-size: 1.05em;
}

p {
    max-width: 40em;
    text-align: justify;
    margin: auto;
}

#mw-panel {
    background: white;
    font-family: sans-serif;
}

#mw-head {
    max-width: 107em;
    margin: auto;
}
.mw-indicators {
	z-index:10;
}
#p-search, .suggestions-results {
    position: fixed;
    top: 6em;
    right: 0;
    z-index:999;

	box-shadow:         5px 5px 6px rgba(0, 0, 0, 0.5);
}
.special-label{
    display: none;
}
.suggestions-results {
    top: 10.5em;
}

#footer {
    max-width: 70em;
}
@media only screen and (max-width : 1500px) {
	#mw-panel {
		width: 1em;
		background-image: url('https://upload.wikimedia.org/wikipedia/commons/3/39/Vector_right_arrow_link.svg');
		background-repeat: no-repeat;
		background-position: top;
		background-color: #d3d3d3;
	}
	
	#mw-panel>* {
		visibility: hidden;
	}
	#mw-panel:hover {
		width: 10em;
		background: white;
		border-right: 3px dotted #d3d3d3;
	}
	
	#mw-panel:hover>* {
		visibility: visible;
	}
	
	#content {
		margin-left: 1em;
	}
}

.diff {
	font-size:14px;
}