PLURK: Karma always 100
Sunday, 5. October 2008, 04:46:01
/* karma to the left, same color as the plurk dashboard. */
#karma {
color: #html-notationnya-color-of-plurk-dashboard;
right:0px!important;
opacity:1.0;filter:alpha(opacity=0);
position:absolute;
}
Then, make your own karma box backgroud image with fake karma.
/* fake karma background */
#dash-stats{
background:url(http://www.fake.karma.bitmap);
}
Ex, take a look at my plurk, and here is the image with code:

#dash-stats
{
background:url(http://www.plurkpix.com/pix/5zR.jpg);
-moz-border-radius:8px 8px 8px 8px;
padding-top: 5px;
padding-bottom: 11px;
padding-left: 5px;
padding-right: 5px;
text-align: center;
}
Now, all you need to do is make sure that your karma are still enough to use custom css

















