thecrazy

Make the line between post and signature look better

Recommended Posts

At this moment we've like this:

FrU3fs0.png

 

Which is hard to see the line because it's a dark colour with dark background, so it's hard to see when is a post and signature.

 

My suggestion:

Do a better line, why we don't do something like this?

U7mAFNp.png

 

And the colour of that line could be picked on Usercp -> Theme options 

In my case it's blue so I have that lines blue. It will help more to know where signature starts.

Share this post


Link to post
Share on other sites

I'd like to see this implemented in the future.

Share this post


Link to post
Share on other sites

Emmmmm let me See

Search and edit this

.post_content .signature {

border-top: 1px solid #4763bb;

position: relative;

}

& add this :

.post_content .signature::before, .panel-body .signature::before {

color: #4763bb;

background-color: #282828;

text-align: center;

font-size: 10px;

font-weight: 600;

height: 30px;

line-height: 17px;

padding: 5px;

box-sizing: border-box;

position: absolute;

top: -15px;

left: 50% !important;

margin-left: -50px;

width: 80px;

content: '';

border-radius: 2px;

background-image: url(https://i.imgur.com/G8QJH6d.png);

background-repeat: no-repeat;

background-position: center;

}

Share this post


Link to post
Share on other sites

I agree it needs to line needs to be more prominent but we'll need to wait for Skryptec to be back, lets wait and see what he says. @Skryptec

Share this post


Link to post
Share on other sites
Guest Skryptec

It is a divider, it shouldn't be that special. I can however make it brighter but I don't think it should be colored and have the logo in it.

Share this post


Link to post
Share on other sites

Answered.

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.