/**********************************************************************************************************/
/******************************* Hardwareluxx Xenforo Dark 1.0 ********************************************/
/**********************************************************************************************************/
/**********************************************************************************************************/
/*************************** Aussehen Hauptforum / Subforum / Threads *************************************/
/**********************************************************************************************************/
/************************************ Allgemeine Änderungen ***********************************************/
/* Hintergrund der einzelnen Hauptforen, Subforum, Threads, ...*/
.node-body, .p-sectionLinks-list, .p-sectionLinks-inner.hScroller, .structItem-cell, .block-filterBar, .message-cell.message-cell--main, .fr-element.fr-view {
background: #1c1c1c;
}
/* Hintergrund der äußeren Flächen */
html, .p-body-inner, .p-body-pageContent, .p-body {
background: #101010;
}
/* Linie unterhalb von Aktuelles, Hardware, ... */
.block-header {
border-bottom: 1px solid #d60b07;
border-top: 1px solid #d60b07;
}
.p-sectionLinks-inner.hScroller {
border-bottom: 1px solid #d60b07;
}
/*Hover Hintergrund für Buttons*/
.button.button--link:hover, .pageNav-page:hover, .pageNav-jump:hover{
background: #585858 !important;
}
.username {
color: #cd5959; /* Schriftfarbe von Benutzernamen */
}
.listInline.listInline--comma > li::after {
content: ", ";
color: #dac7c7; /* Zurzeit aktive Besucher: Farbe vom Komma */
}
/*************************************** Haupt- und Subforum ***********************************************/
.node-title a {
color: #c9c9c9 !important; /* Farbe Überschriften Hauptseite links */
letter-spacing: 0.1px;
}
.node-extra-title {
color: #eee6e6; /* Farbe Aktueller Post Hauptseite rechts */
}
.node-subNodeFlatList a {
color: #c9c9c9; /* Farbe Überschriften Hauptseite Unterforen */
}
.subNodeLink::before {
font-weight: 600; /* Farbe Sprechblasen bei Hauptseite Unterforen */
color: #736969;
}
.structItem-title a {
color: #c9c9c9 !important; /* Farbe Überschriften Subforum links */
}
.is-unread .structItem-title a {
color: #bd3e3e !important; /* Farbe ungelesene Überschriften Subforum links */
}
.is-unread .structItem-cell {
background-color: #232323 !important; /* Hintergrundfarbe für ungelesene Threads ändern */
}
.structItem {
border-top: 2px solid #333339;
}
.structItem-status::before {
color: #dedede; /* Farbe Symbol: Sticky, Gesperrt, Watched Thread */
}
.structItem-minor {
color: #a0a1a7; /* Farbe Threadersteller, Aufrufe, letztes Post Subforum */
}
/************************************ Innerhalb eines Threads**********************************************/
.is-unread .message-cell.message-cell--main {
background-color: #2c2c2c !important; /* Hintergrundfarbe für ungelesene Posts ändern */
}
.message-content {
color: #eee6e6; /* Schriftfarbe der einzelnen Posts */
}
.fr-box.fr-basic .fr-element {
color: #eee6e6; /* Schriftfarbe der Schnellantwort Box */
}
.avatar--default--dynamic.avatar--default.avatar--m.avatar {
display:none !important; /* Standard Avatare ausblenden innerhalb Threads ausblenden */
}
.bbCodeBlock--expandable {
background: #26262c; /* Hintergrund von Zitaten */
}
.bbCodeBlock-title {
color: #da3131; /* Hintergrund und Schriftfarbe von Zitatkopf */
background: #2d2d34;
}
.bbTable > table > tbody > tr > th {
background: #282323; /* Hintergrund von Tabellenkopf */
}
.reactionsBar {
background: transparent; /* Leiste mit Reaktionen */
border: none;
}
.p3d-mysystem-popup { /* Farben und Rahmen für "System" */
background: #292828;
border-top: 1px solid #7d0200;
border-bottom: 1px solid #7d0200;
border-left: 1px solid #7d0200;
border-right: 1px solid #7d0200;
}
.p3d-mysystem-popup dt {
background: #454545;
color: #ebe9e9;
}
.message-userExtras div {
color: #6c72f4 !important; /* Schriftfarbe Threadstarter */
}