MediaWiki:Common.css: Forskelle mellem versioner
Fra Skrivekunst.dk
No edit summary |
No edit summary |
||
| Linje 44: | Linje 44: | ||
margin-left:0 !important; | margin-left:0 !important; | ||
margin-right:1em !important; | margin-right:1em !important; | ||
} | |||
.mw-collapsible { | |||
clear:both; | |||
} | } | ||
Versionen fra 6. mar. 2021, 17:01
/** CSS inkluderet her vil være aktivt for alle brugere. */
.skjult {
display:none;
}
body.page-Forside.action-view h1.firstHeading, body.page-Forside.action-submit h1.firstHeading {
display: none;
}
.smwtable-clean {
width: 100%;
}
.templatequote {
padding-left: 2em;
}
.templatequotecite {
padding-left: 2em;
}
table.wikitable_udenborders > tr > th, table.wikitable_udenborders > tr > td, table.wikitable_udenborders > * > tr > th, table.wikitable_udenborders > * > tr > td {
border-width: 0px;
}
table.wikitable_udenborders > tr > th, table.wikitable_udenborders > * > tr > th {
}
table.wikitable_udenborders > caption {
}
table.tabel_virkeligheder {
text-align: center;
background: url('https://www.skrivekunst.dk/images/0/00/Greencross.png') center;
}
.navigationsboks ul {
display: inline-table;
list-style: none;
margin-left: 0.3em;
}
.navigationsboks li {
margin-right: 1em;
float: left;
}
table caption {
caption-side: top;
}
.mw-collapsible span.mw-collapsible-toggle {
float:left !important;
margin-left:0 !important;
margin-right:1em !important;
}
.mw-collapsible {
clear:both;
}