MediaWiki:Minerva.css: Unterschied zwischen den Versionen

Aus Transfusionshandbuch
Keine Bearbeitungszusammenfassung
Markierung: Zurückgesetzt
Keine Bearbeitungszusammenfassung
Markierung: Zurückgesetzt
Zeile 9: Zeile 9:
}
}


/* Für Sticky-Footer-Effekt */
html{
html, body {
  position:relative;  
    height: 100%;
  min-height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}
}
 
/*Normalize html and body elements,this style is just good to have*/
#content {
html,body{
    flex: 1;
  margin:0;
  padding:0;
}
}
 
.pageContentWrapper{
#footer {
  margin-bottom:100px;/* Height of footer*/
     background-color: #f9f9f9;
}
     text-align: center;
.footer{
     padding: 10px;
     position: absolute;
     min-height: 50px; /* Mindesthöhe des Footers */
    bottom: 0;
     margin-top: 20px;
     left: 0;
     right: 0;
     height:100px;
     background:#ccc;
}
}

Version vom 28. Oktober 2024, 14:41 Uhr

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

#mw-mf-header h1 {
    display: none;
}

#p-persona .skin-minerva .branding {
    display: none;
}

html{
  position:relative; 
  min-height: 100%;
}
/*Normalize html and body elements,this style is just good to have*/
html,body{
  margin:0;
  padding:0;
}
.pageContentWrapper{
  margin-bottom:100px;/* Height of footer*/
} 
.footer{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height:100px;
    background:#ccc;
}