Skip to content

Instantly share code, notes, and snippets.

@mbierman
Last active August 29, 2015 14:04
Show Gist options
  • Save mbierman/8cba579c121b1f74bafa to your computer and use it in GitHub Desktop.
Save mbierman/8cba579c121b1f74bafa to your computer and use it in GitHub Desktop.
Slylish
/* Amazon.com URL */
#variant_adsLazyLoad, div#related_ads {
background: slategrey;
border: red 1px dashed;
display:none;
}
#variant_adsLazyLoad > * {
color: white;
}
/* everything */
body > img:nth-child(1), body > svg:nth-child(1) {
display: block !important;
margin-left: auto !important;
margin-right: auto !important;
max-height: 100%;
border: dashed 1px red;
}
/* domain: facebook.com */
._5vb_, ._5vb_ #contentCol {
background:white;
}
/* starts with: https://www.google.com/_/chrome/newtab */
*, #fkbx, #fkbx-hht {
border: white 2px solid !important;
}
#fkbx-spch {
position: fixed;
left: 50%;
margin-left: -30px;
}
#fkbx, {
border: white 2px solid !important;
background: white !important;
width: 40px !important;
height: 40px !important;
border-radius: 50% !important;
}
/* starts with: https://mail.google.com */
.oM {
display:none ;
}
/* hides Google+ posting */
a#gbg3{
display:none;
}
/* starts with https://mail.google.com */
.zA{
color: #250517;
}
.zE {
opacity: 1;
background:lightgrey;
}
.yO {
opacity: 1;
background:darkgrey;
}
.PF.PE {
background: red !important;
border-bottom: black solid 1px !important;
border-top: black solid 1px !important;
border-width: #707070 solid 10px !important;
}
td.PF.xY.PE ~ td {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe24f), color-stop(100%,#fff55c));
border-left: #707070 1px solid;
border-color: transparent #ffe24f;
}
table.cf.qv.aYf > tbody > tr:nth-child(1) td {
border-top: 0px black solid;
}
table.cf.qv.aYf > tbody > tr:nth-child(even) td {
background:lightgrey;
}
table.cf.qv.aYf > tbody > tr td {
padding: 7px 0px;
}
table.cf.qv.aYf > tbody > tr td {
padding-left: 10px;
}
/* starts with: https://www.google.com/contacts */
.contact-picture img {
-webkit-border-radius: 15px;
}
/* todoist.com */
.date_overdue {
color: red;
border: 2px solid red;
padding-left: 20px;
padding-right:20px;
border-radius: 4px;
}
.date_future {
color: green;
border-radius: 4px;
border: 2px solid green;
padding-left: 20px;
padding-right:20px;
}
/* twitter.com */
.avatar {
position: relative;
background-color: #fff;
box-shadow: 0 1px 5px rgba(0,0,0,0.25), 0 0 50px rgba(0,0,0,0.1) inset;
border-radius: 25% ;
}
.avatar:before {
position: absolute;
z-index: -1;
content: "";
top: 0px;
left: 0px;
width: 33%;
height: 25%;
box-shadow: -16px -10px 23px rgba(0,0,0,0.5);
-webkit-transform: rotate(7deg) translate(20px,19px) skew(20deg);
transform: rotate(7deg) translate(20px,19px) skew(20deg);
}
/* billpay.wellsfargo.com */
input.primary {
background-color:darkgreen;
color:white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment