MediaWiki:Common.css

Aus ArcFlow Wiki
Zur Navigation springen Zur Suche springen

Hinweis: Leere nach dem Veröffentlichen 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/Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Strg+F5
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */
/*
body {
  background: red;
}
*/

/* Changes the background color behind the top half of the logo and at top of each page: */
/*
#mw-page-base {
  background: red;
}
*/
BODY        { }
.BigTable   { border: 0; width: 100%; background-color: #242a34}
.head       { border: 0; width: 100%; background-color: #242a34}
.SmallTable { border: 0; width: 100%; background-color: #E0E0E0}
.para       { border: 0; width: 100%; background-color: #E0E0E0}
.title      { font-family: arial; font-weight: bold; font-size: small;
              background-color: #242a34; color: white;
              line-height: 130% }
.platforms  { font-family: arial; font-weight: bold; font-size: small;
              background-color: #242a34; color: white;
              line-height: 130%; vertical-align: middle; 
              text-align: right }
.Kurz       { font-family: arial; font-size: small; border: 10;
              background-color: #E0E0E0; color: black; width: 100%; 
              padding: 0 4px 0 4px; }
.description { font-family: arial; font-size: small; border: 10;
              background-color: #E0E0E0; color: black; width: 100%; 
              padding: 0 4px 0 4px; }
.Left       { font-family: arial; font-size: small;
              background-color: white; color: black; }
.Right      { font-family: arial; font-size: small;
              background-color: white; color: black; }
.Command    { font-family: Courier; font-weight: bold; font-size: small;
              background-color: white; color: black; }
.See        { font-family: arial; font-size: x-small;
              background-color: white; color: black }
.Lang       { font-family: arial unicode ms; font-size: small;
              background-color: white; color: black; }
.LangBlue   { font-family: arial; font-size: small;
              background-color: #242a34; color: white; }

.BigTitle   { font-family: arial; font-weight: bold; font-size: medium;
              background-color: #242a34; color: white;
              line-height: 130%; width: 100% }
.BigKurz    { font-family: arial; font-size: small; border: 10;
              background-color: #E0E0E0; color: black; width: 100% }
.BigLang    { font-family: arial unicode MS; font-size: small;
              background-color: White; color: black; }
.BigLangBlue{ font-family: arial; font-size: small;
              background-color: #242a34; color: white; }

.Objects    { name: "Objects"; size: 1 }

.html       { font-family: courier; font-size: 100%; color: black; }
.source     { font-family: courier; font-size: 100%; color: black; }
h1          { font-family: arial; font-size: 110%; }
kbd         { border: 0.2em solid; border-color: #DDD #BBB #BBB #DDD; 
              padding: 0 0.4em; background: #EEE; 
              white-space: nowrap; }