Seite 3 von 4 ErsteErste 1234 LetzteLetzte
Ergebnis 41 bis 60 von 77

Thema: Neues Black Theme? - nice

  1. #41
    Könnte nicht irgendein ganz lieber Mensch diesen Style machen und auf userstyles.org veröffentlichen.

  2. #42
    Linux zulegen, compiz installieren, compiz aktivieren, Super-N drücken, Ta-daa! ;P
    Der Stil ist etwas sehr viel Arbeit. ^^'' Und wie gesagt, die Bilder dürfte man kaum so hinbekommen nur mit Style, dazu braucht man noch ein Greasemonkey-Skript, das dann ordentlich Leistung verbraucht jedenfalls wenn eine MMX-Seite geladen wird. <__<'

    Oh, ich nehme alles zurück. XD Crash hat aber offensichtlich Erfahrung drin, das zusammenzuschustern.

    Geändert von drunken monkey (19.09.2008 um 20:11 Uhr)

  3. #43
    Zitat Zitat von Taro Misaki Beitrag anzeigen
    Könnte nicht irgendein ganz lieber Mensch diesen Style machen und auf userstyles.org veröffentlichen.
    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;
        }
    }

    Geändert von Crash-Override (19.09.2008 um 20:13 Uhr)

  4. #44
    Zitat Zitat von Crash-Override Beitrag anzeigen
    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;
        }
    }
    Du bist Gott!
    Ich glaube damit muss ich noch ein bischen rumspielen

  5. #45
    Ach bla, nehmt halt das eingebaute :P



    Disclaimer: das Ding ist urspünglich als Joke für den Staff entstanden und war nie dafür gedacht, veröffentlicht zu werden, und es ist halt wirklich eine pure Invertierung des orangen Designs. An letzerem werde ich auch nichts ändern, genauso wie ich generell kein Design-spezifisches Finetuning vornehmen werde -- das erhöht alles den Maintenance-Aufwand, und der war der Hauptgrund, das nicht zu veröffentlichen, und den will ich auch weiterhin minimal halten.
    Seht es als ein (maximal) semi-supportetes Design an.

  6. #46
    Zitat Zitat von Crash-Override Beitrag anzeigen
    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;
        }
    }
    Wow, das sieht schonmal sehr cool aus, ich will sowas auch können. Allerdings fehlt da die für mich eigentlich wichtigste Sache, nämlich dass alle Postingfelder schwarz sind und dafür das Geschriebene weiß, so wie auch auf dem Bild, dann würden die Buttons auch normal aussehen, wie man an dem Antwort-Button erkennen kann.

    Aber so, wie es jetzt ist, nehm ich´s auf jeden Fall schonmal als Standardeinstellung.

    THX

    EDIT: der "Edit"- und der "Neues Thema"-Button sind auch noch wie vorher.^^

    Geändert von Taro Misaki (19.09.2008 um 21:38 Uhr)

  7. #47
    Ich bin gerade dabei die Buttons etwas zu "fixen"
    der "neues Thema" Button ist schon implementiert, "geschlossen" auch. Die normalerweise orangenen Punkte vor den Foren haben jetzt keinen schwarzen Rand mehr. Bei den restlichen Buttons wird jetzt noch der schwarze Rand entfernt und dann poste ich den neuen Code.

  8. #48

    Badass Freakin' Administrator
    stars_admin
    Also ich finde es viel einfacher zwei Klicks zu machen und mir das schwarze Design einzustellen.

  9. #49
    Zitat Zitat von Spitfire Beitrag anzeigen
    Ich bin gerade dabei die Buttons etwas zu "fixen"
    der "neues Thema" Button ist schon implementiert, "geschlossen" auch. Die normalerweise orangenen Punkte vor den Foren haben jetzt keinen schwarzen Rand mehr. Bei den restlichen Buttons wird jetzt noch der schwarze Rand entfernt und dann poste ich den neuen Code.
    Sorry, aber mq hat doch gerade gesagt das das richtige Design bereits fuer alle freigegeben ist. Es ist also kaum notwendig es inoffiziell weiterzufuehren.

  10. #50
    Zitat Zitat von Crash-Override Beitrag anzeigen
    Sorry, aber mq hat doch gerade gesagt das das richtige Design bereits fuer alle freigegeben ist. Es ist also kaum notwendig es inoffiziell weiterzufuehren.
    oh - verdammt >_<
    hab nicht genau genug gelesen.

    Nur, dass die eben noch weißen Flächen jetzt schwarz sind stört ein bischen. Da ist mir das manuelle irgendwie lieber...

  11. #51
    Zitat Zitat von Knuckles Beitrag anzeigen
    Also ich finde es viel einfacher zwei Klicks zu machen und mir das schwarze Design einzustellen.


    Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke, Danke,

    an mq



    EDIT: Ah, hatte mq´s Post falsch gedeutet, ich dachte, das sollte heißen, dass das Design nicht On kommt.^^

    Geändert von Taro Misaki (19.09.2008 um 22:32 Uhr)

  12. #52

    Badass Freakin' Administrator
    stars_admin
    Der Dank gebührt mq.

  13. #53
    Was sind das denn für seltsame Namen?
    Orgasmic Orange, Bondage Blue ... als nächstes will ich Petting Purple, Rectal Red und Molestation Magenta. D:

  14. #54

    ...

    Das Standart Theme ist doch genial.
    Warum also ein neues Theme?!

  15. #55
    Zitat Zitat von -schattenrose- Beitrag anzeigen
    Das Standart Theme ist doch genial.
    Warum also ein neues Theme?!
    Weils nicht jedem gefällt?

  16. #56

    Antwort

    Zitat Zitat von Byder
    Weils nicht jedem gefällt?
    Ok, da ist etwas dran.
    Entschuldigt bitte.

  17. #57
    Ich habe auch mein ganz eigenes Design gemacht. ^____^
    Es soll an das alte Design erinnern. <3


  18. #58
    Ähm, dir ist bewusst, dass man Lime Green immer noch auswählen kann, oder?

  19. #59
    Zitat Zitat von DFYX Beitrag anzeigen
    Ähm, dir ist bewusst, dass man Lime Green immer noch auswählen kann, oder?
    Und dir, dass er das nicht ernst meint?

    Btw, yay, Bondage Blue
    *einstell*

  20. #60
    Hat eigentlich schonmal einer von euch den Link, der in dem Screenshot zu sehen ist, eingegeben? Also ich sehe da kein Bondage Blue, sondern Ice Blue

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •