Hab das mal quick and dirty zusammengebastelt. Es benoetigt allerdings noch einige fixes (imho sehen die Buttons nicht so toll aus und ein paar andere Kleinigkeiten sind nicht wie auf dem Bild, aber bitte:
Mir gefaellt es.
Black MMX
Code:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.multimediaxis.de") {
body
{
background: black url('http://npshare.de/files/38/2494/background.png') repeat-x top left !important;
color: white !important;
}
.orangelinks a:link, .orangelinks a:visited
{
color: #2a7dff !important;
}
.orangelinks a:hover, .orangelinks a:active
{
color: #0062fc !important;
}
#header
{
background-color: #dfdfdf !important;
}
.tcat, .vbmenu_control
{
background: #0062fc url('http://npshare.de/files/38/7710/gradient_header.png') repeat-x top left !important;
}
.user_moderator {
color: blue !important;
}
img[src*="layouts/mx37/buttons/multiquote_off.gif"]
{
width:0px !important;
padding: 30px 30px 0 0!important;
background: url('http://npshare.de/files/38/9959/multiquote_off.gif') !important;
}
img[src*="layouts/mx37/buttons/quote.gif"]
{
width:0px !important;
padding: 21px 80px 0 0!important;
background: url('http://npshare.de/files/38/2350/quote.gif') !important;
}
img[src*="layouts/mx37/buttons/reply.gif"]
{
width:0px !important;
padding: 30px 150px 0 0!important;
background: url('http://npshare.de/files/38/7369/reply.gif') !important;
}
img[src*="layouts/mx37/buttons/report.gif"]
{
width:0px !important;
padding: 30px 30px 0 0!important;
background: url('http://npshare.de/files/38/8055/report.gif') !important;
}
img[src*="layouts/mx37/statusicons/user_online.gif"]
{
width:0px !important;
padding: 30px 30px 0 0!important;
background: url('http://npshare.de/files/38/1607/user_online.gif') !important;
}
img[src*="layouts/mx37/buttons/multiquote_on.gif"]
{
width:0px !important;
padding: 30px 30px 0 0!important;
background: url('http://npshare.de/files/38/8511/multiquote_on.gif') !important;
}
img[src*="layouts/mx37/nav_forum.png"]
{
width:0px !important;
padding: 26px 59px 0 0!important;
background: url('http://npshare.de/files/38/7655/nav_forum.png') !important;
}
img[src*="layouts/mx37/statusicons/forum_new.gif"]
{
width:0px !important;
padding: 30px 29px 0 0!important;
background: url('http://npshare.de/files/38/7403/forum_new.gif') !important;
}
img[src*="layouts/mx37/nav_impressum.png"]
{
width:0px !important;
padding: 26px 100px 0 0!important;
background: url('http://npshare.de/files/38/2975/nav_impressum.png') !important;
}
img[src*="layouts/mx37/nav_hosting.png"]
{
width:0px !important;
padding: 26px 100px 0 0!important;
background: url('http://npshare.de/files/38/9295/nav_hosting.png') !important;
}
img[src*="layouts/mx37/nav_hostedsites.png"]
{
width:0px !important;
padding: 26px 79px 0 0!important;
background: url('http://npshare.de/files/38/6313/nav_hostedsites.png') !important;
}
img[src*="layouts/mx37/nav_hostedforums.png"]
{
width:0px !important;
padding: 26px 76px 0 0!important;
background: url('http://npshare.de/files/38/8593/nav_hostedforums.png') !important;
}
img[src*="layouts/mx37/logo.png"]
{
width:0px !important;
padding: 74px 320px 0 0!important;
background: url('http://npshare.de/files/38/3062/logo.png') !important;
}
}
...