Galatic Style for Google docs
docs.google.com by cubeow
Details
Authorcubeow
LicenseNo License
CategoryGoogle Docs
Created
Updated
Size5.2 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 docs.google.com
@version 20220222.22.53
@namespace userstyles.world/user/cubeow
@description Galatic Style for Google docs
@author cubeow
@license No License
==/UserStyle== */
@-moz-document domain("www.docs.google.com") {
body
{
font-size: 16px !important;
font-family: 'Poppins', sans-serif !important;
}
.docs-gm ::-webkit-scrollbar-thumb
{
background-color: #ffdbe7;
}
.docs-gm ::-webkit-scrollbar-thumb:hover
{
background-color: #ffb2cb;
}
.docs-branding-icon
{
filter: hue-rotate(111deg);
}
.kix-rotatingtilemanager
{
background-image: url("https://media.istockphoto.com/photos/outer-space-universe-nebula-stars-star-cluster-blue-purple-pink-picture-id1173422519?b=1&k=20&m=1173422519&s=170667a&w=0&h=gTJJ83auXIPVBFG7TTRAz7ctAyoMCZPY96CRKMDzDsk=");
}
.kix-appview-editor
{
background-image: url("https://media.istockphoto.com/photos/outer-space-universe-nebula-stars-star-cluster-blue-purple-pink-picture-id1173422519?b=1&k=20&m=1173422519&s=170667a&w=0&h=gTJJ83auXIPVBFG7TTRAz7ctAyoMCZPY96CRKMDzDsk=");
background-color: rgb(255, 244, 248) !important;
}
.docs-gm .docs-horizontal-ruler, .docs-gm #kix-vertical-ruler
{
background-color: #ffe6ee !important;
border-color: #ffbdd2 !important;
}
.docs-gm .docs-material .goog-toolbar-button-active, .docs-gm .docs-material .goog-toolbar-button-checked, .docs-gm .docs-material .goog-toolbar-button-selected, .docs-gm .docs-material .goog-toolbar-combo-button-open, .docs-gm .docs-material .goog-toolbar-menu-button-open, .docs-gm .docs-material .docs-toolbar-split-create-button.goog-toolbar-button-active, .docs-gm .docs-material .docs-toolbar-split-create-button.goog-toolbar-menu-button-active, .docs-gm .docs-material .docs-toolbar-split-create-button.goog-toolbar-menu-button-open, .docs-gm .docs-material.trix-palette .goog-palette-cell-selected
{
background-color: #ffd7e8 !important;
}
.outline-refresh .navigation-item-content
{
font-family: 'Poppins', serif !important;
font-size: 0.9em !important;
}
.outline-refresh .location-indicator-highlight.navigation-item, .outline-refresh .location-indicator-highlight.navigation-item .navigation-item-level-0
{
color: #ff78b0;
transition: color 0.2s;
}
.outline-refresh .location-indicator-highlight.navigation-item.goog-button-hover, .outline-refresh .location-indicator-highlight.navigation-item:hover
{
color: #f74888;
transition: color 0.2s;
}
#docs-toolbar-mode-switcher.edit-mode
{
background-color: #ffe9f2;
color: #ff78b0;
}
.docs-material .docs-toolbar-small-separator+div.goog-toolbar-menu-button.goog-toolbar-menu-button-open
{
color: #ff78b0;
}
.goog-flat-menu-button-caption, .docs-gm .docs-material .goog-toolbar-menu-button-dropdown
{
filter: hue-rotate(111deg);
}
.docs-material .goog-toolbar-button-inner-box .docs-icon, .docs-material .goog-toolbar-menu-button-caption .docs-icon, .docs-material .goog-toolbar-menu-button-caption .goog-color-menu-button-indicator .docs-icon
{
filter: hue-rotate(111deg);
}
.docs-gm #docs-titlebar-share-client-button .jfk-button
{
background-color: #ff78b0;
transition: background 0.2s;
}
.docs-gm #docs-titlebar-share-client-button .jfk-button.jfk-button-hover
{
background-color: #f74888;
transition: background 0.2s;
}
.goog-flat-menu-button-caption
{
filter: hue-rotate(111deg);
}
#docs-meet-in-editors-entrypointbutton.goog-flat-menu-button .goog-flat-menu-button-dropdown, #docs-toolbar-mode-switcher.edit-mode .goog-toolbar-menu-button-dropdown
{
filter: hue-rotate(111deg);
}
#titlebar-mode-indicator-container>.docs-material-menu-button-flat-primary, .titlebar-request-access-button.docs-material-button, .titlebar-request-access-button.docs-material-button.docs-material-button-focused.docs-material-button-no-focus-border, .kix-titlebar-approvals-button.docs-material-button, .kix-titlebar-approvals-button.docs-material-button.docs-material-button-focused.docs-material-button-no-focus-border, .docs-gm .docs-material #docs-docos-commentsbutton.jfk-button.jfk-button-active, .docs-gm .docs-material #docs-docos-commentsbutton.jfk-button.jfk-button-checked, .docs-gm .docs-explore-emptylist-learnmore, .docs-gm .docs-horizontal-ruler .docs-material .docs-ruler-indent-first-line, .docs-gm .docs-horizontal-ruler .docs-material .docs-ruler-indent-first-line:before, .docs-gm .docs-horizontal-ruler .docs-ruler-indent-start, .docs-gm .docs-horizontal-ruler .docs-ruler-indent-end, .docs-gm .docs-horizontal-ruler .docs-ruler-indent-start, .docs-gm .docs-horizontal-ruler .docs-ruler-indent-end
{
filter: hue-rotate(111deg) !important;
}
.docs-gm .docs-gm-sidebar-icon-path
{
fill: #ff579a;
}
.docs-gm .docs-menubar .goog-control, .docs-title-widget
{
filter: hue-rotate(111deg);
font-size: 16px !important;
font-family: 'Poppins', sans-serif !important;
}
.docs-gm .goog-toolbar, .docs-gm #docs-toolbar
{
font-family: 'Poppins', sans-serif !important;
}
}