MediaWiki:Common.css

Fra Skrivekunst.dk

Bemærk: Efter at have gemt er du måske nødt til at tømme din browsers cache for at kunne se ændringerne.

  • Firefox / Safari: Hold Shift nede og klik på Reload, eller tryk enten Ctrl-F5 eller Ctrl-R (⌘-R på en Mac).
  • Google Chrome: Tryk Ctrl-Shift-R (⌘-Shift-R på en Mac).
  • Internet Explorer / Edge: Hold Ctrl nede og klik på Refresh, eller tryk på Ctrl-F5.
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files
/** 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 {
	text-align: left;
}
Skrivekunst.dk bruger cookies for at forbedre brugeroplevelsen. Tryk OK for at fjerne denne besked.