MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus wiki.kometin.at
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 7: Zeile 7:
     justify-content: center;
     justify-content: center;
}
}
@media screen and (max-width:53em)
{
    #garten-img {
        clear:both;
    display:block;
}
}
</style>


#footer-info-lastmod {
#footer-info-lastmod {

Version vom 14. April 2024, 17:43 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

#footer-places {

    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width:53em)
{
     #garten-img {
         clear:both;
     display:block;
}
}
</style>




#footer-info-lastmod {
     font-size: 11px;
}


h1 { 
font-size: 20px; 
}
h2 { font-size: 15px; }
h3 { font-size: 13px; }
h4 { font-size: 125%; }
h5 { font-size: 100%; } 
h6 { font-size: 80%; }