A nice light-purple theme for your google docs.
clean purple google docs by o_sinx
Details
Authoro_sinx
LicenseNo License
CategoryGoogle Docs
Created
Updated
Size1.7 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Google Docs Pink Focus
@namespace USO Archive
@author Samson Zhang
@description `Get rid of extraneous UI elements, page outlines, anything that could distract you to help you just focus and write. Also pink to ease eye strain.`
@version 20190813.18.22
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@-moz-document domain("docs.google.com") {
.docs-gm .kix-page-paginated, .kix-paginateddocumentplugin-compact-mode, .navigation-widget-navigation-tab-button.navigation-widget{
box-shadow: none;
}
.kix-page-content-wrapper, .kix-page, div.docs-ui-unprintable:last-of-type{
background-color: #7000ff!important;
}
.kix-appview-editor, .docs-gm #docs-editor-container, #docs-chrome, .docs-title-input, .docs-material #docs-header .docs-titlebar-buttons, .docs-gm #docs-toolbar-wrapper, .docs-material .goog-toolbar-button, .docs-material .goog-toolbar-combo-button, .docs-material .goog-toolbar-menu-button, .docs-navigation-tab-button, .navigation-widget-navigation-tab-button.navigation-widget, .docos-anchoreddocoview .docos-replyview-first.docos-anchoredreplyview{
background-color: #f4edfd;
}
.docs-gm .docs-material .goog-toolbar-button-hover, .docs-gm .docs-material .goog-toolbar-menu-button-hover, .docs-gm .docs-material .goog-toolbar-combo-button-hover{
background-color: #f4edfd;
}
.docs-companion-app-switcher-container, .docs-explore-widget-button, .docs-activity-indicator-container, .kix-document-top-shadow{
display: none;
}
.docs-gm #docs-toolbar-wrapper{
border: none;
}
#docs-editor{
width: 100%!important;
}
.docs-navigation-tab-button{
box-shadow: none;
border: none;
}
}