Last active
November 25, 2018 01:54
-
-
Save rupertsworld/cc5f5468a8b6eeac2705cad5dece0ef6 to your computer and use it in GitHub Desktop.
A simplified interface for Google Docs with lots of whitespace and a focus on content. For use with the Stylus Chrome plugin.
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
.docs-material #docs-toolbar-wrapper { | |
border: none; | |
box-shadow: none; | |
} | |
.docs-material .goog-toolbar-separator.goog-inline-block { | |
visibility: hidden; | |
} | |
.navigation-widget-hat { | |
border-bottom: 0; | |
} | |
.kix-appview-editor { | |
background: white; | |
} | |
.kix-paginateddocumentplugin, .kix-paginateddocumentplugin-compact-mode, .kix-page-paginated { | |
box-shadow: none; | |
} | |
.kix-page-compact::before { | |
border: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment