MediaWiki:Common.css

Aus Philo Wiki
Wechseln zu:Navigation, Suche

Hinweis: Leere nach dem Speichern 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
  • Internet Explorer: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Gehe zu Menü → Einstellungen (Opera → Einstellungen auf dem Mac) und dann auf Datenschutz & Sicherheit → Browserdaten löschen → Gespeicherte Bilder und Dateien.
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */

div.right_side_navigation { right:-150px }
div.right_side_navigation:hover { right:-1px }
/* diese Angabe dient zur Realisierung einer zusätzlichen projektweiten Navigationsbox, 
    die bei Überfahren mit der Maus ausgeklappt wird - 
    Beispiel auf der Seite "Platos Staat interaktiv (Projekt-Seminar Hrachovec 2008/09)" */



/* CSS-Angaben für den IF-WELTENBAU - siehe "IF:Weltenbau" */
table.IFForm td { font-size:8pt }
table.IFForm th { vertical-align:top; padding-top:.2em; text-align:left }

div.IFListing { font-size:8pt; padding-left:1em; padding-bottom:.5em; padding-top:.2em; line-height:1em; font-weight:normal }
.IFFormular div.IFListing { padding-top:.5em; padding-bottom:1em }

div.IFDetails { background-color:#ddf; padding:0 .5em; font-size:8pt; margin:auto; margin-bottom:2em; margin-top:1em; width:80%; border:#77d solid 1px }
div.IFDetails h5 { line-height:1em }
div.IFDetails table { background-color:#ddf }
div.IFDetails th.head { color:#77d; line-height:1.2em; font-size:9pt; font-weight:normal; padding-right:2em; padding-left:1em }
div.IFDetails th { line-height:1em; }

div.IFKosmos { background-color:#eee; padding:0 .5em; font-size:8pt; margin:.2em auto; width:80%; border:#aaa solid 1px; clear:both }
div.IFKosmos table { background-color:#eee }
div.IFKosmos table td { vertical-align:middle; padding-left:.5em; padding-right:.5em }
div.IFKosmos table th { color:#444; font-size:8.5pt; vertical-align:middle; padding-left:2em }
div.IFKosmos table input { margin:0; padding:0 }
div.IFKosmos th.head { color:#999; line-height:1.2em; font-size:9pt; font-weight:normal; padding-right:2em; padding-left:1em }
div.IFKosmos input { margin-left:2em }


div.IFTodo { background-color:#fdd; padding:0 .5em; font-size:10pt; margin:.2em auto; margin-bottom:1em; width:80%; border:#a33 solid 1px; clear:both }
div.IFTodo table { background-color:#fdd }
div.IFTodo th.head { color:#a33; line-height:1.2em; font-size:9pt; font-weight:normal; padding-right:2em; padding-left:1em }

div.IFStatusListing { background-color:#fff; padding:0 .5em; font-size:10pt; margin:.2em auto; margin-bottom:1em; width:80%; border:#ddd solid 1px; clear:both }
div.IFStatus { background-color:#fdd; border:#a33 solid 1px; float:right; margin-bottom:.5em; font-size:8pt; padding:.4em; line-height:1em }

div.IFFormular { width:95%; font-size:8pt }

/* Status-Angaben ausblenden */
div.IFStatus, div.IFStatusListing { display:none }