Hardwareluxx Forenstyle-Sammlung

lrwr

Enthusiast
Thread Starter
Mitglied seit
08.04.2007
Beiträge
3.333
Hallo Luxxer :wink:

das neue Forenaussehen sorgt ja schon für viel Aufmerksamkeit und es wurden ja auch schon von offizieller seite codeschnipsel für Stylish rausgegben.
Dazu bin ich wohl auch nicht der einzige, der sich hingesetzt hat und selber etwas gemacht hat.


Hier im Thread sollen vorallem von usern erstellte styles gesammelt und ausgetauscht werden.
lob und kritik sind natürlich immer wilkommen

wer noch keine ahnung hat wie/wo/was:
es gibt für den firefox und für crome ein addon names stylish,welches selbst erstellte css sheets "nachträglich" auf webseiten anwendet. damit kann man eine webseite ummodelieren, verschönern, verstummeln, liegt im auge des betrachters :fresse:
für opera gibt es auch ein solches addon unter dem namen include css, funktion ist die gleiche.


Screenshots und code in den Spoilern:

Black Skin (lrwr) [keine eigene Weiterentwicklung mehr]
luxxii1u46ok.png


luxxii24q0eb.png


luxxii36c6sm.png



http://www.hardwareluxx.de/communit...renstyle-sammlung-862930-27.html#post19590825

Ein Nachbau des alten blauen skins (lrwr):

Ein heller Skin, angelehnt an den alten von AbsolutesChaoz

Ein heller Skin vom User tree-:

Dunkeler Skin von FuXxMiTdOpPeLX

Ein Heller Skin von siroques:

Ein Skin mit zentriertem forum und dezenten Änderrungen von vfdesignz:

Abwandlung des neuen Orginalskins von siM Luxx

Dunkeler, edler Skin von siM Luxx

Bonus: Extra Codeschnipsel für höhere Texteingabefelder (lrwr)
Code:
#cke_contents_vB_Editor_001_editor{
height:500px !important;
}

#cke_contents_vB_Editor_QR_editor{
height:200px !important;
}

#cke_contents_vB_Editor_QE_1_editor{
height:300px !important;
}

Bonus 2: Breitenbegrenzung der schnell- Eingabefelder (lrwr)
breite auf 60% gesetzt:
Code:
/* Schnellantwort */
#vB_Editor_QR .editor_textbox_container{
float:none !important;
width:60%;
margin:0px auto;
}

/* Schnellbearbeitung */
#vB_Editor_QE_1 .editor_textbox{
float:none !important;
width:90%;
margin:0px auto;
}

oder auch mit absolutwerten (war beim alten luxx auch), das sollten gut ran kommen:
Code:
/* Schnellantwort */
#vB_Editor_QR .editor_textbox_container{
float:none !important;
width:640px;
margin:0px auto;
}

/* Schnellbearbeitung */
#vB_Editor_QE_1 .editor_textbox{
float:none !important;
width:640px;
margin:0px auto;
}

Bonus 3: Forum zentrieren (vfdesignz)
Willst du es komplett Zentriert, also ohne freie Fläche links & rechts oder mit einer freien Fläche?

Ohne freie Fläche
Code:
.main_body1 {
 margin: 0px auto !important;
 position: relative !important;
 }
 
.body_wrapper {
 padding: 0px 0px 0px 0px !important;
 margin: 0px auto !important;
 position: relative !important;
 }

Mit freier Fläche:
Code:
.main_body1 {
 margin: 0px auto !important;
 margin-right: 209px !important;
 margin-left: 200px !important;
 position: relative !important;
 }
 
.body_wrapper {
 padding: 0px 0px 0px 0px !important;
 margin: 0px auto !important;
 position: relative !important;
 margin-right: -18px !important;
 margin-left: -20px !important;
 }
 
.footer {
 margin-right: -3px !important;
 margin-left: -1px !important;
 }

hier im Thread ist jeder eingeladen seine eigenen Skins zu posten.
Ich werde von Zeit zu Zeit die neuen Skins hier vorne einpflegen, für die neuste Version konsultiert ihr aber besser die letzten Seiten des Threads ;)
 
Zuletzt bearbeitet:
Wenn Du diese Anzeige nicht sehen willst, registriere Dich und/oder logge Dich ein.
Mich würde es interessieren, wie man es schafft, dass das eigene CSS in Stylish nur das Forum betrifft, nicht aber die Main. Hast du dazu eventuell eine Lösung?
 
