Skip to content

Instantly share code, notes, and snippets.

@rupertsworld
Last active November 25, 2018 01:54
Show Gist options
  • Save rupertsworld/cc5f5468a8b6eeac2705cad5dece0ef6 to your computer and use it in GitHub Desktop.
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.
.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