MyBB Community Forums

Full Version: Smilies
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Re-sketching MyBB default smilies Angel

[Image: attachment.php?aid=42389]
A bit of snow and santa red

[Image: attachment.php?aid=42399]
Looks very nice!

Could you share the snow pattern please.
Glad you like it. Smile

I think I will give it as a customisation code I used on the browser

.thead {
    color: #fff;
    background: #f45d5d;
        background-repeat: repeat;
        background-image: none;
    border: none;
    font-size: 1.1em;
    padding: 8px 12px;
    background-image: url(https://i.imgur.com/CV7KAOt.png);
    background-repeat: repeat-x;
}

I have worked a bit on the snow and how it fits on the header. I believe this one looks better

https://i.imgur.com/ZDGtMTt.png
I took your post as incentive and have build a special xmas color layout for our forum.

default:
[attachment=42402]

xmas layout:
[attachment=42403]


Thanks again!
Looks beautiful :thumbsup:

[Image: attachment.php?aid=42406]

Snowflakes look good too. Worked on a brush and this pattern. For snowflakes, this code will work

.thead {
    color: 
#fff;
background:
    #ee4848;
        background-repeat: repeat;
        background-image: none;
    border: none;
    font-size: 1.1em;
    padding: 8px 12px;
    background-image: url(https://i.imgur.com/tOKQ0an.png);
    background-repeat: repeat-x;
}