Du bist ein G O T T ! :hail: :hail: :hail:
 
es wäre echt super wenn du mir kurz erklären könntest, wie ich mit diesem include css via opera das alte blaue Theme das du so cool nachgebaut hast nachbauen könnte. Zumindest solange bis dieses, hoffentlich offiziell auch wieder verfügbar ist. Ich finde es momentan mit diesem weiß extrem anstrengend.
 
Oh ich danke dir :d Endlich wieder alles dunkel hier.

Der neue Forum Style gefällt mir zwar aber nicht mit diesem grässlichen weiß.

Vielen Dank! :bigok:
 
Auch ich danke den fleißigen Programmierern hier :)


Mich würde es interessieren, wie man es schafft, dass das eigene CSS in Stylish nur das Forum betrifft, nicht aber die Main. Hast du dazu eventuell eine Lösung?

Die URL auf alle, die mit "http://www.hardwareluxx.de/community" anfangen ändern. So hab ich es gemacht :)
 
Zuletzt bearbeitet:
es wäre echt super wenn du mir kurz erklären könntest, wie ich mit diesem include css via opera das alte blaue Theme das du so cool nachgebaut hast nachbauen könnte. Zumindest solange bis dieses, hoffentlich offiziell auch wieder verfügbar ist. Ich finde es momentan mit diesem weiß extrem anstrengend.

für die opera user gibt es hier ein relativ anschauliches video wie ich finde:

Include CSS - User Guide (Opera extension) - YouTube

den blauen gibts noch nicht, mit dem bin ich noch nicht fertig, aber schwarz-grau (mit etwas rot) gibt es schon
ich hoffe, dass ich den blauen morgen fertig bekomme :)



ansonsten danke für die blumen :)
 
Und wie genau geht´s nun?
Scheine da auch gerade von Blindheit geschlagen zu sein :fresse:

Einen neuen Style erstellen, einen Namen eingeben und dann unten beginnen mit:

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

@-moz-document url-prefix("http://www.hardwareluxx.de/community/") {

Dann kommt das ganze CSS

und zum Ende noch eine
}

Die CSS Kenntnisse braucht man eben und Tools wie Firebug sind praktisch Pflicht um herauszufinden was man in das CSS schreiben muss.
 
Super, danke dir.

Da hatte ich unten das zweite } nicht gemacht im eigenen Anlauf.

Jetzt ist es wie es sein soll :)
 
Bei Opera gehts noch einfacher: Rechtsklick - Seitenspezifische Einstellungen - Anzeige - Eigener Stylesheet


Vorher den Quelltext der bevorzugten Skins mim Editor als blablabla.css speichern und wie beschriebn auswählen ;) Und alles ohne extra Programme
 
Es sieht aber nicht wie das alte HWL aus, will es wieder mit diesem Grau in Grau wie vor ein paar Tagen, es ist hier nicht auszuhalten.
 
Der blau/graue Style wird erst morgen fertig (Thread lesen!), bis dahin wirst es mit dem schwarzen Style aushalten können, oder?
 
Selbst erstellen oder warten bis es ein anderer tut. Ganz das alte wirst du aber nicht bekommen da das Layout im neuen Forum einfach anders ist.
 
Kannst du im Design1 den Schwarzen Hintergrund mal weiss machen oder mir verraten was ich im Stylishcode ändern muss?

Würd mich mal interessieren wie das wirkt.

Hab meinen Favourit gefunden:
Style1, aber:
Zeile 20: ändern in:
background:lightgrey !important;
 
Zuletzt bearbeitet:
Einen neuen Style erstellen, einen Namen eingeben und dann unten beginnen mit:

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

@-moz-document url-prefix("http://www.hardwareluxx.de/community/") {

Dann kommt das ganze CSS

und zum Ende noch eine
}

Die CSS Kenntnisse braucht man eben und Tools wie Firebug sind praktisch Pflicht um herauszufinden was man in das CSS schreiben muss.


Bei mir will das irgendwie nicht so recht. Wenn ich das so mache wie du es sagt, also erst:

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

