• Hallo liebe Userinnen und User,

    nach bereits längeren Planungen und Vorbereitungen sind wir nun von vBulletin auf Xenforo umgestiegen. Die Umstellung musste leider aufgrund der Serverprobleme der letzten Tage notgedrungen vorverlegt werden. Das neue Forum ist soweit voll funktionsfähig, allerdings sind noch nicht alle der gewohnten Funktionen vorhanden. Nach Möglichkeit werden wir sie in den nächsten Wochen nachrüsten. Dafür sollte es nun einige der Probleme lösen, die wir in den letzten Tagen, Wochen und Monaten hatten. Auch der Server ist nun potenter als bei unserem alten Hoster, wodurch wir nun langfristig den Tank mit Bytes vollgetankt haben.

    Anfangs mag die neue Boardsoftware etwas ungewohnt sein, aber man findet sich recht schnell ein. Wir wissen, dass ihr alle Gewohnheitstiere seid, aber gebt dem neuen Board eine Chance.
    Sollte etwas der neuen oder auch gewohnten Funktionen unklar sein, könnt ihr den "Wo issn da der Button zu"-Thread im Feedback nutzen. Bugs meldet ihr bitte im Bugtracker, es wird sicher welche geben die uns noch nicht aufgefallen sind. Ich werde das dann versuchen, halbwegs im Startbeitrag übersichtlich zu halten, was an Arbeit noch aussteht.

    Neu ist, dass die Boardsoftware deutlich besser für Mobiltelefone und diverse Endgeräte geeignet ist und nun auch im mobilen Style alle Funktionen verfügbar sind. Am Desktop findet ihr oben rechts sowohl den Umschalter zwischen hellem und dunklem Style. Am Handy ist der Hell-/Dunkelschalter am Ende der Seite. Damit sollte zukünftig jeder sein Board so konfigurieren können, wie es ihm am liebsten ist.


    Die restlichen Funktionen sollten eigentlich soweit wie gewohnt funktionieren. Einfach mal ein wenig damit spielen oder bei Unklarheiten im Thread nachfragen. Viel Spaß im ngb 2.0.

NGB Darkfish - Alternate

theSplit

1998
Veteran Barkeeper

Registriert
3 Aug. 2014
Beiträge
28.557
Moin!

Komme gerade von der Arbeit und dachte mir, ich finde das Darkfish Theme hat zu viel Fläche, das lässt sich doch gar nicht schön lesen.... da ist EpiCorp angenehmer.

Nun gut, Stylish als Add-on ist installiert, also schaue ich mal was ich ändern könnte.

Dabei bin ich jetzt etwas weiter gegangen... das ganze ist aber noch nicht fertig, ich würde mich aber über Meinungen zu diesem Anfang freuen...

------------

Alles alte Inhalte die nicht mehr 100% gültig sind - bitte hier entlang.

Hier Screenshots des aktuellen Designs.

Startseite:


Forumansicht:



Und wer möchte, hier schon etwas CSS für diese Anpassungen, anzuwenden auf die Domain "ngb.to":

Hier im Mozilla Format, welches man "importieren" kann, über Stylish, direkt beim bearbeiten eines neuen Styles...

Aber wie gesagt ist alles noch als Rohfassung zu betrachten. ;)


Edit: Alter Code:

[src=css]@-moz-document domain("ngb.to") {
html {
background-color: #111;
}

body {
margin: 0px auto;
width: 70%;
}

/* Logo and navigation block */
.above_body {
margin-top: 45px;
background: none;
}

.doc_header {
margin-bottom: 20px;
}

.navbar {
height: 70px;
border-radius: 6px;
}

.navtabs.floatcontainer {
padding-top:8px;
border-radius: 6px 6px 0px 0px;
}

ul.floatcontainer {
top: 34px;
padding-top: 4px;
}

.navtabs li {
border: none !important;
}

.navtab {
border-radius: 6px 6px 0px 0px;
margin-left: 6px;
}

.globalsearch {
position: absolute;
margin: 0px;
padding: 0px;
margin-top: 4px;
min-width: 34%;
right: 26px;
}

.globalsearch .textboxcontainer {
margin-bottom: 9px;
border: none;
width: 55%;
right: 145px;
position: absolute;
}

.globalsearch .textboxcontainer span {
border: none;
width: 100%;
}

.globalsearch input.textbox {
width: 100%;
}

.navbar_advanced_search {
padding-right: 0px;
}

.navbar_advanced_search li {
clear: none;
margin-left: 30px;
}

ul.ngb-elsewhere {
position: absolute;
top: -40px;
right: 0px;
}

.ngb-elsewhere > li {
margin-left: 8px;
}

/* Body and content */
.body_wrapper {
border-radius: 6px;
}

#forums > li > div.forumhead.collapse {
border: none;
padding: 7px;
margin-top: 14px;
margin-bottom: 7px;
border-radius: 6px;
}

#forums .forumbit_post {
border: none;
margin: 0px;
margin-bottom: 3px;
border-radius: 6px;
}

#forums .forumrow.table {
border-radius: 6px;
border: 1px solid #333;
}

ol.childforum > li > div {
padding-top: 7px;
padding-bottom: 8px;
}

ol.childforum > li:nth-of-type(2n) {
background-color: #202020;
}

ol.childforum .forumstats {
padding-top: 8px;
}


.wgo_block .blockhead {
border-radius: 6px 6px 0px 0px;
}

.wgo_block.block > div {
border-radius: 0px 0px 6px 6px;
}

/* Forum page */
.above_threadlist_controls {
padding: 7px;
border-radius: 6px;
border: none;
margin: 0px;
}

.threadlisthead.table,
.noinlinemod {
border: none;
margin: 0px;
margin-bottom: 2px;
border-radius: 6px;
}

.forumhead + ol > li:first-child, .threadlist .threadlisthead + ol, .blockrow:first-child, .searchbits > li:first-child, ol#threadlist > li:first-child, #usercp_content ol#threads > li:first-child {
border: none;
}

li.threadbit.attachments,
li.threadbit {
margin-bottom: 4px;
border: none;
}

li.threadbit > div {
border: none;
}

ol.stickies > li:last-of-type,
ol.threads > li:last-of-type {
border: none;
margin-bottom: 18px;
}

ol.stickies > li.threadbit:nth-of-type(2n),
ol.threads > li.threadbit:nth-of-type(2n) {
background-color: #202020;
}

ol.stickies > li.threadbit > div,
ol.threads > li.threadbit > div {
border-radius: 6px;
border: 1px solid #333;
margin-top: 3px;
}

ol.stickies .threadtitle img:first-of-type,
ol.threads .threadtitle img:first-of-type {
margin-top: 1px;
}

li.threadbit > .threadinfo:nth-of-type(odd) .inner {
background-color: #202020;
}

li.threadbit .threadinfo,
li.threadbit .threadinfo {
line-height: 1.65em;
}

li.threadbit .threadstats,
li.threadbit .threadlastpost {
padding-top: 8px;
line-height: 1.55em;
}

.forum_info .options_block .options_correct, .thread_info .options_block .options_correct, .forum_info .options_block2 .options_correct, .thread_info .options_block2 .options_correct {
border-radius: 0px 0px 6px 6px;
}

.floatcontainer.footer {
border-radius: 6px;
}

select {
border: none;
border-radius: 6px;
padding: 6px 12px;
}

.postlistfoot a.newcontent_textcontrol, .forumfoot a.newcontent_textcontrol {
padding: 6px 12px;
border-radius: 6px;
}

.pagination span a.popupctrl {
padding: 4px 9px 4px 23px;
}

.pagination span a,
.pagination span.selected a,
.pagination span.prev_next a, .pagination span.first_last a {
line-height: 1.55em;
}

.pagination span a,
.pagination span.selected a {
padding: 4px 9px;
}

.pagination .popupctrl {
border-radius: 6px 0px 0px 6px;
}

.pagination span.first_last a {
border-radius: 0px 6px 6px 0px;
}

.pagination span.prev_next a, .pagination span.first_last a {
padding-bottom: 8px;

}

.navpopupmenu.popupmenu.nohovermenu a.textcontrol, .navpopupmenu.popupmenu.nohovermenu a.popupctrl,
.options_input_block input {
padding: 6px 12px;
margin-left: 6px;
border: 1px solid #888;
border-radius: 6px;
}


/* Thread view */
.thread_controls {
border: none;
margin: 0px;
margin-bottom: 12px;
border-radius: 6px;
padding: 4px 0px;
}

}[/src]

Was ich noch ergänzend dazu sagen muß, das ganze funktioniert nur, wenn "darkfish" als Forenstyle ausgewählt ist :)
 
Zuletzt bearbeitet:

electric.larry

\''; DROP TABLE user; --
Teammitglied

Registriert
13 Dez. 2014
Beiträge
4.549
Ort
Raum 43
Re: [WIP] NGB Darkfish - Alternate

Split, ich arbeit auch an einem neuen Theme. Basiert im Prinzip auf Epicorp, aber farblich eher Darkfish und ohne die ganzen Schatten und Rundungen. Hättest du nicht Lust, daran mitzuarbeiten?
 

theSplit

1998
Veteran Barkeeper

Registriert
3 Aug. 2014
Beiträge
28.557
  • Thread Starter Thread Starter
  • #3
Re: [WIP] NGB Darkfish - Alternate

Guten Morgen Larry,

das klingt interessant. Können wir gerne machen, ich bin mir zwar nicht sicher ob ich mich einbringen kann, aber vielleicht kann ich dir etwas unter die Arme greifen. :)
Du kannst mir ja mal eine PN mit Details zu dem neuen Theme schreiben und wie ich dir dabei helfen könnte, evtl. auch mit einem Screenshot, dann kann ich mir mal ein Bild machen.

Ansonsten würde ich diesen Style Override auch weiter erarbeiten, mir gefällt er nämlich soweit schon ganz gut, ist das Ding, müsste nur etwas sorgfältiger ausgearbeitet werden.
Ich glaube wenn man das konsequent macht könnte der auch ganz gut aussehen - wäre zumindest eine (weitere) Alternative. *find*
 

theSplit

1998
Veteran Barkeeper

Registriert
3 Aug. 2014
Beiträge
28.557
  • Thread Starter Thread Starter
  • #5
Re: [WIP] NGB Darkfish - Alternate

Ein Update, die gängigen Forenseiten sollten jetzt soweit geskinned sein, dazu gehören: Hauptseite, Themenübersicht, Unterforenseite, Themenansicht, Antworten...

Desweiteren sind die Linienhöhen etwas erhöht und das Spacing teilweise angeglichen, auch sieht die Code Selection im CK Edtior wieder so aus wie vorher. :)

Stylish import Code:

[src=css]html {
background-color: #111;
}

html.cke_skin_kama_container {
background-color: #fff;
}

html.cke_skin_kama_container body {
width: 100% !important;
}

body {
margin: 0px auto !important;
width: 70% !important;
}

/* Logo and navigation block */
.above_body {
margin-top: 45px;
background: none;
}

.doc_header {
margin-bottom: 20px;
}

.navbar {
height: 70px;
border-radius: 6px;
}

.navtabs.floatcontainer {
padding-top: 8px;
border-radius: 6px 6px 0px 0px;
border-top: 1px solid #333;
}

.navtabs ul.floatcontainer {
border-top: 1px solid #555;
}

ul.floatcontainer {
top: 35px;
padding-top: 4px;

}

.navtabs li {
border: none !important;
}

.navtabs li .navtab {
border: 1px solid #333 !important;
border-bottom: none !important;
}

.navtabs li .navtab:hover {
border: 1px solid #444 !important;
border-bottom: none !important;
}

.navtabs li.selected .navtab {
border: 1px solid #444 !important;
border-bottom: none !important;
}

.navtab {
border-radius: 6px 6px 0px 0px;
margin-left: 6px;
}

.globalsearch {
position: absolute;
margin: 0px;
padding: 0px;
margin-top: 4px;
min-width: 34%;
right: 26px;
}

.globalsearch .searchbutton {
position: relative;
right: 4px;
}

.globalsearch .buttoncontainer {
border-color: #333;
}

.globalsearch .textboxcontainer {
margin-bottom: 9px;
border: none;
width: 54%;
right: 150px;
position: absolute;
}

.globalsearch .textboxcontainer span {
border: none;
width: 100%;
}

.globalsearch input.textbox {
width: 98%;
}

.navbar_advanced_search {
padding-right: 0px;
}

.navbar_advanced_search li {
clear: none;
margin-left: 30px;
}

ul.ngb-elsewhere {
position: absolute;
top: -40px;
right: 0px;
}

.ngb-elsewhere > li {
margin-left: 8px;
}

/* Body and content */
.body_wrapper {
border-radius: 6px;
}

#forums > li > div.forumhead.collapse {
border: none;
padding: 7px;
margin-top: 14px;
margin-bottom: 7px;
border-radius: 6px;
}

.forumhead .collapse {
position: relative;
top: 19px;
right: -25px;
}

.forumhead .collapse img {
min-width: 14px;
min-height: 14px;
}

#forums .forumbit_post {
border: none;
margin: 0px;
margin-bottom: 3px;
border-radius: 6px;
}

#forums .forumrow.table {
border-radius: 6px;
border: 1px solid #333;
}

.forumrow {
padding-top: 6px;
padding-bottom: 3px;
}

ol.childforum > li > div {
padding-top: 7px;
padding-bottom: 8px;
}

ol.childforum > li:nth-of-type(2n) {
background-color: #202020;
}

ol.childforum .datacontainer > div,
.forumlastpost {
line-height: 1.4em;
}

ol.childforum .forumstats {
padding-top: 8px;
line-height: 1.4em;
}

.lastposttitle img {
position: relative;
top: 2px;
width: 12px;
}


.wgo_block .blockhead {
border-radius: 6px 6px 0px 0px;
}

.wgo_block.block > div {
border-radius: 0px 0px 6px 6px;
}

/* Forum page */
.above_threadlist_controls {
padding: 7px;
border-radius: 6px;
border: none;
margin: 0px;
}

.threadlisthead.table,
.noinlinemod,
.announcements,
.announcements .announcerow {
border: none;
margin: 0px;
margin-bottom: 2px;
border-radius: 6px;
}

.announcements {
margin-top: 7px;
}

.forumhead + ol > li:first-child, .threadlist .threadlisthead + ol, .blockrow:first-child, .searchbits > li:first-child, ol#threadlist > li:first-child, #usercp_content ol#threads > li:first-child {
border: none;
}

.forumdisplaypopups {
margin-top: 4px;
}

li.threadbit.attachments,
li.threadbit {
margin-bottom: 3px;
border: none;
}

li.threadbit > div {
border: none;
}

.author {
position: relative;
}

.threadbit .pagination {
position: absolute;
top: -3px;
}

.threadbit .pagination a {
padding: 2px 5px;
margin-right: 3px;
}

.threadbit .pagination .separator {
line-height: 1.4em;
}


ol.stickies > li:last-of-type,
ol.threads > li:last-of-type {
border: none;
margin-bottom: 14px;
}

ol.threads > li.threadbit:nth-of-type(2n) > div {
background-color: #202020;
}

ol.stickies > li.threadbit:nth-of-type(1n) > div {
background-color: #000;
}

ol.stickies > li.threadbit:nth-of-type(2n) > div {
background-color: #161616;
}

ol.stickies > li.threadbit > div,
ol.threads > li.threadbit > div {
border-radius: 6px;
border: 1px solid #333;
margin-top: 3px;
}

ol.stickies .threadtitle img:first-of-type,
ol.threads .threadtitle img:first-of-type {
margin-top: 1px;
}

.threadbit .nonsticky,
.threadbit .sticky {
background-color: transparent;
}

li.threadbit > .threadinfo:nth-of-type(odd) .inner {
background-color: #202020;
}

li.threadbit .threadinfo,
li.threadbit .threadinfo {
line-height: 1.65em;
}

li.threadbit .threadstats {
border-left: 1px solid #5a5a5a;
border-right: 1px solid #5a5a5a;
}

li.threadbit .threadstats,
li.threadbit .threadlastpost {
padding-top: 8px;
line-height: 1.55em;
}


.threadbit .pagination > dd > span:first-child a {
border-radius: 6px 0px 0px 6px;
}

.threadbit .pagination > dd > span:last-child a {
border-radius: 0px 6px 6px 0px;
}

.threadbit .lastpostdate {
margin-left: 5px;
}

.threadbit .lastpostdate img {
position: relative;
top: 2px;
width: 12px;
}

.blockhead {
border-radius: 6px 6px 0px 0px;
border: none !important;
}

.blockbody {
border-radius: 0px 0px 6px 6px;
border: 1px solid #444 !important;
}

#nrreview .postbit {
border-color: #555;
border-radius: 0px;
padding: 6px 9px;
}

#post_preview .blocksubhead {
border-color: #444;
}

blockquote.preview .signature {
border-color: #444;
}

.floatcontainer.footer {
border-radius: 6px;
}

a.newcontent_textcontrol {
padding: 6px 12px !important;
border-radius: 6px !important;
border-left: 1px solid #777 !important;
border-top: 1px solid #888 !important;
}

.pagination span a.popupctrl {
padding: 4px 9px 4px 23px;
}

.pagination span a,
.pagination span.selected a,
.pagination span.prev_next a, .pagination span.first_last a {
line-height: 1.55em;
border: 1px solid #444;
}

.pagination span a:hover {
border: 1px solid #888;
}

.pagination span.separator {
line-height: 2.25em;
margin: 0px 6px;
}

.pagination span a,
.pagination span.selected a {
padding: 4px 8px;
}

.pagination .popupctrl {
border-radius: 6px 0px 0px 6px;
}

.pagination span.prev_next a, .pagination span.first_last a {
padding-top: 1px;
padding-bottom: 7px;
}

.pagination span:last-of-type a {
border-radius: 0px 6px 6px 0px;
}

.navpopupmenu.popupmenu.nohovermenu a.textcontrol, .navpopupmenu.popupmenu.nohovermenu a.popupctrl,
.options_input_block input {
padding: 6px 12px;
margin-left: 3px;
border: 1px solid #666;
border-radius: 6px;
border-left: 1px solid #777 !important;
border-top: 1px solid #888 !important;
}


/* Thread view */
.postlist_popups {
margin-top: 4px;
}

.thread_controls {
border: none;
margin: 0px;
margin-bottom: 12px;
border-radius: 6px;
padding: 4px 0px;
}

.posts .posthead {
border: 1px solid #333;
border-radius: 6px 6px 0px 0px;
padding: 6px 0px;
}

.postbit .posthead .nodecontrols a, .postbitlegacy .posthead .nodecontrols a, .eventbit .eventhead .nodecontrols a {
top: 0.3em;
}

.forumbit_nopost .forumbit_nopost .forumrow, .forumbit_post .forumrow, .threadbit > div, .postbit, .postbitlegacy {
border-color: #333;
border-radius: 6px;
}

.forumhead, .threadlisthead, .toolsmenu {
border: none;
border-radius: 6px 6px 0px 0px;
line-height: 1.5em;
}

.toolsmenu {
border-radius: 6px;
padding: 0px 0px 5px 0px;
}

.postbitlegacy .postbody, .eventbit .eventdetails .eventbody {
border-left-color: #444;
}

.postbit .postfoot .textcontrols, .postbitlegacy .postfoot .textcontrols, .eventbit .eventfoot .eventcontrols {
border-color: #333;
padding: 8px 0px;
border-radius: 0px 0px 6px 6px;
}

.bbcode_container div.bbcode_quote {
padding-top: 4px;
border-radius: 6px;
}

.postcontent {
line-height: 1.3em;
}

.postbitlegacy .fish_thx_list {
border-color: #444;
border-radius: 6px;
padding: 6px 10px;
}

.signature {
border-color: #444;
line-height: 1.4em;
}

.postlistfoot {
border: none;
padding: 6px 0px 12px 0px;
border-radius: 6px;
}

.forumbit_post .foruminfo .forumdata .viewing {
position: relative;
top: -2px;
}

.forumbits > ol li:last-of-type,
.forumbits > ol li:last-of-type div {
border-radius: 6px;
}

.forumbit_post:nth-of-type(2n) {
background-color: #111;
}


.forumbit_post .datacontainer {
line-height: 1.4em;
}

.forumstats_2 {
line-height: 1.55em;
}

.threadbit .nonthread {
border: none;
}

.noinlinemod.forumfoot {
margin-bottom: 8px;
}

.below_threadlist .breadcrumb {
margin-top: 1px;
}

.breadcrumb {
margin-bottom: 12px;
}

.breadcrumb .navbithome {
position: relative;
top: 0px;
left: 3px;
}

.breadcrumb a,
.breadcrumb span {
margin-top: 2px;
}

/* General styles */
select, input {
border: none;
}

.actionbuttons .group {
padding: 0px;
}

.actionbuttons .group .button {
padding: 6px 12px;
border-radius: 6px;
}

.menusearch input.button {
padding: 4px 6px !important;
}

.checkradio input {
position: relative;
top: 5px;
}

.texteditor.forum .cke_skin_kama textarea.cke_source, .texteditor.forum textarea {
line-height: 1.25em;
padding: 5px;
}

.footer_links {
margin-top: 5px;
}[/src]
 
Zuletzt bearbeitet:

theSplit

1998
Veteran Barkeeper

Registriert
3 Aug. 2014
Beiträge
28.557
  • Thread Starter Thread Starter
  • #6
Re: [WIP] NGB Darkfish - Alternate

Version 0.9.0 ist fertig

Screenshots:


Kurze Anleitung, ihr benötigt dafür die Browsererweiterung Stylish und der Theme-Change funktioniert nur, wenn "darkfish" als Style ausgewählt ist - sonst passen meine Ergänzungen nicht.
Stylish gibt es für Opera, Firefox und Chrome - kurz googlen ;)
Nachdem ihr das Add-on installiert habt, kopiert in den Code in die Zwischenablage und klickt auf das "Stylish" Icon - das farbenfrohe "S".

Jetzt klickt ihr auf "Edit style" (Stiftsymbol) - dann links auf der neuen Seite auf "Import" und fügt dort den Code ein, dann nur noch speichern und der Rest sollte automatisch gehen. Danach den Tab schließen. Und gegebenenfalls noch den Style mit "activate" aktivieren im "Stylish" Menü (Icon).

Edit: Habe jetzt mal "rem" genommen für "line-height", wenn mich nicht alles täuscht - sollte das besser sein als fixe "em" angaben, da "rem" relativ zur "Base font size" ist und damit auch mit anderen Schriftgrößen/Auflösungen funktionieren sollte.

[src=css]
@-moz-document domain("ngb.to") {
html {
background-color: #111;
}

html.cke_skin_kama_container {
background-color: #fff;
}

html.cke_skin_kama_container body, body.yui-layout {
width: 100% !important;
}

body {
margin: 0px auto !important;
width: 70% !important;
}

/* Logo and navigation block */
.above_body {
margin-top: 45px;
background: none;
}

.doc_header {
margin-bottom: 20px;
}

.navbar {
height: 70px;
border-radius: 6px;
}

.navtabs.floatcontainer {
padding-top: 8px;
border-radius: 6px 6px 0px 0px;
border-top: 1px solid #333;
}

.navtabs ul.floatcontainer {
border-top: 1px solid #555;
}

ul.floatcontainer {
top: 35px;
padding-top: 4px;
}

.navtabs li {
border: none !important;
}

.navtabs li .navtab {
border: 1px solid #333 !important;
border-bottom: none !important;
}

.navtabs li .navtab:hover {
border: 1px solid #444 !important;
border-bottom: none !important;
}

.navtabs li.selected .navtab {
border: 1px solid #444 !important;
border-bottom: none !important;
}

.navtab {
border-radius: 6px 6px 0px 0px;
margin-left: 6px;
}

.globalsearch {
position: absolute;
margin: 0px;
padding: 0px;
margin-top: 4px;
min-width: 34%;
right: 26px;
}

.globalsearch .searchbutton {
position: relative;
right: 4px;
}

.globalsearch .buttoncontainer {
border-color: #333;
}

.globalsearch .textboxcontainer {
margin-bottom: 9px;
border: none;
width: 54%;
right: 150px;
position: absolute;
}

.globalsearch .textboxcontainer span {
border: none;
width: 100%;
}

.globalsearch input.textbox {
width: 98%;
}

.navbar_advanced_search {
padding-right: 0px;
}

.navbar_advanced_search li {
clear: none;
margin-left: 30px;
}

ul.ngb-elsewhere {
position: absolute;
top: -40px;
right: 0px;
}

.ngb-elsewhere > li {
margin-left: 8px;
}
/* Body and content */

.body_wrapper {
border-radius: 6px;
}

#forums > li > div.forumhead.collapse {
border: none;
padding: 7px;
margin-top: 14px;
margin-bottom: 7px;
border-radius: 6px;
}

.forumhead .collapse {
position: relative;
top: 19px;
right: -25px;
}

.forumhead .collapse img {
min-width: 14px;
min-height: 14px;
}

#forums .forumbit_post {
border: none;
margin: 0px;
margin-bottom: 3px;
border-radius: 6px;
}

#forums .forumrow.table {
border-radius: 6px;
border: 1px solid #333;
}

.forumrow {
padding-top: 6px;
padding-bottom: 3px;
}

ol.childforum > li > div {
padding-top: 7px;
padding-bottom: 8px;
}

ol.childforum > li:nth-of-type(2n) {
background-color: #202020;
}

ol.childforum .datacontainer > div, .forumlastpost {
line-height: 1.024rem;


}

ol.childforum .subforums {
display: inline-block;
width: 100%;
margin-top: 5px;
}

ol.childforum .subforums img {
position: relative;
top: 2px;
}

ol.childforum .forumstats {
padding-top: 8px;
line-height: 1.024rem;
}

.lastposttitle img {
position: relative;
top: 2px;
width: 12px;
}

.wgo_block .blockhead {
border-radius: 6px 6px 0px 0px;
}

.wgo_block.block > div {
border-radius: 0px 0px 6px 6px;
}
/* Forum page */

.above_threadlist_controls {
padding: 7px;
border-radius: 6px;
border: none;
margin: 0px;
}

.threadlisthead.table, .noinlinemod, .announcements, .announcements .announcerow {
border: none;
margin: 0px;
margin-bottom: 2px;
border-radius: 6px;
}

.announcements {
margin-top: 7px;
}

.forumhead + ol > li:first-child, .threadlist .threadlisthead + ol, .blockrow:first-child, .searchbits > li:first-child, ol#threadlist > li:first-child, #usercp_content ol#threads > li:first-child {
border: none;
}

.forumdisplaypopups {
margin-top: 4px;
}

li.threadbit.attachments, li.threadbit {
margin-bottom: 3px;
border: none;
}

li.threadbit > div {
border: none;
}

.author {
position: relative;
}

.threadbit .pagination {
position: absolute;
top: -3px;
}

.threadbit .pagination a {
padding: 2px 5px;
margin-right: 3px;
}

.threadbit .pagination .separator {
line-height: 1.024rem;
}

ol.stickies > li:last-of-type, ol.threads > li:last-of-type {
border: none;
margin-bottom: 14px;
}

ol.threads > li.threadbit:nth-of-type(2n) > div {
background-color: #202020;
}

ol.stickies > li.threadbit:nth-of-type(1n) > div {
background-color: #000;
}

ol.stickies > li.threadbit:nth-of-type(2n) > div {
background-color: #161616;
}

ol.stickies > li.threadbit > div, ol.threads > li.threadbit > div {
border-radius: 6px;
border: 1px solid #444;
}

ol.stickies .threadtitle img:first-of-type, ol.threads .threadtitle img:first-of-type {
margin-top: 1px;
}

.threadbit .nonsticky, .threadbit .sticky {
background-color: transparent;
}

li.threadbit > .threadinfo:nth-of-type(odd) .inner {
background-color: #202020;
}

li.threadbit .threadinfo {
line-height: 1.175rem;
padding-top: 7px;
}

li.threadbit .threadstats {
border-left: 1px solid #5a5a5a;
border-right: 1px solid #5a5a5a;
}

li.threadbit .threadstats, li.threadbit .threadlastpost {
padding-top: 14px;
padding-bottom: 14px;
line-height: 1.024rem;
}

.searchbits li.threadbit .threadstats, .searchbits li.threadbit .threadpostedin {
padding-top: 14px;
padding-bottom: 14px;
}

.threadbit .pagination > dd > span:first-child a {
border-radius: 6px 0px 0px 6px;
}

.threadbit .pagination > dd > span:last-child a {
border-radius: 0px 6px 6px 0px;
}

.threadbit .lastpostdate {
margin-left: 5px;
}

.threadbit .lastpostdate img {
position: relative;
top: 2px;
width: 12px;
}

.blockhead {
border: none !important;
border-radius: 6px 6px 0px 0px;
}

.blockbody {
border-radius: 0px 0px 6px 6px;
border: 1px solid #444 !important;
}

#nrreview .postbit {
border-color: #555;
border-radius: 0px;
padding: 6px 9px;
}

#post_preview .blocksubhead {
border-color: #444;
}

blockquote.preview .signature {
border-color: #444;
}

blockquote.preview hr, blockquote.restore hr {
border-color: #444;
}

.floatcontainer.footer {
border-radius: 6px;
border-color: #444;
}

a.newcontent_textcontrol {
padding: 6px 12px !important;
border-radius: 6px !important;
border-left: 1px solid #777 !important;
border-top: 1px solid #888 !important;
}

.pagination span a.popupctrl {
padding: 4px 9px 4px 23px;
}

.pagination span a, .pagination span.selected a, .pagination span.prev_next a, .pagination span.first_last a {
line-height: 1.024rem;
border: 1px solid #444;
}

.pagination span a:hover {
border: 1px solid #888;
}

.pagination span.separator {
line-height: 1.7rem;
margin: 0px 6px;
}

.pagination span a, .pagination span.selected a {
padding: 4px 8px;
}

