Vorlage:Unternehmen-Entwickler/style.css: Unterschied zwischen den Versionen

Patch auf Produktivversion
KKeine Bearbeitungszusammenfassung
(Patch auf Produktivversion)
Zeile 100: Zeile 100:
     max-width: 85%;}
     max-width: 85%;}


/* Stil für die <h3>-Überschrift, wenn kein Logo vorhanden ist */
/* Stil für den Titel der Infobox, wenn kein Logo vorhanden ist */


.title-no-logo {
.title-no-logo {
Zeile 115: Zeile 115:
     max-width: 85%;
     max-width: 85%;
     width: max-content;
     width: max-content;
     height: max-content;}
     height: max-content;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.6;}


.title-no-logo.overlap {
.title-no-logo.overlap {
Zeile 123: Zeile 126:
.infobox .title-noshow{
.infobox .title-noshow{
     display: none;}
     display: none;}
/* Stil für den Titel der Infobox, wenn kein Bild vorhanden ist */
.infobox .title-no-img{
    width: max-content;
    margin: 0 0 1.2em 0;
    border-radius: 6px;
    text-align: left; 
    background: #fff;
    box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.25);
    padding: 0.4em 0.8em 0.4em 0.8em;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.6;
    color: #000;}


.infobox .motto{
.infobox .motto{