Skip to content

Instantly share code, notes, and snippets.

@distresslife
Last active January 12, 2018 04:25
Show Gist options
  • Save distresslife/ea9f7efa444169fc8af2 to your computer and use it in GitHub Desktop.
Save distresslife/ea9f7efa444169fc8af2 to your computer and use it in GitHub Desktop.
.dash-segment .segment-content {
background: transparent;
color: #FFF;
}
#form_holder {
padding-top: 5px;
margin-top: -5px;
border-radius: 0 0 10px 10px;
.response_box {
&::-webkit-scrollbar {
width: 1em;
}
&::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
&::-webkit-scrollbar-thumb {
background-color: darkgrey;
outline: 1px solid slategrey;
}
.plurk {
margin: 0;
.plurk_cnt {
padding: 3px 0 3px 0;
}
&.highlight_owner .plurk_cnt {
background: #EFEFEF;
}
&:nth-child(5n) .plurk_cnt {
border-bottom: 1px solid #DDD;
}
&:last-child .plurk_cnt {
border-bottom: none;
}
}
}
.info_box.controller {
border-radius: 0 0 10px 10px;
}
#resp_banner_ads.show.show {
height: 0 !important;
}
}
#plurk-dashboard {
background: transparent;
border: none;
h2 {
background: #000;
padding: 5px;
}
a, .dash-segment #dash-additional-info #about_me a {
color: #FFF;
}
#plurk_form, .dash-segment-profile, .dash-segment-stats, .dash-segment-friends, .dash-segment-fans, .dash-segment-award {
opacity: 0.1 !important;
transition: opacity .35s ease-in-out;
}
#plurk_form:hover, .dash-segment-profile:hover, .dash-segment-stats:hover, .dash-segment-friends:hover, .dash-segment-fans:hover, .dash-segment-award:hover {
opacity: 1 !important;
}
#dash-stats table th {
text-align: left;
}
.dash-segment-profile {
#dash-profile {
img {
width: 100px;
height: 100px;
border-radius: 50%;
}
#full_name, .profile-info {
margin-left: 116px;
}
}
#dash-additional-info {
padding: 20px 10px;
font-size: 13px;
}
}
.friend_holder img {
border-radius: 50%;
}
}
#footer {
color: #FFF;
opacity: 0.1 !important;
transition: opacity .35s ease-in-out;
&:hover {
opacity: 1 !important;
}
ul li, a {
color: #FFF;
}
}
#timeline_cnt .plurk {
opacity: 0.5;
transition: opacity .35s ease-in-out;
.td_img .p_img {
border-bottom: none;
img {
border-radius: 50%;
}
}
.plurk_cnt {
border-radius: 5px;
margin-left: -4px;
margin-top: 3px;
}
.td_response_count {
padding-top: 3px;
}
.plurk_icon {
top: 23px;
}
&.muted {
opacity: 0.1;
z-index: 999;
}
&.display {
opacity: 1;
z-index: 1001;
}
&.new .response_count {
color: #FFF;
background: transparent;
}
}
.day_start {
opacity: 0.5;
}
#timeline_control_holder #filter_tab {
width: 100%;
transform: rotate(180deg);
li {
margin: 0px;
transform: rotate(-180deg);
a {
height: 25px;
margin-top: 5px;
}
}
}
#empty_timeline_bg {
opacity: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment