News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

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!

Steve

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


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

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!

Advertisement: