Seite 1 von 1

Simple

Verfasst: Sa 27. Jun 2020, 21:40
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) 628-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

Re: Simple

Verfasst: So 28. Jun 2020, 19:03
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) 7533 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) 7533 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.