@-moz-document url-prefix("http://www.hardwareluxx.de/community/") {

danach den ganzen CSS-Code und zum Schluss nochmal eine "}" dann bleibt alles beim alten.

Wenn ich es aber so mache,

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

@-moz-document url-prefix("http://www.hardwareluxx.de/community/") {

}

und dann den ganzen CSS-Code dazupacke, verändert sich zwar das Forum, aber leider auch die Hauptseite. :hmm:
 
Hmm seltsam.
Versuche mal den ganzen Code rein zu kopieren:

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

@-moz-document url-prefix("http://www.hardwareluxx.de/community/") {
/***FORUM***/
.main_body1 {
left:0!important;
margin-right:0!important;
}
body a{
color:#000!important;
}

.cf {
border-bottom:none!important;
border-left:none!important;
border-right:none!important;
border-bottom-left-radius:0px!important;
border-bottom-right-radius:0px!important;
background:#fff!important; 
}

* { -moz-box-shadow: none !important; }
* { -webkit-box-shadow: none !important; }

/***FORUMSTART***/

.forumhead + .childforum .L2:first-child .forumrow, .forumhead + .L2 .forumrow {
background:#f1f1f1!important;
border-top:1px solid #000!important;
}
.forumbit_nopost .forumbit_nopost .forumrow, .forumbit_post .forumrow {
background:#f1f1f1!important;
border-bottom: 1px solid #000!important;
border-left: 1px solid #000!important;
border-right: 1px solid #000!important;
}

.forumhead {
border-color: #000!important;
border-radius: 2px 2px 0 0;
border-style: solid;
border-width: 1px 1px 1px!important;
border-bottom: 0px!important;
margin-top:5px!important;
}
#forums .L1 .forumhead a {
color:#fff!important;
}

/***FORUMSTATS***/
.wgo_block {
background:#f1f1f1;}
.wgo_block .blocksubhead {
background:#c0c0c0!important;
margin-bottom:5px!important;
}

/***FOOTER***/
.footer{
background:#c0c0c0!important;
}
.footer a{
color:#000!important;
}

/***NAVHBAR+TOP***/

.navtabs{
background:url("http://www.hardwareluxx.de/community/members/absoluteschaoz-160608/albums/forumstyle/176753-navbarbg.png") repeat-x #c0c0c0!important;
border-top-left-radius:0px!important;
border-top-right-radius:0px!important;
padding:0 0 0 7px!important;
}
.leaderboard{
margin:0 auto!important;
}
.navbar{
margin:0!important;
border-top-left-radius:0px!important;
border-top-right-radius:0px!important;
}
.above_body{
margin:0!important;
border-bottom-left-radius:0px!important;
border-bottom-right-radius:0px!important;
border:0!important;
}

.navtabs li a.navtab{
border-left:0!important;
color:#fff!important;
}
.navtabs li.selected li a {
color:#fff!important;
}
.navbar_advanced_search li a {
color:#fff!important;
}
.navtabs li.selected a.navtab{
color:#fff!important;
}
/***THREADVIEW***/

.toolsmenu{
background:#464746!important;
margin-top:5px!important;
margin-bottom:0px!important;
border:1px solid #000!important;
}
.toolsmenu div {
border-top:0!important;
}

.toolsmenu .popupgroup a.popupctrl, .toolsmenu .popupgroup .popupmenu a.popupctrl, .toolsmenu .popupgroup .popupmenu:hover a.popupctrl, .toolsmenu .popupgroup .popupmenu:hover .popupctrl a.popupctrl.active{
color:#fff!important;
}
.postbitlegacy .posthead .time {
color:#000!important;
}
.postbit .posthead .nodecontrols a, .postbitlegacy .posthead .nodecontrols a, .eventbit .eventhead .nodecontrols a {
color:#000!important;
}

.postbit .posthead, .postbitlegacy .posthead, .eventbit .eventhead{
background:#c0c0c0!important;
color:#000!important;
border-color:#000!important;
border-width:1px 1px 1px!important;
}

.postbitlegacy .postbody, .eventbit .eventdetails .eventbody {
background:#f1f1f1!important;
border-left:1px solid #000!important;
}

.postbitlegacy .postdetails, .eventbit .eventdetails {
border-left:1px solid #000!important;
border-right:1px solid #000!important;
background:#e6e6e6!important;
}
.postbit .postfoot, .postbitlegacy .postfoot, .eventbit .eventfoot {
background:#c0c0c0!important;
border:1px solid #000!important;
}

.postbit, .postbitlegacy, .eventbit {
margin-bottom:5px!important;
}
a.firstunread{
color:#fff!important;
}
.postbitlegacy .postfoot .textcontrols a, .postbit .postfoot .textcontrols a, .eventbit .eventfoot .eventcontrols a, .postbitlegacy .postfoot .textcontrols span.mobile, .postbit .postfoot .textcontrols span.mobile {
color:#000!important;
}

.newcontent_textcontrol {
background: url(http://www.hardwareluxx.de/community/members/absoluteschaoz-160608/albums/forumstyle/176753-navbarbg.png) repeat-x #c0c0c0!important;
}


}

Bei mir funktioniert das so. Schon seltsam.:fresse2:
In der Übersicht der Stile sollte dann stehen "Wirkt sich auf "http://www.hardwareluxx.de/community/*" aus."
 
Zuletzt bearbeitet:
Dann kriege ich 4 Fehlermeldungen, die ich nicht nachvollziehen kann. :hmm:
Vielleicht weil das Forum am Code etwas ändert, ich schicke dir mal meinen Code via PN, kannst du dir den mal anschauen? Ich finde da keine Fehler.
 
Danke @lrwr für den dunklen Skin!
 
@ lrwr

Vielen Dank für den schicken Style.
Freue mich schon auf das Grau-Blau ;)
 
Man sollte das Style in sofern anpassen, dass die Änderungen nur die hardwareluxx Domain betreffen. Mit dem o.a. Script ändern sich auch andere Seiten!


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


@-moz-document domain("hardwareluxx.de") {

.forumbit_post .forumrow, .forumbit_nopost .forumrow, .forumbit_post

body{
color:white !important;
}

a{
color:white !important;
text-decoration:underline !important;
background:none;
}

.body_wrapper{
background:none !important;
}

.main_body{
background:black !important;
}

.blockfoot{
background:none !important;
}

.cf{
background:none !important;
}

.floatcontainer.footer{
background:#636563 !important;
}

.navtabs.floatcontainer{
background:#636563 !important;
}

.blockhead{
background:#636563 !important;
}

.shade.footer_time{
color:white;
}

.blocksubhead{
background:#636563 !important;
}


.blockbody{
background:#737573 !important;
}

SPAN{
color:white !important;
}

.above_body{
background:#636563 !important;
}

.forumrow.table{
background:#636563 !important;
}

.rating0.sticky{
background:#737573 !important;
}

.rating1.sticky{
background:#737573 !important;
}

.rating2.sticky{
background:#737573 !important;
}

.rating3.sticky{
background:#737573 !important;
}

.rating4.sticky{
background:#737573 !important;
}

.rating5.sticky{
background:#737573 !important;
}

.rating0.nonsticky{
background:#737573 !important;
}

.rating1.nonsticky{
background:#737573 !important;
}

.rating2.nonsticky{
background:#737573 !important;
}

.rating3.nonsticky{
background:#737573 !important;
}

.rating4.nonsticky{
background:#737573 !important;
}

.rating5.nonsticky{
background:#737573 !important;
}

.postbody{
background:#737573 !important;
}

.postdetails{
background:#636563 !important;
}

.blockrow{
background:#737573 !important;
}

.blockrow.pmbit{
background:#737573 !important;
}

#yui-gen8{
background:#737573 !important;
}

#yui-gen5{
background:#737573 !important;
}

