MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Kamigraphie
Zur Navigation springen Zur Suche springen
Zeile 100: Zeile 100:
 
   text-decoration:none; }
 
   text-decoration:none; }
 
a.toparrow:hover {color:#555;}
 
a.toparrow:hover {color:#555;}
 +
 +
 +
 +
#srBox
 +
{
 +
  background:#EEE;
 +
  border:solid 1px silver;
 +
  padding:0.2em;
 +
  margin:0.2em 0;
 +
  color: black;
 +
}
 +
 +
#srBox td small
 +
{
 +
  white-space: nowrap;
 +
}
 +
 +
#srBox input[type="text"]
 +
{
 +
  background:#FFF;
 +
  border:solid 1px silver;
 +
  width:100%;
 +
  margin:0 1em 0 0;
 +
  color: black;
 +
}
 +
 +
#srBox a
 +
{
 +
  background:#ccf;
 +
  border:solid 1px silver;
 +
  padding:1px 0.3em;
 +
  font-size:90%;
 +
  color:#333;
 +
}
 +
 +
#srBox a:hover
 +
{
 +
  background:#99f;
 +
  color:#fff;
 +
  text-decoration:none;
 +
}
 +
 +
#srBox a:focus
 +
{
 +
  background:#fff;
 +
  color:#33C;
 +
  text-decoration:none;
 +
}

Version vom 13. September 2011, 20:30 Uhr

body { font-family: Arial, Helvetica, sans-serif;}
h2 {font-size:1.7em; }
h3 {border-bottom: 1px dotted #aaa; font-size:1.4em; font-weight:normal}

.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; 
}
.ryoiki a,
.hachiman a,
.fudoki a {
  padding: 0 !important; background: none  !important;} 
.ryoiki a:after,
.hachiman a:after,
.fudoki a:after {
  content:" H"; 
  line-height:1em;
  font-size: .8em;
  vertical-align:top;
}
.ryoiki a:after { content:" R"; }
.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/k/"],
div#content a.external[href^="http://www.univie.ac.at/rel_jap/kamigraphie/"],
#mw_content a.external[href^="http://www.univie.ac.at/rel_jap/k/"],
#mw_content a.external[href^="http://www.univie.ac.at/rel_jap/kamigraphie/"] {
	background: none;
	padding-right: 0;
}

/**********  HIDE *************/

#pt-mytalk { display:none; } 

/*********** WIKI GADGETS *****************/
.editsection {
float: right;
margin-left: 5px;
color: #AAA;
font-size: 9px;
width: 8em;
margin-left: -8em;
text-align: left;
}

a.toparrow {
  color:#aaa; 
  font-weight: normal; font-style:normal; font-size:9px; line-height: 1.2em; 
  text-align: center;
  float: right; width:3.5em; 
  padding:0;
  margin: 0 .5em 0 0 ; 
  text-decoration:none; }
a.toparrow:hover {color:#555;}



#srBox
{
  background:#EEE;
  border:solid 1px silver;
  padding:0.2em;
  margin:0.2em 0;
  color: black;
}
 
#srBox td small
{
  white-space: nowrap;
}
 
#srBox input[type="text"]
{
  background:#FFF;
  border:solid 1px silver;
  width:100%;
  margin:0 1em 0 0;
  color: black;
}
 
#srBox a
{
  background:#ccf;
  border:solid 1px silver;
  padding:1px 0.3em;
  font-size:90%;
  color:#333;
}
 
#srBox a:hover
{
  background:#99f;
  color:#fff;
  text-decoration:none;
}
 
#srBox a:focus
{
  background:#fff;
  color:#33C;
  text-decoration:none;
}