More actions
Admin (diskussion | bidrag) No edit summary |
Admin (diskussion | bidrag) No edit summary Tags: Tilbagerullet mobile web edit mobile edit |
||
Linje 70: | Linje 70: | ||
.citizen-table { | .citizen-table { | ||
border-collapse: separate; | border-collapse: separate; | ||
border-radius:10px; | border-radius:10px; | ||
Linje 77: | Linje 77: | ||
.citizen-table td { | .citizen-table td { | ||
border-bottom: 1px solid #ddd; | border-bottom: 1px solid #ddd; | ||
border: 1px solid #ddd; | |||
} | } | ||
Versionen fra 12. jun. 2024, 20:28
/** CSS inkluderet her vil være aktivt for alle brugere. */
/* Infobox templates */
.infobox {
border: 1px solid #a2a9b1;
background: #f8f9fa;
color: black;
margin-bottom: 0.5em;
/* @noflip */
margin-left: 1em;
padding: 0.2em;
/* @noflip */
float: right;
/* @noflip */
clear: right;
font-size: 90%;
}
.infobox td,
.infobox th {
vertical-align: central;
}
.infobox caption {
font-size: 125%;
font-weight: bold;
font-style: italic;
position: absolute;
bottom: 0;
left: 0;
word-wrap: break-word;
margin-left: inherit;
}
.infobox.bordered {
border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
border: 1px solid #a2a9b1;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
border: 0 solid #a2a9b1;
}
.infobox.sisterproject {
width: 20em;
font-size: 90%;
}
.archive-box {
border: 1px solid #aaf;
background: #f2f2f9;
color: #000;
margin-bottom: 0.5em;
margin-left: 1em;
padding: 0.2em;
float: right;
clear: right;
text-align: center;
}
.mw-body-content a:visited { color: #0645ad !IMPORTANT; }
.mw-body-content a.new:link { color:#ba0000 !IMPORTANT; }
.mw-body-content a.new:visited { color: #ba0000 !IMPORTANT; }
.infobox-cell:empty {
display: none;
}
.citizen-table {
border-collapse: separate;
border-radius:10px;
}
.citizen-table td {
border-bottom: 1px solid #ddd;
border: 1px solid #ddd;
}
.citizen-table th {
border-bottom: 1px solid #ddd;
}