try to make timeline more readable
PHAETON Notion v1 by 4rtoine
Details
Author4rtoine
LicenseNo License
Categorytest
Created
Updated
Code size2.2 kB
Code checksum897590a8
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Phaeton Notion IMP v1
@namespace github.com/openstyles/PHAETON
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("notion.so") {
.sans { font-family: montserrat; }
.code { font-family: montserrat; }
.serif { font-family: montserrat; }
.mono { font-family: montserrat; }
/*.notranslate { font-family: montserrat; }*/
.notion-enable-hover { font-family: montserrat; /* color: #00ffb7; font-size: 1.1rem;*/}
html,
body {
margin: 0;
padding: 0;
max-width: 5000px;
}
body {
/*margin: 50px;*/
}
/*a,
a.visited {
color: inherit;
text-decoration: underline;
background: rgb(124, 124, 88);
}*/
h1,
h2,
h3 {
letter-spacing: -0.01em;
line-height: 1.2;
font-weight: 600;
margin-bottom: 0;
font-family:montserrat;
}
h1 {
font-size: 1.1rem;
margin-top: 1.1rem;
/*color: #fff;*/
}
h2 {
font-size: 1.1rem;
margin-top: 1.1rem;
/*color: #f00;*/
font-family:montserrat;
}
h3 {
font-size: 1.1rem;
margin-top: 1.1rem;
/*color: #00ffb7;*/
}
h4 {
font-size: 1.1rem;
margin-top: 1.1rem;
/*color: #8472b6;*/
}
.page-title {
font-size: 1.5rem;
font-weight: 700;
margin-bottom: 0.75em;
max-width: 400px;
color: #728b73;
}
.highlight-gray_background {
background: rgb(182, 182, 117);
}
.notion-timeline-item {
/*Fond de ligne de database */
background: rgb(28, 33, 50);
}
.checkbox {
display: inline-flex;
vertical-align: text-bottom;
/* CI dessous */
width: 12px;
height: 12px;
background-size: 12px;
/* CI dessus */
margin-left: 2px;
margin-right: 5px;
}
}
@media print {
/*But : Config l'impression - Marche Pas */
body {
font-size: 14px;
background: rgb(182, 182, 117);
/* marche pas*/
min-width: 200mm;
}
h1, h2, h3, h4 {
page-break-after:avoid;
break-after: avoid;
}
p {
orphans: 3;
widows: 3
}
}