Stylish: Mach deinen eigenen Stil für RR

Dieses Thema im Forum "Grafikdesign und Fotografie" wurde erstellt von DavyDave, 9. Oktober 2009 .

Schlagworte:
  1. 9. Oktober 2009
    Zuletzt von einem Moderator bearbeitet: 15. April 2017
    Tach,

    irgendwie hat es mich gepackt jetzt irgendwie ein wenig zu verändern, so wie ich es haben will.
    Natürlich geht es nicht grundlegend das Design lokal zu verändern, Stylish hat da bestimmte Grenzen.

    Aber erstmal für die Leute, die nicht wissen was ich meine mit Stylish ..
    Für neue FF Versionen: Stylish :: Add-ons für Firefox
    Für FF ~2.0: Stylish :: Versions :: Add-ons für Firefox
    Opera: /posts/8637347/

    Meine derzeitige Version gibt es unten, ist kein Meisterwerk, ich weiß =P
    Aber es ist spät und ich wollte etwas auf die schnelle machen.

    Aber, was will ich denn eigentlich?
    Ich will ein paar Styles von euch sehen, vielleicht gibt es ja noch bereiche die verändert werden können ...

    Als Hilfstool empfehle ich Firebug:
    Firebug :: Add-ons für Firefox

    Spoiler
    Code:
    @namespace url(http://www.w3.org/1999/xhtml);
    
    @-moz-document domain("board.raidrush.ws") {
    
    /* Dadurch gibt es nicht diese gepunkteten 
    Rahmen beim Klicken auf verklinte Sachen */
    /* ----------------------------------------- */
    
    * {
    outline: 0 !important;
    }
    
    /* ========================================== */
    
    /* Hintergrundbild */
    /* ----------------------------------------- */
    
    body {background: black url(https://www.xup.in/pic,93432716/back3.jpg)!important;}
    
    /* ========================================== */
    
    /* Logo */
    /* ----------------------------------------- */
    
    #logo {
    background: transparent url(https://www.xup.in/pic,17126188/rr.png) !important;
    }
    #logo img {
    display:none!important;
    }
    
    /* Headerhintergrund */
    /* ----------------------------------------- */
    
    #head {
    background: transparent url(https://www.xup.in/pic,12230401/bg.gif) no-repeat!important;
    }
    
    #navi {
    background: url(https://www.xup.in/pic,10009039/nav.jpg)!important;
    border-bottom: #444333 !important;
    border-top: #444333 !important;
    }
    
    .menu ul li a:hover {
    background-color: transparent !important;
    color: #F7ACE5 !important;
    }
    
    .menu ul li a{
    color: #9e74aa !important;
    }
    
    .menu ul li {
    border-right: transparent !important;
    }
    
    /* ========================================== */
    
    /* Headerüberschrift - Farbe danach der Hover */
    /* ----------------------------------------- */
    
    #titel h1 {
    color:#99569f !important;
    }
    
    #titel h1 a:hover {
    color:#f7ace5 !important;
    }
    
    #werbung span {
    color:#f7ace5 !important;
    font-size:10px !important;
    font-family: Tahoma;
    }
    
    /* ========================================== */
    
    /* Das RR Logo ganz unten rechts */
    /* ----------------------------------------- */
    
    #footimg {
    background: transparent url(https://www.xup.in/pic,66059416/brr.png) no-repeat !important;
    }
    
    /* ========================================== */
    
    
    /* Damit der Hintergrund sich in WYSIWYG-Editoren nicht verändert */
    /* ----------------------------------------- */
    
    .wysiwyg {background: #F5F5F5 !important;}
    }
    
    /* ========================================== */


    Wenn ihr dann Fragen zur Benutzung habt, könnt ihr die hier ruihg stellen.
    Wenn ich nicht da bin gibts noch 20 andere die sich sicher um einiges besser auskennen als ich :>


    edit: So, hab meinen Code bisschen verändert.
    Ihr dürft gerne meinen Code veränder, deswegen habe ich ihn bereitsgestellt :]
     
  2. 9. Oktober 2009
    Zuletzt von einem Moderator bearbeitet: 14. April 2017
    AW: Stylish: Mach deinen eigenen Stil für RR

    Hab mal aus langeweile dein Style bisschen ins Extreme verändert...
    Hoffe du hast nichts dagegen...

    Vielleicht Feedback?

    Werde mich vielleicht später nochmals hinsetzten mit etwas anderen Farben



    greez headi

    EDIT: Achja vielleicht Mal verschieben, im Fun werden sicher nicht die richtigen Leute angesprochen...


    Spoiler
    Code:
    @namespace url(http://www.w3.org/1999/xhtml);
    
    @-moz-document domain("board.raidrush.ws") {
    
    /* Dadurch gibt es nicht diese gepunkteten 
    Rahmen beim Klicken auf verklinte Sachen */
    /* ----------------------------------------- */
    
    * {
    outline: 0 !important;
    }
    
    /* ========================================== */
    
    /* Hintergrundbild */
    /* ----------------------------------------- */
    
    body {background: black url(https://www.xup.in/pic,93432716/back3.jpg)!important;}
    
    /* ========================================== */
    
    /* Logo */
    /* ----------------------------------------- */
    
    #logo {
    background: transparent url(https://www.xup.in/pic,17126188/rr.png) !important;
    }
    #logo img {
    display:none!important;
    }
    
    /* Headerhintergrund */
    /* ----------------------------------------- */
    
    #head {
    background: transparent url(https://www.xup.in/pic,12230401/bg.gif) no-repeat!important;
    }
    
    /* ========================================== */
    
    /* Headerüberschrift - Farbe danach der Hover */
    /* ----------------------------------------- */
    
    #titel h1 {
    color:#99569f !important;
    }
    
    
    #titel h1 a:hover {
    color:#f7ace5 !important;
    }
    
    body a {
    color:#99569f !important;
    }
    
    body a:hover {
    color:#f7ace5 !important;
    }
    
    .thead {
    color:#660066 !important;
    }
    
    .navbar {
    color:#660066 !important;
    }
    
    .stuck font {
    color:#660066 !important;
    }
    
    .stuck {
    background-color:#f7eaf5 !important;
    }
    
    .announce_r strong {
    color:#660066 !important;
    }
    
    .announce_r {
    background-color:#f7eaf5 !important;
    }
    
    #werbung span {
    color:#f7ace5 !important;
    font-size:10px !important;
    }
    
    
    /* ========================================== */
    
    /* Das RR Logo ganz unten rechts */
    /* ----------------------------------------- */
    
    #footimg {
    background: transparent url(https://www.xup.in/pic,66059416/brr.png) no-repeat !important;
    }
    
    /* ========================================== */
    
    
    /* Damit der Hintergrund sich in WYSIWYG-Editoren nicht verändert */
    /* ----------------------------------------- */
    
    .wysiwyg {background: #F5F5F5 !important;}
    }
    
    /* ========================================== */
    
    #alt2 {
     background: #fff url(https://www.xup.in/000/board.raidrush.ws/a_rr_style/statusicon/forum_new.gif) !important;
     width: 500px !important;
    }
    
    img[src="https://www.xup.in/000/board.raidrush.ws/a_rr_style/statusicon/forum_new.gif"]{
     height:32px!important;
     padding-left: 32px !important;
     background-image:url(https://www.xup.in/pic,11639111/forum_new.gif)!important;
     width:0!important;
    }
    
    
    
    
    /* ========================================== */
     
  3. 9. Oktober 2009
    Zuletzt von einem Moderator bearbeitet: 15. April 2017
    AW: Stylish: Mach deinen eigenen Stil für RR

    nix besonderes, nur den hässlichen bg weg gemacht, hintergrundfarbe weiß, rr-logo durch n anderes ersetzt, menüleiste farblich n bissl anders

    Spoiler
    Code:
    @namespace url(http://www.w3.org/1999/xhtml);
    
    @-moz-document domain("raidrush.ws") {
    
    
    body {
     background: #fff !important;
    }
    
    #head {
     background: #fff
    }
    
    #logo {
    
     background-image: url(https://www.xup.in/pic,15301517/Unbenannt-6.png) !important;
     background-repeat: no-repeat !important;
    }
    
    
    
    
    #titel h1 {
     
     
     font-size: 40px !important;
     font-family: URW Chancery L !important;
    }
    
    
    
    
    
    .menu {
     border: 0 !important;
     background: #fff !important;
     color: #fff !important;
     height: 28px !important;
    }
    
    .menu ul li {
     border-right: 1px #2c2c2c !important;
     height: 28px !important;
    }
    
    .menu ul li a, .menu ul li a:visited {
     color: #666 !important;
     
     font-size: 12px !important;
    }
    
    .menu ul li a:hover {
     background: #eee !important;
     height: 30px !important;
    }
    
    }
    
    
    überflüssige grafiken wie das alte RR-logo, den bg und das ******* raid-rush-logo unten rechts hab ich mir mit ABP geblockt

    bin kein held in HTML/CSS etc

    so sieht das dann aus:
    Spoiler
    Bild



    stylish-tut







    // hat einer ne idee, wie ich die 2 schwarzen streifen links und rechts wegbekomme? die sind da seit raid das letzte mal am bg gespielt hat
     
  4. 9. Oktober 2009
    Zuletzt von einem Moderator bearbeitet: 14. April 2017
    AW: Stylish: Mach deinen eigenen Stil für RR

    Mein Style:

    Spoiler
    PHP:
    @namespace  url ( http : //www.w3.org/1999/xhtml);

    @- moz - document domain ( "board.raidrush.ws" ) {




    * {
    outline ! important ;
    }






    body  { background black url ( https : //www.xup.in/pic,98592504/back3.jpg)!important;}






    #logo {
    background transparent url ( https : //www.xup.in/pic,12826281/rr.png) !important;
    }
    #logo img {
    display : none ! important ;
    }




    #head {
    background transparent url ( https : //www.xup.in/pic,89002011/bg.jpg) no-repeat!important;
    }

    #navi {
    background url ( https : //www.xup.in/pic,49221015/nav.jpg)!important;
    border - bottom #444333 !important;
    border - top #444333 !important;
    }

    .
    menu ul li a : hover  {
    background - color transparent  ! important ;
    color #F7ACE5 !important;
    }

    .
    menu ul li a {
    color #9e74aa !important;
    }

    .
    menu ul li  {
    border - right transparent  ! important ;
    }






    #titel h1 {
    color : #99569f !important;
    }

    #titel h1 a:hover {
    color : #f7ace5 !important;
    }

    #werbung span {
    color : #f7ace5 !important;
    font - size : 10px  ! important ;
    font - family Tahoma ;
    }






    #footimg {
    background transparent url ( https : //www.xup.in/pic,66059416/brr.png) no-repeat !important;
    }







    . wysiwyg  { background #F5F5F5 !important;}
    }

     
  5. 20. Oktober 2009
    Zuletzt von einem Moderator bearbeitet: 14. April 2017
    AW: Stylish: Mach deinen eigenen Stil für RR

    Hier mein Style... Danke an Headi für die Hilfe.

    Spoiler
    Code:
    @namespace url(http://www.w3.org/1999/xhtml);
    
    @-moz-document domain("board.raidrush.ws") {
    
    /* Dadurch gibt es nicht diese gepunkteten 
    Rahmen beim Klicken auf verklinte Sachen */
    /* ----------------------------------------- */
    
    * {
    outline: 0 !important;
    }
    
    /* ========================================== */
    
    /* Hintergrundbild */
    /* ----------------------------------------- */
    
    body {background: black url(https://www.xup.in/pic,81059586/back3.jpg)!important;}
    
    /* ========================================== */
    
    /* Logo */
    /* ----------------------------------------- */
    
    #logo {
    background: transparent url(https://www.xup.in/pic,17351587/rr.png) !important;
    }
    #logo img {
    display:none!important;
    }
    
    /* Headerhintergrund */
    /* ----------------------------------------- */
    
    #head {
    background: transparent url(https://www.xup.in/pic,13255938/bg.gif) no-repeat!important;
    }
    
    #navi {
    background: url(https://www.xup.in/pic,13619863/nav.jpg)!important;
    border-bottom: #ffffff !important;
    border-top: #ffffff !important;
    }
    
    #navi a{
    color: #ffffff !important;
    }
    
    /* ========================================== */
    
    /* Headerüberschrift - Farbe danach der Hover */
    /* ----------------------------------------- */
    
    #titel h1 a{
    color:#ffffff !important;
    }
    
    
    #titel h1 a:hover {
    color:#ffffff !important;
    }
    
    body a {
    color:#000000 !important;
    }
    
    body a:hover {
    color:#000000 !important;
    }
    
    .thead {
    color:#000000 !important;
    }
    
    .navbar {
    color:#000000 !important;
    }
    
    .stuck font {
    color:#000000 !important;
    }
    
    .stuck {
    background-color:#f1f1f1 !important;
    }
    
    .announce_r strong {
    color:#000000 !important;
    }
    
    .announce_r {
    background-color:#f1f1f1 !important;
    }
    
    #werbung span {
    color:#ffffff !important;
    font-size:10px !important;
    }
    
    
    /* ========================================== */
    
    /* Das RR Logo ganz unten rechts */
    /* ----------------------------------------- */
    
    #footimg {
    background: transparent url(https://www.xup.in/pic,66059416/brr.png) no-repeat !important;
    }
    
    /* ========================================== */
    
    
    /* Damit der Hintergrund sich in WYSIWYG-Editoren nicht verändert */
    /* ----------------------------------------- */
    
    .wysiwyg {background: #F5F5F5 !important;}
    }
    
    /* ========================================== */
    
    #alt2 {
     background: #fff url(https://www.xup.in/000/board.raidrush.ws/a_rr_style/statusicon/forum_new.gif) !important;
     width: 500px !important;
    }
    
    img[src="https://www.xup.in/000/board.raidrush.ws/a_rr_style/statusicon/forum_new.gif"]{
     height:32px!important;
     padding-left: 32px !important;
     background-image:url(https://www.xup.in/pic,14298448/forum_new.gif)!important;
     width:0!important;
    }
    
    
    
    
    /* ========================================== */

    Spoiler
    Bild

    Greetz Snoopy
     
  6. 20. Oktober 2009
    Zuletzt von einem Moderator bearbeitet: 14. April 2017
    AW: Stylish: Mach deinen eigenen Stil für RR

    solala meins is jetzt auch bissel fertig:

    Spoiler
    Bild

    Spoiler
    Code:
    @namespace url(http://www.w3.org/1999/xhtml);
    
    @-moz-document domain("board.raidrush.ws") {
    
    /* Dadurch gibt es nicht diese gepunkteten 
    Rahmen beim Klicken auf verklinte Sachen */
    /* ----------------------------------------- */
    
    * {
    outline: 0 !important;
    }
    
    /* ========================================== */
    
    /* Hintergrundbild */
    /* ----------------------------------------- */
    
    body {background: black url(https://www.xup.in/pic,13751895/bg.gif)!important;}
    
    /* ========================================== */
    
    /* Logo */
    /* ----------------------------------------- */
    
    
    #logo {
    background: transparent url(-) !important;
    }
    #logo img {
    display:none!important;
    }
    
    /* Headerhintergrund */
    /* ----------------------------------------- */
    
    #head {
    background: transparent url(https://www.xup.in/pic,26201050/bg.jpg) no-repeat!important;
    }
    
    #navi {
    background: url(https://www.xup.in/pic,10087032/nav.jpg)!important;
    border-bottom: #000000 !important;
    border-top: #000000 !important;
    }
    
    .menu ul li a:hover {
    background-color: transparent !important;
    color: #00b4ff !important;
    border-bottom: 16px solid #000000;
    opacity:1.0;
    }
    
    .menu ul li a{
    color: #000000 !important;
    }
    
    .menu ul li {
    border-right: transparent !important;
    }
    
    /* ========================================== */
    
    /* Headerüberschrift - Farbe danach der Hover */
    /* ----------------------------------------- */
    
    #titel h1 {
    color:#000000 !important;
    }
    
    #titel h1 a:hover {
    color:#ffffff !important;
    }
    
    #werbung span {
    color:#5bc5f7 !important;
    font-size:10px !important;
    font-family: Tahoma;
    }
    
    /* ========================================== */
    
    /* Das RR Logo ganz unten rechts */
    /* ----------------------------------------- */
    
    #footimg {
    background: transparent url(https://www.xup.in/pic,11230451/Unbenannt-2.png) no-repeat !important;
    }
    
    /* ========================================== */
    
    
    /* Damit der Hintergrund sich in WYSIWYG-Editoren nicht verändert */
    /* ----------------------------------------- */
    
    .wysiwyg {background: #F5F5F5 !important;}
    }
    
    /* ========================================== */
    /* Entfernt Twitter & Co */
    #werbung span a {display:none!important;}
    
    #foot {display:none!important;}
    #nx {display:none!important;}
    #hidd {content:url(https://www1.xup.in/exec/ximg.php?fid=13928322)}
    
    /* ========================================== */
    RR-Buttons
    #alt2 {
     background: #fff url(https://www.xup.in/000/board.raidrush.ws/a_rr_style/statusicon/forum_new.gif) !important;
     width: 500px !important;
    }
    
    img[src="https://www.xup.in/000/board.raidrush.ws/a_rr_style/statusicon/forum_new.gif"]{
     height:32px!important;
     padding-left: 32px !important;
     background-image:url(https://www.xup.in/pic,64229136/forum_new.png)!important;
     width:0!important;
    }
    
    /* ========================================== */
    img[src="https://www.xup.in/000/board.raidrush.ws/a_rr_style/statusicon/forum_old.gif"]{
     height:32px!important;
     padding-left: 32px !important;
     background-image:url(https://www.xup.in/pic,94340286/forum_old.gif)!important;
     width:0!important;
    }
    /* ========================================== */
    kleine buttons weggemacht
    
    img[src="https://www.xup.in/000/board.raidrush.ws/a_rr_style/misc/navbits_start.gif"]{
     height:2px!important;
     padding-left: 2px !important;
     background-image:url(-)!important;
     width:0!important;
    }
    
    img[src="https://www.xup.in/000/board.raidrush.ws/a_rr_style/misc/navbits_start.gif"]{
     height:2px!important;
     padding-left: 2px !important;
     background-image:url(-)!important;
     width:0!important;
    }
    
    img[src="https://www.xup.in/000/board.raidrush.ws/a_rr_style/statusicon/announcement_old.gif"]{
     height:29px!important;
     padding-left: 29px !important;
     background-image:url(https://www.xup.in/pic,11559529/wmksbc1h.gif)!important;
     width:0!important;
    }
    
    img[src="https://www.xup.in/000/board.raidrush.ws/a_rr_style/misc/sticky.gif"]{
     height:15px!important;
     padding-left: 15px !important;
     background-image:url(-)!important;
     width:0!important;
    }
    
    #bg_div {border:2px solid #000000!important;} 

    ist jetzt etwas aufwendiger als manche andere, hab paak leine nutzlose grafiken entfernt und paar neue gimmicks zugefügt, anschauen!
    achja wer kein adblock benutzt ist selber schuld, wenns kakke aussieht
     
  7. 20. Oktober 2009
    Zuletzt von einem Moderator bearbeitet: 14. April 2017
    AW: Stylish: Mach deinen eigenen Stil für RR

    Sieht sehr nice aus. Nur habe ich Adblock, aber die Schriftfarbe der Navigationsleiste, also "Profil" ... ist weiß. Und dann noch sehe ich noch immer diese dummen Facebook und Twitter teile da oben. ^^

    Greetz Snoopy

    Edit; Und dann noch die Schrift vom Header ist auch weiß und das da drunter ist Türkis.^^

    Edit 2:
    Sry mein Style war noch Aktiv und hat deinen ein wenig gestört.
     
  8. 20. Oktober 2009
    AW: Stylish: Mach deinen eigenen Stil für RR


    hast du adblock PLUS?
    und schriftfarben verändern sich eiglt nur wenn man drüberfährt, normal sind die schwarz. headerschrift wird weiß und navi wird blau...
    //^^ kannst auch mit adblock die blöden pics von fb un tw blocken, einfach rechtsklick, filter hinzufügen...
     
  9. 20. Oktober 2009
    AW: Stylish: Mach deinen eigenen Stil für RR

    Ist dir echt gut gelungen. Ich würde es ja auch machen, nur fehlen mir die dazugehörigen HTML Kentnisse.
    Kenne mich damit überhaupt nicht aus ^^

    Greetz Snoopy

    Edit: Wie heißt die Font im Header...?
     
  10. 20. Oktober 2009
    Zuletzt von einem Moderator bearbeitet: 14. April 2017
    AW: Stylish: Mach deinen eigenen Stil für RR

    Hab mich auch mal versucht..hab den obersten Code als Vorlage benutzt ^^

    Spoiler
    bin aber noch unzufrieden :-/ aber übung macht den meister ^^


    Screen:

    Spoiler
    Bild

    bin noch die schrift im header bischen am verändern...

    // die helle pinke schrift im header ist nun lila..^^ hab aba kb n neuen screen zu machen :-/
     
  11. 21. Oktober 2009
    Zuletzt von einem Moderator bearbeitet: 14. April 2017
    AW: Stylish: Mach deinen eigenen Stil für RR

    Kleiner Nachtrag, dank einer Attribut von Double-X konnte ich jetzt das Logo anklickbar machen.
    Ich weiß jetzt nicht ob das Opera fäihg ist.. aber ich denk mal die meisten benutzen eh hier Stylish mit Firefox.

    Wie funktioniert das?
    Der erste Teil setz in der div eine Hintergrundbild, was folglich unser neues Logo ist.
    Der 2te Teil war mal so, das die Datei, das originale RR Logo ausgeblendet worden ist. Nun wurde es nur durchsichtig gemacht, weswegen wenn man dann oben auf das Logo rechtsklick > Grafik anzeigen macht, das eigentliche RR Logo dann angezeigt wird.

    Code:

    Code:
    /* ========================================== */
    /* Logo */
    /* ----------------------------------------- */
    
    #logo {
    background: transparent url(https://www.xup.in/pic,18142350/logo.png) !important;
    }
    
    img[src="https://www.xup.in/000/board.raidrush.ws/a_rr_style/misc/images/rr_head.png"] {
    opacity:0;
    }
    
    /* ========================================== */
    
    
     
  12. 21. Oktober 2009
    Zuletzt von einem Moderator bearbeitet: 14. April 2017
    AW: Stylish: Mach deinen eigenen Stil für RR

    war nur mein erster test um mal zu gucken was da was is

    Megan fox
    Spoiler
    Bild

    aber wer will kanns ja benutzen

    Spoiler
    Code:
    @namespace url(http://www.w3.org/1999/xhtml);
    
    @-moz-document domain("board.raidrush.ws") {
    
    /* Dadurch gibt es nicht diese gepunkteten 
    Rahmen beim Klicken auf verklinte Sachen */
    /* ----------------------------------------- */
    
    * {
    outline: 0 !important;
    }
    
    /* ========================================== */
    
    /* Hintergrundbild */
    /* ----------------------------------------- */
    
    body {background: black url(https://www1.xup.in/exec/ximg.php?fid=11504829)!important;}
    
    /* ========================================== */
    
    /* ========================================== */
    /* Logo */
    /* ----------------------------------------- */
    
    #logo {
    background: transparent url(https://www.xup.in/pic,11564641/rrlogo.png) !important;
    }
    
    img[src="https://www.xup.in/000/board.raidrush.ws/a_rr_style/misc/images/rr_head.png"] {
    opacity:0;
    }
    
    /* ========================================== */
    
    /* Headerhintergrund */
    /* ----------------------------------------- */
    
    #head {
    background: transparent url(https://www.xup.in/pic,21213826/header.jpg) no-repeat!important;
    }
    
    /* ========================================== */
    
    /* Headerüberschrift - Farbe danach der Hover */
    /* ----------------------------------------- */
    
    #titel h1 {
    color:#99569f !important;
    }
    
    
    #titel h1 a:hover {
    color:#ffcaac !important;
    }
    
    body a {
    color:#be1256 !important;
    }
    
    body a:hover {
    color:#d0567d !important;
    }
    
    .thead {
    color:#2f060a !important;
    }
    
    .navbar {
    color:#6a1b2a !important;
    }
    
    .stuck font {
    color:#af283d !important;
    }
    
    .stuck {
    background-color:#f7eaf5 !important;
    }
    
    .announce_r strong {
    color:#aa2b2b !important;
    }
    
    .announce_r {
    background-color:#f7eaf5 !important;
    }
    
    #werbung span {
    color:#dfbab6 !important;
    font-size:10px !important;
    }
    
    
    /* ========================================== */
    
    /* Das RR Logo ganz unten rechts */
    /* ----------------------------------------- */
    
    #footimg {
    background: transparent url(https://www.xup.in/pic,10705965/rrlogobottom.png) no-repeat !important;
    }
    
    /* ========================================== */
    
    
    /* Damit der Hintergrund sich in WYSIWYG-Editoren nicht verändert */
    /* ----------------------------------------- */
    
    .wysiwyg {background: #F5F5F5 !important;}
    }
    
    /* ========================================== */
    
    #alt2 {
     background: #fff url(https://www.xup.in/000/board.raidrush.ws/a_rr_style/statusicon/forum_new.gif) !important;
     width: 500px !important;
    }
    
    img[src="https://www.xup.in/000/board.raidrush.ws/a_rr_style/statusicon/forum_new.gif"]{
     height:32px!important;
     padding-left: 32px !important;
     background-image:url(https://www.xup.in/pic,11639111/forum_new.gif)!important;
     width:0!important;
    }
    
    
    
    
    /* ========================================== */


    2.ter style

    anime
    Spoiler
    Bild

    Spoiler
    Code:
    @namespace url(http://www.w3.org/1999/xhtml);
    
    @-moz-document domain("board.raidrush.ws") {
    
    /* Dadurch gibt es nicht diese gepunkteten 
    Rahmen beim Klicken auf verklinte Sachen */
    /* ----------------------------------------- */
    
    * {
    outline: 0 !important;
    }
    
    /* ========================================== */
    
    /* Hintergrundbild */
    /* ----------------------------------------- */
    
    body {background: black url(https://www.xup.in/pic,97649854/animepattern.jpg)!important;}
    
    /* ========================================== */
    
    /* Logo */
    /* ----------------------------------------- */
    
    #logo {
    background: transparent url(https://www.xup.in/pic,14933877/animerrlogo.png) !important;}
    
    img[src="https://www.xup.in/000/board.raidrush.ws/a_rr_style/misc/images/rr_head.png"] {
    opacity:0;
    }
    
    
    /* ========================================== */
    
    /* Headerhintergrund */
    /* ----------------------------------------- */
    
    #head {
    background: transparent url(https://www.xup.in/pic,19937394/animeheader.jpg) no-repeat!important;
    }
    
    /* ========================================== */
    
    /* Headerüberschrift - Farbe danach der Hover */
    /* ----------------------------------------- */
    
    #titel h1 {
    color:#478b86 !important;
    }
    
    
    #titel h1 a:hover {
    color:#478b86 !important;
    }
    
    body a {
    color:#69292d!important;
    }
    
    body a:hover {
    color:#ffe0b9!important;
    }
    
    .thead {
    color:#2f060a !important;
    }
    
    .navbar {
    color:#00565a !important;
    }
    
    .stuck font {
    color:#008b7c !important;
    }
    
    .stuck {
    background-color:#f7eaf5 !important;
    }
    
    .announce_r strong {
    color:#aa2b2b !important;
    }
    
    .announce_r {
    background-color:#f7eaf5 !important;
    }
    
    #werbung span {
    color:#dfbab6 !important;
    font-size:10px !important;
    }
    
    
    /* ========================================== */
    
    /* Das RR Logo ganz unten rechts */
    /* ----------------------------------------- */
    
    #footimg {
    background: transparent url(https://www.xup.in/pic,10705965/rrlogobottom.png) no-repeat !important;
    }
    
    /* ========================================== */
    
    
    /* Damit der Hintergrund sich in WYSIWYG-Editoren nicht verändert */
    /* ----------------------------------------- */
    
    .wysiwyg {background: #F5F5F5 !important;}
    }
    
    /* ========================================== */
    
    #alt2 {
     background: #fff url(https://www.xup.in/000/board.raidrush.ws/a_rr_style/statusicon/forum_new.gif) !important;
     width: 500px !important;
    }
    
    img[src="https://www.xup.in/000/board.raidrush.ws/a_rr_style/statusicon/forum_new.gif"]{
     height:32px!important;
     padding-left: 32px !important;
     background-image:url(https://www.xup.in/pic,18786921/newrr2.gif)!important;
     width:0!important;
    }
    
    
    
    
    /* ========================================== */
     
  13. 21. Oktober 2009
    Zuletzt von einem Moderator bearbeitet: 14. April 2017
    AW: Stylish: Mach deinen eigenen Stil für RR

    Hat auch mal nen bisschen langeweile. Es ist momentan nicht sehr komplex aber auch wenige Änderungen machen sich bemerkbar für mein Geschmack passt es mir nun besser.



    Spoiler
    PHP:
    @namespace  url ( http : //www.w3.org/1999/xhtml);

    @- moz - document domain ( "board.raidrush.ws" )


    {


    body  { background : #fff!important;}


    #main_div:before {content:url(https://www1.xup.in/exec/ximg.php?fid=99422498)}
    #bg_div {border:1px solid #a3a4a6!important;} 


    #werbung span a, #foot, #nx {display:none!important;}



    . info , . panel , . vBulletin_editor { border : 1px solid  #a3a4a6!important;}


    #main_div:after {padding-top:20px;
    content : url ( https : //www1.xup.in/exec/ximg.php?fid=13928322)}



    . time , . top_cat a  { color : #a4cf22!important;}
    . alt2  { margin - top : 2px ! important ; color : #686868!important;font-size:11px!important;}
    * { outline : 0 ! important ;}
    .
    tcat , . tcat a  { color : #746650!important;}
    . thead   { color : #6d768b!important;}
    }
     
  14. 22. Oktober 2009
    Zuletzt von einem Moderator bearbeitet: 14. April 2017
    AW: Stylish: Mach deinen eigenen Stil für RR

    'Diesel'
    Muss und wird im laufe der Jahrtausende sicher überarbeitet ^^
    --------------
    Spoiler
    Code:
    @namespace url(http://www.w3.org/1999/xhtml);
    @-moz-document domain("board.raidrush.ws") {
    
    /* Dadurch gibt es nicht diese gepunkteten 
    Rahmen beim Klicken auf verklinte Sachen */
    /* ----------------------------------------- */
    
    * {
    outline: 0 !important;
    cursor: url(http://fc01.deviantart.com/fs18/f/2007/125/6/9/Nobody_Symbol_Cursor_by_spookypatrol.gif), auto !important;
    }
    
    .alt2 span strong {
    color: #a9a9a5 !important;
    }
    
    /* ========================================== */
    /* Hintergrundbild */
    /* ----------------------------------------- */
    
    body {
    background: #000 url(http://www.dinpattern.com/tiles/ghost-tile.gif) !important;
    }
    
    /* ========================================== */
    /* Logo */
    /* ----------------------------------------- */
    
    #logo {
    
    background: transparent url(.https://www.xup.in/pic,18142350/logo.png) !important;
    
    }
    
    img[src="https://www.xup.in/000/board.raidrush.ws/a_rr_style/misc/images/rr_head.png"] {
    opacity:0;
    }
    
    /* ========================================== */
    /* Headerhintergrund */
    /* ----------------------------------------- */
    
    #head {
    
    background: transparent url(https://www.xup.in/pic,20125956/bg.jpg) no-repeat!important;
    
    }
    
    #navi {
    
    background: url(https://www.xup.in/pic,61982980/nav.jpg)!important;
    
    border-bottom:2px solid #000 !important;
    
    border-top: #444333 !important;
    
    }
    
    .menu ul li a:hover {
    
    background: #000 url(https://www.xup.in/pic,32981499/1.jpg) repeat-x !important;
    
    color: #b6bcb5 !important;
    border-bottom: 2px solid #a9a9a5;
    opacity:1.0;
    }
    
    .menu ul li a{
    
    color: #cecdc3!important;
    opacity:0.5;
    }
    
    .menu ul li {
    
    border-right: transparent !important;
    
    }
    
    /* ========================================== */
    /* Headerüberschrift - Farbe danach der Hover */
    /* ----------------------------------------- */
    
    #titel h1 {
    
    color:#cecdc3 !important;
    opacity:0.8;
    }
    
    #titel h1 a:hover {
    
    color:#b6bcb5 !important;
    
    }
    
    #werbung span {
    
    color: #b6bcb5 !important;
    
    font-size:10px !important;
    
    font-family: Tahoma;
    
    }
    
    /* ========================================== */
    /* Das RR Logo ganz unten rechts */
    /* ----------------------------------------- */
    
    #footimg {
    
    background: transparent url(https://www.xup.in/pic,66059416/brr.png) no-repeat !important;
    
    }
    
    /* ========================================== */
    /* Damit der Hintergrund sich in WYSIWYG-Editoren nicht verändert */
    /* ----------------------------------------- */
    
    .wysiwyg {background: #F5F5F5 !important;}
    
    }
    
    /* ========================================== */
    
    

    Edited. 22.10.2009 - 23:57
     
  15. 25. November 2009
    AW: Stylish: Mach deinen eigenen Stil für RR

    Hab das mal wieder ausgegraben.
    Finde das ist eine BW wert! dies hab ich auch gleich erledigt.
    wollte fragen ob vllt jemand schon was neues gemac hat? ^^
    würde mich da auch mal dran machen wenn ich zeit dafür finde.

    Werde das ergebnis natürlich posten.

    MfG Cynn
     
  16. 2. Dezember 2009
    Zuletzt von einem Moderator bearbeitet: 14. April 2017
    AW: Stylish: Mach deinen eigenen Stil für RR

    Ist noch nicht so ganz optimal...
    Aber vor erst reichts denke ich ^^

    Mal übers Logo gehen

    Spoiler
    Code:
    @namespace url(http://www.w3.org/1999/xhtml);
    @-moz-document domain("board.raidrush.ws") {
    
    /* Dadurch gibt es nicht diese gepunkteten 
    Rahmen beim Klicken auf verklinte Sachen */
    /* ----------------------------------------- */
    
    * {
    outline: 0 !important;
    }
    
    .alt2 span strong {
    color: #477094 !important;
    }
    
    /* ========================================== */
    /* Hintergrundbild */
    /* ----------------------------------------- */
    
    body {
    background: #000 url(http://www.dinpattern.com/tiles/ghost-tile.gif) !important;
    }
    
    /* ========================================== */
    /* Logo */
    /* ----------------------------------------- */
    
    #logo {
    background: transparent url(http://img248.imageshack.us/img248/8444/logont.gif) 0px -1px no-repeat !important;
    }
    #logo:hover {
    background: transparent url(http://img137.imageshack.us/img137/9060/logohover.gif) 0px -1px no-repeat !important;
    }
    
    img[src="https://www.xup.in/000/board.raidrush.ws/a_rr_style/misc/images/rr_head.png"] {
    opacity:0;
    }
    
    /* ========================================== */
    /* Headerhintergrund */
    /* ----------------------------------------- */
    
    #head {
    background: transparent url(http://img100.imageshack.us/img100/3572/headerta.jpg) no-repeat!important;
    }
    
    #navi {
    background: #d8dee6 !important;
    border-top: 1px solid #a1bbd7 !important;
    border-bottom: 1px solid #4a779b !important;
    }
    
    .menu ul li a:hover {
    background: #d8dee6 !important;
    color: #21405c !important;
    opacity:1.0;
    }
    
    .menu ul li a{
    color: #477094 !important;
    opacity:1.0;
    }
    
    .menu ul li {
    border-right: transparent !important;
    }
    
    /* ========================================== */
    /* Headerüberschrift - Farbe danach der Hover */
    /* ----------------------------------------- */
    
    #titel h1 {
    color:#fff !important;
    opacity:0.8;
    }
    
    #titel h1 a:hover {
    color:#2b4966 !important;
    }
    
    #werbung span {
    color: #fff !important;
    font-size:10px !important;
    font-family: Tahoma;
    }
    
    /* ========================================== */
    /* Das RR Logo ganz unten rechts */
    /* ----------------------------------------- */
    
    #footimg {
    
    background: transparent url(https://www.xup.in/pic,66059416/brr.png) no-repeat !important;
    
    }
    
    /* ========================================== */
    /* Damit der Hintergrund sich in WYSIWYG-Editoren nicht verändert */
    /* ----------------------------------------- */
    
    .wysiwyg {background: #F5F5F5 !important;}
    
    }
    
    /* ========================================== */
    
    
     
  17. 6. Dezember 2009
    Zuletzt von einem Moderator bearbeitet: 14. April 2017
    AW: Stylish: Mach deinen eigenen Stil für RR

    hab den style von elf4 übernommen und hier und da noch etwas ausgeschmückt
    mir gefällts :]

    Spoiler
    Bild


    Code:
    @namespace url(http://www.w3.org/1999/xhtml);
    
    @-moz-document domain("board.raidrush.ws")
    
    /* Raidrush Green/White Clean */
    {
    
    /* Setzt einen weißen Background */
    body {background:#fff!important;}
    
    
    /* Dadurch gibt es nicht diese gepunkteten 
    Rahmen beim Klicken auf verklinte Sachen */
    /* ----------------------------------------- */
    
    * {
    outline: 0 !important;
    }
    
    /* Fügt ein Schatten oberhalb hinzu und setzt die Borderfarbe neu */
    #main_div:before {content:url(https://www1.xup.in/exec/ximg.php?fid=99422498)}
    #bg_div {border:1px solid #a3a4a6!important;} 
    
    /* Entfernt Twitter & Co */
    #werbung span a, #foot, #nx {display:none!important;}
    
    
    /* 3D Border auf Solid reduziert */
    .info, .panel, .vBulletin_editor{border:1px solid #a3a4a6!important;}
    
    /* Fügt einen Schatten unterhalb hinzu */
    #main_div:after {padding-top:20px;
    content:url(https://www1.xup.in/exec/ximg.php?fid=13928322)}
    
    /* Color Settings */
    
    .time, .top_cat a {color:#a4cf22!important;}
    .alt2 {margin-top:2px!important;color:#686868!important;font-size:11px!important;}
    * {outline:0!important;}
    .tcat, .tcat a {color:#746650!important;}
    .thead {color:#6d768b!important;}
    } 
    
    /* Logo */
    /* ----------------------------------------- */
    
    #logo {
    background: transparent url(https://www.xup.in/pic,98850135/rr_head.png) no-repeat!important;}
    
    img[src="https://www.xup.in/000/board.raidrush.ws/a_rr_style/misc/images/rr_head.png"] {
    opacity:0;
    }
    
    /* Headerüberschrift - Farbe danach der Hover */
    /* ----------------------------------------- */
    
    #titel h1 {
    color:#000000 !important;
    font-size:30px !important;
    font-family: Tahoma !important;
    } 
    
    #titel h1 a:hover {
    color:#a4cf22 !important;
    }
    
    #werbung span {
    color:#92CC00 !important;
    font-size:15px !important;
    font-family: Tahoma;
    }
    
    body a:hover {
    color:#a4cf22 !important;
    }
    
    #navi {
    background: url(https://www.xup.in/pic,15912107/nav_Kopie.png)!important;
    border-bottom: #000000 !important;
    border-top: #000000 !important;
    } 
    
    .menu ul li a:hover {
    background-color: transparent !important;
    color: #ffffff !important;
    }
    
    .menu ul li a{
    color: #8BC300 !important;
    }
    
    .navbar {
    color:#a4cf22 !important;
    }
    
    #logo:hover {
    background: transparent url(https://www.xup.in/pic,36203737/rr_head.gif) 0px -1px no-repeat !important;
    }
    
    /* ========================================== */
    kleine buttons weggemacht
    
    img[src="https://www.xup.in/000/board.raidrush.ws/a_rr_style/misc/navbits_start.gif"]{
     height:2px!important;
     padding-left: 2px !important;
     background-image:url(-)!important;
     width:0!important;
    }
    
    img[src="https://www.xup.in/000/board.raidrush.ws/a_rr_style/misc/navbits_start.gif"]{
     height:2px!important;
     padding-left: 2px !important;
     background-image:url(-)!important;
     width:0!important;
    }
    
    img[src="https://www.xup.in/000/board.raidrush.ws/a_rr_style/misc/sticky.gif"]{
     height:15px!important;
     padding-left: 15px !important;
     background-image:url(-)!important;
     width:0!important;
    }
    
    /* ========================================== */
    RR-Buttons
    #alt2 {
     background: #fff url(https://www.xup.in/000/board.raidrush.ws/a_rr_style/statusicon/forum_new.gif) !important;
     width: 500px !important;
    }
    
    img[src="https://www.xup.in/000/board.raidrush.ws/a_rr_style/statusicon/forum_new.gif"]{
     height:32px!important;
     padding-left: 32px !important;
     background-image:url(https://www.xup.in/pic,17785440/forum_new.png)!important;
     width:0!important;
    }
    
    /* ========================================== */
    img[src="https://www.xup.in/000/board.raidrush.ws/a_rr_style/statusicon/forum_old.gif"]{
     height:32px!important;
     padding-left: 32px !important;
     background-image:url(https://www.xup.in/pic,20105202/forum_old.png)!important;
     width:0!important;
    }

    und weil ich die abgabe verpeilt habe
    mein logo aber auch vorstellen möchte, mach ich das gleich hier mit ein paar zusätzlichen änderungen

    Spoiler
    Bild


    Code:
    @namespace url(http://www.w3.org/1999/xhtml);
    
    @-moz-document domain("board.raidrush.ws") 
    
    {
    
    /* Setzt einen weißen Background */
    body {background:#A10B00!important;}
    
    
    /* Entfernt Twitter & Co */
    #werbung span a, #foot, #nx {display:none!important;}
    
    /* Fügt einen Schatten unterhalb hinzu */
    #main_div:after {padding-top:20px;
    content:url(https://www1.xup.in/exec/ximg.php?fid=13928322)}
    
    /* Color Settings */
    
    .time, .top_cat a {color:#990000!important;}
    .alt2 {margin-top:2px!important;color:#686868!important;font-size:11px!important;}
    * {outline:0!important;}
    .tcat, .tcat a {color:#745050!important;}
    .thead {color:#6d768b!important;}
    } 
    
    /* Dadurch gibt es nicht diese gepunkteten 
    Rahmen beim Klicken auf verklinte Sachen */
    /* ----------------------------------------- */
    
    * {
    outline: 0 !important;
    }
    
    /* Logo */
    /* ----------------------------------------- */
    
    #logo {
    background: transparent url(https://www.xup.in/pic,87532657/rr_head.png) no-repeat !important;
    }
    #logo img {
    display:none!important;
    }
    
    #head {
    background: transparent url(https://www.xup.in/pic,44996577/head_bg.png) no-repeat!important;
    }
    
    /* Headerüberschrift - Farbe danach der Hover */
    /* ----------------------------------------- */
    
    #titel h1 {
    color:#ffffff !important;
    font-size:33px !important;
    font-family: Georgia !important;
    } 
    
    #titel h1 a:hover {
    color:#CC0000 !important;
    }
    
    #werbung span {
    color:#CC0000 !important;
    font-size:21px !important;
    font-family: Georgia;
    }
    
    body a:hover {
    color:#CC0000 !important;
    }
    
    #navi {
    background: url(https://www.xup.in/pic,17979889/nav_Kopie.png)!important;
    border-bottom: #000000 !important;
    border-top: #000000 !important;
    } 
    
    .menu ul li a:hover {
    background-color: transparent !important;
    color: #CC0000 !important;
    }
    
    .menu ul li a{
    color: #FFFFFF !important;
    }
    
    .navbar {
    color:#CC0000 !important;
    }
    
    /* ========================================== */
    kleine buttons weggemacht
    
    img[src="https://www.xup.in/000/board.raidrush.ws/a_rr_style/misc/navbits_start.gif"]{
     height:2px!important;
     padding-left: 2px !important;
     background-image:url(-)!important;
     width:0!important;
    }
    
    img[src="https://www.xup.in/000/board.raidrush.ws/a_rr_style/misc/navbits_start.gif"]{
     height:2px!important;
     padding-left: 2px !important;
     background-image:url(-)!important;
     width:0!important;
    }
    
    img[src="https://www.xup.in/000/board.raidrush.ws/a_rr_style/misc/sticky.gif"]{
     height:15px!important;
     padding-left: 15px !important;
     background-image:url(-)!important;
     width:0!important;
    }
    
    /* ========================================== */
    RR-Buttons
    #alt2 {
     background: #fff url(https://www.xup.in/000/board.raidrush.ws/a_rr_style/statusicon/forum_new.gif) !important;
     width: 500px !important;
    }
    
    img[src="https://www.xup.in/000/board.raidrush.ws/a_rr_style/statusicon/forum_new.gif"]{
     height:32px!important;
     padding-left: 32px !important;
     background-image:url(https://www.xup.in/pic,19472090/forum_new.png)!important;
     width:0!important;
    }
    
    /* ========================================== */
    img[src="https://www.xup.in/000/board.raidrush.ws/a_rr_style/statusicon/forum_old.gif"]{
     height:32px!important;
     padding-left: 32px !important;
     background-image:url(https://www.xup.in/pic,10601838/forum_old.png)!important;
     width:0!important;
    }
    
    /* Damit der Hintergrund sich in WYSIWYG-Editoren nicht verändert */
    /* ----------------------------------------- */
    
    .wysiwyg {background: #F5F5F5 !important;}
    
    
    

    vllt gefällts ja dem ein oder anderen
    gz
     
  18. 19. Dezember 2009
    AW: Stylish: Mach deinen eigenen Stil für RR

    Hi, ich habe ein problem mit nem style für ne andere seite, aber ich hoffe, mir wird hier trotzdem geholfen.
    und zwar habe ich ein bild, welches nur per <img>-tag eingebaut ist, aber weder eine class noch sonst irgendwas hat, was man namendlich ansprechen kann.

    <img src="http://static.galaxyconflict.de/default/bau/status/planet/moon.png" border="0">

    dieses möchte ich durch die Datei http://home.arcor.de/freakbommel/GC-Style/erg.gif ersetzen.

    1. ist das möglich, und wenn ja, wie?
    und 2. kann ich auch lokale bilder einsetzen? wenn ja, wie?


    ok, punkt 1 ist gelöst:
    Spoiler
    @namespace url(http://www.w3.org/1999/xhtml);

    @-moz-document domain("gc.looki.de") {
    img[src="http://static.galaxyconflict.de/default/bau/status/planet/moon.png"]{
    height: 0 !important;
    width: 0 !important;
    padding-left:310px !important;
    padding-top: 300px !important;
    background: url(http://home.arcor.de/freakbommel/GC-Style/erg.gif) no-repeat!important;
    }
    }
     
  19. 20. Dezember 2009
    AW: Stylish: Mach deinen eigenen Stil für RR

    geh Mal in deinem Browser auf Datei->Datei öffnen... und öffne dort dein Bild. Die Url die dann im Browser angezeigt wird kannst du einfach so einfügen.

    Beispiel: file:///C:/Users/Headi/Pictures/Bild.jpg

    gruss
     
  20. 22. Dezember 2009
    AW: Stylish: Mach deinen eigenen Stil für RR

    Super, danke

    Hmm, kennt jemand die Linux-Version von FF und Stylish?Wo speichert der die Styles ab? Da muß doch ne CSS-Datei oder sowas ähnliches existieren....
     
  21. 26. Dezember 2009
    Zuletzt von einem Moderator bearbeitet: 15. April 2017
    AW: Stylish: Mach deinen eigenen Stil für RR

    Updated, Renomeeknubbel werden jetzt wieder ausgetauscht weil die neuen HÄSSLICH sind!

    Spoiler
    Code:
    @namespace url(http://www.w3.org/1999/xhtml);
    @-moz-document domain("board.raidrush.ws") {
    
    /* Dadurch gibt es nicht diese gepunkteten 
    Rahmen beim Klicken auf verklinte Sachen */
    /* ----------------------------------------- */
    
    * {
    outline: 0 !important;
    }
    
    .alt2 span strong {
    color: #a9a9a5 !important;
    }
    
    /* ========================================== */
    /* Hintergrundbild */
    /* ----------------------------------------- */
    
    body {background: black url(https://www.xup.in/pic,93432716/back3.jpg)!important;}
    
    /* ========================================== */
    /* Logo */
    /* ----------------------------------------- */
    
    #logo {
    
    background: transparent url(https://www.xup.in/pic,18142350/logo.png) !important;
    
    }
    
    img[src="https://www.xup.in/000/board.raidrush.ws/a_rr_style/misc/images/rr_head.png"]{
    opacity:0;
    }
    
    /* ========================================== */
    /* Headerhintergrund */
    /* ----------------------------------------- */
    
    #head {
    
    background: transparent url(https://www.xup.in/pic,14907910/bg.jpg) no-repeat!important;
    
    }
    
    #navi {
    
    background: url(https://www.xup.in/pic,14307540/nav.jpg)!important;
    
    border-bottom: #444333 !important;
    
    border-top: #444333 !important;
    
    }
    
    .menu ul li a:hover {
    
    background-color: transparent !important;
    
    color: #ff6ec7 !important;
    
    }
    
    .menu ul li a{
    
    color: #DB70DB !important;
    
    }
    
    .menu ul li {
    
    border-right: transparent !important;
    
    }
    
    /* ========================================== */
    /* Headerüberschrift - Farbe danach der Hover */
    /* ----------------------------------------- */
    
    #titel h1 {
    
    color:#DB70DB !important;
    
    }
    
    #titel h1 a:hover {
    
    color:#ff6ec7 !important;
    
    }
    
    #werbung span {
    
    color:#DB7093 !important;
    
    font-size:10px !important;
    
    font-family: Tahoma;
    
    }
    
    /* ========================================== */
    /* Das RR Logo ganz unten rechts */
    /* ----------------------------------------- */
    
    #footimg {
    
    background: transparent url(https://www.xup.in/pic,66059416/brr.png) no-repeat !important;
    
    }
    
    /* ========================================== */
    /* Damit der Hintergrund sich in WYSIWYG-Editoren nicht verändert */
    /* ----------------------------------------- */
    
    .wysiwyg {background: #F5F5F5 !important;}
    
    }
    
    /* ========================================== */
    /* Lila Symbole vor den Themenbereichen */
    /* ------------------------------------------*/
    
    #alt2 {
     background: #fff url(https://www.xup.in/000/board.raidrush.ws/a_rr_style/statusicon/forum_new.gif) !important;
     width: 500px !important;
    }
    
    img[src="https://www.xup.in/000/board.raidrush.ws/a_rr_style/statusicon/forum_new.gif"]{
     height:32px!important;
     padding-left: 32px !important;
     background-image:url(https://www.xup.in/pic,11639111/forum_new.gif)!important;
     width:0!important;
    }
    
    /* ========================================== */
    /* Lila Briefsymbol bei neuen Beiträgen */
    /* ------------------------------------------*/
    
    #alt2 {
     background: #fff url(https://www.xup.in/000/board.raidrush.ws/a_rr_style/statusicon/thread_dot_hot_new.gif) !important;
     width: 500px !important;
    }
    
    img[src="https://www.xup.in/000/board.raidrush.ws/a_rr_style/statusicon/thread_dot_hot_new.gif"]{
     height:15px!important;
     padding-left: 16px !important;
     background-image:url(https://www.xup.in/pic,80508416/thread_dot_hot_new.gif)!important;
     width:0!important;
    
    }
    
    #alt2 {
     background: #fff url(https://www.xup.in/000/board.raidrush.ws/a_rr_style/statusicon/thread_hot_new.gif) !important;
     width: 500px !important;
    }
    
    img[src="https://www.xup.in/000/board.raidrush.ws/a_rr_style/statusicon/thread_hot_new.gif"]{
     height:15px!important;
     padding-left: 16px !important;
     background-image:url(https://www.xup.in/pic,37196521/thread_hot_new.gif)!important;
     width:0!important;
    
    }
    
    #alt2 {
     background: #fff url(https://www.xup.in/000/board.raidrush.ws/a_rr_style/statusicon/thread_new.gif) !important;
     width: 500px !important;
    }
    
    img[src="https://www.xup.in/000/board.raidrush.ws/a_rr_style/statusicon/thread_new.gif"]{
     height:15px!important;
     padding-left: 16px !important;
     background-image:url(https://www.xup.in/pic,13096445/thread_new.gif)!important;
     width:0!important;
    
    }
    
    #alt2 {
     background: #fff url(https://www.xup.in/000/board.raidrush.ws/a_rr_style/statusicon/thread_dot_new.gif) !important;
     width: 500px !important;
    }
    
    img[src="https://www.xup.in/000/board.raidrush.ws/a_rr_style/statusicon/thread_dot_new.gif"]{
     height:15px!important;
     padding-left: 16px !important;
     background-image:url(https://www.xup.in/pic,30192245/thread_dot_new.gif)!important;
     width:0!important;
    
    }
    
    #alt2 {
     background: #fff url(https://www.xup.in/000/board.raidrush.ws/a_rr_style/statusicon/thread_lock_new.gif) !important;
     width: 500px !important;
    }
    
    img[src="https://www.xup.in/000/board.raidrush.ws/a_rr_style/statusicon/thread_lock_new.gif"]{
     height:15px!important;
     padding-left: 16px !important;
     background-image:url(https://www.xup.in/pic,15691326/thread_lock_new.gif)!important;
     width:0!important;
    
    }
    
    #alt2 {
     background: #fff url(https://www.xup.in/000/board.raidrush.ws/a_rr_style/statusicon/thread_dot_lock_new.gif) !important;
     width: 500px !important;
    }
    
    img[src="https://www.xup.in/000/board.raidrush.ws/a_rr_style/statusicon/thread_dot_lock_new.gif"]{
     height:15px!important;
     padding-left: 16px !important;
     background-image:url(https://www.xup.in/pic,16672146/thread_dot_lock_new.gif)!important;
     width:0!important;
    
    }
    
    #alt2 {
     background: #fff url(https://www.xup.in/000/board.raidrush.ws/a_rr_style/statusicon/thread_hot_lock_new.gif) !important;
     width: 500px !important;
    }
    
    img[src="https://www.xup.in/000/board.raidrush.ws/a_rr_style/statusicon/thread_hot_lock_new.gif"]{
     height:15px!important;
     padding-left: 16px !important;
     background-image:url(https://www.xup.in/pic,15163206/thread_hot_lock_new.gif)!important;
     width:0!important;
    
    }
    
    #alt2 {
     background: #fff url(https://www.xup.in/000/board.raidrush.ws/a_rr_style/statusicon/thread_dot_hot_lock_new.gif) !important;
     width: 500px !important;
    }
    
    img[src="https://www.xup.in/000/board.raidrush.ws/a_rr_style/statusicon/thread_dot_hot_lock_new.gif"]{
     height:15px!important;
     padding-left: 16px !important;
     background-image:url(https://www.xup.in/pic,25669275/thread_dot_hot_lock_new.gif)!important;
     width:0!important;
    
    }
    
    /* ========================================== */
    /* Renomeepunkte */
    /* ------------------------------------------*/
    
    #alt2 {
     background: #fff url(https://www.xup.in/000/board.raidrush.ws/a_rr_style/reputation/reputation_pos.gif) !important;
     width: 500px !important;
    }
    
    img[src="https://www.xup.in/000/board.raidrush.ws/a_rr_style/reputation/reputation_green2.gif"]{
     height:10px!important;
     padding-left: 8px !important;
     background-image:url(https://www.xup.in/pic,15373413/reputation_pos.gif)!important;
     width:0!important;
    }
    
    #alt2 {
     background: #fff url(https://www.xup.in/000/board.raidrush.ws/a_rr_style/reputation/reputation_highpos.gif) !important;
     width: 500px !important;
    }
    
    img[src="https://www.xup.in/000/board.raidrush.ws/a_rr_style/reputation/reputation_green1.gif"]{
     height:10px!important;
     padding-left: 8px !important;
     background-image:url(https://www.xup.in/pic,16933537/reputation_highpos.gif)!important;
     width:0!important;
    }
    
    #alt2 {
     background: #fff url(https://www.xup.in/000/board.raidrush.ws/a_rr_style/reputation/reputation_pos2.gif) !important;
     width: 500px !important;
    }
    
    img[src="https://www.xup.in/000/board.raidrush.ws/a_rr_style/reputation/reputation_gold1.gif"]{
     height:10px!important;
     padding-left: 8px !important;
     background-image:url(https://www.xup.in/pic,97979344/reputation_pos2.gif)!important;
     width:0!important;
    }
    
    #alt2 {
     background: #fff url(https://www.xup.in/000/board.raidrush.ws/a_rr_style/reputation/reputation_highpos2.gif) !important;
     width: 500px !important;
    }
    
    img[src="https://www.xup.in/000/board.raidrush.ws/a_rr_style/reputation/reputation_gold2.gif"]{
     height:10px!important;
     padding-left: 8px !important;
     background-image:url(https://www.xup.in/pic,19281784/reputation_highpos2.gif)!important;
     width:0!important;
    }
    
    /* ========================================== */
    /* Stats Symbol unten links (Wuerfel) */
    /* ------------------------------------------*/
    
    #alt2 {
     background: #fff url(https://www.xup.in/000/board.raidrush.ws/a_rr_style/misc/stats.gif) !important;
     width: 500px !important;
    }
    
    img[src="https://www.xup.in/000/board.raidrush.ws/a_rr_style/misc/stats.gif"]{
     height:24px!important;
     padding-left: 24px !important;
     background-image:url(https://www.xup.in/pic,19357600/stats.gif)!important;
     width:0!important;
    }
    

    Wer lieber die alten Knubbelfarben will, kann die von Horstroad nehmen: Showthread Php 9138596 / Download - RR:Suche
     
  22. 26. Dezember 2009
    AW: Stylish: Mach deinen eigenen Stil für RR

    ich versteh es nicht ganz wie ich das machen kann wenn ich auf den link klicke von Davydave dann komm ich auf sowas hier "Anonym Surfen mit Referer Killer"?
    würde gern auch style ändern nur habe keine peilung wie..
     
  23. 26. Dezember 2009
    AW: Stylish: Mach deinen eigenen Stil für RR

    Entferne einfach mal das 'dick markierte' in der URL

    Stylish :: Add-ons für Firefox

    go.raidrush.ws konnte HTTPS Links nicht weiterleiten, wurde gemeldet und schon behoben - Links sollten jetzt funktionieren :>
     
  24. 8. Januar 2010
    AW: Stylish: Mach deinen eigenen Stil für RR

    Schade das ich keinen plan habe wie man sowas selber schreiben kann aber trotzdem coole idee
     
  25. 8. Januar 2010
    AW: Stylish: Mach deinen eigenen Stil für RR

    kann mir einer mal erklären,wie ich das mit opera mache? der link im startpost is kaputt
     
  26. Video Script

    Videos zum Themenbereich

    * gefundene Videos auf YouTube, anhand der Überschrift.