cotonti.com : HTML in core - total css-ing https://www.cotonti.com Laatste forum onderwerpen Cotonti en Wed, 04 Feb 2026 19:21:35 -0000 Kort <span class="arrow-up">&nbsp;</span>would cause a lot of redundant HTML-code. This post is about lists mostly, and it would be more logical to simply assign a class to a list (ul) in a skin. This way skinmaker will have much more flexibility and the code will be cleaner.]]> Zo, 08 Mrt 2009 17:42:43 -0000 jslowik Vr, 27 Feb 2009 05:27:32 -0000 GHengeveld .someimgclass { display:none; } (or visibility:hidden, whatever is preferred).]]> Vr, 27 Feb 2009 05:18:20 -0000 musiconly ]]> Vr, 27 Feb 2009 02:55:55 -0000 medar Thu, 26 Feb 2009 18:38:51 -0000 musiconly
You have like standard CSS file with every CSS class which is used for everything in system.
Basically, it looks something like this :

/*Joomla Stuff*/
.com_heading {}
.com_subhead {}
.prev_bt {}
.next_bt {}

If this is what you're trying to say, I vote yes :-)]]>
Thu, 26 Feb 2009 17:38:49 -0000
medar
<img src=https://www.cotonti.com/"skins/$skin/img/system/arrow-up.gif" />

I propose replace it by this:
<span class="arrow-up">&nbsp;</span>

In which case we will be able to flexibly adjust the display by css. For example for arrow up:
.arrow-up { background: url(img/system/up.png) no-repeat; padding-right: 13px; text-decoration: none; }


I also propose set unique css-class for each html-element in core output. This will set the display in skin (width of input fields etc) more flexible and helps solve many "html-in-core" problems, without many small tpl-files.]]>
Thu, 26 Feb 2009 16:43:36 -0000