MediaWiki:Monobook corrs.css

Aus CorrsWiki
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: Extras → Internetspuren löschen … → Individuelle Auswahl → Den kompletten Cache löschen
 /** Kleinschreibung nicht erzwingen */
 .portlet h5,
 .portlet h6,
 #p-personal ul,
 #p-cactions li a {
 text-transform: none;
 } 

 #page {
 /* background: #acbfd9; */
 text-align: left;
 margin: 0 auto;
 margin-top: 10px;
 padding: 0px 0 10px;
 position: relative;
 /* The entire template's width is set in this class. */
 width: 980px;
 _width: 940px;
 border: 1px solid #000;
 }

 #header {
 padding: 0;
 margin: 0;
 position: relative;
 height: 130px;
 background: black url(http://de.corrswiki.org/skins/monobook_corrs/kopfgrafik2007.jpg);
 background-repeat: no-repeat;
 margin-bottom: 10px;
 }

 #column-one {
 /* padding-top: 140px; */
 padding-top: 24px;
 padding-left: 10px;
 }

 #p-navigation a, #p-navigation a:active, #p-navigation a:visited {
 color: #006600;
 }

 #p-navigation a:hover {
 color: orange;
 }

 #content {
 margin-right: 10px;
 margin-left: 170px;
 border-right: 1px solid #aaa;
 color: #444;
 }

 #p-cactions {
 margin-top: 140px;
 margin-left: 20px;
 }

 #p-personal {
 margin-top: 140px;
 }

 #p-logo {
 margin: 0;
 width: 980px;
 display: none;
 }

 h1, h2, h3, h4, h5 {
 color: #006600;
 }

 #footer {
 border-top: 1px solid red;
 border-bottom: 1px solid red;
 }