Last active
December 28, 2015 17:59
-
-
Save andrewliebchen/7539365 to your computer and use it in GitHub Desktop.
User stylesheet for Sprint.ly v0.0.2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Sprintly v0.0.2 */ | |
/* Goes in username/Libarary/Application Support/Google/Chrome/Default/User Stylesheets/Custom.css */ | |
#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, | |
#logged_in_default #footer { | |
display: none !important; | |
} | |
#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 .product_items .items_column { | |
width: 50% !important; | |
margin: 0 !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, | |
#logged_in_default #comment_form, | |
#logged_in_default #comment_form .form, | |
#logged_in_default #comment_form textarea, | |
#logged_in_default .mentions-input-box, | |
#logged_in_default #attachments_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 .condensed .card { | |
min-height: 36px !important; | |
} | |
#logged_in_default .condensed .card .top { | |
top: 8px !important; | |
} | |
#logged_in_default .condensed .card .body { | |
top: 7px !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 code { | |
background-color: rgba(0, 0, 0, 0.01) !important; | |
border-radius: 3px !important; | |
border: 1px solid #DDD !important; | |
font-family: monospace !important; | |
padding: 3px 5px !important; | |
} | |
#logged_in_default .embed-photo img { | |
max-width: 100% !important; | |
} | |
#logged_in_default .add-sub-item { | |
float: left !important; | |
margin-left: 0 !important; | |
} | |
#logged_in_default #blocking_container { | |
float: right !important; | |
margin-bottom: 10px !important; | |
} | |
#logged_in_default .uploader-content { | |
width: 460px !important; | |
margin: 0 auto !important; | |
} | |
#logged_in_default .app-footer { | |
max-width: 1400px !important; | |
width: 100% !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment