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


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

Thank you, I did not vizit home nodes in that time and did not know about that side effect. Also I found that original color scheme is ugly. Here is more pretty one.
<style type="text/css"> .Pope { font-weight: bold; color: #01C2F3 !important; } .Saint { font-weight: bold; color: #F400B1 !important; } .Cardinal { font-weight: bold; color: #F400B1 !important; } .Archbishop { font-weight: bold; color: #F400B1 !important; } .Bishop { font-weight: bold; color: #F400B1 !important; } .Chancellor { font-weight: bold; color: #FF8000 !important; } .Canon { font-weight: bold; color: #FF8000 !important; } .Abbot { font-weight: bold; color: #FF8000 !important; } .Monsignor { font-weight: bold; color: #BA4D73 !important; } .Prior { font-weight: bold; color: #BA4D73 !important; } .Parson { font-weight: bold; color: #BA4D73 !important; } .Vicar { font-weight: bold; color: #51AE5A !important; } .Priest { font-weight: bold; color: #51AE5A !important; } .Curate { font-weight: bold; color: #51AE5A !important; } .HighPriority { font-weight: bold; background-color: #FFFF00 !importan +t; } </style>
  • Comment on Re^2: [Free Nodelet Hack] Highlight monk names accordingly their XP level
  • Download Code

Replies are listed 'Best First'.
Re^3: [Free Nodelet Hack] Highlight monk names accordingly their XP level
by linuxer (Curate) on Apr 16, 2009 at 20:29 UTC

    Thank you for the new style. It's indeed prettier and more readable than the previous one. I haven't found the time and/or motivation to hack on that. So thanks again, I like it.