Benutzer:Ivadon/common.css

Aus Wiktionary, dem freien Wörterbuch
textarea {font-size:11px;}

/***** Elemente ausblenden *****/
#editpage-copywarn {display:none;}
#wp_talkpagetext {display:none;}

#footer-places {display:none;}
#footer-icons {display:none;}
#footer-info-copyright {display:none;}

/***** Logo *****/
#p-logo a,
#p-logo a:hover {
 background: url(http://i.imgur.com/uuQW3eD.png) 7px 0 no-repeat !important;
 margin-top: 50px;
}

/***** Kopfbereich *****/
.ns-0 #firstHeading {
   margin-top:-0.0em;
   margin-bottom:-0.5em;
   font-size: 90%;
   font-weight: normal;
}

.ns-0 #contentSub {
   float: right;
}

 .NavToggle {
    float: right;
    font-size: small;
    vertical-align:middle;
 }

/***** Teileinträge besser abgrenzen *****/
.ns-0 #mw-content-text h2 {
   clear: none;
   border-top: solid 1px #aaaaaa;
   border-left: solid 0px #aaaaaa;
   border-right: solid 0px #aaaaaa;
   border-bottom: solid 1px #aaaaaa;
   padding: 0.5em 0.5em 0.5em 0.0em;
   background: #DAEAFA;
   margin-top:0.0em;
   margin-bottom:-0.1em;
   font-size: 188%;
}

.ns-0 #mw-content-text h3 {
   clear: both;
   padding-left: 0.0em;
   background: #EAF3FC;
   border-top: solid 1px #aaaaaa;
   border-bottom: dotted 1px #aaaaaa;
}

/***** Inhaltsverzeichnis korrigieren *****/
.ns-0 #toc h2 {
   background: #f9f9f9;
   border: none;
   padding: 0;
   font-size: 100%;
   font-weight: bold;
}

/***** blaue Flexionstabellen *****/

table.flexbox {
	float:right;
	margin:0 0 .5em .4em;
	clear:none;
}

table.flexbox > tr > td,
table.flexbox > * > tr > td {
	background-color: #F2FAFF;
}

table.flexbox > tr > th,
table.flexbox > * > tr > th {
	background-color: #E5EDFF;
}

table.flexbox th.notopleft {
 background: none;
 border: 0;
}

/***** Zusammenfassung *****/
#userSummaryButtonsA a {
  white-space:nowrap;
  background: #E9F3FF;
  border: 1px solid #AABBDD;
  padding: 0px 2px;
  margin: 2px;
  cursor: pointer;
  font-size: 80%;
  line-height: 17px;
  color: #5B5B5B
}
#userSummaryButtonsA a:hover {
  background: #C8D8FF;
  border: 1px solid #AABBDD;
  color: black;
  text-decoration: none
}

/***** kleine Überschriften in Einträgen normalisieren
.ns-2 h4 {
   clear: none;
   padding: 0.0em 0.0em 0.0em 0.0em;
   margin-top:-0.1em;
   font-weight:bold;
   font-size: 110%;
}

.ns-2 h5 {
   clear: none;
   padding: 0.0em 0.0em 0.0em 0.0em;
   margin-top:-0.3em;
   margin-bottom:-0.3em;
   font-weight:bold;
   font-size: 100%;
}

.ns-2 h6 {
   clear: none;
   padding: 0.0em 0.0em 0.0em 0.0em;
   margin-top:-2em;
   margin-bottom:-2em;
}
 *****/
/***** Bearbeitungslink *****/
 /* 
.mw-editsection {
font-size: 70%;
float: right;
}
 */