Skip to content

Instantly share code, notes, and snippets.

@kepano
Forked from devonzuegel/clean-google-docs.css
Last active February 8, 2024 06:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kepano/cea7406f67bed3bc36756e02db55fb39 to your computer and use it in GitHub Desktop.
Save kepano/cea7406f67bed3bc36756e02db55fb39 to your computer and use it in GitHub Desktop.
Custom styles for Stylus Chrome extension
.docs-material #docs-header .docs-titlebar-buttons,
.docs-material .goog-toolbar-button,
.docs-material .goog-toolbar-combo-button,
.docs-material .goog-toolbar-menu-button,
.docs-navigation-tab-button,
#docs-toolbar-wrapper,
#docs-editor,
#docs-chrome {
box-shadow:none;
background-color: #fafafa !important;
border:none !important;
}
.kix-paginateddocumentplugin.kix-paginateddocumentplugin-compact-mode {
box-shadow: none;
}
.navigation-widget {
border:none;
}
.kix-page-compact::before {
border: none;
}
.left-sidebar-container {
overflow: hidden;
}
.docs-gm-sidebars .navigation-widget {
margin-left: 0;
box-shadow:none;
background:#fafafa;
}
.navigation-item {
padding: 0 12px;}
.navigation-widget-hat {
border:none;
}
.docs-explore-widget-button,
.kix-document-top-shadow,
#spellGrammarCheckButton, #printButton, #undoButton, #redoButton, #insertLinkButton, #clearFormattingButton, #clearFormattingSeparator {
display: none;
}
@kepano
Copy link
Author

kepano commented Jun 9, 2019

Version 1.0

Screen Shot 2019-06-09 at 4 19 54 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment