Show the time from time.is full and centre
time.is clean screen by kenrick95

Details
Authorkenrick95
LicenseMIT License
Categorytime.is
Created
Updated
Code size1.1 kB
Code checksumd56a7a65
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}