News:

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

Main Menu

Blue Space

Started by Shades., April 19, 2022, 02:49:45 PM

Previous topic - Next topic

TwitchisMental

Quote from: Shades. on September 19, 2022, 01:49:49 PMWell... :P the way I have it works for me but if I change it, the background doesn't show. I'll have to mess around with it later when I get more time because if this is the case I will have to go and change all my themes with backgrounds cause I did them all the same in that regard and this is the first time anyone has commented about it, I think! ??? O:) ;)
Haha I know that feeling bud :).

I am 99.99% sure if you use the method I provided, no issues will occur :).

Also as someone who has had to do something similar, using the find and replace function in Notepad++ makes the process alot easier.

Shades.

Quote from: TwitchisMental on September 19, 2022, 01:53:57 PMI am 99.99% sure if you use the method I provided, no issues will occur :)
Thanks for the tip! 8)
ShadesWeb.com - Custom Logos - My Themes on SMF | My Themes on ShadesWeb
https://shadesweb.com

BikerHound.com - Sniffing out the road ahead
https://bikerhound.com

Dream as if you'll live forever; Live as if you'll die today. - James Dean

Shades.

Theme Updated:

Version 2.1.2b : 09/26/2022
1. Fixed background image links and some minor css fixes.

Thanks to @SulevFan & @TwitchisMental for the report & fixes! 8)
ShadesWeb.com - Custom Logos - My Themes on SMF | My Themes on ShadesWeb
https://shadesweb.com

BikerHound.com - Sniffing out the road ahead
https://bikerhound.com

Dream as if you'll live forever; Live as if you'll die today. - James Dean

Steve

My pet rock isn't well today. I think it's stoned.

Shades.

Theme Updated

1. Version 2.1.3 : 11/27/2022
Updated Theme for SMF 2.1.3
ShadesWeb.com - Custom Logos - My Themes on SMF | My Themes on ShadesWeb
https://shadesweb.com

BikerHound.com - Sniffing out the road ahead
https://bikerhound.com

Dream as if you'll live forever; Live as if you'll die today. - James Dean

Steve

What files did you change in your themes to update them?

I ask because I've done some minor color changes and I don't want to lose them.
My pet rock isn't well today. I think it's stoned.

Shades.

Quote from: Steve on November 27, 2022, 11:54:13 AMWhat files did you change in your themes to update them?

I ask because I've done some minor color changes and I don't want to lose them.
index.css and index.template.php but there were no color changes, only code changes.

index.template.php only changed the version from 2.1.0 to 2.1.3

index.css

Changed:
#likes li {
    clear: both;
    padding: 1px 0;

To:
#likes li {
    clear: both;
    padding: 1px 0;
    display: flex;
    align-items: center;

Changed:
#likes .avatar {
    max-height: 45px;
    max-width: 45px;
    margin: 0 10px 0 0;
}
#likes .avatar, #likes li .like_profile {
    vertical-align: middle;
    display: inline-block;
}

To:
#likes .avatar {
    height: 5em;
    width: 5em;
    margin: 0 10px 0 0;
}
#likes li .like_profile {
    flex: 1 0 auto;
                     
}

Before:
.pagesection .button {
    color: #346;
}

Added:
html[lang="el-GR"] .button,
html[lang="el-GR"] .quickbuttons > li > a,
html[lang="el-GR"] .inline_mod_check {
    text-transform: capitalize;
}

Changed:
.event_options_left {
    box-sizing: border-box;
    width: 49%;
    padding-right: 1em;
    min-width: 238px;
}
.event_options_right {
    box-sizing: border-box;
    width: 50%;
    min-width: 270px;
}

To:
.event_options_left {
    box-sizing: border-box;
    width: 55%;
                   
    min-width: 238px;
}
.event_options_right {
    box-sizing: border-box;
    width: 45%;
    min-width: 270px;
}

Changed:
span.member.hidden {
    font-style: italic;
}

To:
span.member.hidden {
    display: inline-block;
    font-style: italic;
}
ShadesWeb.com - Custom Logos - My Themes on SMF | My Themes on ShadesWeb
https://shadesweb.com

BikerHound.com - Sniffing out the road ahead
https://bikerhound.com

Dream as if you'll live forever; Live as if you'll die today. - James Dean

Steve

Thanks my friend.  :)
My pet rock isn't well today. I think it's stoned.

Advertisement: