Ergebnis 1 bis 2 von 2
  1. #1
    Avatar von thom53281
    Registriert seit
    Mar 2007
    Beiträge
    5.748
    Danksagungen
    33

    Standard Schriftfarben entfernen

    Da man vor allem als Alt-Style-User immer wieder von Blau-, Violett- oder auch Schwarztönen in seinem ruhigen Boardalltag gestört wird, aber man auch als gemeiner Corporate-Style-User Probleme mit gelben, weißen oder auch anderen Farben hat:


    Schriftfarben im alten Style restlos entfernen:
    Betrifft alle Farben in Posts, farbige Benutzertitel, Farben im Forenteaser, etc.
    Auch Links werden wieder in ihrer ursprünglichen Farbe dargestellt.

    Spoiler: 

    Code:
    @-moz-document url(http://board.gulli.com/), domain(board.gulli.com) {
    
    .alt2 font, .alt1 font, .mip, .alt2 div b, .alt1 div b, .forumteaser b, .forumteaser font {color: #c0c0c0!important; }
    .alt1 a:link b, .alt2 a:link b, .alt1 a:link font, .alt2 a:link font{color: #CC6600 !important;}
    .alt1 a:hover font, .alt2 a:hover font, .alt1 a:active font, .alt2 a:active font, .alt1 a:hover b, .alt2 a:hover b, .alt1 a:active b, .alt2 a:active b{color: #c0c0c0 !important;text-decoration:underline!important;}
    .alt2 b, .alt1 b{color: #c0c0c0!important; }
    .alt2 a span, .alt1 a span{color: #CC6600!important; }
    
    }


    Schriftfarben im alten Style nur in den Signaturen entfernen:
    Da wohl Signaturfarben zu den nervigsten Farben onboard zählen dürften.

    Spoiler: 

    Code:
    @-moz-document url(http://board.gulli.com/), domain(board.gulli.com) {
    
    .signaturealt1 font, .signaturealt2 font {color: #c0c0c0!important; }
    .signaturealt1 a:link font, .signaturealt2 a:link font {color: #CC6600 !important;}
    .signaturealt1 a:hover font, .signaturealt2 a:hover font, .signaturealt1 a:active font, .signaturealt2 a:active font {color: #c0c0c0 !important;text-decoration:underline!important;}
    
    }


    Schriftfarben im Corporate-Style restlos entfernen:
    Betrifft auch wieder alle Farben in Posts, farbige Benutzertitel, Farben im Forenteaser, etc.
    Auch Links werden wieder in ihrer ursprünglichen Farbe dargestellt.

    Spoiler: 

    Code:
    @-moz-document url(http://board.gulli.com/), domain(board.gulli.com) {
    
    .alt2 div b, .alt1 div b, .alt2 font, .alt1 font, .forumteaser font {color: #000!important; }
    .alt1 a:link font, .alt2 a:link font, .alt1 a:link b, .alt2 a:link b, .alt1 a:link span, .alt2 a:link span {color: #AB1E23 !important;}
    .alt1 a:hover font, .alt2 a:hover font, .alt1 a:active font, .alt2 a:active font, .alt1 a:hover b, .alt2 a:hover b, .alt1 a:active b, .alt2 a:active b {color: #AB1E23 !important;text-decoration:underline!important;}
    
    }


    Schriftfarben im Corporate-Style nur in den Signaturen entfernen:

    Spoiler: 

    Code:
    @-moz-document url(http://board.gulli.com/), domain(board.gulli.com) {
    
    .signaturealt1 font, .signaturealt2 font {color: #000!important; }
    .signaturealt1 a:link font, .signaturealt2 a:link font {color: #AB1E23 !important;}
    .signaturealt1 a:hover font, .signaturealt2 a:hover font, .signaturealt1 a:active font, .signaturealt2 a:active font {color: #000 !important;text-decoration:underline!important;}
    
    }


    Sieht dann beispielsweise so aus:

    Spoiler: 



    Wenn man die Stylesheets in Opera benutzen möchte, so sollte man die Zeile "@-moz-document url(http://board.gulli.com/), domain(board.gulli.com) {" am Anfang und die } am Ende entfernen.


    Und ganz wichtig: Auch wenn folgende Personen keinen farbigen Benutzertitel mehr haben, sollte man sich trotzdem vor ihnen in Acht nehmen.
    Jonny666, enteo, Lokalrunde und vor allem von Holger.

    Viel Spaß damit.

    Für diesen Beitrag bedankt sich enteo
    Geändert von Jonny (20. 11. 2009 um 14:20 Uhr)

  2. #2
    Weltgeistjünger

    Moderator

    Avatar von Jonny
    Registriert seit
    Feb 2007
    Ort
    fern von Dörfern.
    Beiträge
    2.477
    Danksagungen
    400

    Standard

    Auch wenn ich (als Nutzer des Corporate-Styles) im Grunde kaum Probleme mit penetranten Schriftfarben hatte - Vielen Dank für das Skript und vor allem für den einschüternden Zusatz ... Ist im Sticky. jonny
    Geändert von Jonny (10. 08. 2009 um 12:45 Uhr)

  3.  
     
     

Berechtigungen

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