Jump to content

Template:Mailaddress/styles.css: Difference between revisions

Content deleted Content added
Majestix changed the content model of the page Template:TestDivs.css from "wikitext" to "CSS"
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Container für die gesamte Adresse */
/* Container für die Adresse */
.address-box {
.mailaddress-box {
line-height: 1.5;
line-height: 1.4;
margin-bottom: 1em;
font-family: sans-serif;
/*border: 1px solid #ccc; */
padding: 10px;
width: fit-content;
/* background-color: #f9f9f9; */
}
}


.mailaddress-name {
/* Name etwas hervorheben */
.address-name {
font-weight: bold;
font-weight: bold;
font-size: 1.1em;
margin-bottom: 1em;
}
}


.mailaddress-country {
/* PLZ und Stadt Abstand */
margin-top: 1em;
.zip {
font-weight: bold;
margin-right: 6px;
text-decoration: underline;
text-transform: uppercase;
}
}


/* Druck-Optimierung: Rahmen beim Drucken entfernen */
/* Land: Fett, Unterstrichen, Größer */
@media print {
.country {
.mailaddress-box {
font-weight: bold;
text-decoration: underline;
border: none;
font-size: 1.2em;
padding: 0;
margin-top: 4px;
background-color: transparent;
}
}
}