Css Plurk Karma Creature — Insert your own Creature Mascot

Posted date : 2008 Nov, 19

Tired of Plurk’s Karma creatures on your profile? I don’t know about you but my Karma creature was defective(no head), and I couldn’t return him.  I first tried to make him disappear, but eventually he came back like all hungry dogs do.  So, I had to replace him.  I couldn’t find a whole creature, but [...]

Posted under : CSS, Hacks, How To, Karma Creature by admin  5 Comments »

How to Make The Timeline Scroll Arrows Disappear

Posted date : 2008 Nov, 11

Previously I showed you how to change your scroll arrows.  Now I’ll show you how to make them completely dissappear.  Navigate to your CSS console. To get there go to the upper left hand corner of your profile where it says “My Profile” and click on the Edit link,  than click on the Customize Profile [...]

Posted under : CSS, Hacks, How To by admin  No Comments »

How To Make The Plurk Timeline Search Bar Disappear

Posted date : 2008 Nov, 11

Here’s a quick hack to get rid of the search bar in the timeline holder.  Enter this code of CSS in the customize profile tab in your Profile Settings. To get there go to the upper left hand corner of your profile where it says “My Profile” and click on the Edit link,  than click [...]

Posted under : CSS, Hacks, How To by admin  No Comments »

Recommended Sizes for You Plurk Theme Images and Elements

Posted date : 2008 Nov, 11

This is a hard topic to cover because with CSS there are so many different ways you can design your layout that there is no real “one way”, cut in stone ten commandments sort of way to make your graphics or layout.
If you are a beginner though, it is nice to have a guide to [...]

Posted under : CSS, How To by admin  No Comments »

How to Change The Plurk Scroll Arrow

Posted date : 2008 Nov, 11

Here’s a quick trick to change the scroll arrow on your plurk profile.  You know the arrow that appears when you put the mouse cursor on either edge of the time line?  The default arrow is pretty boring, so we’re going to change it.

First thing you need to do is either find a picture online [...]

Posted under : CSS, Hacks, How To by admin  No Comments »

How to Remove The Plurk Timeline Bar

Posted date : 2008 Nov, 10

By now you’ve probably seen the little horizontal bar across the timeline background.  It has it’s purpose:  It’s there to visually help you track the forward or reverse scrolling of the timeline if you are quickly flipping through past or future plurks.
As “useful” as this is, it’s just not aesthetically pleasing.  So let’s give it [...]

Posted under : All Themes, CSS, Hacks, How To by admin  No Comments »

How to Install Your Free Plurk Theme

Posted date : 2008 Nov, 10

Find the plurk theme on our site that you would like to install on Plurk.  Click and highlight the CSS code that looks like the below image:

Right Click and Choose Copy.  Now go to Plurk.com and login.
Once you are logged in go to the upper left hand corner where it says My Profile and click [...]

Posted under : CSS, How To by admin  No Comments »

How to change the Plurk Dashboard CSS

Posted date : 2008 Nov, 09

The Dashboard is here on the bottom of the Plurk Page.  It’s not the whole bottom part just the box around the Profile, Stats, Friends and Fans.  It’s easy to separate its look from the background.  To change it go to the top left corner of the Plurk Timeline where it says My Profile and [...]

Posted under : CSS, How To by admin  No Comments »

How to change the Plurk CSS Background

Posted date : 2008 Nov, 09

Previously I showed you how to change the CSS on the top timeline.  Now let’s change the background on the bottom part of the Plurk Page.  This is the background and does not affect the dashboard unless you make the dashboard transparent.  To change it go to the top left corner of the Plurk Timeline [...]

Posted under : CSS, How To by admin  1 Comment »

How to Change The Plurk Timeline Background

Posted date : 2008 Nov, 09

Changing the Plurk Timeline background is the most important thing to change on your Plurk theme.  This is where all the Plurking happens, so it’s the most important aspect of your Plurk Design.  Don’t sweat it, it’s easy.  Just enter the following code:

#timeline_holder {
background-image: url(http://www.yoururlhere.com/yourimage.jpg);
background-repeat: repeat;
}
If you are not sure about where the background image [...]

Posted under : CSS, How To by admin  No Comments »