MediaWiki

Common.css: Unterschied zwischen den Versionen

Aus VolynWiki

K
K
Zeile 1: Zeile 1:
 +
/* Wiki name is a bit too long on this wiki */
 +
.title-name  {
 +
    line-height: 1.2em;
 +
}
 +
 +
/* Hide "Main Page" titles */
 +
body.page-Main_Page .title, body.page-Main_Page #tagline {
 +
    display:none;
 +
}
 +
 +
 
/* Layout fuer 2-Spaltentabellen */
 
/* Layout fuer 2-Spaltentabellen */
 
.tabelle2 {
 
.tabelle2 {

Version vom 8. März 2017, 17:47 Uhr

/* Wiki name is a bit too long on this wiki */
.title-name  {
    line-height: 1.2em;
}

/* Hide "Main Page" titles */ 
body.page-Main_Page .title, body.page-Main_Page #tagline {
    display:none;
}


/* Layout fuer 2-Spaltentabellen */
.tabelle2 {
 border: 0px solid #4D64CF;
 border-collapse: collapse;
 empty-cells: show;
 margin: 0.5em 0;
 background: transparent;
 border-spacing: 0 0;
}
.tabelle2 td, .tabelle2 th {
 border: 0px solid #4D64CF;
 padding: 0.25em 1em 0.25em 0; /* oben rechts unten links */
 vertical-align: baseline;
}
.tabelle2 th { /* hightlighting */
 text-align: left;
 border-bottom: 0px solid #4D64CF;
 border-top: 0px solid #4D64CF;
 background: transparent; /*#DFF1FF*/
}
.nowrap {
 nowrap: nowrap; /*kein Umbruch*/
}

/* Layout fuer Statistik-Tabellen */
.statistik {
 width:100%;
 border: 0px solid #4D64CF;
 border-collapse: collapse;
 empty-cells: show;
 margin: 0.8em 0;
 background: transparent;
 border-spacing: 0 0;
}
.statistik td, .statistik th {
 border-bottom: 1px solid #4D64CF;
 padding: 0.3em 1em 0.3em 1px; /* oben rechts unten links */
 vertical-align: baseline;
}
.statistik th { /* hightlighting */
 font-size:100%;
 font-weight:normal;
 text-align: left;
 border-bottom: 1px solid #4D64CF;
 border-top: 1px solid #4D64CF;
 background: #DFF1FF;
}

pre {
	white-space: -moz-pre-wrap;  /* need for Firefox */
	overflow-x: visible;  /* need for Firefox, extreme long string :( */
	padding: 10px 12px;
	border: 1px dashed #2f6fab;
	color: #222;
	background: #f9f9f9;  /*#F1FFFF*/
	line-height: 1.1em;
	margin: .2em 0;
        overflow-x: auto;    /* need for Firefox, extreme long string :( */
        font-size: 100%;
}

/* Custom Foreground menubar colors */
.top-bar,
.top-bar-section ul,
.top-bar-section ul li.active > a,
.top-bar-section li a:not(.button),
.top-bar-section .has-form {
    background: #33B5E5; /*Balken oben blau*/
    color: #000; 
}

.top-bar-section > ul > .divider,
.top-bar-section > ul > [role="separator"] {
    border-color: #ABD42E; /*Trennstrich grün*/
}

/* Darker color for the hover over items */
.top-bar-section ul li.hover > a,
.top-bar-section ul li ul.dropdown li.hover > a {
    background: #ABD42E; /*Dropdown hover grün*/
}

/* Slightly darker color for the dropdowns */
.top-bar-section ul li ul.dropdown li > a {
    background: #33B5E5; /*Dropdownmenu Hintergrund blau*/
}

/* Hinweis ausblenden */
.mw-editsection { display: none; }