
/* MY PLURK CODE - PLUSH - for more plurk themes, hit my site at www.maclaughlinstudios.com*/
/* Special thanks to Plurkers AZJazzyJ, HELLFROZE & STRIFE for many of these fixes*/
body, html {
background-image: url(http://www.maclaughlinstudios.com/Plurk/lush.gif);
background-repeat: repeat;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #fff;
}
#top_login {
margin: 0pt;
padding: 2px 10px 0pt 0pt;
background: #000;
}
#timeline_holder {
background-image: url(http://www.maclaughlinstudios.com/Plurk/subtle.gif);
background-repeat: repeat;
}
#timeline_bg .day_start .div_inner {
background: #000;
opacity: 0.4;
-moz-opacity: 0.4;
filter: alpha (opacity = 40);
}
#bottom_line {
background: #000;
color: #000;
}
#top_bar a, #top_login a, #dashboard_holder a, #footer a {
color: white;
}
#page_title {
background-color: #000000;
padding: 5px;
color: white;
}
#plurk-dashboard {
background-color: #5c0012;
color: white;
border: 2px solid #242425;
opacity: 75;
}
/* Get rid of your plurk character*/
#dynamic_logo { opacity:0;filter:alpha(opacity=0);zoom:1
}
/* Get rid of the annoying little search form*/
#mini_search form { opacity:0; filter:alpha(opacity=0);zoom=1
}
/* Get rid of search form */
#mini_search form:hover { opacity:1; filter:alpha(opacity=100)
}
/*Round the corners on your Plurk boxes*/
.plurk_cnt {
background-color: #eeeeee;
filter: alpha(opacity=30);
opacity: .8;
-moz-border-radius: 0px 8px 0px 0px;
border-right:1px solid #cccccc;
border-bottom:1px solid #cccccc;
}
.plurk_box .plurk_cnt { border-bottom: 1px solid #dddddd; }
.plurk_box .list {
border-right:1px solid #cccccc;
}
.plurk_box .mini_form {
border-right:1px solid #cccccc;
border-bottom:1px solid #cccccc;
}
.plurk_box .caption, .plurk_box .list{
border-right: 1px solid #cccccc;
}
.info_box {
-moz-border-radius: 0px 0px 8px 8px;
border-right: 1px solid #cccccc;
}
.response_count, .plurk_box .caption { color: #000; }
.plurk_box .caption { color: #000; background: #cccccc;}
.dots .inner { margin-left: 3px; -moz-border-radius:8px 8px 8px 8px; }
.response_count { background: none; margin-left:3px; }
.new .response_count { font-size: 15px; }
/*get rid of share your plurk page text*/
#dash-fans div[style]:first-child { position:absolute;opacity:0; font-size:0;height:0; }
/* get rid of invite boxes*/
#dashboard-invite, #invite_url, #mobile-gfx, #widget-gfx, #twitter-gfx { height:0; position:absolute;opacity:0; filter:alpha(opacity=0); zoom=1}
/* Rounded Filter Tabs */
#filter_tab a {
-moz-border-radius: 0px 0px 4px 4px;
-khtml-border-radius: 0px 0px 4px 4px;
-webkit-border-bottom-left-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
border-radius: 0px 0px 4px 4px;