Recent Topics

Members
Stats
  • Total Posts: 10,737
  • Total Topics: 1,372
  • Online today: 229
  • Online ever: 879
  • (Jan 21, 20, 05:49:15 PM)
Users Online
Users: 0
Guests: 191
Total: 191

CleanWhite 2.1 - Old Style

Started by Skhilled, Jun 24, 19, 10:45:06 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Skhilled

You will need to find:

#topic_header .lastpost {
    margin-right: 48px;
}

Change it to:

#topic_header .lastpost {
    margin-right: 0;
}

Hatshepsut

I found why the white space appears in Message index subbar. One of installed mods - 'Avatars Display Integration' is changing the table structure. After uninstalling of this mod there is no more white space in the subbar  :)

Skhilled

Ah! Ok, I knew there had to be something that changed the code. Glad this is solved. :)

lesmond

#23
Found a small color error in the admin area under Current theme settings.


In  /Themes/CleanWhite21/css/index.css

line 3780
Code (find) Select
   color: #fff;


Code (change to) Select
   color: #777;





Updated first post with new attachment.

Hatshepsut

#24
Quote from: lesmond on Mar 24, 20, 09:08:02 AM
Found a small color error in the admin area under Current theme settings.


In  /Themes/CleanWhite21/css/index.css

line 3780


The line number is 3780 in original CSS theme file, but if someone is made changes into index.css (like me), it will be more difficult to find this code  :)

Find:

h3.titlebg {
border-radius: 4px;
background-image: linear-gradient(to bottom, #757575 0%, #4d4d4d 70%);
color: #fff;
font-family: "Tahoma", sans-serif;
font-weight: bold;
overflow: hidden;
padding: 6px 12px 5px 12px;
text-shadow: none;


Replace color code from #fff to #777

P.S. But I recommend color code #ffa500 (Orange)

Skhilled


Hatshepsut

#26
I found one issue with edit button drop menu:

Click =>

The command on the 4th line - 'Report to moderator' is wrapped and word 'moderator'  overlaps the command of the 5th line - 'Issue warning'

Maybe it's needed to increase menu height or width to fit all the commands.
I'm looking in index.css file, but cannot find the proper lines to edit  :-\

Skhilled

#27
I am not seeing that in my version with no mods. I see what's in the attachment below. Maybe a mod you have installed is causing this?

Skhilled

Please keep in mind that these themes are only designed to work with the RC2 version in the SMF.org downloads. They may not work with github or nightly version because the code keeps changing.

Hatshepsut

Yes, in RC2 the link 'Report to moderator' is located into the post body, but in the next Github builds this link is moved to the drop menu as separate command.
I will wait for RC3 to see how it works :)