.pagination .popupctrl {
border-radius: 6px 0px 0px 6px;
}

.pagination span.prev_next a, .pagination span.first_last a {
padding-top: 1px;
padding-bottom: 7px;
}

.pagination span:last-of-type a {
border-radius: 0px 6px 6px 0px;
}

.navpopupmenu.popupmenu.nohovermenu a.textcontrol, .navpopupmenu.popupmenu.nohovermenu a.popupctrl, .options_input_block input, .controlbar a.textcontrol, .groupcontrols a.textcontrol {
padding: 6px 12px;
margin-left: 3px;
border: 1px solid #666;
border-radius: 6px;
border-left: 1px solid #777 !important;
border-top: 1px solid #888 !important;
}
/* Thread view */

.postlist_popups {
margin-top: 4px;
}

.thread_controls {
border: none;
margin: 0px;
margin-bottom: 12px;
border-radius: 6px;
padding: 4px 0px;
}

.posts .postcontent {
padding-top: 0.25rem;
line-height: 1.1rem;
}

.posts .postcontent font {
line-height: 1rem;
}

.bbcode_container div.bbcode_code, .bbcode_container pre.bbcode_code {
border-radius: 6px;
}

.posts .posthead {
border: 1px solid #333;
border-radius: 6px 6px 0px 0px;
padding: 6px 0px;
}

.postbit .posthead .nodecontrols a, .postbitlegacy .posthead .nodecontrols a, .eventbit .eventhead .nodecontrols a {
top: 0.3em;
}

.forumbit_nopost .forumbit_nopost .forumrow, .threadbit > div, .postbit, .postbitlegacy {
border-color: #333;
border-radius: 6px;
}

.forumbit_post .forumrow {
border-color: #333;
}

.toolsmenu {
border: none;
border-radius: 6px 6px 0px 0px;
line-height: 1.024rem;
}

.forumhead, .threadlisthead {
border: none;
border-radius: 6px 6px 0px 0px;
}

.toolsmenu {
border-radius: 6px;
padding: 0px 0px 5px 0px;
}

.postbitlegacy .postbody, .eventbit .eventdetails .eventbody {
border-left-color: #444;
}

.postbody img.inlineimg {
vertical-align: middle;
}

.postbit .postfoot .textcontrols, .postbitlegacy .postfoot .textcontrols, .eventbit .eventfoot .eventcontrols {
border-color: #333;
padding: 8px 0px;
border-radius: 0px 0px 6px 6px;
}

.bbcode_container div.bbcode_quote {
padding-top: 4px;
border-radius: 6px;
}

.postbitlegacy .fish_thx_list {
border-color: #444;
border-radius: 6px;
padding: 6px 10px;
}

.signature {
border-color: #444;
line-height: 1.2rem;
}

.postlistfoot {
border: none;
padding: 6px 0px 12px 0px;
border-radius: 6px;
}

#forums .forumbit_post .foruminfo .viewing {
margin-top: 0px;
line-height: 1.1rem;
}

.forumbits > ol li:last-of-type, .forumbits > ol li:last-of-type div {
border-radius: 0px 0px 6px 6px;
}

.forumbit_post:nth-of-type(2n) {
background-color: #111;
}

.forumbit_post .datacontainer {
line-height: 1.024rem;
}

.forumstats_2 {
line-height: 1.024rem;
}

.threadbit .nonthread {
border: none;
}

.noinlinemod.forumfoot {
margin-bottom: 8px;
}

.below_threadlist .breadcrumb {
margin-top: 1px;
}

.breadcrumb {
margin-bottom: 12px;
}

.breadcrumb .navbithome {
position: relative;
top: 0px;
left: 3px;
}

.breadcrumb a, .breadcrumb span {
margin-top: 2px;
}

.below_postlist {
margin-bottom: 30px;
}

.texteditor {
border-radius: 6px;
border: none;
}

.texteditor .blockrow {
border-radius: 0px 0px 6px 6px;
margin-bottom: 12px;
border: 1px solid #444;
border-top: none;
}

.texteditor .blockrow:first-of-type {
border-radius: 6px 6px 0px 0px;
margin-bottom: 0px;
border-top: 1px solid #444;
border-bottom: 1px solid #444;
}

.postrow .blocksubfoot.actionbuttons {
background-color: transparent;
}
/* Profile */

#usercp_nav .blockhead {
border-radius: 6px 6px 0px 0px;
}

#usercp_nav .blockbody ul li:first-child .blocksubhead {
border-top: none;
}

#usercp_nav .blocksubhead {
border-color: #555;
}

.cp_content .threadbit .nonsticky {
border-top: 1px solid #444;
}

.cp_content .threadbit:nth-of-type(2n) .nonsticky {
background-color: #161616;
}

#usercp_content .threadbit .threadinfo img:last-of-type {
top: 32px;
}

#usercp_content .threadbit .threadlastpost {
padding-top: 14px;
padding-bottom: 14px;
}

#usercp_content .userlist li {
border-color: #444;
border-radius: 6px;
}

#sidebar_container.member_summary {
line-height: 1.024rem;
border-color: #444;
border-radius: 6px;
}

#sidebar_container .underblock {
border-color: #444;
}

dd.userprof_module, dd.userprof_moduleinactive, dd.userprof_content {
border: none;
border-radius: 6px 6px 0px 0px;
margin-right: 3px;
}

.profile_content a.floatright:first-child + .subsectionhead {
border: none;
}

.profile_content div.subsectionhead, .profile_content .texteditor {
border-radius: 6px 6px 0px 0px;
border: none;
}

.profile_content .userprof_content {
margin-bottom: 20px;
line-height: 1.024rem;
}

#view-aboutme {
border: none;
}

#view-aboutme .blocksubhead:nth-child(2) {
border-radius: 0px !important;
}

.userprof_content.blockbody {
border: none !important;
}

.profile_content .friends_list li:first-child, .profile_content .userprof_content {
border-color: #444;
}

.threadbit .nonsticky, .threadbit .deleted, .threadbit .discussionrow, .threadbit .ignored {
border-color: #444;
}

#threads .threadbit {
margin-bottom: 3px;
border-radius: 6px;
}

.profile_content #threads .threadbit:nth-of-type(2n) {
background-color: #161616;
}

.forumfoot {
border: none;
border-radius: 6px;
}

#forum_icon_legend h5 {
border-radius: 6px 6px 0px 0px;
border: none;
}

#subscription_info #forum_icon_legend dl {
border-radius: 0px 0px 6px 6px;
border-color: #444;
}

.settings_form_top_border {
border: none;
}

#above_postlist .folderstats {
margin: 10px 0px 8px 0px;
float: left;
clear: both !important;
}

#pmfolderlist .blocksubhead.sortrow {
border: none;
}

#pmfolderlist .blocksubhead {
border-color: #555;
padding: 6px 9px;
background-color: #000;
}

#pmfolderlist .pmbit {
padding: 9px 12px;
border-color: #444;
}

#pmfolderlist .pmbit:nth-of-type(2n) {
background-color: #282828;
}

.foldercount {
position: relative;
top: 2px;
}

.blockbody.settings_form_border .blocksubhead {
border-top: none;
}

.formcontrols .blockrow {
border-color: #444;
}

.postbit .posthead, .postbitlegacy .posthead, .eventbit .eventhead {
border-color: #444;
border-radius: 6px 6px 0px 0px;
padding: 7px 0px;
}
/* New topcis and search */

.block.searchresults {
border-radius: 6px;
margin-top: 20px;
}

.searchresults .blockbody {
border: none !important;
}

h2.searchlisthead {
border: none;
margin: 0px;
margin-bottom: 2px;
border-radius: 6px;
}

.searchbits > li {
border-radius: 6px;
margin-bottom: 3px;
}

.searchbits > li.threadbit > div {
border: 1px solid #444;
}

.searchbits > li.threadbit:nth-of-type(2n) > div {
background-color: #111;
}

.searchbits .pagination {
top: -4px;
}

.searchbits li.threadbit .threadstatus {
position: relative;
top: 3px;
}

.searchbits li.threadbit .threadinfo {
line-height: 1.024rem;
}

.searchbits li.threadbit .threadstats {
line-height: 1.1rem;
}

.searchbits li.threadbit .threadlastpost {
line-height: 1.1rem;
}

.searchbits li.threadbit .threadlastpost img {
position: relative;
top: 2px;
}

.searchbits li.threadbit .threadpostedin {
line-height: 1.1rem;
}

.searchbits li.threadbit .threadstats, .searchbits li.threadbit .threadpostedin {
border-color: #444;
}
/* Actity */

#activitylist {
border: none;
}

#activitylist .activitybit {
border-color: #444;
margin: 0px;
}

#activitylist .activitybit:nth-of-type(2n) {
background-color: #262626;
}

#activitylist .activitybit:last-of-type {
border-radius: 0px 0px 6px 6px;
}

.activitystream .blockbody {
border-top: none !important;
}

.newactivity, .moreactivity {
border-radius: 6px;
border-color: #444;
}
/* Own posts */

.block.searchresults .searchbits .postbitcontainer {
border: 1px solid #444;
margin-bottom: 3px;
}

.block.searchresults .searchbits .postbitcontainer:first-of-type {
margin-top: 6px;
}

.postbit .posthead {
border: none;
margin: 0px;
}

.postbit .posttitle, .postbitlegacy .title {
border: none;
padding: 6px 9px;
}

.postbit .posttitle, .postbitlegacy .title {
border-color: #444;
}

.postbit .userinfo_noavatar {
width: 100%;
line-height: 1.024rem;
border-bottom: 1px solid #444;
}

.postbit .postbody {
border-radius: 0px 0px 6px 6px;
background-color: #333;
}

.postbit .postbody .postcontent {
line-height: 1.024rem;
}
/* showgroups */

.showgroups_table th, .showgroups_table .groupbit td {
border-color: #444;
}

.groupbit .postcontrols a {
padding: 3px 6px;
}

.groupbit:hover .postcontrols a {
border-color: #555;
}
/* General styles */

select, input {
border: none;
}

.actionbuttons .group {
padding: 0px;
}

.actionbuttons .group .button, .singlebutton .button {
padding: 6px 12px !important;
border-radius: 6px;
}

.menusearch input.button {
padding: 4px 6px !important;
}

.checkradio input {
position: relative;
top: 5px;
}

.texteditor.forum .cke_skin_kama textarea.cke_source, .texteditor.forum textarea {
line-height: 1.024rem;
padding: 3px 6px;
}

.footer_links {
margin-top: 5px;
}
}
[/src]

Feedback ist natürlich gern gesehen. :)
 
Zuletzt bearbeitet:

theSplit

1998
Veteran Barkeeper

Registriert
3 Aug. 2014
Beiträge
28.557
  • Thread Starter Thread Starter
  • #7
So, nochmal ein kleines Update eingeschoben: Nennen wir es v0.9.1....

- Texthöhen in Posting und in der Vorschau angeglichen
- Forum Startseite etwas weiter optimiert, spacings und Texthöhen, Icon Positionen
- Private Nachrichten sind nun gestyled und Quote Container Margin angepasst
- Was ist neu Sektion minimal erweitert
- Minimale Angleichungen von Linienhöhen auf allen Forenseiten.

Und hier der Stylish Code:

[src=css]
@-moz-document domain("ngb.to") {
html {
background-color: #111;
}

html.cke_skin_kama_container {
background-color: #fff;
}

html.cke_skin_kama_container body, body.yui-layout {
width: 100% !important;
}

body {
margin: 0px auto !important;
width: 70% !important;
}

/* Logo and navigation block */
.above_body {
margin-top: 45px !important;
background: none;
}

.doc_header {
margin-bottom: 20px !important;
}

.navbar {
height: 6.4em !important;
border-radius: 6px;
}

.navtabs.floatcontainer {
padding-top: 8px;
border-radius: 6px 6px 0px 0px;
border-top: 1px solid #333;
}

.navtabs ul.floatcontainer {
border-top: 1px solid #555;
}

ul.floatcontainer {
top: 35px !important;
padding-top: 4px;
}

.navtabs li {
border: none !important;
}

.navtabs li .navtab {
border: 1px solid #333 !important;
border-bottom: none !important;
}

.navtabs li .navtab:hover {
border: 1px solid #444 !important;
border-bottom: none !important;
}

.navtabs li.selected .navtab {
border: 1px solid #444 !important;
border-bottom: none !important;
}

.navtab {
border-radius: 6px 6px 0px 0px;
margin-left: 6px;
}

.globalsearch {
position: absolute;
margin: 0px;
padding: 0px;
margin-top: 4px;
min-width: 33%;
right: 26px;
}

.globalsearch .searchbutton {
position: relative;
right: 4px;
}

.globalsearch .buttoncontainer {
border-color: #333;
}

.globalsearch .textboxcontainer {
margin-bottom: 9px;
border: none;
width: 54%;
right: 150px;
position: absolute;
}

.globalsearch .textboxcontainer span {
border: none;
width: 100%;
}

.globalsearch input.textbox {
width: 98%;
}

.navbar_advanced_search {
padding-right: 0px;
}

.navbar_advanced_search li {
clear: none;
margin-left: 30px;
}

ul.ngb-elsewhere {
position: absolute;
top: -40px;
right: 0px;
}

.ngb-elsewhere > li {
margin-left: 8px;
}
/* Body and content */

.body_wrapper {
border-radius: 6px;
}

#forums > li > div.forumhead.collapse {
border: none;
padding: 7px;
margin-top: 14px;
margin-bottom: 7px;
border-radius: 6px;
}

.forumhead .collapse {
position: relative;
top: 19px;
right: -25px;
}

.forumhead .collapse img {
min-width: 14px;
min-height: 14px;
}

#forums .forumbit_post {
border: none;
margin: 0px;
margin-bottom: 3px;
border-radius: 6px;
}

#forums .forumrow.table {
border-radius: 6px;
border: 1px solid #333;
}

ol.childforum .datacontainer .forumdescription {
position: relative;
top: -1px;
}

.forumrow {
padding-top: 6px;
padding-bottom: 3px;
}

ol.childforum > li > div {
padding-top: 7px;
padding-bottom: 8px;
}

ol.childforum > li:nth-of-type(2n) {
background-color: #202020;
}

ol.childforum .datacontainer > div {
line-height: 1.024rem;
}

ol.childforum .subforums {
display: inline-block;
width: 100%;
}

ol.childforum .subforums img {
position: relative;
top: 2px;
}


ol.childforum .forumstats {
padding-top: 0.35rem;
line-height: 1.1rem;
}

ol.childforum .forumlastpost {
line-height: 1.04rem;
}

.lastposttitle img {
position: relative;
top: 2px;
width: 12px;
}

.wgo_block .blockhead {
border-radius: 6px 6px 0px 0px;
}

.wgo_block.block > div {
border-radius: 0px 0px 6px 6px;
}
/* Forum page */

.above_threadlist_controls {
padding: 7px;
border-radius: 6px;
border: none;
margin: 0px;
}

.threadlisthead.table, .noinlinemod, .announcements, .announcements .announcerow {
border: none;
margin: 0px;
margin-bottom: 2px;
border-radius: 6px;
}

.announcements {
margin-top: 7px;
}

.forumhead + ol > li:first-child, .threadlist .threadlisthead + ol, .blockrow:first-child, .searchbits > li:first-child, ol#threadlist > li:first-child, #usercp_content ol#threads > li:first-child {
border: none;
}

.forumdisplaypopups {
margin-top: 4px;
}

li.threadbit.attachments, li.threadbit {
margin-bottom: 3px;
border: none;
}

li.threadbit > div {
border: none;
}

.author {
position: relative;
}

.threadbit .pagination {
position: absolute;
top: -3px;
}

.threadbit .pagination a {
padding: 2px 5px;
margin-right: 3px;
}

.threadbit .pagination .separator {
line-height: 1.024rem;
}

ol.stickies > li:last-of-type, ol.threads > li:last-of-type {
border: none;
margin-bottom: 14px;
}

ol.threads > li.threadbit:nth-of-type(2n) > div {
background-color: #202020;
}

ol.stickies > li.threadbit > div {
background-color: #000;
}

ol.stickies > li.threadbit:nth-of-type(2n) > div {
background-color: #161616;
}

ol.stickies > li.threadbit > div, ol.threads > li.threadbit > div {
border-radius: 6px;
border: 1px solid #444;
}

ol.stickies .threadtitle > img {
margin-top: 0.5rem;
}

ol.threads .threadtitle > img {
margin-top: 0.5rem;
}

.threadbit .nonsticky, .threadbit .sticky {
background-color: transparent;
}

li.threadbit > .threadinfo:nth-of-type(odd) .inner {
background-color: #202020;
}

li.threadbit .threadinfo {
line-height: 1.175rem;
padding-top: 7px;
}

li.threadbit .threadstats {
border-left: 1px solid #5a5a5a;
border-right: 1px solid #5a5a5a;
line-height: 1.1rem;
padding-top: 14px;
padding-bottom: 14px;
}

li.threadbit .threadlastpost {
padding-top: 14px;
padding-bottom: 14px;
line-height: 1.024rem;
}

.searchbits li.threadbit .threadstats, .searchbits li.threadbit .threadpostedin {
padding-top: 14px;
padding-bottom: 14px;
}

.threadbit .pagination > dd > span:first-child a {
border-radius: 6px 0px 0px 6px;
}

.threadbit .pagination > dd > span:last-child a {
border-radius: 0px 6px 6px 0px;
}

.threadbit .lastpostdate {
margin-left: 5px;
}

.threadbit .lastpostdate img {
position: relative;
top: 2px;
width: 12px;
}

.blockhead {
border: none !important;
border-radius: 6px 6px 0px 0px;
}

.blockbody {
border-radius: 0px 0px 6px 6px;
border: 1px solid #444 !important;
}

#nrreview .postbit {
border-color: #555;
border-radius: 0px;
padding: 6px 9px;
}

#post_preview .blocksubhead {
border-color: #444;
}

blockquote.preview .signature {
border-color: #444;
}

blockquote.preview hr, blockquote.restore hr {
border-color: #444;
}

.floatcontainer.footer {
border-radius: 6px;
border-color: #444;
}

a.newcontent_textcontrol {
padding: 6px 12px !important;
border-radius: 6px !important;
border-left: 1px solid #777 !important;
border-top: 1px solid #888 !important;
}

.pagination span a.popupctrl {
padding: 4px 9px 4px 23px;
}

.pagination span a, .pagination span.selected a, .pagination span.prev_next a, .pagination span.first_last a {
line-height: 1.024rem;
border: 1px solid #444;
}

.pagination span a:hover {
border: 1px solid #888;
}

.pagination span.separator {
line-height: 1.7rem;
margin: 0px 6px;
}

.pagination span a, .pagination span.selected a {
padding: 4px 8px;
}

.pagination .popupctrl {
border-radius: 6px 0px 0px 6px;
}

.pagination span.prev_next a, .pagination span.first_last a {
padding-top: 1px;
padding-bottom: 7px;
}

.pagination span:last-of-type a {
border-radius: 0px 6px 6px 0px;
}

.navpopupmenu.popupmenu.nohovermenu a.textcontrol, .navpopupmenu.popupmenu.nohovermenu a.popupctrl, .options_input_block input, .controlbar a.textcontrol, .groupcontrols a.textcontrol {
padding: 6px 12px;
margin-left: 3px;
border: 1px solid #666;
border-radius: 6px;
border-left: 1px solid #777 !important;
border-top: 1px solid #888 !important;
}
/* Thread view */

.postlist_popups {
margin-top: 4px;
}

.thread_controls {
border: none;
margin: 0px;
margin-bottom: 12px;
border-radius: 6px;
padding: 4px 0px;
}

.posts .postcontent {
padding-top: 0.25rem;
line-height: 1.1rem;
}

.posts .postcontent font {
line-height: 1rem;
}

.bbcode_container div.bbcode_code, .bbcode_container pre.bbcode_code {
border-radius: 6px;
}

.posts .posthead {
border: 1px solid #333;
border-radius: 6px 6px 0px 0px;
padding: 6px 0px;
}

.postbit .posthead .nodecontrols a, .postbitlegacy .posthead .nodecontrols a, .eventbit .eventhead .nodecontrols a {
top: 0.3em;
}

.forumbit_nopost .forumbit_nopost .forumrow, .threadbit > div, .postbit, .postbitlegacy {
border-color: #333;
border-radius: 6px;
}

.forumbit_post .forumrow {
border-color: #333;
}

.toolsmenu {
border: none;
border-radius: 6px 6px 0px 0px;
line-height: 1.024rem;
}

.forumhead, .threadlisthead {
border: none;
border-radius: 6px 6px 0px 0px;
}

.toolsmenu {
border-radius: 6px;
padding: 0px 0px 5px 0px;
}

.postbitlegacy .postbody, .eventbit .eventdetails .eventbody {
border-left-color: #444;
}

.postbody img.inlineimg {
vertical-align: bottom;
position: relative;
top: -0.16rem;
}

.postbit .postfoot .textcontrols, .postbitlegacy .postfoot .textcontrols, .eventbit .eventfoot .eventcontrols {
border-color: #333;
padding: 8px 0px;
border-radius: 0px 0px 6px 6px;
}

.bbcode_container div.bbcode_quote {
padding-top: 4px;
border-radius: 6px;
}

.postbitlegacy .fish_thx_list {
border-color: #444;
border-radius: 6px;
padding: 6px 10px;
}

.signature {
border-color: #444;
line-height: 1.2rem;
}

.postlistfoot {
border: none;
padding: 6px 0px 12px 0px;
border-radius: 6px;
}

#forums .forumbit_post .foruminfo .viewing {
margin-top: 0px;
line-height: 1.1rem;
}

.forumbits > ol li:last-of-type, .forumbits > ol li:last-of-type div {
border-radius: 0px 0px 6px 6px;
}

.forumbit_post:nth-of-type(2n) {
background-color: #111;
}

.forumbit_post .datacontainer {
line-height: 1.024rem;
}

.forumstats_2 {
line-height: 1.024rem;
}

.threadbit .nonthread {
border: none;
}

.noinlinemod.forumfoot {
margin-bottom: 8px;
}

.below_threadlist .breadcrumb {
margin-top: 1px;
}

.breadcrumb {
margin-bottom: 12px;
}

.breadcrumb .navbithome {
position: relative;
top: 0px;
left: 3px;
}

.breadcrumb a {
margin-top: 2px;
}

.breadcrumb .lastnavbit > span {
line-height: 1.1rem;
}

.below_postlist {
margin-bottom: 30px;
}

.texteditor {
border-radius: 6px;
border: none;
}

.texteditor .blockrow {
border-radius: 0px 0px 6px 6px;
margin-bottom: 12px;
border: 1px solid #444;
border-top: none;
}

.texteditor .blockrow:first-of-type {
border-radius: 6px 6px 0px 0px;
margin-bottom: 0px;
border-top: 1px solid #444;
border-bottom: 1px solid #444;
}

.postrow .blocksubfoot.actionbuttons {
background-color: transparent;
}
/* Profile */

#usercp_nav .blockhead {
border-radius: 6px 6px 0px 0px;
}

#usercp_nav .blockbody ul li:first-child .blocksubhead {
border-top: none;
}

#usercp_nav .blocksubhead {
border-color: #555;
}

.cp_content .threadbit .nonsticky {
border-top: 1px solid #444;
}

.cp_content .threadbit:nth-of-type(2n) .nonsticky {
background-color: #161616;
}

#usercp_content .threadbit .threadinfo img:last-of-type {
top: 32px;
}

#usercp_content .threadbit .threadlastpost {
padding-top: 14px;
padding-bottom: 14px;
}

#usercp_content .userlist li {
border-color: #444;
border-radius: 6px;
}

#sidebar_container.member_summary {
line-height: 1.024rem;
border-color: #444;
border-radius: 6px;
}

#sidebar_container .underblock {
border-color: #444;
}

dd.userprof_module, dd.userprof_moduleinactive, dd.userprof_content {
border: none;
border-radius: 6px 6px 0px 0px;
margin-right: 3px;
}

.profile_content a.floatright:first-child + .subsectionhead {
border: none;
}

.profile_content div.subsectionhead, .profile_content .texteditor {
border-radius: 6px 6px 0px 0px;
border: none;
}

.profile_content .userprof_content {
margin-bottom: 20px;
line-height: 1.024rem;
}

#view-aboutme {
border: none;
}

#view-aboutme .blocksubhead:nth-child(2) {
border-radius: 0px !important;
}

.userprof_content.blockbody {
border: none !important;
}

.profile_content .friends_list li:first-child, .profile_content .userprof_content {
border-color: #444;
}

.threadbit .nonsticky, .threadbit .deleted, .threadbit .discussionrow, .threadbit .ignored {
border-color: #444;
}

#threads .threadbit {
margin-bottom: 3px;
border-radius: 6px;
}

.profile_content #threads .threadbit:nth-of-type(2n) {
background-color: #161616;
}

.forumfoot {
border: none;
border-radius: 6px;
}

#forum_icon_legend h5 {
border-radius: 6px 6px 0px 0px;
border: none;
}

#subscription_info #forum_icon_legend dl {
border-radius: 0px 0px 6px 6px;
border-color: #444;
}

.settings_form_top_border {
border: none;
}

#above_postlist .folderstats {
margin: 10px 0px 8px 0px;
float: left;
clear: both !important;
}

#pmfolderlist .blocksubhead.sortrow {
border: none;
}

#pmfolderlist .blocksubhead {
border-color: #555;
padding: 6px 9px;
background-color: #000;
}

#pmfolderlist .pmbit {
padding: 9px 12px;
border-color: #444;
}

#pmfolderlist .pmbit:nth-of-type(2n) {
background-color: #282828;
}

.postbody .bbcode_container {
margin: 0px;
margin-bottom: 14px;
}

.postbody .postcontent, .postbody .message {
line-height: 1.1rem;
}

blockquote.preview.forumcontent {
line-height: 1.1rem;
}

.foldercount {
position: relative;
top: 2px;
}

.blockbody.settings_form_border .blocksubhead {
border-top: none;
}

.formcontrols .blockrow {
border-color: #444;
}

.postbit .posthead, .postbitlegacy .posthead, .eventbit .eventhead {
border-color: #444;
border-radius: 6px 6px 0px 0px;
padding: 7px 0px;
}

/* New topcis and search */

.block.searchresults {
border-radius: 6px;
margin-top: 20px;
}

.searchresults .blockbody {
border: none !important;
}

h2.searchlisthead {
border: none;
margin: 0px;
margin-bottom: 2px;
border-radius: 6px;
}

.searchbits > li {
border-radius: 6px;
margin-bottom: 3px;
}

.searchbits > li.threadbit > div {
border: 1px solid #444;
}

.searchbits > li.threadbit:nth-of-type(2n) > div {
background-color: #111;
}

.searchbits .pagination {
top: -4px;
}

.searchbits li.threadbit .threadstatus {
position: relative;
top: 3px;
}

.searchbits li.threadbit .threadinfo {
line-height: 1.024rem;
}

.searchbits li.threadbit .threadstats {
line-height: 1.1rem;
}

.searchbits li.threadbit .threadlastpost {
line-height: 1.1rem;
}

.searchbits li.threadbit .threadlastpost img {
position: relative;
top: 2px;
}

.searchbits li.threadbit .threadpostedin {
line-height: 1.1rem;
}

.searchbits li.threadbit .threadstats, .searchbits li.threadbit .threadpostedin {
border-color: #444;
}

/* Actity */
#activitylist {
border: none;
}

#activitylist .activitybit {
border-color: #444;
margin: 0px;
}

#activitylist .activitybit:nth-of-type(2n) {
background-color: #262626;
}

#activitylist .activitybit:last-of-type {
border-radius: 0px 0px 6px 6px;
}

#activitylist #olderactivity hr {
border-top: 1px solid #666;
border-bottom: none;
}

.activitystream .blockbody {
border-top: none !important;
}

.newactivity, .moreactivity {
border-radius: 6px;
border-color: #444;
}
/* Own posts */

.block.searchresults .searchbits .postbitcontainer {
border: 1px solid #444;
margin-bottom: 3px;
}

.block.searchresults .searchbits .postbitcontainer:first-of-type {
margin-top: 6px;
}

.postbit .posthead {
border: none;
margin: 0px;
}

.postbit .posttitle, .postbitlegacy .title {
border: none;
padding: 6px 9px;
}

.postbit .posttitle, .postbitlegacy .title {
border-color: #444;
}

.postbit .userinfo_noavatar {
width: 100%;
line-height: 1.024rem;
border-bottom: 1px solid #444;
}

.postbit .postbody {
border-radius: 0px 0px 6px 6px;
background-color: #333;
}

.postbit .postbody .postcontent {
line-height: 1.024rem;
}
/* showgroups */

.showgroups_table th, .showgroups_table .groupbit td {
border-color: #444;
}

.groupbit .postcontrols a {
padding: 3px 6px;
}

.groupbit:hover .postcontrols a {
border-color: #555;
}
/* General styles */

select, input {
border: none;
}

.actionbuttons .group {
padding: 0px;
}

.actionbuttons .group .button, .singlebutton .button {
padding: 6px 12px !important;
border-radius: 6px;
}

.menusearch input.button {
padding: 4px 6px !important;
}

.checkradio input {
position: relative;
top: 5px;
}

.texteditor.forum .cke_skin_kama textarea.cke_source, .texteditor.forum textarea {
line-height: 1.024rem;
padding: 3px 6px;
}

.footer_links {
margin-top: 5px;
}
}
[/src]



Chrome / (Opera?) Hinweis:
Diese Variante sollte auch für Chrome gelten, hier fehlt aber die Angabe für welche Domain der Style gilt "moz-document domain"-Angabe.
In Chrome und oder Opera sollte man aber die "Zieldomain" setzen können für den der Style gilt.

[src=css]
html {
background-color: #111;
}

html.cke_skin_kama_container {
background-color: #fff;
}

html.cke_skin_kama_container body, body.yui-layout {
width: 100% !important;
}

body {
margin: 0px auto !important;
width: 70% !important;
}

/* Logo and navigation block */
.above_body {
margin-top: 45px !important;
background: none;
}

.doc_header {
margin-bottom: 20px !important;
}

.navbar {
height: 6.4em !important;
border-radius: 6px;
}

.navtabs.floatcontainer {
padding-top: 8px;
border-radius: 6px 6px 0px 0px;
border-top: 1px solid #333;
}

.navtabs ul.floatcontainer {
border-top: 1px solid #555;
}

ul.floatcontainer {
top: 35px !important;
padding-top: 4px;
}

.navtabs li {
border: none !important;
}

.navtabs li .navtab {
border: 1px solid #333 !important;
border-bottom: none !important;
}

.navtabs li .navtab:hover {
border: 1px solid #444 !important;
border-bottom: none !important;
}

.navtabs li.selected .navtab {
border: 1px solid #444 !important;
border-bottom: none !important;
}

.navtab {
border-radius: 6px 6px 0px 0px;
margin-left: 6px;
}

.globalsearch {
position: absolute;
margin: 0px;
padding: 0px;
margin-top: 4px;
min-width: 33%;
right: 26px;
}

.globalsearch .searchbutton {
position: relative;
right: 4px;
}

.globalsearch .buttoncontainer {
border-color: #333;
}

.globalsearch .textboxcontainer {
margin-bottom: 9px;
border: none;
width: 54%;
right: 150px;
position: absolute;
}

.globalsearch .textboxcontainer span {
border: none;
width: 100%;
}

.globalsearch input.textbox {
width: 98%;
}

.navbar_advanced_search {
padding-right: 0px;
}

.navbar_advanced_search li {
clear: none;
margin-left: 30px;
}

ul.ngb-elsewhere {
position: absolute;
top: -40px;
right: 0px;
}

.ngb-elsewhere > li {
margin-left: 8px;
}
/* Body and content */

.body_wrapper {
border-radius: 6px;
}

#forums > li > div.forumhead.collapse {
border: none;
padding: 7px;
margin-top: 14px;
margin-bottom: 7px;
border-radius: 6px;
}

.forumhead .collapse {
position: relative;
top: 19px;
right: -25px;
}

.forumhead .collapse img {
min-width: 14px;
min-height: 14px;
}

#forums .forumbit_post {
border: none;
margin: 0px;
margin-bottom: 3px;
border-radius: 6px;
}

#forums .forumrow.table {
border-radius: 6px;
border: 1px solid #333;
}

ol.childforum .datacontainer .forumdescription {
position: relative;
top: -1px;
}

.forumrow {
padding-top: 6px;
padding-bottom: 3px;
}

ol.childforum > li > div {
padding-top: 7px;
padding-bottom: 8px;
}

ol.childforum > li:nth-of-type(2n) {
background-color: #202020;
}

ol.childforum .datacontainer > div {
line-height: 1.024rem;
}

ol.childforum .subforums {
display: inline-block;
width: 100%;
}

ol.childforum .subforums img {
position: relative;
top: 2px;
}


ol.childforum .forumstats {
padding-top: 0.35rem;
line-height: 1.1rem;
}

ol.childforum .forumlastpost {
line-height: 1.04rem;
}

.lastposttitle img {
position: relative;
top: 2px;
width: 12px;
}

.wgo_block .blockhead {
border-radius: 6px 6px 0px 0px;
}

.wgo_block.block > div {
border-radius: 0px 0px 6px 6px;
}
/* Forum page */

.above_threadlist_controls {
padding: 7px;
border-radius: 6px;
border: none;
margin: 0px;
}

.threadlisthead.table, .noinlinemod, .announcements, .announcements .announcerow {
border: none;
margin: 0px;
margin-bottom: 2px;
border-radius: 6px;
}

.announcements {
margin-top: 7px;
}

.forumhead + ol > li:first-child, .threadlist .threadlisthead + ol, .blockrow:first-child, .searchbits > li:first-child, ol#threadlist > li:first-child, #usercp_content ol#threads > li:first-child {
border: none;
}

.forumdisplaypopups {
margin-top: 4px;
}

li.threadbit.attachments, li.threadbit {
margin-bottom: 3px;
border: none;
}

li.threadbit > div {
border: none;
}

.author {
position: relative;
}

.threadbit .pagination {
position: absolute;
top: -3px;
}

.threadbit .pagination a {
padding: 2px 5px;
margin-right: 3px;
}

.threadbit .pagination .separator {
line-height: 1.024rem;
}

ol.stickies > li:last-of-type, ol.threads > li:last-of-type {
border: none;
margin-bottom: 14px;
}

ol.threads > li.threadbit:nth-of-type(2n) > div {
background-color: #202020;
}

ol.stickies > li.threadbit > div {
background-color: #000;
}

ol.stickies > li.threadbit:nth-of-type(2n) > div {
background-color: #161616;
}

ol.stickies > li.threadbit > div, ol.threads > li.threadbit > div {
border-radius: 6px;
border: 1px solid #444;
}

ol.stickies .threadtitle > img {
margin-top: 0.5rem;
}

ol.threads .threadtitle > img {
margin-top: 0.5rem;
}

.threadbit .nonsticky, .threadbit .sticky {
background-color: transparent;
}

li.threadbit > .threadinfo:nth-of-type(odd) .inner {
background-color: #202020;
}

li.threadbit .threadinfo {
line-height: 1.175rem;
padding-top: 7px;
}

li.threadbit .threadstats {
border-left: 1px solid #5a5a5a;
border-right: 1px solid #5a5a5a;
line-height: 1.1rem;
padding-top: 14px;
padding-bottom: 14px;
}

li.threadbit .threadlastpost {
padding-top: 14px;
padding-bottom: 14px;
line-height: 1.024rem;
}

.searchbits li.threadbit .threadstats, .searchbits li.threadbit .threadpostedin {
padding-top: 14px;
padding-bottom: 14px;
}

.threadbit .pagination > dd > span:first-child a {
border-radius: 6px 0px 0px 6px;
}

.threadbit .pagination > dd > span:last-child a {
border-radius: 0px 6px 6px 0px;
}

.threadbit .lastpostdate {
margin-left: 5px;
}

.threadbit .lastpostdate img {
position: relative;
top: 2px;
width: 12px;
}

.blockhead {
border: none !important;
border-radius: 6px 6px 0px 0px;
}

.blockbody {
border-radius: 0px 0px 6px 6px;
border: 1px solid #444 !important;
}

#nrreview .postbit {
border-color: #555;
border-radius: 0px;
padding: 6px 9px;
}

#post_preview .blocksubhead {
border-color: #444;
}

blockquote.preview .signature {
border-color: #444;
}

blockquote.preview hr, blockquote.restore hr {
border-color: #444;
}

.floatcontainer.footer {
border-radius: 6px;
border-color: #444;
}

a.newcontent_textcontrol {
padding: 6px 12px !important;
border-radius: 6px !important;
border-left: 1px solid #777 !important;
border-top: 1px solid #888 !important;
}

.pagination span a.popupctrl {
padding: 4px 9px 4px 23px;
}

.pagination span a, .pagination span.selected a, .pagination span.prev_next a, .pagination span.first_last a {
line-height: 1.024rem;
border: 1px solid #444;
}

.pagination span a:hover {
border: 1px solid #888;
}

.pagination span.separator {
line-height: 1.7rem;
margin: 0px 6px;
}

.pagination span a, .pagination span.selected a {
padding: 4px 8px;
}

.pagination .popupctrl {
border-radius: 6px 0px 0px 6px;
}

.pagination span.prev_next a, .pagination span.first_last a {
padding-top: 1px;
padding-bottom: 7px;
}

.pagination span:last-of-type a {
border-radius: 0px 6px 6px 0px;
}

.navpopupmenu.popupmenu.nohovermenu a.textcontrol, .navpopupmenu.popupmenu.nohovermenu a.popupctrl, .options_input_block input, .controlbar a.textcontrol, .groupcontrols a.textcontrol {
padding: 6px 12px;
margin-left: 3px;
border: 1px solid #666;
border-radius: 6px;
border-left: 1px solid #777 !important;
border-top: 1px solid #888 !important;
}
/* Thread view */

.postlist_popups {
margin-top: 4px;
}

.thread_controls {
border: none;
margin: 0px;
margin-bottom: 12px;
border-radius: 6px;
padding: 4px 0px;
}

.posts .postcontent {
padding-top: 0.25rem;
line-height: 1.1rem;
}

.posts .postcontent font {
line-height: 1rem;
}

.bbcode_container div.bbcode_code, .bbcode_container pre.bbcode_code {
border-radius: 6px;
}

.posts .posthead {
border: 1px solid #333;
border-radius: 6px 6px 0px 0px;
padding: 6px 0px;
}

.postbit .posthead .nodecontrols a, .postbitlegacy .posthead .nodecontrols a, .eventbit .eventhead .nodecontrols a {
top: 0.3em;
}

.forumbit_nopost .forumbit_nopost .forumrow, .threadbit > div, .postbit, .postbitlegacy {
border-color: #333;
border-radius: 6px;
}

.forumbit_post .forumrow {
border-color: #333;
}

.toolsmenu {
border: none;
border-radius: 6px 6px 0px 0px;
line-height: 1.024rem;
}

.forumhead, .threadlisthead {
border: none;
border-radius: 6px 6px 0px 0px;
}

.toolsmenu {
border-radius: 6px;
padding: 0px 0px 5px 0px;
}

.postbitlegacy .postbody, .eventbit .eventdetails .eventbody {
border-left-color: #444;
}

.postbody img.inlineimg {
vertical-align: bottom;
position: relative;
top: -0.16rem;
}

.postbit .postfoot .textcontrols, .postbitlegacy .postfoot .textcontrols, .eventbit .eventfoot .eventcontrols {
border-color: #333;
padding: 8px 0px;
border-radius: 0px 0px 6px 6px;
}

.bbcode_container div.bbcode_quote {
padding-top: 4px;
border-radius: 6px;
}

.postbitlegacy .fish_thx_list {
border-color: #444;
border-radius: 6px;
padding: 6px 10px;
}

.signature {
border-color: #444;
line-height: 1.2rem;
}

.postlistfoot {
border: none;
padding: 6px 0px 12px 0px;
border-radius: 6px;
}

#forums .forumbit_post .foruminfo .viewing {
margin-top: 0px;
line-height: 1.1rem;
}

.forumbits > ol li:last-of-type, .forumbits > ol li:last-of-type div {
border-radius: 0px 0px 6px 6px;
}

.forumbit_post:nth-of-type(2n) {
background-color: #111;
}

.forumbit_post .datacontainer {
line-height: 1.024rem;
}

.forumstats_2 {
line-height: 1.024rem;
}

.threadbit .nonthread {
border: none;
}

.noinlinemod.forumfoot {
margin-bottom: 8px;
}

.below_threadlist .breadcrumb {
margin-top: 1px;
}

.breadcrumb {
margin-bottom: 12px;
}

.breadcrumb .navbithome {
position: relative;
top: 0px;
left: 3px;
}

.breadcrumb a {
margin-top: 2px;
}

.breadcrumb .lastnavbit > span {
line-height: 1.1rem;
}

.below_postlist {
margin-bottom: 30px;
}

.texteditor {
border-radius: 6px;
border: none;
}

.texteditor .blockrow {
border-radius: 0px 0px 6px 6px;
margin-bottom: 12px;
border: 1px solid #444;
border-top: none;
}

.texteditor .blockrow:first-of-type {
border-radius: 6px 6px 0px 0px;
margin-bottom: 0px;
border-top: 1px solid #444;
border-bottom: 1px solid #444;
}

.postrow .blocksubfoot.actionbuttons {
background-color: transparent;
}
/* Profile */

#usercp_nav .blockhead {
border-radius: 6px 6px 0px 0px;
}

#usercp_nav .blockbody ul li:first-child .blocksubhead {
border-top: none;
}

#usercp_nav .blocksubhead {
border-color: #555;
}

.cp_content .threadbit .nonsticky {
border-top: 1px solid #444;
}

.cp_content .threadbit:nth-of-type(2n) .nonsticky {
background-color: #161616;
}

#usercp_content .threadbit .threadinfo img:last-of-type {
top: 32px;
}

#usercp_content .threadbit .threadlastpost {
padding-top: 14px;
padding-bottom: 14px;
}

#usercp_content .userlist li {
border-color: #444;
border-radius: 6px;
}

#sidebar_container.member_summary {
line-height: 1.024rem;
border-color: #444;
border-radius: 6px;
}

#sidebar_container .underblock {
border-color: #444;
}

dd.userprof_module, dd.userprof_moduleinactive, dd.userprof_content {
border: none;
border-radius: 6px 6px 0px 0px;
margin-right: 3px;
}

.profile_content a.floatright:first-child + .subsectionhead {
border: none;
}

.profile_content div.subsectionhead, .profile_content .texteditor {
border-radius: 6px 6px 0px 0px;
border: none;
}

.profile_content .userprof_content {
margin-bottom: 20px;
line-height: 1.024rem;
}

#view-aboutme {
border: none;
}

#view-aboutme .blocksubhead:nth-child(2) {
border-radius: 0px !important;
}

.userprof_content.blockbody {
border: none !important;
}

.profile_content .friends_list li:first-child, .profile_content .userprof_content {
border-color: #444;
}

.threadbit .nonsticky, .threadbit .deleted, .threadbit .discussionrow, .threadbit .ignored {
border-color: #444;
}

#threads .threadbit {
margin-bottom: 3px;
border-radius: 6px;
}

.profile_content #threads .threadbit:nth-of-type(2n) {
background-color: #161616;
}

.forumfoot {
border: none;
border-radius: 6px;
}

#forum_icon_legend h5 {
border-radius: 6px 6px 0px 0px;
border: none;
}

#subscription_info #forum_icon_legend dl {
border-radius: 0px 0px 6px 6px;
border-color: #444;
}

.settings_form_top_border {
border: none;
}

#above_postlist .folderstats {
margin: 10px 0px 8px 0px;
float: left;
clear: both !important;
}

#pmfolderlist .blocksubhead.sortrow {
border: none;
}

#pmfolderlist .blocksubhead {
border-color: #555;
padding: 6px 9px;
background-color: #000;
}

#pmfolderlist .pmbit {
padding: 9px 12px;
border-color: #444;
}

#pmfolderlist .pmbit:nth-of-type(2n) {
background-color: #282828;
}

.postbody .bbcode_container {
margin: 0px;
margin-bottom: 14px;
}

.postbody .postcontent, .postbody .message {
line-height: 1.1rem;
}

blockquote.preview.forumcontent {
line-height: 1.1rem;
}

.foldercount {
position: relative;
top: 2px;
}

.blockbody.settings_form_border .blocksubhead {
border-top: none;
}

.formcontrols .blockrow {
border-color: #444;
}

.postbit .posthead, .postbitlegacy .posthead, .eventbit .eventhead {
border-color: #444;
border-radius: 6px 6px 0px 0px;
padding: 7px 0px;
}

/* New topcis and search */

.block.searchresults {
border-radius: 6px;
margin-top: 20px;
}

.searchresults .blockbody {
border: none !important;
}

h2.searchlisthead {
border: none;
margin: 0px;
margin-bottom: 2px;
border-radius: 6px;
}

.searchbits > li {
border-radius: 6px;
margin-bottom: 3px;
}

.searchbits > li.threadbit > div {
border: 1px solid #444;
}

.searchbits > li.threadbit:nth-of-type(2n) > div {
background-color: #111;
}

.searchbits .pagination {
top: -4px;
}

.searchbits li.threadbit .threadstatus {
position: relative;
top: 3px;
}

.searchbits li.threadbit .threadinfo {
line-height: 1.024rem;
}

.searchbits li.threadbit .threadstats {
line-height: 1.1rem;
}

.searchbits li.threadbit .threadlastpost {
line-height: 1.1rem;
}

.searchbits li.threadbit .threadlastpost img {
position: relative;
top: 2px;
}

.searchbits li.threadbit .threadpostedin {
line-height: 1.1rem;
}

.searchbits li.threadbit .threadstats, .searchbits li.threadbit .threadpostedin {
border-color: #444;
}

/* Actity */
#activitylist {
border: none;
}

#activitylist .activitybit {
border-color: #444;
margin: 0px;
}

#activitylist .activitybit:nth-of-type(2n) {
background-color: #262626;
}

#activitylist .activitybit:last-of-type {
border-radius: 0px 0px 6px 6px;
}

#activitylist #olderactivity hr {
border-top: 1px solid #666;
border-bottom: none;
}

.activitystream .blockbody {
border-top: none !important;
}

.newactivity, .moreactivity {
border-radius: 6px;
border-color: #444;
}
/* Own posts */

.block.searchresults .searchbits .postbitcontainer {
border: 1px solid #444;
margin-bottom: 3px;
}

.block.searchresults .searchbits .postbitcontainer:first-of-type {
margin-top: 6px;
}

.postbit .posthead {
border: none;
margin: 0px;
}

.postbit .posttitle, .postbitlegacy .title {
border: none;
padding: 6px 9px;
}

.postbit .posttitle, .postbitlegacy .title {
border-color: #444;
}

.postbit .userinfo_noavatar {
width: 100%;
line-height: 1.024rem;
border-bottom: 1px solid #444;
}

.postbit .postbody {
border-radius: 0px 0px 6px 6px;
background-color: #333;
}

.postbit .postbody .postcontent {
line-height: 1.024rem;
}
/* showgroups */

.showgroups_table th, .showgroups_table .groupbit td {
border-color: #444;
}

.groupbit .postcontrols a {
padding: 3px 6px;
}

.groupbit:hover .postcontrols a {
border-color: #555;
}
/* General styles */

select, input {
border: none;
}

.actionbuttons .group {
padding: 0px;
}

.actionbuttons .group .button, .singlebutton .button {
padding: 6px 12px !important;
border-radius: 6px;
}

.menusearch input.button {
padding: 4px 6px !important;
}

.checkradio input {
position: relative;
top: 5px;
}

.texteditor.forum .cke_skin_kama textarea.cke_source, .texteditor.forum textarea {
line-height: 1.024rem;
padding: 3px 6px;
}

.footer_links {
margin-top: 5px;
}
[/src]
 
Zuletzt bearbeitet:

Localhorst

Keks-Verteiler

Registriert
12 Nov. 2014
Beiträge
1.941
Da muss was an meiner Chome version nicht stimmen ...

Ich bekomme folgende Fehler:

stylish error.PNG
 

theSplit

1998
Veteran Barkeeper

Registriert
3 Aug. 2014
Beiträge
28.557
  • Thread Starter Thread Starter
  • #10
Hallo,

ich kann aktuell nur kurzes Feedback geben:

@Localhorst: Es kann sein das Stylish in Chrome (ungetestet von mir) die Domain Angabe nicht kennt, für dass der Style gelten soll. Ich habe aber den letzten Beitrag editiert, ohne diese Angabe.

@Lokalrunde: Vielen Dank für den Hinweis. Scheinbar betrifft es aktuell (Stand 03.06.18) nur die Chrome + Opera(?) Version. Firefox hat aktuell keine Data collection.
Hier ist auch noch ein Artikel dazu:
https://www.ghacks.net/2017/01/04/major-stylish-add-on-changes-in-regards-to-privacy/

"Stylist" für Chrome kenne ich aktuell nicht, aber da es sich um reines CSS handelt - sollte es auch damit funktionieren, so fern man dort CSS Einstellungen für eine Domain eintragen kann.
 

Lokalrunde

Schneehasen-Administrator
Teammitglied

Registriert
13 Juli 2013
Beiträge
74.486
Ort
im Tiefschnee
@theSplit: Ich habe bislang jeden Style, den ich zuvor mit Stylish nutzen konnte, ohne irgendwelche Änderungen (die ich ohnehin nicht durchführen könnte ;)) in Stylist nutzen können. Denke also, dass das hier auch möglich sein sollte.
 
Oben