Here is the base code (Last updated February 10th 2023)
/* PLURK BASE CODE ORIGINALLY BY PLURKLAYOUTS, UPDATED BY MOLLYBUTONLINE */ body, html { background-image: url(IMAGE URL HERE); background-repeat: no repeat; color: #ffffff; } #timeline_holder { background: url(IMAGE URL HERE);bottom ; background-repeat: repeat; } /* DASHBOARD SECTION */ /* ----------------- */ #plurk-dashboard { color: #E33D64; font-weight: bold; background-color: #FFFFFF; border: 2px solid #ffffff; padding: 5px; opacity: 0.8; -moz-border-radius:18px 18px 18px 18px; } #plurk-dashboard a{ color:#E33D64; text-decoration:none; } #dash-friends-pics .user_link,#dash-fans-pics .user_link { border: 1px solid #000000; } p#full_name { font-weight: bold } p#about_me { color: #000000; background-color: #FFFFFF; -moz-border-radius:8px 8px 8px 8px; border-top: 2px dashed #E33D64; border-left: 2px dashed #E33D64; border-right: 2px dashed #E33D64; border-bottom: 2px dashed #E33D64; padding: 15px; text-align: center; opacity: 0.8; } /* avatar and bio, can change float to right or resize */ #plurk-dashboard .dash-group-left { float: left; width: 33%; position: relative; padding-right: 10px; } /* make avatars round (will also affect plurked images until clicked) */ ._lc_ .plurk img { border-radius:50%;} #dash-stats { height: 245px; -moz-border-radius:8px 8px 8px 8px; background-color: #FFFFFF; border-top: 2px dashed #E33D64; border-left: 2px dashed #E33D64; border-right: 2px dashed #E33D64; border-bottom: 2px dashed #E33D64; padding: 5px; color: #000000; opacity: 0.8; } .karma_hover { font-size: 25px; } #dash-stats table td { color: #333333; } /* icon colors (below plurk textbox) */ .icons_holder{ #dash-friends { height: 245px; -moz-border-radius:8px 8px 8px 8px; background-color: #FFFFFF; border-top: 2px dashed #E33D64; border-left: 2px dashed #E33D64; border-right: 2px dashed #E33D64; border-bottom: 2px dashed #E33D64; padding: 5px; color: #000000; opacity: 0.8; } .friend_holder table { width:100%; } #dash-fans { height: 245px; -moz-border-radius:8px 8px 8px 8px; background-color: #FFFFFF; border-top: 2px dashed #E33D64; border-left: 2px dashed #E33D64; border-right: 2px dashed #E33D64; border-bottom: 2px dashed #E33D64; padding: 5px; color: #000000; opacity: 0.8; } .plurk_cnt { font-family: Arial, Helvetica, sans-serif; font-size: 12px; border: 1px solid #ddd; background-color: #FFFFFF; -moz-border-radius: 10px; -khtml-border-radius: 1px; -webkit-border-radius:1px; border-radius: 1px; margin-right: 1px; margin-left: 1px; } /* make a bigger input box for the responses */ #input_small {height: 75px;} /* Plurk Timeline Character */ #time_show{ background:url(IMAGE URL HERE) left top no-repeat; background-position:1px 1px; height:50px; padding-right:1px; text-align:right; width:80px; bottom:-35px!important; position:absolute; } /* change the plurk time color */ #time_show span{ margin:0; padding:0; color:#FFFFFF; font-weight:bold; } /* Timeline Bar (where the times are displayed at the bottom at the Timeline */ #bottom_line { background: #ffffff; color: #FFFFFF; border:none; opacity: .9; /* see through */ -moz-opacity: .8; } /* End Time Bar */ /* Timeline Vertical Bar */ #timeline_bg .day_start .div_inner { /* background: transparent; use this to remove the bar*/ background: #ffffff; border:none; opacity: 0.4; /* see through */ -moz-opacity: 0.4; } /* the display for when you have new plurks/responses */ #updater { border: none; background-color: #FFFFFF; color: black; } #updater a { color: dark pink; } /* the display for viewing plurks */ #filter_tab { border: none; background-color: #FFFFFF; color: black;} /* remove plurk creature */ #dynamic_logo { opacity:0;filter:alpha(opacity=0);zoom:1 } /* change plurk button */ .submit_img_color { background: #FF574D; } .submit_img { float: right; border: none; cursor: pointer; width: 80px; font-size: 25px; height: 38px; text-align: center; line-height: 38px; color: #fff; border-radius: 5px; margin-left: 6px; } /* qualifiers (is, shares, etc.) */ .q_is { background-color: lightpink; } .q_shares { background-color: lightpink; } .q_feels { background-color: lightpink; } .q_wants { background-color: lightpink; } .q_plays { background-color: lightpink; } .q_buys { background-color: lightpink; } .q_sells { background-color: lightpink; } .q_loves { background-color: lightpink; } .q_likes { background-color: lightpink; } .q_hates { background-color: lightpink; } .q_wishes { background-color: lightpink; } .q_needs { background-color: lightpink; } .q_has { background-color: lightpink; } .q_will { background-color: lightpink; } .q_hopes { background-color: lightpink; } .q_asks { background-color: lightpink; } .q_wonders { background-color: lightpink; } .q_thinks { background-color: lightpink; } .q_draws { background-color: lightpink; } .q_says { background-color: lightpink; } .q_eats { background-color: lightpink; } .q_writes { background-color: lightpink;} .replurks { background-color: lightpink; }