Simple

Antworten
Benutzeravatar
Tastenplayer
Administrator
Beiträge: 67
Registriert: So 17. Feb 2019, 18:13

Simple

Beitrag von Tastenplayer »

The style should look like this
index simple.jpg
styles/Simple/theme/images/legend_en.jpg All icons inserted in style 3.3.0

Icons not shown when inserted in css (not in html)
- fas fa-arrows-alt (topic moved)
- fas fa-cube (forum read, forum unread)
- fas fa-cubes ( subforum read, subforum unread)
- fas fa-key (forum locked)
(what I have notices until now)

All icons inserted in the css are displayed as far icons. No matter if you insert the code for fas, fab, fa. Fully filled icons will not be displayed if the iconcode is inserted in the css.
Simple_3.3.1-RC1.zip
(3.54 MiB) 624-mal heruntergeladen
I still think that somehow you have to integrate the solution from the first answer into his style. https://stackoverflow.com/questions/496 ... ot-showing
My forum
Be the best version of yourself rather than a bad copy of someone else!
The best online Translator
Benutzeravatar
Tastenplayer
Administrator
Beiträge: 67
Registriert: So 17. Feb 2019, 18:13

Re: Simple

Beitrag von Tastenplayer »

This is also the code for the forums & topic icons (icons inserted in css not html)
folder-o.png
folder-o.png (853 Bytes) 7521 mal betrachtet

Code: Alles auswählen

.forum_read:before				    { content: '\f07b'; color:#333333; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';  position: absolute; top: 22%; font-size: 25px; left: 15px; }
folder.png
folder.png (1.05 KiB) 7521 mal betrachtet

Code: Alles auswählen

.forum_read:before				    { content: '\f07b'; color:#333333; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; font-weight: 900; position: absolute; top: 22%; font-size: 25px; left: 15px; }
Therefore, if an icon is not displayed, a font-weight: 900; would have to be inserted for the global exchange? We will see.
Some icons looked much better in 4.7. Some are now much too fat. :(

Some icons appear larger than the others. E.g the fa-signal inserted in statistic and the fa-link, fa-external-link, I scaled it down.
My forum
Be the best version of yourself rather than a bad copy of someone else!
The best online Translator
Antworten