Any chance to update the site logo at least? The black background really doesn't fit with the themes at all.
Attached one with transparent background.
What happened to the Nesdev phpBB theme?!?!
-
Ice Man
- Posts: 547
- Joined: Fri Jul 04, 2014 2:34 pm
Re: What happened to the Nesdev phpBB theme?!?!
You do not have the required permissions to view the files attached to this post.
-
lidnariq
- Site Admin
- Posts: 11814
- Joined: Sun Apr 13, 2008 11:12 am
Re: What happened to the Nesdev phpBB theme?!?!
Just for contrast - the other way to solve this is tweaking the CSS. I have this
in my Stylus rules for the forum here.
(Actually, I turn a bunch of other things black as well, but that's the subset that fixes the logo)
Code: Select all
.headerbar { background-color: black !important; }(Actually, I turn a bunch of other things black as well, but that's the subset that fixes the logo)
-
Banshaku
- Posts: 2417
- Joined: Tue Jun 24, 2008 8:38 pm
- Location: Japan
Re: What happened to the Nesdev phpBB theme?!?!
I miss the old color style. For me, after all those years, this doesn't look like the nesdev site anymore and I have a hard time with that. Links,I can adjust to location but the colors is what gave it charms.
Now it's like if I'm reading some random forum and my interest in dwindling. That's how much I liked the older color. Maybe I'm in the minority but that's how I feel. Same thing if tomorrow all of the sudden sms power would change color style, that would be a shock too.
Now it's like if I'm reading some random forum and my interest in dwindling. That's how much I liked the older color. Maybe I'm in the minority but that's how I feel. Same thing if tomorrow all of the sudden sms power would change color style, that would be a shock too.
-
lidnariq
- Site Admin
- Posts: 11814
- Joined: Sun Apr 13, 2008 11:12 am
Re: What happened to the Nesdev phpBB theme?!?!
We could swap most of the color theme back by changing two rules in dark.css:
html, body, .wrap, .panel-container .panel, .navigation .active-subsection a, .navigation a:hover, .cp-mini, .codebox, blockquote, blockquote blockquote blockquote, .attachbox, .message-box textarea, .phpbb_alert, select, .minitabs a:hover, .minitabs .activetab > a, .minitabs .activetab > a:hover, .cp-main .pm, .bg3 .topicreview .bg2, .bg3 .topicreview .bg1 {
background-color:#171b24black !important;
}
and
.headerbar, .navbar, .forabg, .forumbg, li.row, .bg1, .bg2, .bg3, .tabs .activetab > a, .tabs a:hover, ul.cplist, .panel, blockquote blockquote, .dropdown .dropdown-contents, .jumpbox-cat-link, .jumpbox-sub-link, .jumpbox-forum-link, .cp-main .message-box textarea {
background:#242a36#333355 !important;
}
There's a lot more tweaking that could be done, but those are the biggest impacts by screen area.
html, body, .wrap, .panel-container .panel, .navigation .active-subsection a, .navigation a:hover, .cp-mini, .codebox, blockquote, blockquote blockquote blockquote, .attachbox, .message-box textarea, .phpbb_alert, select, .minitabs a:hover, .minitabs .activetab > a, .minitabs .activetab > a:hover, .cp-main .pm, .bg3 .topicreview .bg2, .bg3 .topicreview .bg1 {
background-color:
}
and
.headerbar, .navbar, .forabg, .forumbg, li.row, .bg1, .bg2, .bg3, .tabs .activetab > a, .tabs a:hover, ul.cplist, .panel, blockquote blockquote, .dropdown .dropdown-contents, .jumpbox-cat-link, .jumpbox-sub-link, .jumpbox-forum-link, .cp-main .message-box textarea {
background:
}
There's a lot more tweaking that could be done, but those are the biggest impacts by screen area.
-
Ice Man
- Posts: 547
- Joined: Fri Jul 04, 2014 2:34 pm
Re: What happened to the Nesdev phpBB theme?!?!
Why overcomplicate things when just the logo can be exchanged and new themes can be added?