MediaWiki:Timeless.css: Unterschied zwischen den Versionen

Aus MGM Münzlexikon
Zeile 50: Zeile 50:
 
     background-repeat: no-repeat;
 
     background-repeat: no-repeat;
 
     background-position: center center;
 
     background-position: center center;
 +
}
 +
 +
.mw-wiki-logo {
 +
    display: block;
 +
    margin-top: auto;
 +
    margin-right: auto;
 +
    margin-bottom: auto;
 +
    margin-left: auto;
 
}
 
}
  

Version vom 19. Februar 2021, 15:28 Uhr

/* All CSS here will be loaded for users of the Timeless skin */

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;
}

li .selected {
border-bottom: solid 2px #91969e;
}

#mw-content-container {
background-color: #ffffff;
background-image: none;
border-bottom: none;
}


#mw-site-navigation #p-logo { 
	display: none;
}

#mw-header-hack {
display:none;
}

.visual-clear {
display:none;
}

.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 */
@media (min-width: 1340px) {
  #mw-content-block {
    display: block;
  }
  #mw-content,
  #content-bottom-stuff {
    margin-left: 14em;
  }
  #mw-content-wrapper {
    float: right;
    margin-left: -14em;
    width: 100%;
  }
  #mw-related-navigation {
    width: 14em;
    padding: 0 1em 0 0;
  }
  div.color-middle {
    margin-right: 0;
  }
}

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

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