MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus ConanWiki
Zur Navigation springen Zur Suche springen
Inhalt hinzugefügt Inhalt gelöscht
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 30: Zeile 30:
 
text-align:justify;
 
text-align:justify;
 
}
 
}
 
 
/* +++++ 3. Hauptseitendesign (aus der Wikipedia kopiert) +++++ */
 
 
/* Hintergrund weiß */
 
body.page-Wikipedia_Hauptseite #content {
 
background-color: white;
 
}
 
 
/* Kategorie verbergen */
 
body.page-Wikipedia_Hauptseite #catlinks {
 
display:none;
 
}
 
 
/* Redirhinweis verbergen - ACHTUNG: Je nach Skin muss jetzt der Abstand zum oberen Rand korrigiert werden */
 
body.page-Wikipedia_Hauptseite #contentSub {
 
display: none;
 
}
 
 
#hauptseite h2 {
 
background-color: #d8e8ff;
 
border: 1px 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: #ffffff;
 
border: 1px 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: 1em;
 
}
 
.hauptseite-links {
 
margin-right: 0.5em;
 
}
 
.hauptseite-rechts {
 
margin-left: 0.5em;
 
}
 
.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;
 
}
 
#hauptseite-schwesterprojekte .inhalt a {
 
font-weight: bold;
 
}
 
 
/* IPA links nicht unterstreichen */
 
.IPA a:link, .IPA a:visited {
 
text-decoration: none;
 
}
 
 
/* CSS-Klassen für Schriftarten
 
* Achtung: IE6 mag keine Zeilenumbrüche zwischen den Fonts.
 
*/
 
.Unicode {
 
font-family: 'Code2000','Sun-ExtA','Arial Unicode MS','NSimSun',sans-serif;
 
}
 
.Unicode1 {
 
font-family: 'Code2001','Quivira','MPH 2B Damase',sans-serif;
 
}
 
.Unicode2 {
 
font-family: 'Sun-ExtB','Code2002',sans-serif;
 
}
 
.IPA {
 
font-family: 'Quivira','Code2000','Sun-ExtA','DejaVu Sans','Gentium','Arial Unicode MS','Lucida Sans Unicode',sans-serif;
 
}
 
.IAST {
 
font-family: 'Code2000','SunExtA','Arial Unicode MS',sans-serif;
 
}
 
.altitalisch {
 
font-family: 'Quivira','Code2001','MPH 2B Damase',sans-serif;
 
}
 
.gotisch {
 
font-family: 'Quivira','Code2001','MPH 2B Damase',sans-serif;
 
}
 
.hebrew {
 
font-family: 'Quivira','Sun-ExtA','Arial Unicode MS','SBL Hebrew','Code2000','MPH 2B Damase', sans-serif;
 
}
 
.spanAr {
 
font-family: 'Arial Unicode MS','Scheherazade','Code2000','DejaVu Sans',sans-serif;
 
}
 
.music-symbol {
 
font-family: 'Musical Symbols','Euterpe','Code2001',sans-serif;
 
}
 

Version vom 17. Mai 2009, 11:32 Uhr

.wikitable,
 .prettytable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #AAA solid;
  border-collapse: collapse;
  empty-cells:show;
 }
 
 .wikitable th, .wikitable td,
 .prettytable th, .prettytable td {
  border: 1px #AAA solid;
  padding: 0.3em;
 }
 
 .wikitable caption,
 .prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
 }
 
 .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 {
  text-align:justify;
}