Skip to content

Instantly share code, notes, and snippets.

@andrewliebchen
Last active December 22, 2015 06:29
Show Gist options
  • Save andrewliebchen/6431130 to your computer and use it in GitHub Desktop.
Save andrewliebchen/6431130 to your computer and use it in GitHub Desktop.
User stylesheet for Sprint.ly v0.0.1
/* Sprintly */
#logged_in_default * {
font-family: 'helvetica neue', helvetica, sans-serif !important;
text-shadow: none !important;
}
#logged_in_default #logged_in_header,
#logged_in_default .global-filters {
-webkit-box-shadow: none !important;
background-image: none !important;
border-color: #333 !important;
border-style: solid !important;
}
#logged_in_default #logged_in_header {
border-bottom-width: 1px !important;
background-color: #444 !important;
}
#logged_in_default .global-filters {
background-color: #555 !important;
border-radius: 3px !important;
border-width: 1px !important;
}
#logged_in_default .dropdown,
#logged_in_default #main-wrapper {
background-image: none !important;
}
#logged_in_default #main-wrapper {
padding-bottom: 50px !important;
}
#logged_in_default #graphs,
#logged_in_default .activity_graph {
display: none;
}
#logged_in_default .content,
#logged_in_default #view_content {
width: 90% !important;
max-width: 1400px !important;
}
#logged_in_default .items_column {
-webkit-box-sizing: border-box !important;
width: 33.3333% !important;
}
#logged_in_default .wrap {
box-shadow: none !important;
}
#logged_in_default .order_container,
#logged_in_default .activity_feed_container {
width: 100% !important;
}
#logged_in_default .product_activity,
#logged_in_default .left_column {
width: 75% !important;
}
#logged_in_default .activity_list,
#logged_in_default .activities,
#logged_in_default .activity.comment,
#logged_in_default .activity.comment .activity_body,
#logged_in_default .comment_body,
#logged_in_default .item_card_container,
#logged_in_default .card_container .card,
#logged_in_default .bumper,
#logged_in_default .activity_container {
-webkit-box-sizing: border-box !important;
width: 100% !important;
}
#logged_in_default li.activity:first-child,
#logged_in_default > div + li.activity,
#logged_in_default .activity_list {
border-top: 0 !important;
}
#logged_in_default .item_card_container,
#logged_in_default .left_column .activity_list,
#logged_in_default .card_container .card,
#logged_in_default #attachments_container,
#logged_in_default .item_blocking,
#logged_in_default #comment_form_container {
margin-left: 0 !important;
}
#logged_in_default .activity.comment .activity_body {
margin-bottom: 10px !important;
float: none !important;
}
#logged_in_default .created {
margin-right: 0 !important;
}
#logged_in_default .comment_body {
padding: 20px !important;
}
#logged_in_default .activity_filters {
right: -33% !important;
width: 25% !important;
}
#logged_in_default #footer {
display: none !important;
}
#logged_in_default code {
font-family: monospace !important;
}
#logged_in_default .embed-photo img {
max-width: 100% !important;
}
@andrewliebchen
Copy link
Author

Copy-paste this into library/Application Support/Google/Chrome/Default/User StyleSheets/Custom.css. I think you can probably have more than css files in there, but I haven't tried it out.

Library's hidden by default, but if you click on the "Go" menu in Finder, than hold down the option key, Library will appear.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment