Vorlage:Lead 2.0/styles.css: Unterschied zwischen den Versionen
(Die Seite wurde neu angelegt: „→[[Template:Lead 2.0]]: .l_table { border: 0px; height: 100%; width: 100%; } .l_table tr { height: 100%; } .l_table td { width: 100%; }…“) |
Keine Bearbeitungszusammenfassung |
||
| Zeile 21: | Zeile 21: | ||
padding-bottom: 5px; | padding-bottom: 5px; | ||
padding-right: 8px; | padding-right: 8px; | ||
padding-top: 10px; | |||
float: left; | float: left; | ||
} | } | ||
Version vom 2. Juni 2020, 16:14 Uhr
/* [[Template:Lead 2.0]] */
.l_table {
border: 0px;
height: 100%;
width: 100%;
}
.l_table tr {
height: 100%;
}
.l_table td {
width: 100%;
}
.l_box {
}
.l_image {
vertical-align:top;
padding-bottom: 5px;
padding-right: 8px;
padding-top: 10px;
float: left;
}
.l_title {
font-size: 150%;
vertical-align: top;
padding-bottom: 5px;
}
.l_title a:link {
color: #000000;
text-decoration: none;
}
.l_title a:visited {
color: #000000;
text-decoration: none;
}
.l_title a:hover {
color: #000000;
text-decoration: underline;
}
.l_title a:active {
color: #000000;
text-decoration: none;
}
.l_summary {
vertical-align: top;
font-size: 100%;
}
.l_tail {
font-size: 90%;
height:15px;
}
.l_img_type {
/*float: left;*/
padding-bottom: 3px;
}
.l_edit {
clear: left;
float: right;
}
/*end lead stuff */