http://www.perlmonks.org?node_id=758411


in reply to [Free Nodelet Hack] Highlight monk names accordingly their XP level

Thanks for this. With tye's help I got it going today, and learned a bit about the Free Nodelet. Then I had fun with colours (and learned how the Other Users list is sorted).

On the slim chance that someone else may share my odd aesthetic tastes, here is the colour scheme I came up with:

<style type="text/css"> .Pope { font-weight: bold; color: #FF4030 !important; } .Saint { font-weight: bold; color: #F04040 !important; } .Cardinal { font-weight: bold; color: #E04050 !important; } .Archbishop { font-weight: bold; color: #D04060 !important; } .Bishop { font-weight: bold; color: #C03070 !important; } .Chancellor { font-weight: bold; color: #B03080 !important; } .Canon { font-weight: bold; color: #A03090 !important; } .Abbot { font-weight: bold; color: #9030A0 !important; } .Monsignor { font-weight: bold; color: #8020B0 !important; } .Prior { font-weight: bold; color: #7020C0 !important; } .Parson { font-weight: bold; color: #6020D0 !important; } .Vicar { font-weight: bold; color: #5020E0 !important; } .Priest { font-weight: bold; color: #4010F0 !important; } .Curate { font-weight: bold; color: #3010FF !important; } .HighPriority { font-weight: bold; background-color: #FFFF00 !importan +t; } </style>