Johannes S
TVWBB Member
If you all want to make things look pretty without modifying the code just click the link to the "user CSS" tool on the LinkMeter Configuration page and override the CSS settings with something like this (what I use):
#backimage { background: url(https://encrypted-tbn2.gstatic.com/...J0OQBk1eCKWqro3cS5ELNrYJao-5CW_ZxXuRDMxD1cg); }
#backoverlay { background: transparent; }
#content { background: transparent; }
#probelist { background: rgba(125,100,55,.8)}
#fancontainer { background: transparent; }
#graph_opts { background: transparent; }
To shut off your explicit shadows you can add these CSS lines to remove them from the temps:
#temp0 { text-shadow: none !important; }
#temp1 { text-shadow: none !important; }
#temp2 { text-shadow: none !important; }
#temp3 { text-shadow: none !important; }
much appreciated! thank you!
hannes