elystia: (pic#5229685)
Mel ([personal profile] elystia) wrote2016-02-04 09:16 am
Entry tags:

Fix plurk's shit


/* WHY IS MY TIMELINE SO TALL, STOP */
#timeline_holder {height:50vh!important;}

/* Fade muted plurks */
.muted {opacity:0.5;}

/* Hide fans and badges */
.dash-segment-fans {display : none;}
.dash-segment-award {display : none;}

/* Dashboard holder */
#plurk-dashboard {max-width:900px; text-align:center; padding-left:10%;}

/* Holder for icon, name, gender, location */
#dash-profile {position : relative;text-align:center;}

/* Profile picture */
#plurk-dashboard .dash-segment-profile #dash-profile img.profile-pic {
width: 150px!important;
height: 150px!important;
position : relative;}

/* Background for icon/name/info/relationship/etc box */
#plurk-dashboard .dash-segment-profile {
background: #222!important; border-radius:20px; }

/* Set individual dash module segments to transparent */
.dash-segment .segment-content {background:transparent;}

/* Align plurk display & name */
#plurk-dashboard .dash-segment-profile #dash-profile #full_name {
margin: auto;
position:relative;}

/* Format display name */
.display_name {font-size:1.5em; display : inline-block; float : left; }

/* Format @plurkname */
.nick_name {display : inline-block;}

/* Format gender/location */
#plurk-dashboard .dash-segment-profile #dash-profile .profile-info {
position : relative;
margin-left: auto;
margin-top: 2px;
padding-top:5px;
}

/* Format bio, relationship */
#plurk-dashboard .dash-segment-profile #dash-additional-info {
padding-top:20px;}


/* Making a new plurk */
._lc_ #plurk-dashboard .dash-group-form {width:100% !important;}

/* Container for stats, badges, friends, fans */
._lc_ #plurk-dashboard .dash-group-right
{background:transparent; border-radius:20px; float : none; display : inline-block;}

/* Stats box */
#plurk-dashboard .dash-segment-stats {
max-width:250px;
background: #222;
display : inline-block;
margin-right:15px;
border-radius:20px;}

/* Stats table formatting */
#plurk-dashboard #dash-stats table {margin-bottom:20px;}
#plurk-dashboard #dash-stats table th {font-size:0.9em; line-height:0.8em;}
#plurk-dashboard #dash-stats table td {font-size:0.6em;}

/* Friends box */
#plurk-dashboard .dash-segment-friends {
max-width:250px;
background:#222;
display : inline-block;
border-radius:20px;}