No footer, no header, no map. Bigger fonts. Enjoy weather forecast!
clutter-free darksky.net by n-apps
Details
Authorn-apps
LicenseNo License
Categorydarksky
Created
Updated
Size991 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name clutter-free darksky.net
@version 20220816.07.44
@namespace userstyles.world/user/n-apps
@description No footer, no header, no map. Bigger fonts. Enjoy weather forecast!
@author n-apps
@license No License
==/UserStyle== */
@-moz-document domain("darksky.net") {
html, body {
font-family: 'Canela Deck','Lato', sans-serif;
}
span.summary {
font-size: 64px;
padding-top: 64px;
padding-right: 0px;
padding-bottom: 64px;
padding-left: 64px;
line-height: 88px;
text-align: center;
}
#banner {
display: none;
}
nav,
#map,
#map-container,
body.forecast #timeMachine {
display: none;
}
body.forecast #title span.summary-high-low {
align-items: center;
justify-content: center;
font-size: 28px;
}
.summary-high-low > span:nth-child(3) {
color: #FF8788;
}
.summary-high-low > span:nth-child(2) {
color: #005397
}
body.forecast .currently-icon {
width: 120px;
height: 120px;
}
}