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 »

Free Plurk Themes - Kaiju Monsters!

Posted date : 2008 Nov, 10

Title: Kaiju Monsters!
If you need help installing the theme please click here.
Copy and Paste the following code into your customize profile section in profile settings:
/* Get your free Plurk themes at http://www.freeplurkthemes.com */
body {
color: #eeeeee;
background: url(http://www.freeplurkthemes.com/images/kaiju-bottom.jpg) bottom repeat-x;
font-size: 90%;
font-family: “trebuchet ms”, helvetica, arial;
}
/* Hide Karma Creature */
#dynamic_logo { opacity:0;filter:alpha(opacity=0);zoom:1 }
#bottom_line {
border-top: #EEEEEE solid 1px;
border-bottom: #EEEEEE [...]

Free Plurk Themes - Purpley Plurkley Eater

Posted date : 2008 Nov, 10

Title: Purpley Peopley Eater
If you need help installing the theme please click here.
Copy and Paste the following code into your customize profile section in profile settings:
/* Get your free Plurk themes at http://www.freeplurkthemes.com */
body, html {
background: #d800e3;
color: #00fff7;
font-size: 90%;
font-family: “trebuchet ms”, helvetica, arial;
}
/* Hide Karma Creature */
#dynamic_logo { opacity:0;filter:alpha(opacity=0);zoom:1 }
#bottom_line {
border-top: #00fff7 solid 1px;
border-bottom: #00fff7 [...]

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 »

Free Plurk Theme - Fry Sauce

Posted date : 2008 Nov, 10

Title: Fry Sauce
If you need help installing the theme please click here.
Copy and Paste the following code into your customize profile section in profile settings:
/* Get your free Plurk themes at http://www.freeplurkthemes.com */
body, html {
background: #f57a08;
color: #fff700;
font-size: 90%;
font-family: “trebuchet ms”, helvetica, arial;
}
/* HideKarma Creature */
#dynamic_logo { opacity:0;filter:alpha(opacity=0);zoom:1 }
#bottom_line {
border-top: #fff700 solid 1px;
border-bottom: #fff700 solid 1px;
background: [...]

Free Plurk Theme - Boring White Notepad

Posted date : 2008 Nov, 10

Title: Boring White Notepad
If you need help installing the theme please click here.
Copy and Paste the following code into your customize profile section in profile settings:
/* Get your free Plurk themes at http://www.freeplurkthemes.com */
body, html {
background: #ffffff;
color: #000000;
font-size: 90%;
font-family: “trebuchet ms”, helvetica, arial;
}
#bottom_line {
border-top: #949799 solid 1px;
border-bottom: #949799 solid 1px;
background: #d4d4d4;
color: #000000;
opacity:0.7;filter:alpha(opacity=70);
}
.day_bg {
color: #949799;
}
.div_inner {
opacity:0.5;filter:alpha(opacity=50);
}
#filter_tab [...]

Posted under : All Themes, Free Themes, Themes Colors, White by admin  1 Comment »

Free Plurk Themes - Black Chrome

Posted date : 2008 Nov, 10

Title: Black Chrome
If you need help installing the theme please click here.
Copy and Paste the following code into your customize profile section in profile settings:
/* Get your free Plurk themes at http://www.freeplurkthemes.com */
body, html {
background: #000 url(http://www.freeplurkthemes.com/images/plurk-black-background.jpg);
color: #300021;
font-size: 90%;
font-family: “trebuchet ms”, helvetica, arial;
}
/* Hide Karma Creature */
#dynamic_logo { opacity:0;filter:alpha(opacity=0);zoom:1 }
#bottom_line {
border-top: #EEEEEE solid 1px;
border-bottom: #EEEEEE [...]