Skip to content

Instantly share code, notes, and snippets.

@preshit
Last active December 19, 2015 01:09
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save preshit/1347c7aa7b95a5c016b2 to your computer and use it in GitHub Desktop.
Save preshit/1347c7aa7b95a5c016b2 to your computer and use it in GitHub Desktop.
/*
Author: Preshit Deorukhkar
Email: preshit@preshit.net
Blog: http://nuclearbits.com
*/
body {
background: #fdfdfa !important;
text-shadow: #fff 0px 1px 1px;
}
body a {
color: #35a3b9 !important;
}
input[type="text"],input[type="password"] {
height: 20px;
border-color: #d8d8d8 !important;
background: #fff !important;
padding: 3px !important;
}
input[type="submit"] {
background: #35a3b9 !important;
color: #fff !important;
border-color: #fff !important;
width: 70px;
font-weight: 100 !important;
}
#left-column a {
color: #35a3b9 !important;
}
.stream-config {
background: #f7f7f7 !important;
border-color: #d8d8d8 !important;
font-size: 90% !important;
color: #333 !important;
}
.stream_item {
background: #fdfdfa !important;
border: #e5e5e5 solid 1px !important;
padding: 10px !important;
}
.stream_item_body {
background: transparent !important;
font-size: 95% !important;
line-height: 150% !important;
border-top: #e0e4cc solid 1px;
padding-top: 15px;
margin-top: 20px !important;
color: #333 !important;
}
.stream_item_body a {
text-decoration: none !important;
color: #35a3b9 !important;
border-bottom: #e0e4cc solid 1px !important;
}
.stream-item-subtitle span {
font-variant: inherit !important;
font-size: 95% !important;
padding-left: 10px;
padding-right: 10px;
}
.stream_item-title-text {
color: #444 !important;
}
.stream_item-time {
color: #666 !important;
font-size: 95%;
}
.add_box {
border-color: #d8d8d8 !important;
padding: 10px 15px !important;
}
.feed_setup {
border-bottom: #d8d8d8 solid 1px;
}
.feed_setup a {
font-size: 85% !important;
color: #b10505 !important;
padding-left: 25px !important;
}
.feed_setup b a {
font-size: 100% !important;
color: #35a3b9 !important;
padding-left: 2px !important;
}
.feed_setup b a:before {
content: "★ ";
}
.small-url a {
font-variant: normal !important;
color: #888 !important;
font-size: 90% !important;
padding-left: 25px;
}
.stream-config h4 {
padding: 2px 2px 4px 2px !important;
border-bottom: #d8d8d8 solid 1px;
}
.footer {
color: #989898 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment