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
(Der Seiteninhalt wurde durch einen anderen Text ersetzt: '→lol, lol, css hacks!: div.InfoboxKrReiterK { visibility:visible; }') |
Keine Bearbeitungszusammenfassung |
||
Zeile 4: | Zeile 4: | ||
{ | { | ||
visibility:visible; | visibility:visible; | ||
} | |||
/* St. Patrick's Day-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; | |||
} | |||
div#glueckswochenende div, div#glueckswochenende td, div#glueckswochenende table | |||
{ | |||
background: url('http://www.guildwiki.de/gwiki/images/7/78/Wei%C3%9F64.png') !important; | |||
-moz-border-radius: 10px; | |||
border-color: #29C529 !important; | |||
} | |||
div#glueckswochenende hr | |||
{ | |||
border-top: 1px solid #90E890 !important; | |||
} | |||
div#glueckswochenende div#editcopy | |||
{ | |||
background: url('http://www.guildwiki.de/gwiki/images/4/44/Wei%C3%9F128.png') !important; | |||
margin-top: 5px; | |||
padding: 4px 9px; | |||
} | |||
/* Ostern-Dekoration des Wikis */ | |||
#p-personal * | |||
{ | |||
margin: 0; | |||
} | |||
li#pt-login, li#pt-userpage, li#pt-anonuserpage | |||
{ | |||
background: url('http://www.guildwiki.de/gwiki/images/3/3f/Ei-Benutzer.png') top left no-repeat; | |||
padding-left: 25px; | |||
height: 19px; | |||
padding-bottom: 3px; | |||
padding-top: 2px; | |||
} | |||
#p-personal a | |||
{ | |||
line-height: 18px; | |||
} | |||
/* Ostern-Dekoration des Wikis */ | |||
body | |||
{ | |||
background: url('http://www.guildwiki.de/gwiki/images/7/75/Eier-Hintergrund.png') top left #F9F9F9 no-repeat; | |||
} | } |
Version vom 10. April 2009, 20:18 Uhr
/* lol, lol, css hacks! */ div.InfoboxKrReiterK { visibility:visible; } /* St. Patrick's Day-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; } div#glueckswochenende div, div#glueckswochenende td, div#glueckswochenende table { background: url('http://www.guildwiki.de/gwiki/images/7/78/Wei%C3%9F64.png') !important; -moz-border-radius: 10px; border-color: #29C529 !important; } div#glueckswochenende hr { border-top: 1px solid #90E890 !important; } div#glueckswochenende div#editcopy { background: url('http://www.guildwiki.de/gwiki/images/4/44/Wei%C3%9F128.png') !important; margin-top: 5px; padding: 4px 9px; } /* Ostern-Dekoration des Wikis */ #p-personal * { margin: 0; } li#pt-login, li#pt-userpage, li#pt-anonuserpage { background: url('http://www.guildwiki.de/gwiki/images/3/3f/Ei-Benutzer.png') top left no-repeat; padding-left: 25px; height: 19px; padding-bottom: 3px; padding-top: 2px; } #p-personal a { line-height: 18px; } /* Ostern-Dekoration des Wikis */ body { background: url('http://www.guildwiki.de/gwiki/images/7/75/Eier-Hintergrund.png') top left #F9F9F9 no-repeat; }