MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus dem IServ-Wiki
Zur Navigation springen Zur Suche springen
K
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 15: Zeile 16:
  
 
table.wikitable, table.prettytable {
 
table.wikitable, table.prettytable {
  margin: 1em 1em 1em 0;
+
margin: 1em 1em 1em 0;
  background: #f9f9f9;
+
background: #f9f9f9;
  border: 1px #aaaaaa solid;
+
border: 1px #aaaaaa solid;
  border-collapse: collapse;
+
border-collapse: collapse;
 
}
 
}
  
 
table.wikitable th, table.wikitable td, table.prettytable th, table.prettytable td {
 
table.wikitable th, table.wikitable td, table.prettytable th, table.prettytable td {
  border: 1px solid #8cacbb;
+
border: 1px solid #8cacbb;
  padding: 0.2em;
+
padding: 0.2em;
  vertical-align: top;
+
vertical-align: top;
 
}
 
}
  
 
table.wikitable th, table.prettytable th {
 
table.wikitable th, table.prettytable th {
  background: #dee7ec;
+
background: #dee7ec;
  text-align: left;
+
text-align: left;
 
}
 
}
  
 
table.wikitable caption, table.prettytable caption {
 
table.wikitable caption, table.prettytable caption {
  margin-left: inherit;
+
margin-left: inherit;
  margin-right: inherit;
+
margin-right: inherit;
 
}
 
}
  
 
/* Bearbeiten-Links an Überschriften */
 
/* Bearbeiten-Links an Überschriften */
 
div.editsection {
 
div.editsection {
  font-size: smaller;
+
font-size: smaller;
  float: right;
+
float: right;
 
}
 
}
  
 
/* pre für Eingaben auf der Kommandozeile */
 
/* pre für Eingaben auf der Kommandozeile */
 
.cmdpre {
 
.cmdpre {
  background-color: #f9e3e3;
+
background-color: #f9e3e3;
 
}
 
}
  
 
/* pre für Eingaben auf der Kommandozeile, für die man root-Rechte braucht */
 
/* pre für Eingaben auf der Kommandozeile, für die man root-Rechte braucht */
 
.rootpre {
 
.rootpre {
  background-color: #f9e3e3;
+
background-color: #f9e3e3;
  border: 1px dotted red;
+
border: 1px dotted red;
  /*
 
border: 0.08em solid red;
 
  border-left: .5em solid red;
 
*/
 
 
}
 
}
  
 
/* pre für Eingaben für Dateiinhalte etc. */
 
/* pre für Eingaben für Dateiinhalte etc. */
 
.filepre {
 
.filepre {
  background-color: #e3e6f9;
+
background-color: #e3e6f9;
 +
}
 +
 
 +
/* 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;
 
}
 
}
  
 
/* </pre> */
 
/* </pre> */

Version vom 12. Januar 2007, 21:05 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";


/* Tabellen */

table.wikitable, table.prettytable {
	margin: 1em 1em 1em 0;
	background: #f9f9f9;
	border: 1px #aaaaaa solid;
	border-collapse: collapse;
}

table.wikitable th, table.wikitable td, table.prettytable th, table.prettytable td {
	border: 1px solid #8cacbb;
	padding: 0.2em;
	vertical-align: top;
}

table.wikitable th, table.prettytable th {
	background: #dee7ec;
	text-align: left;
}

table.wikitable caption, table.prettytable caption {
	margin-left: inherit;
	margin-right: inherit;
}

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

/* pre für Eingaben auf der Kommandozeile */
.cmdpre {
	background-color: #f9e3e3;
}

/* pre für Eingaben auf der Kommandozeile, für die man root-Rechte braucht */
.rootpre {
	background-color: #f9e3e3;
	border: 1px dotted red;
}

/* pre für Eingaben für Dateiinhalte etc. */
.filepre {
	background-color: #e3e6f9;
}

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

/* </pre> */