News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Blue Evolution 2.1

Started by TwitchisMental, July 16, 2021, 05:28:27 PM

Previous topic - Next topic

Steve

You're welcome to remain a member even if it's just to play in the arcade. Totally up to you.  :)
DO NOT pm me for support!

TwitchisMental

Quote from: Steve on May 16, 2022, 03:56:09 PMYou're welcome to remain a member even if it's just to play in the arcade. Totally up to you.  :)
That would be pretty cool :).

Steve

Okay, I'll add you back in with a different password. Will PM it to you.

You can, of course, change it.  :D
DO NOT pm me for support!

Steve

Found another small issue, with

.bbc_alternate_quote {
background-color: ##ebf4f8;
}

being the color it is the nested quote is unreadable. I changed mine to #1e1e1e but thought you should know.
DO NOT pm me for support!

TwitchisMental

Alright I have uploaded an updated version that fixes the issues that Steve has brought to my attention.

Sir Osis of Liver

My take on Blue Evo - https://www.thekrashsite.com/smf21/.

That's the older version.
Ashes and diamonds, foe and friend,
 we were all equal in the end.

                                     - R. Waters

Steve

Hi Twitch,

Another small issue in index.css line 702:

.auto_suggest_item {
background: #ddd;
padding: 1px 4px;
}

The background color makes the suggested item unreadable. I changed my background color to #023570.

Also in index.css line 706:

.auto_suggest_item_hover {
background: #888;
cursor: pointer;
color: #eee;
padding: 1px 4px;
}

I don't know if you want to change the hover background color or not but it was hard for me to read so I darkened it to #151515, which is probably overkill.

Thought you'd like to know.  :)
DO NOT pm me for support!

TwitchisMental

Quote from: Steve on May 28, 2022, 03:57:51 PMHi Twitch,

Another small issue in index.css line 702:

.auto_suggest_item {
background: #ddd;
padding: 1px 4px;
}

The background color makes the suggested item unreadable. I changed my background color to #023570.

Also in index.css line 706:

.auto_suggest_item_hover {
background: #888;
cursor: pointer;
color: #eee;
padding: 1px 4px;
}

I don't know if you want to change the hover background color or not but it was hard for me to read so I darkened it to #151515, which is probably overkill.

Thought you'd like to know.  :)
This may be just one of those things I simply haven't come across yet.

Do you have a screenshot of this?

Steve

I could undo what I've done and screenshot it but the easiest way is to go to send a new PM, start typing in a member's name and you'll see what I mean.

If you still need a screenshot, let me know. :)
DO NOT pm me for support!

TwitchisMental

Quote from: Steve on May 28, 2022, 05:24:28 PMI could undo what I've done and screenshot it but the easiest way is to go to send a new PM, start typing in a member's name and you'll see what I mean.

If you still need a screenshot, let me know. :)
Control Z hahaha I jk I jk.

Ah hah I do see what you are reporting though. Thank you for those instructions.

I will be sure to get this resolved. I really appreciate the feedback.

Steve

Quote from: TwitchisMental on May 28, 2022, 05:30:30 PMI really appreciate the feedback.
I'm glad because I really, really like this theme.  ;D
DO NOT pm me for support!

TwitchisMental

New Version has been uploaded .

Tonyvic

Hi Twitch, thank you so much for this theme it's my favourite.
Just one problem I have found is the text in the 'Warning' box is not visible without highlighting.
Can you please let me know what to change.

You cannot view this attachment.

TwitchisMental

Quote from: Tonyvic on August 01, 2022, 06:03:07 AMHi Twitch, thank you so much for this theme it's my favourite.
Just one problem I have found is the text in the 'Warning' box is not visible without highlighting.
Can you please let me know what to change.

You cannot view this attachment.
Thank you for reporting this issue.

I have uploaded a new version to resolve it :).

The manual edit for anyone who wants to make the change manually -

Just add this to the bottom of the custom.css -

/* Error Styles */
------------------------------------------------- */

.errorbox {
background-color: #fee;
border-top: 2px solid #c34;
border-bottom: 2px solid #c34;
color: #000;
}
.noticebox {
color: #000;
background: #fff6ca;
border-top: 1px solid #ffd324;
border-bottom: 1px solid #ffd324;
}
.infobox {
color: #000;
background: #cfc;
border-top: 1px solid green;
border-bottom: 1px solid green;
}

Tonyvic

Many thanks Twitch, that was fast. :)

TwitchisMental


Steve

And thanks for the manual edit. :)
DO NOT pm me for support!

Tonyvic

Hi again Twitch, sorry to be a pain but this is new to me.
I added your manual edit to custom.css but it's still the same. :-[

This is the end of my file on the server:
.recent_grid_flex {
    flex:1
 }
}
/* Error Styles */
------------------------------------------------- */

.errorbox {
background-color: #fee;
border-top: 2px solid #c34;
border-bottom: 2px solid #c34;
color: #000;
}
.noticebox {
color: #000;
background: #fff6ca;
border-top: 1px solid #ffd324;
border-bottom: 1px solid #ffd324;
}
.infobox {
color: #000;
background: #cfc;
border-top: 1px solid green;
border-bottom: 1px solid green;
}

mickjav

Quote from: Tonyvic on August 01, 2022, 04:26:36 PMHi again Twitch, sorry to be a pain but this is new to me.
I added your manual edit to custom.css but it's still the same. :-[

This is the end of my file on the server:
.recent_grid_flex {
    flex:1
 }
}
/* Error Styles */
------------------------------------------------- */

.errorbox {
background-color: #fee;
border-top: 2px solid #c34;
border-bottom: 2px solid #c34;
color: #000;
}
.noticebox {
color: #000;
background: #fff6ca;
border-top: 1px solid #ffd324;
border-bottom: 1px solid #ffd324;
}
.infobox {
color: #000;
background: #cfc;
border-top: 1px solid green;
border-bottom: 1px solid green;
}

Should This line
/* Error Styles */
------------------------------------------------- */

Be
/* Error Styles
------------------------------------------------- */


Tonyvic

Well spotted and thank you @mickjav that works.


Advertisement: