Last active
August 29, 2015 14:17
-
-
Save kuwa72/8888915d5f9af7e16f4e to your computer and use it in GitHub Desktop.
tumblr slim dashborad for Stylish.
This file contains hidden or 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
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document url("https://www.tumblr.com/dashboard") { | |
/* | |
I want two-pane dashboard! | |
span.quote { font-size: smaller; } | |
.l-container {width: 1200px; padding-left: 0px;} | |
div#left_column {width: 1200px;} | |
li.post_container { float:left;} | |
*/ | |
img | |
, .post_full.is_photoset .photoset .photoset_row, .post_full.is_photo .photoset .photoset_row | |
, .post_full.is_video .crt-video{ | |
max-width: 192px !important; | |
height: auto !important; | |
float:left; | |
} | |
img:hover | |
, .post_full.is_photoset .photoset .photoset_row, .post_full.is_photo .photoset .photoset_row:hover | |
, .post_full.is_video .crt-video:hover{ | |
max-width: 512px !important; | |
height: auto !important; | |
float:left; | |
} | |
body, .post_full.is_quote .post_title.medium, .post_full.is_quote .post_title.medium big, .post_full.is_quote .post_title.medium small, .post-composer .medium .plaintext-editor { | |
font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; | |
font-size: 10px; | |
font-style: normal; | |
font-weight: normal; | |
line-height: 11px; | |
} | |
div.post_body { | |
float: left; | |
} | |
div.post_title.small small { | |
font-size: 10px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment