Skip to content

Google docs style | custom image by tempest

Details

Authortempest

LicenseNo License

Categorygoogle docs

Created

Updated

Size874 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

changes the background behind the document.
(does not change the homepage of docs, I'm working on that right now; will be out soon!)

Notes

in order to change the background, click edit on the style, and switch out the URL in red with one of your own images.

Source code

/* ==UserStyle==
@name           Example
@namespace      example.com
@version        1.0.0
@description    A new userstyle for google docs
@author         Tempest
==/UserStyle== */

@-moz-document domain("docs.google.com/document") {
    /**
.kix-appview-editor {
    background: url(https://wallpapercave.com/uwp/uwp2203359.png);
}
.outline-refresh.navigation-widget-unified-styling .navigation-widget-empty-content {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
    letter-spacing: 0.2px;
    line-height: 17px;
}
.navigation-widget-header {
    color: #ffffff;
    font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.8px;
    padding-left: 24px;
    text-transform: uppercase;
}    */
}

Reviews

No reviews yet.