Vorlage:Lead 2.0/styles.css: Unterschied zwischen den Versionen
K (2 Versionen von skanwiki:Vorlage:Lead_2.0/styles.css importiert) |
K (5 Versionen von skanwiki:Vorlage:Lead_2.0/styles.css importiert) |
||
(2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 28: | Zeile 28: | ||
font-size: 150%; | font-size: 150%; | ||
vertical-align: top; | vertical-align: top; | ||
} | } | ||
.l_date { | |||
font-size: small; | |||
vertical-align: top; | |||
color: #999999; | |||
} | |||
.l_title a:link { | .l_title a:link { | ||
color: #000000; | color: #000000; |
Aktuelle Version vom 13. Januar 2023, 14:28 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;
}
.l_date {
font-size: small;
vertical-align: top;
color: #999999;
}
.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 */