Benutzer:Redeemer/monobook.css: Unterschied zwischen den Versionen
Aus GuildWiki
Zur Navigation springenZur Suche springen
Keine Bearbeitungszusammenfassung |
(kleiner test, localhost ftp) |
||
| Zeile 6: | Zeile 6: | ||
} | } | ||
/* Drachenfest-Dekoration des Wikis */ | |||
/* | body | ||
{ | { | ||
background: url('http://localhost/wiki/images/1/13/Hintergrund_Drachenfest_dunkel.png') top left #060606 no-repeat; | |||
} | } | ||
#p-personal * | |||
{ | { | ||
margin | margin: 0; | ||
} | } | ||
li#pt-login, li#pt-userpage, li#pt-anonuserpage | |||
{ | { | ||
background: url('http://localhost/wiki/images/b/b0/Benutzericon_Minidrachen.png') top left no-repeat; | |||
padding-left: 25px; | |||
- | height: 19px; | ||
- | padding-bottom: 3px; | ||
padding-top: 2px; | |||
} | } | ||
#p-personal a | |||
{ | { | ||
line-height: 18px; | |||
} | } | ||
.portlet h5 | |||
{ | { | ||
color: #fff; | |||
} | } | ||
#p-personal | |||
{ | { | ||
background | background: url('http://localhost/wiki/images/6/60/Login-Hintergrund.png') no-repeat bottom right; | ||
} | } | ||
#p-personal a | |||
{ | { | ||
color: #000000 !important; | |||
border- | padding: 1px 3px 0; | ||
-moz-border-radius-topleft: 4px; | |||
-moz-border-radius-topright: 4px; | |||
} | } | ||
#p-personal a.new | |||
{ | { | ||
color: #b00000 !important; | |||
} | } | ||
#p-personal a.new:hover | |||
{ | { | ||
color: #d05050 !important; | |||
} | } | ||
#p-personal a:hover, #p-personal li.active a | |||
{ | { | ||
background | color: #606060 !important; | ||
background: #fff !important; | |||
} | } | ||
#p-personal li | |||
{ | { | ||
margin: 0; | |||
} | } | ||
/* Drachenfest-Dekoration der Hauptseite */ | |||
div# | div#drachenfest | ||
{ | { | ||
background | background: url('http://localhost/wiki/images/b/bf/Hauptseite_Drachenfest_Hintergrund.png') center top; | ||
padding: 0; | |||
-moz-border-radius: 20px; | |||
/ | |||
/ | |||
/ | |||
} | } | ||
div#drachenfest2 | |||
{ | { | ||
background- | background: url('http://localhost/wiki/images/7/7e/Hauptseite_Drachenfest_Hintergrund_Feuerwerk.png') center top repeat-x; | ||
padding: 10px; | |||
padding-top: 54px; | |||
-moz-border-radius: 20px; | |||
} | } | ||
div#drachenfest * | |||
{ | { | ||
color: #9af; | |||
} | } | ||
div#drachenfest2 div, div#drachenfest2 td, div#drachenfest2 table | |||
{ | { | ||
background- | background: url('http://localhost/wiki/images/2/2c/Dunkelblau64.png') !important; | ||
-moz-border-radius: 10px; | |||
border-color: #02a !important; | |||
} | } | ||
div#drachenfest2 a, div#drachenfest2 a:visited | |||
{ | { | ||
color: #68f !important; | |||
} | } | ||
div#drachenfest2 a:hover, div#drachenfest2 a:active, div#drachenfest2 a:focus | |||
{ | { | ||
color: #bcf !important; | |||
} | } | ||
div#drachenfest2 hr | |||
{ | { | ||
border-top: 1px solid #016 !important; | |||
} | } | ||
div#drachenfest2 div#editcopy | |||
{ | { | ||
margin-top: 5px; | |||
padding: 4px 9px; | |||
} | } | ||
Version vom 30. Juni 2009, 13:43 Uhr
/* lol, lol, css hacks! */
div.InfoboxKrReiterK
{
visibility:visible;
}
/* Drachenfest-Dekoration des Wikis */
body
{
background: url('http://localhost/wiki/images/1/13/Hintergrund_Drachenfest_dunkel.png') top left #060606 no-repeat;
}
#p-personal *
{
margin: 0;
}
li#pt-login, li#pt-userpage, li#pt-anonuserpage
{
background: url('http://localhost/wiki/images/b/b0/Benutzericon_Minidrachen.png') top left no-repeat;
padding-left: 25px;
height: 19px;
padding-bottom: 3px;
padding-top: 2px;
}
#p-personal a
{
line-height: 18px;
}
.portlet h5
{
color: #fff;
}
#p-personal
{
background: url('http://localhost/wiki/images/6/60/Login-Hintergrund.png') no-repeat bottom right;
}
#p-personal a
{
color: #000000 !important;
padding: 1px 3px 0;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
}
#p-personal a.new
{
color: #b00000 !important;
}
#p-personal a.new:hover
{
color: #d05050 !important;
}
#p-personal a:hover, #p-personal li.active a
{
color: #606060 !important;
background: #fff !important;
}
#p-personal li
{
margin: 0;
}
/* Drachenfest-Dekoration der Hauptseite */
div#drachenfest
{
background: url('http://localhost/wiki/images/b/bf/Hauptseite_Drachenfest_Hintergrund.png') center top;
padding: 0;
-moz-border-radius: 20px;
}
div#drachenfest2
{
background: url('http://localhost/wiki/images/7/7e/Hauptseite_Drachenfest_Hintergrund_Feuerwerk.png') center top repeat-x;
padding: 10px;
padding-top: 54px;
-moz-border-radius: 20px;
}
div#drachenfest *
{
color: #9af;
}
div#drachenfest2 div, div#drachenfest2 td, div#drachenfest2 table
{
background: url('http://localhost/wiki/images/2/2c/Dunkelblau64.png') !important;
-moz-border-radius: 10px;
border-color: #02a !important;
}
div#drachenfest2 a, div#drachenfest2 a:visited
{
color: #68f !important;
}
div#drachenfest2 a:hover, div#drachenfest2 a:active, div#drachenfest2 a:focus
{
color: #bcf !important;
}
div#drachenfest2 hr
{
border-top: 1px solid #016 !important;
}
div#drachenfest2 div#editcopy
{
margin-top: 5px;
padding: 4px 9px;
}