MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus MySlug
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(71 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */
#framenum {
width: 20px;
height: 480px;
float:left;
padding-right: 7px;
margin-top: 5px;
margin-right: 10px;
border-right: solid;
border-color:#CCCCCC;
border-width:1px;
text-align:center;
font-weight:bold;
color: #7A7A7A;
}
#tutframe {
margin-top: 8px;
height: 490px;
border-width:1px;
border-style:solid;
border-color:#CCCCCC;
padding-left:6px;
padding-right:5px;
}
/* Footerlinks entfernen */
#footer-places-privacy { display:none;}
#footer-places-disclaimer { display:none;}
#footer-places-about { display:none;}
/* Footer zentrieren */
div#footer #footer-info li { text-align: center; }
/* Abstand oben kleiner */
div#mw-panel { padding-top: 0; }
/* Linkes Menü Überschrift fettgedruckt */
div#mw-panel div.portal h5 { font-weight: bold; }
/* Linkes Menü Textpadding von der rechten Linie */
div#mw-panel div.portal div.body { margin-right: 5px; }


/* Seitentitel der Hauptseite ausgeblendet */
/* Seitentitel der Hauptseite ausgeblendet */
body.page-Hauptseite h1.firstHeading { display:none; }
body.page-Hauptseite h1.firstHeading { display:none; }
h1, h2, h3, h4, h5, h6 {
color: #A70D0D;
background: none;
font-weight: normal;
margin: 0;
padding-top: .5em;
padding-bottom: .17em;
border-bottom: 1px solid #aaa;
}


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


/* Farbe Inhaltsverzeichnis aendern */
/* Farbe Inhaltsverzeichnis aendern */
Zeile 24: Zeile 85:
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%;
}
}


Zeile 82: Zeile 92:
/* Text .Inhaltsverzeichnis. an der Spitze des Inhaltsverzeichnisses nicht anzeigen */
/* Text .Inhaltsverzeichnis. an der Spitze des Inhaltsverzeichnisses nicht anzeigen */
#toctitle {display:none;}
#toctitle {display:none;}
/* div#p-navigation { font-size: 13px; }
div#p-contents { font-size: 13px; }
div#p-search { font-size: 13px; }
div#p-tb { font-size: 13px; }
div#p-NSLU2 { font-size: 13px; }
div#p-Server_auf_intel_Atom { font-size: 13px; }
div#p-Crossover-Themen { font-size: 13px; } */
/*Sidebar Schriftart auf allen Browsern gleich groß*/
.pBody {font-size:100%;}
/* Zeilenabstand verkleinert */
.mw-body-content {
  line-height: 1.5;
}
.mw-body p {
  line-height: 1.5;
}

Aktuelle Version vom 21. Juni 2015, 12:49 Uhr

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

#framenum {
width: 20px;
height: 480px;
float:left;
padding-right: 7px;
margin-top: 5px;
margin-right: 10px;
border-right: solid;
border-color:#CCCCCC;
border-width:1px;
text-align:center;
font-weight:bold;
color: #7A7A7A;
}

#tutframe {
margin-top: 8px;
height: 490px;
border-width:1px; 
border-style:solid; 
border-color:#CCCCCC;
padding-left:6px;
padding-right:5px;
 }

/* Footerlinks entfernen */
#footer-places-privacy { display:none;}
#footer-places-disclaimer { display:none;}
#footer-places-about { display:none;}

/* Footer zentrieren */
div#footer #footer-info li { text-align: center; }

/* Abstand oben kleiner */
div#mw-panel { padding-top: 0; }

/* Linkes Menü Überschrift fettgedruckt */
div#mw-panel div.portal h5 { font-weight: bold; }

/* Linkes Menü Textpadding von der rechten Linie */
div#mw-panel div.portal div.body { margin-right: 5px; }

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


h1, h2, h3, h4, h5, h6 {
	color: #A70D0D;
	background: none;
	font-weight: normal;
	margin: 0;
	padding-top: .5em;
	padding-bottom: .17em;
	border-bottom: 1px solid #aaa;
}

/* CODE Bereich geaendert */

code {
  color: black;
  background-color: #f9f9f9;
  border: 0px;
  border-radius: 0px;
  padding: 0px 0px;
}

pre {
	padding: 1em;
	border: 1px dashed #2f6fab;
	color: black;
	background-color: #FFE7A3;
	line-height: 1.1em;
        font-size: 13px;
}


/* 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;}

/* div#p-navigation { font-size: 13px; } 
div#p-contents { font-size: 13px; } 
div#p-search { font-size: 13px; } 
div#p-tb { font-size: 13px; }
div#p-NSLU2 { font-size: 13px; }
div#p-Server_auf_intel_Atom { font-size: 13px; }
div#p-Crossover-Themen { font-size: 13px; } */

/*Sidebar Schriftart auf allen Browsern gleich groß*/
.pBody {font-size:100%;}

/* Zeilenabstand verkleinert */
.mw-body-content {
  line-height: 1.5;
}
.mw-body p {
  line-height: 1.5;
}