News (06 Aug 2024): Das Wiki läuft jetzt auf einem neuen Server. Aufgrund eines Upgrades von PHP mussten die Wiki-Software und die DPL-Erweiterung aktualisiert werden. Bitte meldet Fehler auf der Hauptseiten-Diskussion.

Benutzer:Redeemer/monobook.css: Unterschied zwischen den Versionen

Aus GuildWiki
Zur Navigation springenZur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 4: Zeile 4:
{
{
visibility:visible;
visibility:visible;
}
/* Halloween-Dekoration der Hauptseite */
#glueckswochenende
{
  background-color: #D0F0D0;
  padding: 10pt;
  color: black !important;
  -moz-border-radius: 12pt;
}
#glueckswochenende a, #glueckswochenende a:visited
{
  color: #2F912F !important;
}
#glueckswochenende a:hover, #glueckswochenende a:active
{
  color: #3EC23E !important;
}
#glueckswochenende td div, #glueckswochenende td
{
  border-color: #29C529 !important;
  background-color: transparent !important;
}
#glueckswochenende td
{
  background-color: #B8E8B8 !important;
  border-color: #29C529 !important;
}
#glueckswochenende hr
{
  border: 1px solid #29C529 !important;
}
}

Version vom 14. März 2009, 00:17 Uhr

/* lol, lol, css hacks! */

div.InfoboxKrReiterK
{
visibility:visible;
}

/* Halloween-Dekoration der Hauptseite */
#glueckswochenende
{
  background-color: #D0F0D0;
  padding: 10pt;
  color: black !important;
  -moz-border-radius: 12pt;
}

#glueckswochenende a, #glueckswochenende a:visited
{
  color: #2F912F !important;
}

#glueckswochenende a:hover, #glueckswochenende a:active
{
  color: #3EC23E !important;
}

#glueckswochenende td div, #glueckswochenende td
{
  border-color: #29C529 !important;
  background-color: transparent !important;
}

#glueckswochenende td
{
  background-color: #B8E8B8 !important;
  border-color: #29C529 !important;
}

#glueckswochenende hr
{
  border: 1px solid #29C529 !important;
}