MediaWiki:Puzzlepiratesstretch.css

Aus YPPedia
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.
/* edit this file to customize the PuzzlePiratesStretch skin for the entire site */

/* Test of new link colors */

/*
<pre>
*/
a { /*Unvisited links*/
    text-decoration: none;
    color: #0033cc;
    background: none;
}
a:visited { /*Visited links*/
    color: #0033cc;
}
a:active { /*Active links*/
    color: #666600;
}
a:hover { /*Hovering links*/
    color: #666600;
    text-decoration: underline;
}
a:stub { /*Stubs?*/
    color: #CC2200; 
}
a:new, #p-personal a:new { /*Unvisited blind links*/
    color: #CC2200;
}
a.new:visited,
#p-personal a.new:visited { /*Visited blind links*/
    color: #CC2200;
}
#bodyContent a.external { /*All external links*/
	color: #0033cc;
}
/*
*/


/****************************/
/* Begin User Section       */
/****************************/
/* Here begin the alterations to subtly
   alter the appearance of user pages
   to distinguish them from the main
   namespace */

.ns-2 * #content { /*User space*/
    border: 5px double; /* 4 pixel wide double lines */
    border-color: #aaaaaa; /* grey border */
}

.ns-3 * #content { /*User talk space*/
    border: 5px double; /* 4 pixel wide double lines */
    border-color: #aaaaaa; /* grey border */
}

/**************************/
/* End User Section       */
/**************************/

/* Put a checker background at the image description page only visible if the image has transparent background */

#file img {background: url("http://yppedia.puzzlepirates.com/images/5/5d/Checker-16x16.png") repeat;}

#coordinates {  
 position:absolute;
 z-index:1;
 border:none;
 background:none;
 right:30px;
 top:3.7em;
 float:right;
 margin:0.0em;
 padding:0.0em;
 line-height:1.5em;
 text-align:right;
 text-indent:0;
 font-size:85%;
 text-transform:none;
 white-space:nowrap;
}

/* forcierte Kleinschreibung aus
   http://yppedia.puzzlepirates.com/de/skins/monobook/main.css?116
   abschalten.
*/

.portlet h5 { text-transform:none; }
.portlet h6 { text-transform:none; }
#p-personal ul { text-transform:none; }
#p-cactions li a { text-transform:none; }

/* nicht-existentes
   http://yppedia.puzzlepirates.com/de/skins/puzzlepirates/puzzlepirates_stretch.css
   ala nicht-eingebundenes
   http://yppedia.puzzlepirates.com/skins/puzzlepirates/puzzlepirates_stretch.css.
   emulieren (dehnbare Oberfläche).
*/

#content { width: auto!important; }

/*
</pre>

*/