News:

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

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

DO NOT pm me for support!

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.
DO NOT pm me for support!

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.  :)
DO NOT pm me for support!

Shades.

#28
Theme Updated:

1. Version 2.1.4 : 06/29/2023
Updated Theme for SMF 2.1.4 & minor color changes
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.

@Steve  ;)

index.css

Line 950 Removed:
/* Note: The next declarations are for keyboard access with js disabled. */
.dropmenu ul a:focus, .dropmenu ul ul a:focus {
margin-left: 9990px;
border: none;
width: 17em;
}
.dropmenu ul ul a:focus {
margin-left: 19950px;
}
/* Cancel those for hover and/or js access. */
.dropmenu ul li:hover a:focus, .dropmenu ul li a:focus {
margin-left: 0;
width: auto;
}

Line 1137 Changed:
#pm_menu_top .main_icons,
#alerts_menu_top .main_icons {
display: none;
}

To:
#pm_menu_top .main_icons,
#alerts_menu_top .main_icons {
display: auto;
}

Line 1352 Removed:
/* the small stats */
#index_common_stats {
margin: -4px 8px 6px 8px;
padding: 4px 0 0 0;
font-size: 0.9em;
border-top: 1px solid #1d2e5a;
}

Changed:
.subject_title a {
font-size: 0.9em;
color: #333;
font-weight: bold;
}

To:
.subject_title a {
font-size: 0.9em;
color: #7db0de;
font-weight: bold;
}
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

@Shades. - thanks for that changelog  ;D
DO NOT pm me for support!

Advertisement: