- Registriert
- 3 Aug. 2014
- Beiträge
- 28.543
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.
Was ich noch ergänzend dazu sagen muß, das ganze funktioniert nur, wenn "darkfish" als Forenstyle ausgewählt ist
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:
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]
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: