Timeless.css

Aus MGM Münzlexikon

Hinweis: Leere nach dem Speichern 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: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Gehe zu Menü → Einstellungen (Opera → Einstellungen auf dem Mac) und dann auf Datenschutz & Sicherheit → Browserdaten löschen → Gespeicherte Bilder und Dateien.
/* All CSS here will be loaded for users of the Timeless skin */

/* make the header bigger + new logo */

.mw-wiki-logo {
    background-image: url(/resources/assets/indexwikilogo.png?154e0);
    height: 3.5em !important;
    background-size: contain;
}


#mw-header-container{
    height: 4.75em;
    padding-bottom: 0.5em;

    border-bottom-width: 0.25em;
    border-bottom-color: #df5e52;
    border-bottom-style: solid;
}

#mw-header{
    display: flex;
    align-item: center;
}


/* the banner */

#mw-header-hack {
    position: absolute;
    background-image: url(/resources/assets/head-numlit.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    vertical-align: center;
    height: 20em;
    margin-top:4.75em
    user-select: none;
}

#mw-content-container {
/* set distance for header */
    margin-top: 24.75em;
}


/* hide page header links 

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

*/

/* make the site flex */

html{
    height: 100%;
}

body{
    height: 100%;
}

#mw-wrapper {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between
}



/* minor cosmetic changes */

/*color bars*/
.color-middle-container{
    display:none;
}

.color-middle{
    display:none;
}

.color-left{
    display:none;
}

.color-right{
    display:none;
}

a {
	color: #df5e52;
}

a:hover {
	color: #498fcc;
}

a:visited {
	color: #f03959;
}

#firstHeading  {
border-bottom: solid 3px #91969e;
}

#ca-nstab-mediawiki {
border-bottom: solid 2px #91969e;
}


#mw-content-container {
background-color: #ffffff;
background-image: none;
border-bottom: none;
flex-grow: 1;

}

/* do not display logo in sidebar */
#mw-site-navigation #p-logo { 
	display: none;
}

.visual-clear {
display:none;
}


/* logo settings*/

.mw-wiki-logo.fallback {
    content: '';
    width: 11em;
    height: 39px;
    background-repeat: no-repeat;
    background-position: center center;
}

.mw-wiki-logo {
    display: block;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
}

/* One-sided navigation menu */

/* currently not displayed:*/
#mw-related-navigation{
display:none;
}

@media (min-width: 1340px) {
  #mw-content-block {
    display: block;
  }
  #mw-content,
  #content-bottom-stuff {
    margin-left: 14em;
    margin-right: 1em;
  }
  #mw-content-wrapper {
    float: right;
    margin-left: -14em;
    width: 100%;
  }
  #mw-related-navigation {
    width: 14em;
    padding: 0 1em 0 0;
  }

/* here also adjustments for missing top margin in default skin */
  div.color-middle {
    margin-right: 0;
  }
  #mw-content-block{
    padding-top: 1em;
  }
  #mw-site-navigation .sidebar-chunk {
    margin-top: 0;
    margin-bottom: 1em;
  }
}

/* Align top colour bar with page columns */
.ts-inner {
  padding: 0 0 0 1em;
}

/* Re-aligning bottom logos */
#footer { padding-right: 1em; }