Skip to content

Instantly share code, notes, and snippets.

@XtinaSchelin
Created February 8, 2014 15:37
Show Gist options
  • Save XtinaSchelin/8885559 to your computer and use it in GitHub Desktop.
Save XtinaSchelin/8885559 to your computer and use it in GitHub Desktop.
/* 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;
font-weight: 100 !important;
}
/* Sidebar headers. */
div.flex-module-header h3 {
font-size: 14px !important;
}
/* Header bar. */
div.topbar div {
background-color: #282828 !important;
}
ul#global-actions li a {
font-weight: 100 !important;
font-family: Arial !important;
font-size: 12px !important;
}
ul#global-actions li.active a {
color: #FFF !important;
border-bottom-color: #218FDE !important;
}
#global-actions > li:hover > a, #global-actions > li > a:focus, .nav.right-actions > li > a:hover, .nav.right-actions > li > button:hover, .nav.right-actions > li > a:focus, .nav.right-actions > li > button:focus {
color: #FFF !important;
}
/* Search box. */
form#global-nav-search input {
background-color: #DDD !important;
color: #000 !Important;
}
/* Search results. */
div[class="dropdown-menu typeahead"], div[class="dropdown-inner js-typeahead-results"] ul, div[class="dropdown-inner js-typeahead-results"] div {
background-color: #FFF !important;
}
/*
ul.typeahead-topics li a:before {
font-family:
content: "\F058";
}
url('../../font/t1/twitter-icons.eot
*/
/* Tweet button. */
button[class="btn primary-btn tweet-action tweet-btn js-tweet-btn"] {
background-image: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0, #34A5EC),
color-stop(1, #1F85CE)
) !important;
background-image: -o-linear-gradient(bottom, #34A5EC 0%, #1F85CE 100%) !important;
background-image: -moz-linear-gradient(bottom, #34A5EC 0%, #1F85CE 100%) !important;
background-image: -webkit-linear-gradient(bottom, #34A5EC 0%, #1F85CE 100%) !important;
background-image: -ms-linear-gradient(bottom, #34A5EC 0%, #1F85CE 100%) !important;
background-image: linear-gradient(to bottom, #34A5EC 0%, #1F85CE 100%) !important;
font-weight: 400 !important;
padding: 7px 8px 7px 8px !important;
font-size: 12px !important;
margin-top: 3px !important;
}
button[class="btn primary-btn tweet-action tweet-btn js-tweet-btn"] span span.Icon {
display: none !important;
}
button[class="btn primary-btn tweet-action tweet-btn js-tweet-btn disabled"] {
background-image: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0, #34A5EC),
color-stop(1, #1F85CE)
) !important;
background-image: -o-linear-gradient(bottom, #34A5EC 0%, #1F85CE 50%) !important;
background-image: -moz-linear-gradient(bottom, #34A5EC 0%, #1F85CE 50%) !important;
background-image: -webkit-linear-gradient(bottom, #34A5EC 0%, #1F85CE 50%) !important;
background-image: -ms-linear-gradient(bottom, #34A5EC 0%, #1F85CE 50%) !important;
background-image: linear-gradient(to bottom, #34A5EC 0%, #1F85CE 50%) !important;
font-weight: 400 !important;
padding: 7px 8px 7px 8px !important;
font-size: 12px !important;
margin-top: 3px !important;
}
button[class="btn primary-btn tweet-action tweet-btn js-tweet-btn disabled"] span span.Icon {
display: none !important;
}
/* The statistics part. */
ul.js-mini-profile-stats strong {
color: #353535 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment