Benutzer:Vollpräsentation/monobook.css

Aus Wikiversity

Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Internet Explorer/Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Strg+F5
/* Set navigation elements to display none */
#mw-notification-area, #top, .mw-indicators, #jump-to-nav, .visualClear, #siteNotice, #contentSub, #catlinks, #firstHeading, #footer {display:none;}
#p-cactions, #p-logo, #p-search, #p-navigation, #p-Mitarbeit, #p-tb, #p-coll-print_export, #p-lang {display:none;}
#pt-userpage, #pt-notifications-alert, #pt-notifications-notice, #pt-mytalk, #p-personal {display:none !important;}
#pt-preferences, #pt-betafeatures, #pt-watchlist, #pt-mycontris {display:none !important;}

/* Change margin of content to left:0 and set height to 100%*/
body, html{
	height: 100%;
	width: 100%;
	padding: 0;
	background-color: white !important;
	background-image: none !important;
}

#globalWrapper, #column-content{
	min-height: 100%;
	height:100%;
	margin: 0 !important;
	overflow: hidden;
}

#globalWrapper{
	position: absolute;
	border:solid;
	border-width: 6px;
	border-color: #AC1035;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	z-Index: 3;
}

#content{
	min-height: 100%;
	position: relative;
	background: none;
}

.mw-body{
	border: none;
	padding: 1em !important;
	/*margin: 1em 1em 1.8em 1em !important;*/
	margin: 0 !important;
}

/* Set navigation to bottom of page */
#footer-nav{
	position: fixed;
	width: 90%;
	left: 5%;
	right: 5%;
	bottom: 30px;
	vertical-align: center;
	position: absolute;
	margin-bottom: 0px;
	z-Index: 2;
}

/* style for 6x6 table */
table.ownstyle {
	font-size: 60% !important;
}