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

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

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

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

/* irische Farben für Links */

 a, a:visited, a:active {
         color: #008000;
 }

 a:hover {
         color: #FF9600;
 }


 #p-personal li a {
 	 color: #FF9600;
         font-weight: bold;
         font-size: 9px;
 }

 #p-personal li a:hover { 
         color: #FF9600;
         text-decoration: underline;
         background-color: #006600;
 }
 
 #p-personal li.active  {
	 background-color: #006600;
 }

 #p-cactions li {
	background-color: #ff9600;
 }

 #p-cactions li.selected {
	border-color: #fabd23;
	padding: 0 0 .2em 0;
 }

 #p-cactions li a {
	background-color: #ff9600;
        color: #006600;
        font-size: 10px;
        font-weight: bold;
 }

 #p-cactions li.selected a { 
        font-weight: bold;
        background-color: #ff9600;
        text-color: white;
 }

 #p-cactions .new a {
         color: red;
	}
 
 #p-cactions li a:hover {
	background-color: #ff9600;
        text-decoration: underline;
 }

 .ns-0 #mytabs li.selected a,
 .ns-0 #p-cactions li.selected a {
        background-color: #ff9600;
        color: white;
 }

 .portlet h5 {
        color: #ff9600;
        font-size: 1.1em;
 }