User:Geertivp/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.
/*
	The below is valid for all Wikis where I am logged in
*/

body {
	margin-top: 10px;
}

h1 {
	color: #990000;
}

h2 {
	color: #339966;
}

h3 {
	color: #006699;
}

table.list tr td a {
	display: list-item;
    list-style-type: none;
}

tbody tr td dl dt,
.mw-body dt {
	font-family: sans-serif;
}

th, table caption {
    background-color: #ddd;
}

.gallerytext {
	text-align:center;
}

.mw-disambig {
	background-color:#AFEEEE;
}

.mw-editsection {
	display: none;
}

.mw-headline {
	font-family: sans-serif;
	font-size: 80%;
	margin-top: 5px;
}

.mw-redirect {
	background-color:wheat;
}

.mw-related-navigation,
.mw-site-navigation {
	position:fixed;
}

.wikitable {
	background-color: #ffe;
	margin-bottom: 0.5em;
	border-color: #aaa;
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

#column-one {
	position:fixed;
}

#f-copyrightico, #footer-copyrightico,
#f-poweredbyico, #footer-poweredbyico,
#footer, #footer-info,
#mw-footer-container,
#p-wikibase-otherprojects, #p-Zusterprojecten {
	display: none;
}

#history-toolbox { 
  display: block !important; 
}

#mw-page-header-links {
	display: flex;
}

#toc {
    border:1px solid #aaa;
    background-color: #eed;
    padding: 5px;
    margin: 0 5px;
    font-size: 95%;
    float: right;
	text-decoration: none !important;
}