Skip to main content
Topic: Smooth - ElkArte Theme (Read 14639 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Re: Smooth - ElkArte Theme

Reply #15

Quote from: emanuele – If you can post the selector you used it would be easier.
If you have used .linklevel1, then, that's rather normal, linklevel1 and alike are meant to be generic and applicable to many things, just use .poster and .linklevel1 together as I suggested above:
Code: [Select]
.poster .linklevel1

No luck.


Re: Smooth - ElkArte Theme

Reply #17

Attaching work so far. Can someone test it for me.



Re: Smooth - ElkArte Theme

Reply #19

Live link...?
~ SimplePortal Support Team ~


Re: Smooth - ElkArte Theme

Reply #21

Board icons what? ;)
Exporting (as I said somewhere else) is "just" tweak the theme-info.xml to replace your name/nick and name of the theme (and maybe something else, it's xml, should be somehow easy to read) and add files and folders to a zip. That should be it.
Bugs creator.
Features destroyer.
Template killer.

Re: Smooth - ElkArte Theme

Reply #22

Fixed the board icon obscuring issue. Replaced it by font awesome using

Code: [Select]
.board_icon {
background-image: none;
}

.board_icon:before {
font-family: "FontAwesome";
content: '\f114';
position: relative;
top: 5px;
font-size: 2.7em;
opacity: 0.8;
color: #419EE3;

}

Re: Smooth - ElkArte Theme

Reply #23

Here is what we have now


Re: Smooth - ElkArte Theme

Reply #24

I have a small issue to solve. Now there is only one board icon changed. How to replace all 3 with font awesome icons ? I mean read, unread and redirection.

Re: Smooth - ElkArte Theme

Reply #25

Thread listing



Re: Smooth - ElkArte Theme

Reply #27

Thanks, I was referring to the same


Re: Smooth - ElkArte Theme

Reply #28

I am still having problem with obscured board icons. Unless I use

Code: [Select]
.board_icon:before {
font-family: "FontAwesome";
content: '\f114';
position: relative;
top: 5px;
font-size: 2.7em;
opacity: 0.8;
color: #419EE3;
padding-right: 5px;
}

, it is like this


Re: Smooth - ElkArte Theme

Reply #29

Another issue is with post bit