News:

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

Main Menu

Elementary

Started by TwitchisMental, October 08, 2024, 09:11:00 PM

Previous topic - Next topic

TwitchisMental

Link to the theme


Elementary
A simple and clean looking multi-color SMF theme.

Features :
Dark Mode
Color Variants
Custom Forum Width
Social Network Icons/Links
Avatars On Board Index 
Avatars On Message Index
Custom Footer Blocks
Info Center Sidebar Option

License :

SMF Version :


Patch Notes :
1.0 Initial Release

Forumz

Loving the dark versions of these  8) Do you have a live view?

TwitchisMental

Quote from: Forumz on October 12, 2024, 02:47:56 PMLoving the dark versions of these  8) Do you have a live view?
Should be able to view it on my demo site.

Link is in my signature.

bod22

Finally something new :)

It looks really nice. I like the colours and the layout.
However I would consider changing this part into three columns view

so that there isn't so much empty space.

TwitchisMental

Quote from: bod22 on October 16, 2024, 10:29:31 AMFinally something new :)

It looks really nice. I like the colours and the layout.
However I would consider changing this part into three columns view

so that there isn't so much empty space.
Easy enough change if you wanted it to look that way.

Find :
@media screen and (min-width: 800px) {
  .boardstats_grid_column {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}

Replace :
@media screen and (min-width: 800px) {
  .boardstats_grid_column {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

You could also enable the sidebar feature aswell.

Ricsca


TwitchisMental


Advertisement: