QUICK NEWS

{NEW} - A new css video is up.

{OLD} - New video courtesy of Skhilled, Thanks for posting it up.

Video of the moment:


Internal Links

SMF Sites

Quick Info

Ambassador 2.1 Images

Started by Skhilled, Mar 19, 2023, 05:56 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Skhilled

Dave and I have revisited Ambassador since it needs and proper upgrade to 2.1.3. During the course of it, I've decided to change the color of some of the icons to match the theme. Mostly, the arrows and similar has been changed and also the eyeglasses for when you are watching a topic. 8) These two are in the /images/icons directory:


Skhilled

These three are in the /images directory:

Skhilled

This one is in the /images/theme directory:

Skhilled

I've been trying to find the "quote" for when you quote someone but can't seen to find it? :dontknow

Skhilled

"Spam is a wonderful meat!" LMAO

Dave

#5
Do you mean the quote that's in the image below? If yes then you need to change the colour in index.css line 359.

See the before and after

This is a font awesome icon content: "\275D"

from

blockquote cite::before {
    color: #aaa;
    font-size: 22px;
    font-style: normal;
    content: "\275D";
    margin-right: 3px;
    vertical-align: middle;
}

to

blockquote cite::before {
    color: #bd9851;
    font-size: 22px;
    font-style: normal;
    content: "\275D";
    margin-right: 3px;
    vertical-align: middle;
}
If you want play quizzes or games click below

Skhilled

Ah ha! I've wondered what that was but kept forgetting to ask. LOL

I knew where the code was but just didn't think that had anything to do with it. LOL