Last active
November 18, 2015 01:42
-
-
Save hidekuro/e59931ed0dd082eeca5a to your computer and use it in GitHub Desktop.
office stealth style for Stylish(ChromeExtension)
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
* { | |
background-color: #fff !important; | |
background-image: none !important; | |
border-color: #fff !important; | |
color: #ddd !important; | |
font-size: 12px !important; | |
font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Noto Sans Japanese Regular", sans-serif !important; | |
text-decoration: none !important; | |
} | |
a { | |
background-color: #fff !important; | |
background-image: none !important; | |
text-decoration: underline !important; | |
color: #ddf !important; | |
} | |
h1, h2, h3, h4, h5, h6, h7, h8, strong, em { | |
font-weight: bold !important; | |
} | |
img, input[type=image], object, iframe { | |
opacity: 0.2 !important; | |
} | |
img: hover, input[type=image]: hover{ | |
opacity: 0.5 !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment