News:

Keeping Crip's dream alive is our mission! :)

Main Menu

Recent posts

#11
SMF 2.1.4 Themes / Cleantek 2.1.4b Released!
Last post by Skhilled - Feb 12, 24, 10:35:30 PM
Changes as follows to index.css:

1. Deleted additional unnecessary 'background' code in '#header' in index.css.
2. Changed 'New' icon to blue.

Posted at Github:

https://github.com/Crip-Zone/Cleantek/releases/tag/v2.1.4

If you would prefer to just upload the individual index.css file instead of reinstalled the theme you can use the attache one below:

index.css
#12
Theme Support / Re: Cleantek
Last post by Skhilled - Feb 11, 24, 10:47:51 PM
Don't worry, Dave. Because of the code you've posted I found double coding that should've been fixed. ;) Notice the two backgrounds:

#header {
    position: relative;
    overflow: hidden;
    clear: both;
    background: rgb(254,254,254);
    background: linear-gradient(to bottom, rgb(211, 210, 210) 0%, rgb(254, 254, 254) 37%, rgb(254, 255, 254) 100%);
    padding: 2px 12px 0px 12px;
    min-height: 147px;
    border: none;
    border-radius: 20px 20px 0px 0px;
    margin-bottom: 0px;
}

The first one can safely be removed. Also, I had switched to Cleantek to check your code and forgot I left it on in my profile before I went to bed last night. When I returned here today, I noticed that the color of the "New" button for new posts needs changing.

newimage.png

So, I propose changing it from this:

.new_posts, a.new_posts {
display: inline-block;
position: relative;
top: -2px;
padding: 0 4px;
background: url(../images/custom/topnav.jpg) repeat-x;
color: #fff;
border: none;
font: 9px/15px verdana, sans-serif;
border-radius: 2px;
opacity: 1;
}

To this which is the same blue color you see elsewhere:

.new_posts, a.new_posts {
display: inline-block;
position: relative;
top: -2px;
padding: 0 4px;
background: url(../images/custom/topnav.jpg) repeat-x;
color: #2a89f7;
border: none;
font: 9px/15px verdana, sans-serif;
border-radius: 2px;
opacity: 1;
}

newimage2.png
#13
Theme Support / Re: Cleantek
Last post by Dave - Feb 11, 24, 04:23:14 AM
Quote from: deansmar on Feb 10, 24, 09:56:04 AMSorry for not clarifying which SMF version..  :angel:

I was on 2.0.14 with whitebox..

Upgraded to 2.1.4 with cleanrek2v214a

I thought the settings would be in the CSS file..

There are two wrappers one for box-shadow
So I guess it's the other wrapper for max width content

There are a few headers...

The code in my cleantek 214, does not match your find code.. ??

Yes sorry I hadn't update my test site to the last version, thanks for the heads up. I have now change my original post to show the correct code to find so it will help others
#14
Theme Support / Re: Cleantek
Last post by deansmar - Feb 10, 24, 10:04:29 AM
found it..


/* Set maximum width limit for content */
#wrapper, #header, #top_section .inner_wrap, #footer .inner_wrap {
    max-width: 1400px;
    margin: 0 auto;
    width: 98%
#15
Theme Support / Re: Cleantek
Last post by deansmar - Feb 10, 24, 09:56:04 AM
Sorry for not clarifying which SMF version..  :angel:

I was on 2.0.14 with whitebox..

Upgraded to 2.1.4 with cleanrek2v214a

I thought the settings would be in the CSS file..

There are two wrappers one for box-shadow
So I guess it's the other wrapper for max width content

There are a few headers...

The code in my cleantek 214, does not match your find code.. ??
#16
Theme Support / Re: Cleantek
Last post by Dave - Feb 10, 24, 08:47:23 AM
Quote from: deansmar on Feb 10, 24, 05:42:23 AMIn the whitebox theme under theme settings there is a option to enter a forum width, for example in persent.. 96%

I would imagine, as this option is not available in the cleantek version, that this option is in the index.css
By means of padding..

Or better to say, and ask, were would I find this setting..?

If you're talking about the SMF2.0 version it has exactly the same option. I have attached Cleantek_20h here.

If you're talking about SMF2.1 version then you need to do the following:

cleantek index.css

find

/* Set maximum width limit for content */
#wrapper, #header, #top_section .inner_wrap, #footer .inner_wrap {
max-width: 1200px;
margin: 0 auto;
width: 90%
}

change max-width: to whatever you want

I hope that helps

#17
Theme Support / Cleantek
Last post by deansmar - Feb 10, 24, 05:42:23 AM
In the whitebox theme under theme settings there is a option to enter a forum width, for example in persent.. 96%

I would imagine, as this option is not available in the cleantek version, that this option is in the index.css
By means of padding..

Or better to say, and ask, were would I find this setting..?
#18
Theme Support / Re: Whitebox
Last post by deansmar - Feb 10, 24, 04:39:36 AM
;D  :D glad I could have been of some help..   ;)

Okay, then I guess I will have to join the que an wait a little..

For the meantime I will use your cleantek theme, it's simular to whitebox  8)
#19
Theme Support / Re: Whitebox
Last post by Skhilled - Feb 09, 24, 07:44:55 PM
Well, it's about time you've finally could make a post. LOL Glad it's finally solved and thank you because I had no idea this was happening.

Yes, it'll be put on the to do list.  We are currently working on one theme and possibly 2 others may be before yours.
#20
Theme Support / Whitebox
Last post by deansmar - Feb 09, 24, 03:51:25 AM
I have been using this theme for many years.. and would now like to update my forum

A little question out of the blue.. ;)

Will there be an update of this theme, in the near future, to accommodate SMF 2.1.4 ..?

I would very much appreciate this theme being put on your to do list..

Thanks in advance..
Colin