MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus MySlug
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 24: Zeile 24:
padding: 5px;
padding: 5px;
font-size: 95%;
font-size: 95%;
}
/* Article message box template styles */
table.ambox {
    margin: 0 10%;                      /* Will not overlap with other elements */
    border-collapse: collapse;
    background: #fbfbfb;
    border: 1px solid #aaa;
    border-left: 10px solid #1e90ff;    /* Default "notice" blue */
}
table.ambox th.ambox-text, table.ambox td.ambox-text {      /* The message body cell(s) */
    padding: 0.25em 0.5em;            /* 0.5em left/right */
    width: 100%;                      /* Make all templates the same width regardless of text size */
}
table.ambox td.ambox-image {          /* The left image cell */
    padding: 2px 0px 2px 0.5em;      /* 0.5em left, 0px right */
    text-align: center;
}
table.ambox td.ambox-imageright {    /* The right image cell */
    padding: 2px 4px 2px 0px;        /* 0px left, 4px right */
    text-align: center;
}
/* J! Logo Colors - red: #ED2E38 blue: #578AD6 orange: #EBAD14 green: #61BF1A */
table.ambox-notice {
  border-left: 10px solid #578AD6 ;  /* Blue */
}
table.ambox-delete,
table.ambox-serious {
  border-left: 10px solid #ED2E38 ;  /* Red S+I WG */
}
table.ambox-content {
  border-left: 10px solid #EBAD14 ;  /* Orange (Dev WG) */
}
table.ambox-style {
  border-left: 10px solid #C16B42;    /* Umbra (Trans WG) */
}
table.ambox-merge {
  border-left: 10px solid #C348C3;    /* Purple (Doc WG) */
}
table.ambox-growth {
  border-left: 10px solid #61BF1A ;  /* Green (Found WG) */
}
table.ambox-protection {
  border-left: 10px solid #bba;      /* Gray */
}
table.ambox.ambox-mini {            /* small floating box variant */
    float: right;
    clear: right;
    margin: 0 0 0 1em;
    width: 25%;
}
}



Version vom 3. Juni 2009, 10:50 Uhr

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

/* Seitentitel der Hauptseite ausgeblendet */
body.page-Hauptseite h1.firstHeading { display:none; }

/* CODE Bereich geaendert */
code {
    	background-color: #fdfce9;
}
pre {
	padding: 1em;
	border: 1px dashed #2f6fab;
	color: black;
	background-color: #fdfce9;
	line-height: 1.1em;
}

/* Farbe Inhaltsverzeichnis aendern */
#toc,
.toc,
.mw-warning {
	border: 1px solid #aaa;
	background-color: #d0effb;
	padding: 5px;
	font-size: 95%;
}

/* Blocksatz */
.ns-0 p { text-align:justify; }

/* Text .Inhaltsverzeichnis. an der Spitze des Inhaltsverzeichnisses nicht anzeigen */
#toctitle {display:none;}