MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Nihon Ryo-Wiki
Zur Navigation springen Zur Suche springen
 
(28 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
body { font-family: Arial, Helvetica, sans-serif;}
+
body {    
 +
    font-family: calibri, Arial, Helvetica, sans-serif;
 +
    font-size: 1.5em;
 +
    max-width: 60em;
 +
    margin: auto;
 +
    position: relative;
 +
}
 +
#content {
 +
    padding: 1em 2em 2em;
 +
}
 +
#p-logo, #p-navigation {margin-top:10px;}
 
h2 {font-size:1.7em; }
 
h2 {font-size:1.7em; }
 
h3 {border-bottom: 1px dotted #aaa; font-size:1.4em; font-weight:normal}
 
h3 {border-bottom: 1px dotted #aaa; font-size:1.4em; font-weight:normal}
Zeile 8: Zeile 18:
 
.zitat:before {
 
.zitat:before {
 
   content:"„ ";
 
   content:"„ ";
   color:#e5e5e5;  
+
   color:#e1e1e1;  
 
   margin-left:-0.666em;  
 
   margin-left:-0.666em;  
   font-size: 6em;  
+
   font-size: 5em;  
   line-height: .25em;  
+
   line-height:.001em;
 
   font-family: Georgia;  
 
   font-family: Georgia;  
 
}
 
}
 
+
.hachiman a,
 +
.fudoki a {
 +
  padding: 0 !important; background: none  !important;}
 +
.hachiman a:after,
 +
.fudoki a:after {
 +
  content:" H";
 +
  line-height:1em;
 +
  font-size: .8em;
 +
  vertical-align:top;
 +
}
 +
.fudoki a:after { content:" F"; }
 
#toc {float:right; max-width: 30%; margin-left: 2em; }
 
#toc {float:right; max-width: 30%; margin-left: 2em; }
 
.editsection, .toctoggle {color:#888; font-size:9px !important; margin-left: 1em;}
 
.editsection, .toctoggle {color:#888; font-size:9px !important; margin-left: 1em;}
Zeile 46: Zeile 66:
 
/* Zebra-Tabellen (von Wikipedia)*/
 
/* Zebra-Tabellen (von Wikipedia)*/
 
table.wikitable.zebra tr:nth-child(even) {
 
table.wikitable.zebra tr:nth-child(even) {
background: #fcfcfc;
+
background: #fff;
 
}
 
}
  
Zeile 58: Zeile 78:
 
background: none;
 
background: none;
 
padding-right: 0;
 
padding-right: 0;
 +
}
 +
 +
/** Collapsible tables ***aus: http://www.mediawiki.org/wiki/Manual:Collapsible_tables********/
 +
 +
table.collapsed tr.collapsable {
 +
display: none;
 +
}
 +
 +
.collapseButton { /* 'show'/'hide' buttons created dynamically by the */
 +
float: right; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
 +
font-weight: normal; /* are styled here so they can be customised.   */
 +
text-align: right;
 +
width: auto;
 
}
 
}

Aktuelle Version vom 8. März 2018, 13:50 Uhr

body {     
    font-family: calibri, Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    max-width: 60em;
    margin: auto;
    position: relative;
}
#content {
    padding: 1em 2em 2em;
}
#p-logo, #p-navigation {margin-top:10px;}
h2 {font-size:1.7em; }
h3 {border-bottom: 1px dotted #aaa; font-size:1.4em; font-weight:normal}
pre {font-size: 1.2em;}
.titel {font-size: 1.7em; line-height: 1.5em;  }
.quellen {color:#555; font-size:.9em; text-align: right; margin:.5em 1.5em 1.5em;}
.zitat {padding: 0 2em 0 4em; margin:0; }
.zitat:before {
  content:"„ ";
  color:#e1e1e1; 
  margin-left:-0.666em; 
  font-size: 5em; 
  line-height:.001em;
  font-family: Georgia; 
}
.hachiman a,
.fudoki a {
  padding: 0 !important; background: none  !important;} 
.hachiman a:after,
.fudoki a:after {
  content:" H"; 
  line-height:1em;
  font-size: .8em;
  vertical-align:top;
}
.fudoki a:after { content:" F"; }
#toc {float:right; max-width: 30%; margin-left: 2em; }
.editsection, .toctoggle {color:#888; font-size:9px !important; margin-left: 1em;}
.editsection a, .toctoggle a {color:#888;}
.editsection a:hover, .toctoggle a:hover {color:#555;}
/*********** Tabellen ***************/

.prettytable,
.wikitable {
	margin: 1em auto 1em;
	background: #f9f9f9;
	border: 1px #aaa solid;
	border-collapse: collapse;
}
.prettytable th,
.prettytable td,
.wikitable th,
.wikitable td {
	border: 1px #aaa solid;
	padding: .2em .5em;
}
.prettytable th, 
.wikitable th {
	text-align: center;
	background: #eee;
}
.prettytable caption,
.wikitable caption {
	font-weight: bold;
}
/* Zebra-Tabellen (von Wikipedia)*/
table.wikitable.zebra tr:nth-child(even) {
	background: #fff;
}

/********** Anmerkungen*************/
sup.reference {font-size: .8em; line-height: 1em; vertical-align:text-top; }

div#content a.external[href^="http://www.univie.ac.at/rel_jap/ryoiki/"],
div#content a.external[href^="http://www.univie.ac.at/rel_jap/ryowiki/"],
#mw_content a.external[href^="http://www.univie.ac.at/rel_jap/ryoiki/"],
#mw_content a.external[href^="http://www.univie.ac.at/rel_jap/ryowiki/"] {
	background: none;
	padding-right: 0;
}

/** Collapsible tables ***aus: http://www.mediawiki.org/wiki/Manual:Collapsible_tables********/

table.collapsed tr.collapsable {
	display: none;
}
 
.collapseButton {		/* 'show'/'hide' buttons created dynamically by the		*/
	float: right;		/* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
	font-weight: normal;	/* are styled here so they can be customised.		  */
	text-align: right;
	width: auto;
}