Hauptmenü öffnen

Memory Alpha Nova β

Benutzer:Plasmarelais/monaco.css.temp: Unterschied zwischen den Versionen

< Benutzer:Plasmarelais
imported>Plasmarelais
K
imported>Plasmarelais
 
(25 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 38: Zeile 38:
 
background: #000000 url(http://images.wikia.com/memoryalpha/en/images/5/50/Articletype_vision.png) no-repeat;
 
background: #000000 url(http://images.wikia.com/memoryalpha/en/images/5/50/Articletype_vision.png) no-repeat;
 
}
 
}
/*******************************
+
 
** Formatierung für WikiStickies
+
/***********************************************************
 +
** Verstecke Titelüberschrift der Hauptseite
 
*/
 
*/
 
+
body.page-Memory_Alpha_Kalender h1.firstHeading { display:none; }
#wikisticky_browser {
+
body.page-Plasmarelais h1.firstHeading { display:none; }
  background-image: url(../images/bg.wikisticky.249x222.png); /* das komplette Hintergrundbild */
+
body.page-Diskussion_Plasmarelais h1.firstHeading { display:none; }
}
 
#wikisticky_browser h2 {
 
  color: #222; /* die Überschrift "WikiSticker" */
 
}
 
#wikisticky_browser a:link {
 
  color: #002BB8 !important; /* ändert die Farbe der nicht besuchten Links */
 
}
 
#wikisticky_browser a:visited {
 
  color: #5A3696 !important; /* ändert die Farbe der besuchten Links */
 
}
 
.wikisticky_curl {
 
  background-image: url(http://images.wikia.com/common/releases_201001.2/extensions/wikia/WikiStickies/images/curl.png);
 
}
 
.wikisticky_content {
 
  color: #222; /* ändert die Farbe, die der Inhalt des WikiStickers benutzt */
 
}
 

Aktuelle Version vom 17. Januar 2011, 20:20 Uhr

/***********************************************************

    • Formatting for article type banners
  • /

div#ma-artikel-typ { border-bottom:1px solid #444444; background-position:top left; text-align:right; padding-top:1em; padding-right:1em; min-height:55px; max-height:55px; font-size:large; font-variant:small-caps; position: absolute; top: 0em; right: 0em; left: 0em; bottom: 10em; }

div.typ-alternativ { background: #000000 url(http://images.wikia.com/memoryalpha/en/images/f/fe/Articletype_newtimeline.png) no-repeat; }

div.typ-spiegeluniversum { background: #000000 url(http://images.wikia.com/memoryalpha/en/images/d/dd/Articletype_mirror.png) no-repeat; }

div.typ-realworld { background: #000000 url(http://images.wikia.com/memoryalpha/en/images/1/13/Articletype_realworld.png) no-repeat; }

div.type-multiple { background: #000000 url(http://images.wikia.com/memoryalpha/en/images/c/c8/Articletype_multiple.png) no-repeat; }

div.type-vision { background: #000000 url(http://images.wikia.com/memoryalpha/en/images/5/50/Articletype_vision.png) no-repeat; }

/***********************************************************

    • Verstecke Titelüberschrift der Hauptseite
  • /

body.page-Memory_Alpha_Kalender h1.firstHeading { display:none; } body.page-Plasmarelais h1.firstHeading { display:none; } body.page-Diskussion_Plasmarelais h1.firstHeading { display:none; }