based on bear hug theme
kuromi based on bear hugs by rain
Details
Authorrain
LicenseNo License
Categorydocs.google.com
Created
Updated
Size5.6 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 bear hugs
@version 20230812.03.01
@namespace userstyles.world/user/bigbearhugs
@description pink google docs
@author bigbearhugs
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://docs.google.com/document/d/") {
body {
position: relative;
font-size: /*[[font-size]]*/
px !important;
font-family: 'Poppins', sans-serif !important;
}
body::after {
display: block;
position: fixed;
left: 95%;
top: 100%;
transform: translate(-100%, -100%);
width: 100px;
height: 175px;
background-image: url("https://static.wikia.nocookie.net/whitneygolucky20/images/9/91/Kuromi_standing_front_copy.png/revision/latest/thumbnail/width/360/height/360?cb=20210906134330");
background-position: center;
background-repeat: no-repeat;
background-size: 100%;
content: "";
z-index: 50000;
}
.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-appview-editor {
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: /*[[font-size]]*/
px !important;
font-family: 'Poppins', sans-serif !important;
}
.docs-gm .goog-toolbar,
.docs-gm #docs-toolbar {
font-family: 'Poppins', sans-serif !important;
}
}