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: Gehe zu Menü → Einstellungen (Opera → Einstellungen auf dem Mac) und dann auf Datenschutz & Sicherheit → Browserdaten löschen → Gespeicherte Bilder und Dateien.
/** Kleinschreibung nicht erzwingen */
 .portlet h5,
 .portlet h6,
 #p-personal ul,
 #p-cactions li a {
 text-transform: none;
 } 

 body {
 font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */ 
 }

 #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;
 }

/*- Main Menu in Header */

 ul.menu {
 margin: 0;
 padding: 0;
 position: absolute;
 bottom: 0;
 left: 20px;
 width: 90%;
 }

 ul.menu li {
 display: inline;
 margin: 0;
 }

 ul.menu,
 ul.menu li a {
 padding: 5px 15px 6px;
 }

 ul.menu li a {
 font: 1em Verdana, Helvetica, Arial, Sans-Serif;
 color: white;
 margin: 0;
 }

 ul.menu li a:hover {
 background: #333;
 color: #eee !important;
 text-decoration: none;
 }

 ul.menu li.current_page_item a,
 ul.menu li.current_page_item a:hover {
 color: #333 !important;
 background: white;
 text-decoration: none;
 }


 /* Navigation Link - Klassen */ 

 .navi-red {
	border-top: 2px solid red;
 }

 .navi-orange {
	border-top: 2px solid orange;
 }

 .navi-green {
	border-top: 2px solid #009900;
 }

 .navi-blue {
	border-top: 2px solid #27d;
 }


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

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

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

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

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

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

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