MediaWiki:Common.css

Aus NordhausenWiki

Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Internet Explorer/Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Strg+F5
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/**
 * Styling for links generated by [[MediaWiki:Edittools]]
 * @source www.mediawiki.org/wiki/Extension:CharInsert#Styling
 * @updated 2012-02-29
 */
.mw-charinsert-buttons {
        margin-top: 10px;
        border: 1px solid #aaaaaa;
        padding: 1px;
        text-align: center;
        font-size: 110%;
}
.mw-charinsert-buttons a {
        color: black;
        background-color: #cde !important;
        font-weight: bold;
        font-size: .9em;
        text-decoration: none;
        border: thin #069 outset;
        padding: 0 .1em .1em;
}
.mw-charinsert-buttons a:hover,
.mw-charinsert-buttons a:active {
        background-color: #bcd;
        border-style: inset;
}
.client-js .mw-edittools-section {
        display: inline;
}
.client-js .mw-edittools-section input[type="button"] {
        font-size: 0.9em;
        padding-left: 1px;
        padding-right: 1px;
        margin-left: 1px;
}

/* Einzelnachweise kleiner */
ol.references,
div.reflist,
div.refbegin {
    font-size: 90%;            /* Default font-size */
    margin-bottom: 0.5em;
}
div.refbegin-100 {
    font-size: 100%;           /* Option for normal fontsize in {{refbegin}} */
}
div.reflist ol.references {
    font-size: 100%;           /* Reset font-size when nested in div.reflist */
    list-style-type: inherit;  /* Enable custom list style types */
}

/* Highlight clicked reference in blue to help navigation */
ol.references li:target,
sup.reference:target,
span.citation:target {
    background-color: #fdfaa1;
}

/* Ensure refs in table headers and the like aren't bold or italic */
sup.reference {
    font-weight: normal;
    font-style: normal;
}

/* Gallery */

gallery {
max-width: 800px;
}

table.gallery {
margin: 0px;
padding: 0px;
background-color: AAAAAA;
}

table.gallery tr {
vertical-align: top;
}

table.gallery td {
vertical-align: top;
}

div.gallerytext {
overflow: hidden;
font-size: 10px;
color: #AAAAAA;
padding: 1px;
}

div.gallerybox div.thumb {
border: 1px solid #CCC;
padding: 0px;
width: 145px;
margin: 5px auto;
}

li.gallerybox {
vertical-align: top;
width: 145px;
border: solid 0px;
}

ul.gallery, li.gallerybox {
zoom: 1;
*display: inline;
}

ul.gallery {
width:800px;
margin: 0px;
padding: 0px;
display: block;
}

li.gallerycaption {
font-weight: bold;
text-align: center;
display: block;
word-wrap: break-word;
}

li.gallerybox div.thumb {
text-align: center;
border: 1px solid #ccc;
margin: 0px;
width:145px;
}

div.gallerytext {
overflow: hidden;
font-size: 85%;
padding: 2px 4px;
word-wrap: break-word;
}

/* wikitable */

table.wikitable {  
margin: 2px;  
background: #FFFFFF;  
border: 1px #DDDDDD solid;  
border-collapse: collapse;  
empty-cells:show; 
}

table.wikitable td {  
border: 1px #aaa solid;   
padding: 5px; 
}

table.wikitable th {  
border: 1px #aaa solid;   
padding: 5px;   
background: #EEEEEE;  
text-align: center; 
}

table.wikitable caption {  
margin-left: inherit;  
margin-right: inherit;  
font-weight: bold; 
}