#yui-gen2{
background:#737573 !important;
}

#tag_edit_link{
background:#636563 !important;
}

.popupctrl.user_systeminfo{
background:#636563 !important;
}

#navbar_notice_12{
background:#636563 !important;
}

.username_container{
background:none !important;
}

.popupbody.memberaction_body{
background:#636563 !important;
}

.username.online.popupctrl{
background:none !important;
}

.username.offline.popupctrl{
background:none !important;
}

.threadlastpost.td{
color:white;
}

.threadstats.td.alt{
color:white
}

.pagination span a{
background:grey !important;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
border-top-width: 1px;
}

.popupbody li > a:hover, .popupbody li > label:hover, .popupbody li.vbmenu_hilite > a {
background-color:none !important;
}

.popupbody li > a, .popupbody li > label {
background:none;
}

a.user_systeminfo{
box-shadow:none !important;
font-size:12px !important;
padding-left:1px !important
}

#usercp_nav .blockrow * a:hover {
background:none !important;
}

.filter{
background:#636563 !important;
color: white;
border-left-width:0px !important;

}

P{
color:white ;
}

.blocksubhead{
color:white !important;
}

.wgo_subblock.section{
background:#737573 !important;
}

.wgo_subblock.section{
color:white !important;
}

.postbit, .postbitlegacy, .eventbit{
color:white !important;
}

