MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus dem IServ-Wiki
Zur Navigation springen Zur Suche springen
 
(42 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
 
/*
 
/*
 
<!-- nur für die Darstellung innerhalb des MediaWikis; bei der Verarbeitung als CSS-Datei werden die Tags ignoriert. -->
 
<!-- nur für die Darstellung innerhalb des MediaWikis; bei der Verarbeitung als CSS-Datei werden die Tags ignoriert. -->
 +
<!-- Tipp: Tabs per Copy and Paste einfügen. -->
 
<pre>
 
<pre>
 
*/
 
*/
Zeile 11: Zeile 12:
 
@import "/w/index.php?title=MediaWiki:Common.css:infoboxen&usemsgcache=yes&action=raw&ctype=text/css&smaxage=18000";
 
@import "/w/index.php?title=MediaWiki:Common.css:infoboxen&usemsgcache=yes&action=raw&ctype=text/css&smaxage=18000";
  
 +
/* Bearbeiten-Links an Überschriften */
 +
div.editsection {
 +
font-size: smaller;
 +
float: right;
 +
}
  
/* Tabellen */
+
/* für [[Vorlage:Cmdpre]]: pre für Eingaben auf der Kommandozeile */
 +
.cmdpre {
 +
background-color: #f9e3e3;
 +
border: 1px dashed #2f6fab;
 +
padding: 0 1em;
 +
position: relative;
 +
margin: 1em 0;
 +
}
 +
/* Linkfarben anpassen */
 +
.cmdpre a:link { color:#ffa0a0; }
 +
.cmdpre a:visited { color:#ffa0a0; }
 +
.cmdpre a:hover { color:#ff9090; }
  
table.wikitable, table.prettytable {
+
/* für [[Vorlage:Rootpre]]: pre für Eingaben auf der Kommandozeile, für die man root-Rechte braucht */
  margin: 1em 1em 1em 0;
+
.rootpre {
  background: #f9f9f9;
+
background-color: #f9e3e3;
  border: 1px #aaaaaa solid;
+
border: 1px dotted red;
  border-collapse: collapse;
+
padding: 0 1em;
 +
position: relative;
 +
margin: 1em 0;
 
}
 
}
 +
/* Linkfarben anpassen */
 +
.rootpre a:link { color:#ffa0a0; }
 +
.rootpre a:visited { color:#ffa0a0; }
 +
.rootpre a:hover { color:#ff9090; }
  
table.wikitable th, table.wikitable td, table.prettytable th, table.prettytable td {
+
/* für [[Vorlage:Filepre]]: pre für Dateiinhalte etc. */
  border: 1px solid #8cacbb;
+
.filepre {
  padding: 0.2em;
+
border: 1px dashed #2f6fab;
  vertical-align: top;
+
background-color: #e3e6f9;
 +
padding: 0 1em;
 +
position: relative;
 +
margin: 1em 0;
 
}
 
}
 +
/* Linkfarben anpassen */
 +
.filepre a:link { color:#a0a0ff; }
 +
.filepre a:visited { color:#a0a0ff; }
 +
.filepre a:hover { color:#9090ff; }
  
table.wikitable th, table.prettytable th {
+
/* für die o. g. Vorlagen wird ein pre-Element ohne Formatierungen benötigt */
  background: #dee7ec;
+
pre.none {
  text-align: left;
+
border-width: 0;
 +
color: black;
 +
background-color: transparent;
 +
padding: 0;
 +
line-height: .5em;   /* ist sonst zu weit auseinander */
 
}
 
}
  
table.wikitable caption, table.prettytable caption {
+
/* Format des Hilfe-Links im oben rechts pre-Element
  margin-left: inherit;
+
  Achtung: die Farbe des Links wird über a:link, a:hover und a:active bestimmt! */
  margin-right: inherit;
+
.prehelp {
 +
display: inline;
 +
font-family: "Arial Black", "Arial", "Helvetica";
 +
font-size: 200%;
 +
font-weight: bold;
 +
line-height: .8em;
 +
position: absolute;
 +
right: 0;
 
}
 
}
  
/* Bearbeiten-Links an Überschriften */
+
/* pre-Stil für Bereiche, die wie ein pre hervorgehoben werden sollen, aber formatierten Wikitext enthalten */
div.editsection {
+
.prestyle {
  font-size: smaller;
+
border: 1px dashed #2f6fab;
  float: right;
+
color: black;
 +
background-color: #f9f9f9;
 +
padding: 1em;
 
}
 
}
  
/* pre für Eingaben auf der Kommandozeile */
+
/* Zentrales Aussehen von Hinweisboxen, Farben müssen später einzeln angegeben werden */
.cmdpre {
+
.hinweisbox {
  background-color: #f9e3e3;
+
        border-width: .08em;
 +
        border-style: solid;
 +
        border-left-width: .5em;
 +
        padding: 0.2em 0.5em;
 +
        margin-bottom: 1.5em;"
 
}
 
}
  
/* pre für Eingaben auf der Kommandozeile, für die man root-Rechte braucht */
+
/* tt mit leichtem grau */
.rootpre {
+
tt {
   background-color: #f9e3e3;
+
   background-color: #f5f5f5;
  /*
 
border: 0.08em solid red;
 
  border-left: .5em solid red;
 
*/
 
 
}
 
}
  
/* pre für Eingaben für Dateiinhalte etc. */
+
/* Aber bitte nicht in Hinweisboxen! */
.filepre {
+
.hinweisbox tt {
   background-color: #e3e6f9;
+
   background-color: transparent;
 
}
 
}
 +
 +
/* Logo verkleinern */
 +
#mw-panel.collapsible-nav .portal.first { margin-top: -60px; }
 +
#p-logo, #p-logo a, #p-logo a:hover { height: 120px; }
  
 
/* </pre> */
 
/* </pre> */

Aktuelle Version vom 20. Juni 2014, 14:16 Uhr

/*
<!-- nur für die Darstellung innerhalb des MediaWikis; bei der Verarbeitung als CSS-Datei werden die Tags ignoriert. -->
<!-- Tipp: Tabs per Copy and Paste einfügen. -->
<pre>
*/

/* Hauptseite */
@import "/w/index.php?title=MediaWiki:Common.css:hauptseite&usemsgcache=yes&action=raw&ctype=text/css&smaxage=18000";
/* Portalseite */
@import "/w/index.php?title=MediaWiki:Common.css:portalseite&usemsgcache=yes&action=raw&ctype=text/css&smaxage=18000";
/* Infoboxen */
@import "/w/index.php?title=MediaWiki:Common.css:infoboxen&usemsgcache=yes&action=raw&ctype=text/css&smaxage=18000";

/* Bearbeiten-Links an Überschriften */
div.editsection {
	font-size: smaller;
	float: right;
}

/* für [[Vorlage:Cmdpre]]: pre für Eingaben auf der Kommandozeile */
.cmdpre {
	background-color: #f9e3e3;
	border: 1px dashed #2f6fab;
	padding: 0 1em;
	position: relative;
	margin: 1em 0;
}
/* Linkfarben anpassen */
.cmdpre a:link { color:#ffa0a0; }
.cmdpre a:visited { color:#ffa0a0; }
.cmdpre a:hover { color:#ff9090; }

/* für [[Vorlage:Rootpre]]: pre für Eingaben auf der Kommandozeile, für die man root-Rechte braucht */
.rootpre {
	background-color: #f9e3e3;
	border: 1px dotted red;
	padding: 0 1em;
	position: relative;
	margin: 1em 0;
}
/* Linkfarben anpassen */
.rootpre a:link { color:#ffa0a0; }
.rootpre a:visited { color:#ffa0a0; }
.rootpre a:hover { color:#ff9090; }

/* für [[Vorlage:Filepre]]: pre für Dateiinhalte etc. */
.filepre {
	border: 1px dashed #2f6fab;
	background-color: #e3e6f9;
	padding: 0 1em;
	position: relative;
	margin: 1em 0;
}
/* Linkfarben anpassen */
.filepre a:link { color:#a0a0ff; }
.filepre a:visited { color:#a0a0ff; }
.filepre a:hover { color:#9090ff; }

/* für die o. g. Vorlagen wird ein pre-Element ohne Formatierungen benötigt */
pre.none {
	border-width: 0;
	color: black;
	background-color: transparent;
	padding: 0;
	line-height: .5em;   /* ist sonst zu weit auseinander */
}

/* Format des Hilfe-Links im oben rechts pre-Element
   Achtung: die Farbe des Links wird über a:link, a:hover und a:active bestimmt! */
.prehelp {
	display: inline;
	font-family: "Arial Black", "Arial", "Helvetica";
	font-size: 200%;
	font-weight: bold;
	line-height: .8em;
	position: absolute;
	right: 0;
}

/* pre-Stil für Bereiche, die wie ein pre hervorgehoben werden sollen, aber formatierten Wikitext enthalten */
.prestyle {
	border: 1px dashed #2f6fab;
	color: black;
	background-color: #f9f9f9;
	padding: 1em;
}

/* Zentrales Aussehen von Hinweisboxen, Farben müssen später einzeln angegeben werden */
.hinweisbox {
        border-width: .08em;
        border-style: solid;
        border-left-width: .5em;
        padding: 0.2em 0.5em;
        margin-bottom: 1.5em;"
}

/* tt mit leichtem grau */
tt {
  background-color: #f5f5f5;
}

/* Aber bitte nicht in Hinweisboxen! */
.hinweisbox tt {
  background-color: transparent;
}

/* Logo verkleinern */
#mw-panel.collapsible-nav .portal.first { margin-top: -60px; }
#p-logo, #p-logo a, #p-logo a:hover { height: 120px; }

/* </pre> */