Template:Mailaddress/styles.css: Difference between revisions
Appearance
Majestix changed the content model of the page Template:TestDivs.css from "CSS" to "Sanitized CSS" |
m Majestix moved page Template:TestDivs.css to Template:TestDivs/styles.css without leaving a redirect |
(No difference)
| |
Revision as of 09:32, 20 April 2026
.address-box {/* Container für die gesamte Adresse */
line-height: 1.5;
margin-bottom: 1em;
}
.address-name {/* Name etwas hervorheben */
font-weight: bold;
}
.zip {/* PLZ und Stadt Abstand */
margin-right: 6px;
}
.country {/* Land: Fett, Unterstrichen, Größer */
font-weight: bold;
text-decoration: underline;
font-size: 1.2em;
margin-top: 4px;
}