Skip to content

time.is clean screen by kenrick95

Screenshot of time.is clean screen

Details

Authorkenrick95

LicenseMIT License

Categorytime.is

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Show the time from time.is full and centre

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           time.is
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document url-prefix("https://time.is/") {
    /* Insert code here... */
    #top {
        display: none;
    }
    #time_section {
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #msgs {
        display: none;
    }
    #dd {
        text-align: center;
    }
    #daydiv {
        display: none;
    }
    #lC {
        display: none;
    }
    #favs {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #favs > li {
        flex: 1 1 0;
        margin-left: 10px;
    }
    #favs > li > a {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: center;
        margin: 0;
        padding: 10px;
    }
}

Reviews

No reviews yet.