MediaWiki:Common.css: Forskelle mellem versioner
Fra Skrivekunst.dk
No edit summary |
No edit summary |
||
| (2 mellemliggende versioner af den samme bruger vises ikke) | |||
| Linje 203: | Linje 203: | ||
margin-right:25px !important; | margin-right:25px !important; | ||
margin-top: 25px; | margin-top: 25px; | ||
} | |||
a.new { | |||
cursor: default; | |||
pointer-events: none; | |||
color: black !important; | |||
} | } | ||
Nuværende version fra 8. mar. 2023, 18:50
/** 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
}
img.reducedwidth30, img.reducedwidth25 {
height: auto !important;
float: right;
margin: 10px 0 10px 20px;
}
img.reducedwidth25 {
width: 25% !important;
}
img.reducedwidth30 {
width: 30% !important;
}
.mw-redirectedfrom {
display: none;
}
.page-forside h1 {
display: none !important;
}
/* REQUIRED in CUSTOM THEMES!
This is the only definition that MUST BE added to any custom themes.
This is how rows are hidden by filtering (included in provided themes) */
.tablesorter .filtered {
display: none;
}
/* All of the following css is already contained within each theme file; modify it as desired */
/* filter row */
.tablesorter-filter-row td {
background: #eee;
line-height: normal;
text-align: center; /* center the input */
-webkit-transition: line-height 0.1s ease;
-moz-transition: line-height 0.1s ease;
-o-transition: line-height 0.1s ease;
transition: line-height 0.1s ease;
}
/* optional disabled input styling */
.tablesorter-filter-row .disabled {
opacity: 0.5;
filter: alpha(opacity=50);
cursor: not-allowed;
}
/* hidden filter row */
.tablesorter-filter-row.hideme td {
/*** *********************************************** ***/
/*** change this padding to modify the thickness ***/
/*** of the closed filter row (height = padding x 2) ***/
padding: 2px;
/*** *********************************************** ***/
margin: 0;
line-height: 0;
cursor: pointer;
}
.tablesorter-filter-row.hideme * {
height: 1px;
min-height: 0;
border: 0;
padding: 0;
margin: 0;
/* don't use visibility: hidden because it disables tabbing */
opacity: 0;
filter: alpha(opacity=0);
}
/* filters */
.tablesorter-filter {
width: 95%;
height: inherit;
margin: 4px;
padding: 4px;
background-color: #fff;
border: 1px solid #bbb;
color: #333;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: height 0.1s ease;
-moz-transition: height 0.1s ease;
-o-transition: height 0.1s ease;
transition: height 0.1s ease;
}
/* responsive, form small screens, use 13px font size */
@media (max-width: 450px) {
.lim {
display:block !important;
margin-left: auto !important;
margin-right: auto !important;
clear: both;
width: 100%;
}
.lim img {
display: block;
margin-left: auto;
margin-right: auto;
}
}
.align-left th, .align-left td {
text-align: left !important;
}
.slider {
-webkit-appearance: none;
width: 100%;
height: 15px;
border-radius: 5px;
background: #d3d3d3;
outline: none;
opacity: 0.7;
-webkit-transition: .2s;
transition: opacity .2s;
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border-radius: 50%;
background: rgb(63, 90, 129);
cursor: pointer;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border-radius: 50%;
background: rgb(63, 90, 129);
cursor: pointer;
}
.Page-forside #catlinks,
.Page-skrivekonkurrencer #catlinks,
.Page-forlag #catlinks,
.Page-skrivekurser #catlinks,
.Page-tilfældighedsgeneratorer #catlinks
{
display: none !important;
}
body.page-instagram h1 {
display:none;
}
.forlagimg {
margin-right:25px !important;
margin-top: 25px;
}
a.new {
cursor: default;
pointer-events: none;
color: black !important;
}