MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus RaumZeitLabor Wiki
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 40: Zeile 40:
}
}


#id-Status{
#n-Status{
         background: url("https://status.raumzeitlabor.de/status.php") no-repeat;
         background: url("https://status.raumzeitlabor.de/status.php") no-repeat;
         padding-left: 20px;
         padding-left: 20px;
         background-size: 15px;
         background-size: 15px;
}
}

Version vom 2. März 2013, 12:32 Uhr

/* CSS an dieser Stelle wirkt sich auf alle Skins aus */

/* Wikitable (Prettytable) class for skinning tables */
table.wikitable th, table.wikitable td {
	padding: 0.2em 0.4em;
}
table.wikitable th, table.wikitable td.hl3, table.wikitable th.hl3 {
	background: #8da7d6;
}
table.wikitable td.hl1, table.wikitable th.hl1 {
	background: #c5d8fc;
	text-align: center;
}
table.wikitable td.hl2, table.wikitable th.hl2 {
	background: #a7c1f2;
	text-align: center;
}
table.wikitable caption {
	margin-left: inherit;
	margin-right: inherit;
	font-weight: bold;
}

/** Collapsible tables *********************************************************
 *
 *  Description: Allows tables to be collapsed, showing only the header. See
 *                         http://www.mediawiki.org/wiki/Manual:Collapsible_tables.
 *  Maintainers: [[en:User:R. Koot]]
 */
 
table.collapsed tr.collapsible {
        display: none;
}
 
.collapseButton {               /* 'show'/'hide' buttons created dynamically by the             */
        float: right;           /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
        font-weight: normal;    /* are styled here so they can be customised.             */
        text-align: right;
        width: auto;
}

#n-Status{
        background: url("https://status.raumzeitlabor.de/status.php") no-repeat;
        padding-left: 20px;
        background-size: 15px;
}