.postbitlegacy .postrow, .eventbit .eventrow, .postbitdeleted .postrow, .postbitignored .postrow {
color:white !important;
}

.quote_container{
background:#636563 !important;
}

.bbcode_container .bbcode_quote_container{
background:none;
}


.bbcode_code{
background:#434543 !important;
}

.navbar{
border-left-width:1px !important;
border-top-width:1px !important;
border-right-width:1px !important;
height:55px !important;
}

.userprof_content{
color:white !important;
}

.userprof_vmright div{
background:#636563 !important;
}

.userprof_vmright div blockquote{
background:#737573 !important;
}

.userprof_module{
background:#737573 !important;
}

.userprof_moduleinactive{
background:#636563 !important;
}

.userprof_title{
color:white !important;
}

dl.stats dt, #sidebar_container dl.stats, #sidebar_container .blockbody.userprof_content, #sidebar_container .userprof_content .time, .userprof_content .time {
color:white !important
}

.userprof_content .blockrow{
color:white !important;
}

.textcontrol{
background:none !important;
}

.forumrow{
background:#737573 !important;
}

#pagetitle{
padding-bottom:3px;
}

.thread_info{
color:white;
}

.navtabs ul{
background:#737573
}

.postfoot{
background:#737573 !important;
border-top-color:#A3A5A3 !important;
}

.posthead{
background:#636563 !important;
border-left-color:#D1D1D1 !important;
border-right-color:#D1D1D1 !important;
border-bottom-color:#A3A5A3 !important;
}

.pagetitle{
padding-top:10px !important;
}

.thread_controls ul{
background:#737573 !important;
margin-top:4px;
}

.popupctrl{
background:#737573 !important;
}

.forumbit_post .foruminfo .forumdata, .forumbit_post .foruminfo .forumtitle, .forumbit_post .foruminfo .viewing {
color:white !important;
}

.userprof_content{
background:#737573 !important;
}

.threadlisthead{
border-left-color:#D1D1D1 !important;
border-right-color:#D1D1D1 !important;
border-bottom-color:#D1D1D1 !important;
}

.forumhead{
border-left-color:#D1D1D1 !important;
border-right-color:#D1D1D1 !important;
border-bottom-color:#D1D1D1 !important;
}

.breadcrumb .navbit a:hover{
background:none !important;
border-top-color:black !important;
border-left-color:black !important;
border-right-color:black !important;
border-bottom-color:black !important;
}

.active{
background:#838583 !important;
}

.above_postlist .pagination_top .pagination, .above_postlist .pagination_top .postpagestats {
color:#C1C1C1 !important;
}

#usercp_navpopup a{
background:#737573 !important;
}

.blockfoot.controlbar.textpad a{
background:#737573 !important;
}

#showthread_navpopup a{
background:#737573 !important;
}

#searchtypeswitcher li a {
background:#636563 !important;
}

#searchtypeswitcher li.selected a{
background:#737573 !important;
}

#pmrecips_ctrl{
color:white;
}

#yui-gen26 .right{
background:#737573;
}

#cke_11_text{
color:black !important;
}

#cke_13_text{
color:black !important;
}

Danke an lrwr und Le_Frog99, aus denen diese Version enstanden ist!
 
Man sollte das Style in sofern anpassen, dass die Änderungen nur die hardwareluxx Domain betreffen. Mit dem o.a. Script ändern sich auch andere Seiten!


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


