Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
forum_css [2023/09/06 09:05] – Completed the full CSS selector reference. kallisteroforum_css [2023/09/07 03:36] (current) – [Theme Selectors.] kallistero
Line 152: Line 152:
 ====== Full CSS Selector Reference ====== ====== Full CSS Selector Reference ======
  
-Every CSS selector you could want for profile customization! Still a work in progress, so hold tight!+Every CSS selector you could want for profile customization! 
 + 
 +//First compiled from the profile-page build that was live on September 6th, 2023, so if things are now out of date or incomplete, please update.//
  
 ===== Theme Selectors. ===== ===== Theme Selectors. =====
Line 163: Line 165:
  
 **Important Note:** **Important Note:**
-It's highly recommended that you always use a theme selector for any of your other styles (for instance, using "//#theme-melon #wrapper//" instead of using "//#wrapper//"). Otherwise, setting any of the other selectors will affect all themes.+It's highly recommended that you always use a theme selector for any of your other styles (for instance, using "//#theme-melon .catbg//" instead of using "//.catbg//"). Otherwise, setting any of the other selectors will affect all themes.
  
 ---- ----