Zum Inhalt springen

Benutzer:GordonKlimm/monobook.css

aus Wikipedia, der freien Enzyklopädie
Dies ist eine alte Version dieser Seite, zuletzt bearbeitet am 7. September 2008 um 05:38 Uhr durch GordonKlimm (Diskussion | Beiträge) (mod#test3.31). Sie kann sich erheblich von der aktuellen Version unterscheiden.

Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
/*
#column-one {
  float: left;
  position: static;
}
*/
  
#p-cactions {
/*
  border: solid red thin;
  width: auto;
  left: 12.2em;
  right: 0;
*/
/*
    overflow: visible;
    background: none;
    border-collapse: collapse;
    padding-left: 1em;
    list-style: none;
    font-size: 95%;
*/
}

/*
#p-cactions li#ca-edit:before, 
#p-cactions li#ca-viewsource:before {
  content: "\A\200C";
  background-color: transparent;
  white-space: pre;
  border-right-style: solid;
  border-right-color: inherit;
  border-right-width: 1px;
}

#p-cactions li#ca-edit, 
#p-cactions li#ca-viewsource {
  content: "\A";
  white-space: pre;
  border-left-style: none;
}
 
#p-cactions :link {
	text-decoration: none;
	color: #002bb8;
	background: none;
}
#p-cactions :visited {
	color: #5a3696;
}
#p-cactions :link:active {
	color: #faa700;
}
#p-cactions :link:hover,
#p-cactions :link:focus {
	text-decoration: underline;
}
#p-cactions .stub:link {
	color: #772233;
}
#p-cactions .new :link, #p-personal .new :link {
	color: #ba0000;
}
#p-cactions .new :visited, #p-personal .new :visited {
	color: #a55858;
}
*/

/*
Inhaltsverzeichnis mit runden Ecken ausstatten und etwas zur Seite rücken
mangels ausreichender Klassierung muss das "A * B * C * ..."-TOC per Selektor 
ausgewählt werden
*/
table#toc,
table[style="border: 1px solid rgb(170, 170, 170); padding: 5px; background-color: rgb(249, 249, 249); font-size: 95%;"][align="center"][border="0"] {
  -moz-border-radius: 2em;
/*
  margin-left: -1.5em;
  padding-left: 1.5em;
*/
}

/*
Inhaltsverzeichnis-ausblenden-Verweis ausblenden
*/
span.toctoggle {
  display: none;
}
 
/*
große Überschriften zwängen sich doch nicht neben Bilder und Tabellen, 
die machen unter fließenden Objekten weiter.
*/
/*
h1, h2 {
  clear: both;
}
*/
 
div.editsection, div.editsection > p {
  float: none !important;
  font-size: 8px;
  display: inline;
  margin-top: 0;
  margin-bottom: -8px;
}
 
/*
Abschnitte »vorformatierten« Textes wie diesen hier in seine Schranken weisen
damit er nicht kilometerweit den Bildschirm verlässt sondern Bildlaufleisten 
anbietet
*/
pre {
  overflow: auto;
}
 
/*
Tabellenzellenüberschriften zentrieren
*/
th {
  text-align: center;
}
/*
Tabellenzellen oben ausrichten
*/
td {
  vertical-align: top;
}
 
/*
Metadaten (z. Zt. nur bei Personen) anzeigen
*/
table.persondata {
  display:block;
}

/*
Urheberrechtswarnung bei Seite bearbeiten ausblenden
*/
div#editpage-copywarn-copywarn {
  display: none;
}
 
/*
die Linie über und unter Sachen wie Kategorien u. a. Bausteine ganz an den Rand verlängern
*/
#catlinks, #Vorlage_BK, #Wikireader, .Vorlage-Dieser_Artikel, .Vorlage_Begriffsklaerung { /*#printfooter*/
  margin-left: -1em;
  margin-right: -1em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
 
#Vorlage_Dieser_Artikel, #Vorlage_Begriffsklaerung {
  margin-left: -1em;
  margin-right: -1em;
}
#Vorlage_Dieser_Artikel table, #Vorlage_Begriffsklaerung table {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
 
#coordinates, #issnlink, #isbnlink {  
  top:1.3em;
  font-family: sans-serif;
}
#coordinates br, #issnlink br, #isbnlink br {  
  display: none;
}
 
 
/*
alles am Seitenende, was in Kästen sitzt, mit runden Ecken ausstatten
*/
table.metadata,
div.BoxenVerschmelzen,
div.NavFrame,
div.NavHead,
div.NavPic,
div.interbox/*,
div#p-cactions li,
div#p-cactions li a*/ {
  -moz-border-radius: 1em;
}

#p-navigation > h5,
#p-search > h5,
#p-tb > h5,
#p-lang > h5,
#p-Mitmachen > h5,
#n-aboutsite,
#n-topics,
#n-alphindex,
#n-portal,
#n-recentchanges,
#n-sitesupport,
#t-print,
#t-cite,
#t-permalink,
#t-upload,
#footer {  
  display: none;
}

/*
#p-search,
#p-tb,
#p-navigation,
#p-lang,
#p-Mitmachen {
  position: static;
  border-left: solid green thin;
  border-right: solid green thin;
  border-top: none;
  border-bottom: none;
}

#p-search {
  border-top: solid green thin;
}

#p-tb {
  border-bottom: solid green thin;
}

#p-lang  {
  position: static;
  border: solid green thin;
}
*/

.portlet > div.pBody {
  -moz-border-radius: 1em;
}


#p-personal {
  position: relative;
  z-index: 0;
 left: inherit;
 line-height:inherit;
 white-space: inherit;
  border: none none WindowText medium;
  margin-top: 0pt;
  margin-right: 0pt;
  margin-bottom: 0.5em;
  margin-left: 0pt;
  padding: 0pt;
  float: none;
  width: 11.6em;
  overflow-x: hidden;
  overflow-y: hidden;
}

#p-personal > .pBody {
  font-size: 95%;
  background-color: white;
  color: black;
  border-collapse: collapse;
  border: solid #aaaaaa thin;
padding-top: 0pt;
padding-right: 0.8em;
padding-bottom: 0.3em;
padding-left: 0.5em;
	z-index: inherit;
/*
	margin-top: 0em;
	margin-left: inherit;
	margin-right: inherit;
	overflow: inherit;
	background: inherit;
*/
  -moz-border-radius: 1em;
}

/* this is the ul contained in the portlet */
#p-personal > div > ul {
  line-height: 1.5em;
  list-style-type: square;
  margin-top: 0.3em;
  margin-right: 0pt;
  margin-bottom: 0pt;
  margin-left: 1.5em;
  list-style-image: url(bullet.gif);
  font-size: 95%;
  padding: 0;
/*border: none;*(
}

#p-personal > div > ul > li {
	padding: 0;
	margin: 0em;
  text-align:left;
}