@-moz-document domain("hardwareluxx.de") {

.forumbit_post .forumrow, .forumbit_nopost .forumrow, .forumbit_post

body{
color:white !important;
}

a{
color:white !important;
text-decoration:underline !important;
background:none;
}

.body_wrapper{
background:none !important;
}

.main_body{
background:black !important;
}

.blockfoot{
background:none !important;
}

.cf{
background:none !important;
}

.floatcontainer.footer{
background:#636563 !important;
}

.navtabs.floatcontainer{
background:#636563 !important;
}

.blockhead{
background:#636563 !important;
}

.shade.footer_time{
color:white;
}

.blocksubhead{
background:#636563 !important;
}


.blockbody{
background:#737573 !important;
}

SPAN{
color:white !important;
}

.above_body{
background:#636563 !important;
}

.forumrow.table{
background:#636563 !important;
}

.rating0.sticky{
background:#737573 !important;
}

.rating1.sticky{
background:#737573 !important;
}

.rating2.sticky{
background:#737573 !important;
}

.rating3.sticky{
background:#737573 !important;
}

.rating4.sticky{
background:#737573 !important;
}

.rating5.sticky{
background:#737573 !important;
}

.rating0.nonsticky{
background:#737573 !important;
}

.rating1.nonsticky{
background:#737573 !important;
}

.rating2.nonsticky{
background:#737573 !important;
}

.rating3.nonsticky{
background:#737573 !important;
}

.rating4.nonsticky{
background:#737573 !important;
}

.rating5.nonsticky{
background:#737573 !important;
}

.postbody{
background:#737573 !important;
}

.postdetails{
background:#636563 !important;
}

.blockrow{
background:#737573 !important;
}

.blockrow.pmbit{
background:#737573 !important;
}

#yui-gen8{
background:#737573 !important;
}

#yui-gen5{
background:#737573 !important;
}

#yui-gen2{
background:#737573 !important;
}

#tag_edit_link{
background:#636563 !important;
}

.popupctrl.user_systeminfo{
background:#636563 !important;
}

#navbar_notice_12{
background:#636563 !important;
}

.username_container{
background:none !important;
}

.popupbody.memberaction_body{
background:#636563 !important;
}

.username.online.popupctrl{
background:none !important;
}

.username.offline.popupctrl{
background:none !important;
}

.threadlastpost.td{
color:white;
}

.threadstats.td.alt{
color:white
}

.pagination span a{
background:grey !important;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
border-top-width: 1px;
}

.popupbody li > a:hover, .popupbody li > label:hover, .popupbody li.vbmenu_hilite > a {
background-color:none !important;
}

.popupbody li > a, .popupbody li > label {
background:none;
}

a.user_systeminfo{
box-shadow:none !important;
font-size:12px !important;
padding-left:1px !important
}

#usercp_nav .blockrow * a:hover {
background:none !important;
}

.filter{
background:#636563 !important;
color: white;
border-left-width:0px !important;

}

P{
color:white ;
}

.blocksubhead{
color:white !important;
}

.wgo_subblock.section{
background:#737573 !important;
}

.wgo_subblock.section{
color:white !important;
}

.postbit, .postbitlegacy, .eventbit{
color:white !important;
}

.postbitlegacy .postrow, .eventbit .eventrow, .postbitdeleted .postrow, .postbitignored .postrow {
color:white !important;
}

.quote_container{
background:#636563 !important;
}

.bbcode_container .bbcode_quote_container{
background:none;
}


.bbcode_code{
background:#434543 !important;
}

.navbar{
border-left-width:1px !important;
border-top-width:1px !important;
border-right-width:1px !important;
height:55px !important;
}

.userprof_content{
color:white !important;
}

.userprof_vmright div{
background:#636563 !important;
}

.userprof_vmright div blockquote{
background:#737573 !important;
}

.userprof_module{
background:#737573 !important;
}

.userprof_moduleinactive{
background:#636563 !important;
}

.userprof_title{
color:white !important;
}

dl.stats dt, #sidebar_container dl.stats, #sidebar_container .blockbody.userprof_content, #sidebar_container .userprof_content .time, .userprof_content .time {
color:white !important
}

.userprof_content .blockrow{
color:white !important;
}

.textcontrol{
background:none !important;
}

.forumrow{
background:#737573 !important;
}

#pagetitle{
padding-bottom:3px;
}

.thread_info{
color:white;
}

.navtabs ul{
background:#737573
}

.postfoot{
background:#737573 !important;
border-top-color:#A3A5A3 !important;
}

.posthead{
background:#636563 !important;
border-left-color:#D1D1D1 !important;
border-right-color:#D1D1D1 !important;
border-bottom-color:#A3A5A3 !important;
}

.pagetitle{
padding-top:10px !important;
}

.thread_controls ul{
background:#737573 !important;
margin-top:4px;
}

.popupctrl{
background:#737573 !important;
}

.forumbit_post .foruminfo .forumdata, .forumbit_post .foruminfo .forumtitle, .forumbit_post .foruminfo .viewing {
color:white !important;
}

.userprof_content{
background:#737573 !important;
}

.threadlisthead{
border-left-color:#D1D1D1 !important;
border-right-color:#D1D1D1 !important;
border-bottom-color:#D1D1D1 !important;
}

.forumhead{
border-left-color:#D1D1D1 !important;
border-right-color:#D1D1D1 !important;
border-bottom-color:#D1D1D1 !important;
}

.breadcrumb .navbit a:hover{
background:none !important;
border-top-color:black !important;
border-left-color:black !important;
border-right-color:black !important;
border-bottom-color:black !important;
}

.active{
background:#838583 !important;
}

.above_postlist .pagination_top .pagination, .above_postlist .pagination_top .postpagestats {
color:#C1C1C1 !important;
}

#usercp_navpopup a{
background:#737573 !important;
}

.blockfoot.controlbar.textpad a{
background:#737573 !important;
}

#showthread_navpopup a{
background:#737573 !important;
}

#searchtypeswitcher li a {
background:#636563 !important;
}

#searchtypeswitcher li.selected a{
background:#737573 !important;
}

#pmrecips_ctrl{
color:white;
}

#yui-gen26 .right{
background:#737573;
}

#cke_11_text{
color:black !important;
}

#cke_13_text{
color:black !important;
}

Danke an lrwr und Le_Frog99, aus denen diese Version enstanden ist!

aaaaaaah danke wollt gerade fragen ob man da was machen kann :fresse2:
 
Ich hatte eine Klammer vergessen. Obwohl es zu funktionieren scheint, nochmal das Update:

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


@-moz-document domain("hardwareluxx.de") {

.forumbit_post .forumrow, .forumbit_nopost .forumrow, .forumbit_post

body{
color:white !important;
}

a{
color:white !important;
text-decoration:underline !important;
background:none;
}

.body_wrapper{
background:none !important;
}

.main_body{
background:black !important;
}

.blockfoot{
background:none !important;
}

.cf{
background:none !important;
}

.floatcontainer.footer{
background:#636563 !important;
}

.navtabs.floatcontainer{
background:#636563 !important;
}

.blockhead{
background:#636563 !important;
}

.shade.footer_time{
color:white;
}

.blocksubhead{
background:#636563 !important;
}


.blockbody{
background:#737573 !important;
}

SPAN{
color:white !important;
}

.above_body{
background:#636563 !important;
}

.forumrow.table{
background:#636563 !important;
}

.rating0.sticky{
background:#737573 !important;
}

.rating1.sticky{
background:#737573 !important;
}

.rating2.sticky{
background:#737573 !important;
}

.rating3.sticky{
background:#737573 !important;
}

.rating4.sticky{
background:#737573 !important;
}

.rating5.sticky{
background:#737573 !important;
}

.rating0.nonsticky{
background:#737573 !important;
}

.rating1.nonsticky{
background:#737573 !important;
}

.rating2.nonsticky{
background:#737573 !important;
}

.rating3.nonsticky{
background:#737573 !important;
}

.rating4.nonsticky{
background:#737573 !important;
}

.rating5.nonsticky{
background:#737573 !important;
}

.postbody{
background:#737573 !important;
}

.postdetails{
background:#636563 !important;
}

.blockrow{
background:#737573 !important;
}

.blockrow.pmbit{
background:#737573 !important;
}

#yui-gen8{
background:#737573 !important;
}

#yui-gen5{
background:#737573 !important;
}

#yui-gen2{
background:#737573 !important;
}

#tag_edit_link{
background:#636563 !important;
}

.popupctrl.user_systeminfo{
background:#636563 !important;
}

#navbar_notice_12{
background:#636563 !important;
}

.username_container{
background:none !important;
}

.popupbody.memberaction_body{
background:#636563 !important;
}

.username.online.popupctrl{
background:none !important;
}

.username.offline.popupctrl{
background:none !important;
}

.threadlastpost.td{
color:white;
}

.threadstats.td.alt{
color:white
}

.pagination span a{
background:grey !important;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
border-top-width: 1px;
}

.popupbody li > a:hover, .popupbody li > label:hover, .popupbody li.vbmenu_hilite > a {
background-color:none !important;
}

