MediaWiki:Common.css: Forskelle mellem versioner
Fra Skrivekunst.dk
No edit summary |
No edit summary |
||
| Linje 59: | Linje 59: | ||
} | } | ||
.reducedwidth30 img { | .reducedwidth30 img { | ||
width: 30%; | width: 30% !important; | ||
height: auto; | height: auto !important; | ||
} | } | ||
Versionen fra 23. mar. 2021, 12:46
/** 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;
}
.detail, .details {
margin: 0 0 0.7em 2em;
border: 1px solid #e7e7e7;
border-width: 1px 0;
text-align: left;
font-size: 95%;
background: #fdfdfd;
padding: 1px 4px;
display:table
}
.reducedwidth30 img {
width: 30% !important;
height: auto !important;
}