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 17: Zeile 17:
#glueckswochenende a, #glueckswochenende a:visited
#glueckswochenende a, #glueckswochenende a:visited
{
{
   color: #2F912F !important;
   color: #194B19 !important;
}
}


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


Zeile 28: Zeile 28:
{
{
   border-color: #29C529 !important;
   border-color: #29C529 !important;
   background-color: transparent !important;
   background-color: #B8E8B8 !important;
}
}


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

Version vom 14. März 2009, 00:19 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: #194B19 !important;
}

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

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

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

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