.popupbody li > a, .popupbody li > label {
background:none;
}

a.user_systeminfo{
box-shadow:none !important;
font-size:12px !important;
padding-left:1px !important
}

#usercp_nav .blockrow * a:hover {
background:none !important;
}

.filter{
background:#636563 !important;
color: white;
border-left-width:0px !important;

}

P{
color:white ;
}

.blocksubhead{
color:white !important;
}

.wgo_subblock.section{
background:#737573 !important;
}

.wgo_subblock.section{
color:white !important;
}

.postbit, .postbitlegacy, .eventbit{
color:white !important;
}

.postbitlegacy .postrow, .eventbit .eventrow, .postbitdeleted .postrow, .postbitignored .postrow {
color:white !important;
}

.quote_container{
background:#636563 !important;
}

.bbcode_container .bbcode_quote_container{
background:none;
}


.bbcode_code{
background:#434543 !important;
}

.navbar{
border-left-width:1px !important;
border-top-width:1px !important;
border-right-width:1px !important;
height:55px !important;
}

.userprof_content{
color:white !important;
}

.userprof_vmright div{
background:#636563 !important;
}

.userprof_vmright div blockquote{
background:#737573 !important;
}

.userprof_module{
background:#737573 !important;
}

.userprof_moduleinactive{
background:#636563 !important;
}

.userprof_title{
color:white !important;
}

dl.stats dt, #sidebar_container dl.stats, #sidebar_container .blockbody.userprof_content, #sidebar_container .userprof_content .time, .userprof_content .time {
color:white !important
}

.userprof_content .blockrow{
color:white !important;
}

.textcontrol{
background:none !important;
}

.forumrow{
background:#737573 !important;
}

#pagetitle{
padding-bottom:3px;
}

.thread_info{
color:white;
}

.navtabs ul{
background:#737573
}

.postfoot{
background:#737573 !important;
border-top-color:#A3A5A3 !important;
}

.posthead{
background:#636563 !important;
border-left-color:#D1D1D1 !important;
border-right-color:#D1D1D1 !important;
border-bottom-color:#A3A5A3 !important;
}

.pagetitle{
padding-top:10px !important;
}

.thread_controls ul{
background:#737573 !important;
margin-top:4px;
}

.popupctrl{
background:#737573 !important;
}

.forumbit_post .foruminfo .forumdata, .forumbit_post .foruminfo .forumtitle, .forumbit_post .foruminfo .viewing {
color:white !important;
}

.userprof_content{
background:#737573 !important;
}

.threadlisthead{
border-left-color:#D1D1D1 !important;
border-right-color:#D1D1D1 !important;
border-bottom-color:#D1D1D1 !important;
}

.forumhead{
border-left-color:#D1D1D1 !important;
border-right-color:#D1D1D1 !important;
border-bottom-color:#D1D1D1 !important;
}

.breadcrumb .navbit a:hover{
background:none !important;
border-top-color:black !important;
border-left-color:black !important;
border-right-color:black !important;
border-bottom-color:black !important;
}

.active{
background:#838583 !important;
}

.above_postlist .pagination_top .pagination, .above_postlist .pagination_top .postpagestats {
color:#C1C1C1 !important;
}

#usercp_navpopup a{
background:#737573 !important;
}

.blockfoot.controlbar.textpad a{
background:#737573 !important;
}

#showthread_navpopup a{
background:#737573 !important;
}

#searchtypeswitcher li a {
background:#636563 !important;
}

#searchtypeswitcher li.selected a{
background:#737573 !important;
}

#pmrecips_ctrl{
color:white;
}

#yui-gen26 .right{
background:#737573;
}

#cke_11_text{
color:black !important;
}

#cke_13_text{
color:black !important;
}
}

Viel Spaß!
 
Zuletzt bearbeitet:
Hardwareluxx setzt keine externen Werbe- und Tracking-Cookies ein. Auf unserer Webseite finden Sie nur noch Cookies nach berechtigtem Interesse (Art. 6 Abs. 1 Satz 1 lit. f DSGVO) oder eigene funktionelle Cookies. Durch die Nutzung unserer Webseite erklären Sie sich damit einverstanden, dass wir diese Cookies setzen. Mehr Informationen und Möglichkeiten zur Einstellung unserer Cookies finden Sie in unserer Datenschutzerklärung.


Zurück
Oben Unten refresh