подгоняет до размеров чтобы можно было распечатать 2 скрина на 1 листе
voshod-solnca.ru - подгоняет чтобы распечатать 2 скриншота на 1 листе by f0xss
Details
Authorf0xss
LicenseNo License
Categoryuserstyles
Created
Updated
Size869 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 voshod-solnca.ru - 05.02.2022, 11:34:33
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://voshod-solnca.ru/calendar") {
.table-block {
width: 450px;
}
.calendar-table table tbody tr td div:first-of-type span:first-of-type {
padding: 5px 7px;
font-size: 21px;
}
.calendar-table table tbody tr td div.sunrise-time, .calendar-table table tbody tr td div.sunset-time {
color: #000000;
font-size: 14px;
line-height: 15px;
}
.calendar-table table tbody tr td.state div:first-of-type span:first-of-type {
background: transparent;
color: #333;
border: solid 1px black;
border-radius: 3px;
padding: 0px 3px 3px 3px;
margin: 5px 4px 3px 2px;}
}