News:

Wondering if this will always be free?  See why free is better.

Main Menu

GreyedOut

Started by TwitchisMental, September 28, 2023, 12:44:43 AM

Previous topic - Next topic

VastOne

Quote from: TwitchisMental on October 08, 2023, 12:27:01 AM
Quote from: VastOne on October 08, 2023, 12:16:57 AMGreets again Twitch!

I found this, loved it, tweaked it a bit and now I am happy as heck at my site VSIDO [nofollow]

One thing I noticed was at the bottom of and below the footer, your identity as the creator of this theme and a link to it is missing. Just an FYI

Thank you for this!
Glad you like the theme..

and ha so it is... I will add it in the next update. Not really a big deal though.


Too be quite honest, this one is as close to Crip's Darkmodern as I have seen.. Great work, and influenced I am sure by his legendary work

TwitchisMental

#21
Quote from: VastOne on October 08, 2023, 10:47:34 AM
Quote from: TwitchisMental on October 08, 2023, 12:27:01 AM
Quote from: VastOne on October 08, 2023, 12:16:57 AMGreets again Twitch!

I found this, loved it, tweaked it a bit and now I am happy as heck at my site VSIDO

One thing I noticed was at the bottom of and below the footer, your identity as the creator of this theme and a link to it is missing. Just an FYI

Thank you for this!
Glad you like the theme..

and ha so it is... I will add it in the next update. Not really a big deal though.


Too be quite honest, this one is as close to Crip's Darkmodern as I have seen.. Great work, and influenced I am sure by his legendary work
This specific theme was actually inspired by themes of the old days.. (Think the ZetaBoard and InvisionFree days).

With that said Crip was a big inspiration back in the day when I started making SMF 2.0 themes.

TwitchisMental

New Version Uploaded :

1.0.3
Adjustment: Adjusted the text, code, and quote colors in the SCEditor.

Steve

You're killing me Twitch! lol (just kidding)

Thanks for the update.  ;D
DO NOT pm me for support unless asked to!

Steve

@TwitchisMental - How do I decrease the height of this space?


You cannot view this attachment.
DO NOT pm me for support unless asked to!

TwitchisMental

Find:

#wrapper {
  clear: both;
  background: var(--wrapper_bg_color);
  border: 1px solid var(--black);
  border-radius: 8px;
  box-shadow: 0px 0px 6px 1px rgb(0,0,0);
}

Change to

#wrapper {
  clear: both;
  background: var(--wrapper_bg_color);
  border: 1px solid var(--black);
  border-radius: 8px;
  box-shadow: 0px 0px 6px 1px rgb(0,0,0);
  margin-top: -20px !important;
}

Steve

Perfect!

Although what I found is this:

#wrapper {
clear: both;
background: var(--wrapper_bg_color);
border: 1px solid var(--black);
border-radius: 8px;
box-shadow: 0px 0px 6px 1px rgb(0,0,0);
margin-top: 10px;
}

Changing it to what you suggested worked perfectly. Thanks my friend.
DO NOT pm me for support unless asked to!

Greggle

This is a seriously sweet looking theme and I learned a lot trying to figure out how you put it together. But I'm struggling really hard on the drop downs. No matter How I style it, I can't seem to change the background colors nor see where they're being set. No combination of CSS is working and I can't even monitor the color changes in the browser. Inspecting the field doesn't even show a background color. It's maddening. How do I gain control over dropdown coloring?


TwitchisMental

Quote from: Greggle on September 24, 2024, 06:37:28 PMThis is a seriously sweet looking theme and I learned a lot trying to figure out how you put it together. But I'm struggling really hard on the drop downs. No matter How I style it, I can't seem to change the background colors nor see where they're being set. No combination of CSS is working and I can't even monitor the color changes in the browser. Inspecting the field doesn't even show a background color. It's maddening. How do I gain control over dropdown coloring?



ibst_bg_color_hover
Is the variable you will wanna change,

That or line 127 and 134 will need edited. (the focus and hover for inputs)

Advertisement: