Achtung: Bitte alle im Wiki mitmachen und Artikel überarbeiten!
(Im Wiki arbeiten alle zusammen. Vlt. sehen die ersten Überarbeitungen noch nicht so "schön" aus ... dann werden andere weitermachen und die Artikel "schöner" formatieren.
Hauptsache ist, dass ihr euch alle einbringt).

MediaWiki:Common.css

Aus Franken-Tool-Wiki
Zur Navigation springen Zur Suche springen

Hinweis: Leere nach dem Speichern 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: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Gehe zu Menü → Einstellungen (Opera → Einstellungen auf dem Mac) und dann auf Datenschutz & Sicherheit → Browserdaten löschen → Gespeicherte Bilder und Dateien.
/*
 * This is the CSS for all skins (for all users) on MediaWiki.org.
 */

body.page-Hauptseite #siteNotice { display:none; }

/**
 * Skin-Anpassungen
 */
body { background: url("../pics/bg_paper.jpg") repeat scroll 0 0 #f6f6f6; }

body div#content,
body div#mw-page-base { background: transparent; }

div#catlinks { background: #fdf5e6; }

div#mw-navigation div.portal {
   background: #fdebca;
   border-bottom: 2px solid #ddb119;
   border-right: 2px solid #ddb119;
   margin-bottom: 5px;
   padding: 2px 0;
}

div#simpleSearch { background: #fdf5e6; }

div#mw-head div.vectorTabs ul li,
div#mw-head div.vectorMenu div.menu { background: #fdebca; }
div#mw-head div.vectorTabs {
   background-image: none;
   border-left: 1px solid #ddb119;
}
div#mw-head div.vectorTabs ul li span,
div#mw-head div.vectorMenu h3 {
   background-image: none;
   border-right: 1px solid #ddb119;
}
div#mw-head div.vectorTabs ul li.selected { background: #fdf5e6; }

div#content {
   border-color: #ddb119;
   border-width: 2px;
}

#preftoc a,
#preftoc a:active { background: white; }

/**
 * Inhaltsbereich
 */
div#content { padding-top: 3px; }

div#bodyContent ul {
   list-style-type: square;
   list-style-image: none;
}

div#bodyContent #toc ul {
   list-style-type: none;
}

/**
 * Erweiterungen
 */
div.fancycaptcha-wrapper {
   border: 2px solid red;
   border-radius: 5px;
   box-shadow: 5px 5px 5px grey;
   margin: 0 auto 10px;
   padding: 5px;
}

/**
 * Semantic Forms
 */
div#content input.formInput {
	background-color:#FDF5E6;
}

/**
 * ENDE: Erweiterungen
 */

SECTIONS:
1. Indication of namespaces
2. Color classes for content
3. Special pages
4. Main page styling
5. Sidebar external links
6. Extension:Matrix stuff
7. Wikitables, infobox templates, warnings, and other such stylings
8. Some other small things
*/

/***** 1. INDICATION OF NAMESPACES *****/

/* Pseudo NS Special (light grey) */
.ns--2 #content { background: #f4f4f4; }
.ns--2 div.thumb { border-color: #f4f4f4; } 

/* NS Project + Project_talk (light sky blue) */
.ns-4 #content, .ns-5 #content { background: #f8fcff; }
.ns-4 div.thumb, .ns-5 div.thumb { border-color: #f8fcff; } 

/* NS MediaWiki + MediaWiki_talk (light grey) */
.ns-8 #content, .ns-9 #content { background: #f4f4f4; }
.ns-8 div.thumb, .ns-9 div.thumb { border-color: #f4f4f4; } 

/* NS Manual + Manual_talk (light bluish violet) */
.ns-100 #content, .ns-101 #content { background: #f3f3ff; }
.ns-100 div.thumb, .ns-101 div.thumb { border-color: #f3f3ff; } 

/* NS Help (but NOT Help_talk) (blue border and Public Domain icon)  */
.ns-12 #content { 
  border: 2px solid #0000cc; border-right: none; 
  background-image: url(http://upload.wikimedia.org/wikipedia/mediawiki/b/b8/PD-banner.png);
  background-repeat: no-repeat;
  background-position: right top;
}
.ns-12 #bodyContent {
  background-image: url(http://upload.wikimedia.org/wikipedia/mediawiki/6/67/PD-icon-faded.png);
  background-repeat: no-repeat;
  background-position: right 5em;
}

/***** 2. COLOR CLASSES FOR CONTENT  *****/

/* Border colors */
.borderc1 { border-color: #e9e9e9; border-width: thin; }  /* light grey */
.borderc2 { border-color: #aaaaaa; border-width: thin; }  /* grey (as toc) */
.borderc3 { border-color: #777777; border-width: thin; }  /* dark grey */
.borderc4 { border-color: #000000; border-width: thin; }  /* black */
.borderc5 { border-color: #c00000; border-width: thin; }  /* red */
.borderc6 { border-color: #025e9d; border-width: thin; }  /* blue */
.borderc7 { border-color: #008040; border-width: thin; }  /* green */
.borderc8 { border-color: #ffcc00; border-width: thin; }  /* yellow */

/* Background colors */
.backgroundc1,  .hintergrundfarbe1 { background-color: #ffffff; }  /* white */
.backgroundc2,  .hintergrundfarbe2 { background-color: #f9f9f9; }  /* light grey (as toc)  */
.backgroundc3,  .hintergrundfarbe3 { background-color: #eeeeee; }  /* light grey (headers) */ 
.backgroundc4,  .hintergrundfarbe4 { background-color: #e0e0e0; }  /* more grey */
.backgroundc5,  .hintergrundfarbe5 { background-color: #d2d2d2; }  /* more grey */
.backgroundc6,  .hintergrundfarbe6 { background-color: #b7b7b7; }  /* more grey */
.backgroundc7,  .hintergrundfarbe7 { background-color: #ffcbcb; }  /* hellrot */
.backgroundc8,  .hintergrundfarbe8 { background-color: #444455; }  /* very dark grey */
.backgroundc9,  .hintergrundfarbe9 { background-color: #b9ffc5; }  /* hellgrün */
.backgroundc10, .hintergrundfarbe10{ background-color: #8da7d6; }  /* hTabellenüberschrift */


/***** 3. SPECIAL PAGES *****/

/* Marking redirects  */
.allpagesredirect, .watchlistredir, .redirect-in-category { font-style: italic; }

/* Coloured edit size numbers on watchlist/recentchanges */
.mw-plusminus-pos { color: #006400; } /* darkgreen */
.mw-plusminus-neg { color: #8b0000; } /* darkred */

/* Consistent special page navigation */
.sp-cached {
  background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/8c/Clock%20and%20warning.svg/20px-Clock%20and%20warning.svg);
  background-position: 5px 3px;
  background-repeat: no-repeat;
  padding: 4px 0 4px 30px;
  font-style: italic;
  color: #606000;
  margin: 0.3em 0;
  border: 1px solid #eeee80;
  background-color: #ffffe0;
}
.SpecialPageInfo {
  background-color: #f9f9f9;
  background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/35px-Exquisite-khelpcenter.png);
  background-position: 0.8em 0.5em;
  background-repeat: no-repeat;
  padding: 0.3em 0.5em 0.3em 5.0em;
  border-color: #025e9d; 
  border-width: 1px; 
  border-style: solid;
  border-bottom-width: medium;
  margin-bottom: 1em;
}

#searchresulttext {
  background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/f/f1/Exquisite-kfind.png/45px-Exquisite-kfind.png);
}

.mw-viewprevnext {
  display: block;
  border: 1px solid #cccccc;
  background-color: #f9f9f2;
  padding: 0.2em 0.4em;
}

/* Special:Statistics */
.StatsTable {
  background: transparent;
  width: 75%;
}
.StatsTable th {
  vertical-align: middle;
  text-align: center;
  width: 50px;
}
.StatsTable th, .StatsTable td {
  background-color: #ffffff;
  padding: 0.5em 1em;
  border: 1px solid #ccccdd;
  margin: 0.4em;
}
.StatsTable tr {
  background-color: #ffffff;
}

/* Special:Search (more whitespace) */
.page-Special_Search #search {
  padding: 1em 0 2em 0;
}
.page-Special_Search #powersearch {
  border: 1px solid #cccccc;
  padding: 0.5em 0.5em;
}
.page-Special_Search #powersearch-namespaces {
  padding-left: 1em;
  margin: 0.7em 0;
}
.page-Special_Search #powersearch-namespaces label {
  white-space: nowrap;
  min-width: 8.4em;
  display: block;
  float: left;
}
.page-Special_Search br { clear: left; } /* Clear search button, but not check-boxes */

/***** 4. MAIN PAGE STYLING *****/
 
#hauptseite h2 {
    background-color: #fdebca;
    border: 2px solid #8898bf;
    font-size: 1em;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
}
#hauptseite .inhalt {
    background-color: transparent;
    border: 2px solid #8898bf;
    border-top: 0px solid white;
    padding: 0.3em 0.8em 0.4em 0.8em;
}
#hauptseite .inhalt hr {
    background-color: #8898bf;
    color: #8898bf;
    height: 1px;
    margin:0.5em 0;
    padding: 0;
}
#hauptseite .inhalt .mehr {
    clear: both;
    font-size: 95%;
    margin-top: 0.8em;
    text-align: right;
}
#hauptseite table {
    background-color: transparent;
}
 
.hauptseite-oben,
.hauptseite-links,
.hauptseite-rechts {
    margin-bottom: 0;
    margin-top:    11px;
}
.hauptseite-links {
    margin-right: 11px;
}
.hauptseite-rechts {
    margin-left: 11px;
}
.hauptseite-oben h2,
.hauptseite-unten h2 {
    text-align: center;
}
.hauptseite-oben .inhalt .portale {
    font-weight: bold;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}
.hauptseite-oben .inhalt .intern {
    font-size: 90%;
    text-align: center;
}
.hauptseite-links h2,
.hauptseite-rechts h2 {
    text-indent: 0.8em;
} 

/***** 7. WIKITABLES, INFOBOX TEMPLATES, WARNINGS AND OTHER SUCH STYLINGS *****/

/* Wikitable (Prettytable) class for skinning normal tables */
table.wikitable,
table.prettytable {
  margin: 1em 1em 1em 0;
  background-color: #FDF5E6;
  border: 1px #aaaaaa solid;
  border-collapse: collapse;
  empty-cells: show;
}
table.wikitable th,
table.wikitable td.hl3,
table.wikitable th.hl3,
table.prettytable th,
table.prettytable td.hl3,
table.wikitable th.hl3,
table.wikitable > tr > th,
table.wikitable > * > tr > th {
  border: 1px #aaaaaa solid;
  padding: 0.2em 0.4em;
  background: #fdebca;
  text-align: center;
}
table.wikitable td.hl1, table.wikitable th.hl1,
table.prettytable td.hl1, table.wikitable th.hl1 {
  background: #c5d8fc;
  text-align: center;
}
table.wikitable td.hl2, table.wikitable th.hl2,
table.prettytable td.hl2, table.wikitable th.hl2 {
  background: #a7c1f2;
  text-align: center;
}
table.wikitable caption,
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
}

/* General purpose "pretty (data) tables" */
table.datatable { background-color: transparent; }
table.datatable th, table.datatable td { padding: 4px; }
table.datatable th { text-align: left; background-color: #999999; }
table.datatable tr { background-color: #cccccc; }
table.datatable tr:hover { background-color: #ffffcc; }

/* Cute little "tip" boxes */
div.tip {
  padding: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
  min-height: 30px; /* IE users will hate this... */
}
div.tip-info {
  border: 1px solid #cc9933;
  background-color: #cccc99;
}
div.tip-gotcha {
  border: 1px solid #cc0000;
  background-color: #cc6666;
}

/* Major warning - used on the main page template to warn against editing carelessly, but can be used elsewhere as well */
.majorwarning {
  background: yellow; 
  padding: 0.3em; 
  text-align: center; 
  font-size: 125%; 
  border: 2px solid red;
}

/* Page headings used throughout the wiki (though not very much at the time of writing…) */ 
.page-notice, .page-warning {
  border-width: 1px; 
  border-style: solid;
  padding: 0.3em 0.5em;
  margin-bottom: 1em;
  width: 95%; 
  margin-left: auto; 
  margin-right: auto; 
  text-align: center;
}

/* Informative notices at the top of pages (blue) */
.page-notice {
  background-color: #f9f9f9;
  border-color: #025e9d; 
  text-align: left;
}

/* Warning information at the top of pages  (red) */
.page-warning {
  background-color: #ffffff;
  border-color: #c51919;
  border-width: 2px;
}
.pw-head { color: #c51919; font-weight: bold; }

/* Used in Template:Notice */
.block-note {
    background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/6/60/Bulbgraph.png/18px-Bulbgraph.png);
    background-position: top left;
    background-repeat: no-repeat;
}
/*
   Using block-contents in the hope that it can apply to all block-level warning templates, 
   with different images applied as backgrounds to the wrapping DIV.
*/
.block-contents {
    display: block;
    padding-left: 20px;
}

/* Template documentation ([[Template:Documentation]]) */
.template-documentation {
    clear: both;
    margin: 1em 0 0 0;
    border: 1px solid #aaa; 
    background-color: #ecfcf4; 
    padding: 5px;
}

/***** 8. SOME OTHER SMALL THINGS *****/

/* Give a bit of space to the TOC */
#toc { margin-right: 30px; }

/* make the list of references look smaller and highlight clicked reference in blue */
ol.references { font-size: 100%; }
.references-small { font-size: 90%;}
ol.references > li:target { background-color: #ddeeff; }
sup.reference:target { background-color: #ddeeff; }

/* Printing of thumbnails (bug 1583) */
div.tright { clear: right; }

/* extra buttons for edit dialog (from commons:MediaWiki:Common.css) */
.my-buttons { padding: 0.5em; }
.my-buttons a {
  color: black;
  background-color: #ccddee !important;
  font-weight: bold;
  font-size: 0.9em;
  text-decoration: none;
  border: thin #006699 outset;
  padding: 0 0.1em 0.1em 0.1em;
 }
.my-buttons a:hover, .my-buttons a:active {
  background-color: #bbccdd;
  border-style: inset;
 }

/* from [[User:Splarka/Help:Linked images]] */
.imagelink_wikilogo a {
  width: 135px;
  height: 135px;
  display: block;
  text-decoration: none;
  background-image: url("http://upload.wikimedia.org/wikipedia/mediawiki/b/bc/Wiki.png") 
}

/* Begin copy-paste from the English Wikipedia, 2008-09-15 */
/* default skin for navigation boxes */
table.navbox {            /* navbox container style */
  border: 1px solid #aaa;
  width: 100%; 
  margin: auto;
  clear: both;
  font-size: 88%;
  text-align: center;
  padding: 1px;
}
table.navbox + table.navbox {
  margin-top: -1px;        /* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */
}
.navbox-title, .navbox-abovebelow, table.navbox th {
  text-align:center;      /* title and above/below styles */
  padding-left:1em;
  padding-right:1em;
}
.navbox-group {           /* group style */
  white-space: nowrap;
  text-align: right;
  font-weight: bold;
  padding-left: 1em;
  padding-right: 1em;
}
.navbox, .navbox-subgroup {
  background: #fdfdfd;     /* Background color */
}
.navbox-list {
  border-color: #fdfdfd;   /* Must match background color */
}
.navbox-title, table.navbox th {
  background: #ccccff;     /* Level 1 color */
}
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title {
  background: #ddddff;     /* Level 2 color */
}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
  background: #e6e6ff;     /* Level 3 color */
}
.navbox-even {
  background: #f7f7f7;     /* Even row striping */
}
.navbox-odd {
  background: transparent; /* Odd row striping */
}
 
@media print {
    .navbox {
        display: none;
    }
}
/* Stylesheet für den 'Ausklappen'-Button an Navileisten, der in [[MediaWiki:Common.js]] implementiert wird */
.NavToggle {
   font-size: x-small;
   float: right;
   position: relative;
}

/* End copy-paste from English Wikipedia */


.nogrid th, .nogrid td {border: none;}
.float-left { float: left; clear: left; }
.float-right { float: right; clear: right; margin: 1em 0 1em 1em; }
.centered { margin-left: auto; margin-right: auto; }
.toptextcells td { vertical-align: top; }


#bodyContent .download_pdf a {
  background: transparent url(http://www.franken-tool.de/hilfe/images/2/29/PDF_30-29.gif) no-repeat scroll left center !important;
  line-height: 33px;
  padding: 15px 0 2px 35px !important;
  padding-right: 0px !important;
}