Skip to content

Instantly share code, notes, and snippets.

View XtinaSchelin's full-sized avatar
🌼

Chris Schelin XtinaSchelin

🌼
View GitHub Profile
@XtinaSchelin
XtinaSchelin / fb_metro_email.css
Created September 27, 2013 14:21
FogBugz New Emails Style
/* General. */
table[width="540"] td, table[width="540"] span, table[width="540"] a, table[width="540"] div, table[width="540"] h1 {
font-family: "Segoe UI" !important;
}
table[width="540"] div[style="white-space:pre-wrap"] {
color: #000 !important;
}
/* Top. */
table[width="540"] > tbody > tr:nth-child(5) > td:first-child > table:first-child > tbody > tr > td {
/* This is for use in Stylish for Chrome and/or Firefox. */
/* In Chrome, set the Applies To to: "URLs on the domain" maanageengine.com */
/* General. */
body, a, span, div, li, p, td, button {
font-family: "Segoe UI", "Open Sans", Calibri, sans-serif !important;
}
/* Top header bar. */
div.topband_tabs {
/* In Chrome Stylish, set the Applies To to: URLs on the domain: twitter.com
/* The timestamp. */
a.tweet-timestamp {
float: right !important;
}
/* The font of permalinked tweets. */
div.permalink-tweet p {
font-family: "Georgia" !important;
/* In Chrome Stylish, set the Applies To to: URLs on the domain: twitter.com
/* Revert all fonts to 14px Arial. */
p.ProfileTweet-text, ul.ProfileHeading-toggle li, div.ProfileHeaderCard p, div.ProfileHeaderCard div {
font-family: Arial !important;
font-size: 14px !important;
line-height: 16px !important;
}
/* Hide "person followed account!!" blurb. */
div.ScrollBump--recentlyFollowed {
/* Change the font hooray! */
body, p, div, a, span, li, button {
font-family: "Segoe UI", "Open Sans", sans-serif !important;
text-shadow: none !important;
}
/* Except for the mouseovers. */
div.ui-tooltip-content {
font-size: 12px !important;
font-weight: 700 !important;
}
@XtinaSchelin
XtinaSchelin / BetterTweetDeck.css
Last active November 9, 2015 02:01
TweetDeck - Stars Not Hearts
.hearty .icon-favorite-toggle:before {
content: "\f007";
}
.hearty .is-favorite .icon-favorite-toggle {
color: #FAB41E !important;
}
div.is-favorite:not(.is-retweet) i.sprite {
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAADAFBMVEUAAACnUAO9WQbNaQnRawbWbwXUbgrafgjlaQjkbQjjcwrlcQjifw7xfwbdgQ7fhQ/bghLGjD7NjjjjjwnjjBPsmgrsnAnyiQj3vgv6swr7uwnIk0nHllHHmVbJmFL7wAj7xQv7xgr8ywn8ygr80wn81gn93Qv93gr93wz+5wz+6Qr+6wz+7Qr+7g3+7g/+7hf+8Q3+8hP+9R3+9Sb/9jD/90b/+2n/+H7/+o7//Kn/+7j//d7///D//vz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
@XtinaSchelin
XtinaSchelin / BetterTwitter.css
Last active January 27, 2016 00:13
Twitter Itself: Stars Not Hearts
/* Replace the heart with a star. */
button.ProfileTweet-actionButtonUndo.js-actionFavorite div.IconContainer div div,
button.ProfileTweet-actionButton.js-actionFavorite div.IconContainer div div {
background-image: none !important;
}
/* Full star. */
button.ProfileTweet-actionButtonUndo.js-actionFavorite div.IconContainer div div:after,
button.ProfileTweet-actionButton.js-actionFavorite div.IconContainer div div:after {
font-family: rosettaicons;
content: "\f147";
@XtinaSchelin
XtinaSchelin / BetterHootsuite.css
Created November 9, 2015 02:36
Hootsuite: Stars Not Hearts
span.icon-19.notFavorite {
background-position: -50px -95px;
}
span.icon-19.favorite {
background-position: -50px -115px;
}
@XtinaSchelin
XtinaSchelin / babyconnect.css
Last active January 8, 2016 02:35
Baby Connect Greyscale
/*
Things to search on in order to change colours/fonts:
Palatino
#0A3D0A
#120
#898
#8C9A8B
#999
#C5C5C5
@XtinaSchelin
XtinaSchelin / Baby Connect ML per HR
Last active February 18, 2016 20:07
Show the average milliliters per hour in Baby Connect.
// ==UserScript==
// @name Baby Connect ML/HR
// @namespace http://xtina.dreamwidth.org/
// @version 0.1
// @description Show the average milliliters per hour in Baby Connect.
// @author You
// @match https://www.baby-connect.com/home
// @grant none
// ==/UserScript==