thoughts/static/css/custom.css

69 lines
1.2 KiB
CSS
Raw Normal View History

2024-08-05 16:25:31 +00:00
/* ==================================================================== */
/* custom.css */
/* ==================================================================== */
/* use this file to tweak your styles by overriding others */
@import url("tufte.css");
2024-08-05 21:33:47 +02:00
h1 {
margin-bottom: 1.5rem;
2024-08-05 16:25:31 +00:00
}
2024-08-05 21:33:47 +02:00
p.subtitle {
line-height: 2;
margin-top: 0rem;
margin-bottom: 1rem;
line-height: 1.5 !important;
2024-08-05 16:25:31 +00:00
}
2024-08-05 21:33:47 +02:00
ul {
width: 100%;
2024-08-05 16:25:31 +00:00
}
2024-08-05 21:33:47 +02:00
header {
max-width: 750px;
2024-08-05 16:25:31 +00:00
}
2024-08-05 21:33:47 +02:00
article:not(:only-of-type) h1 {
margin-top: 20px;
font-size: 24px;
font-style: normal !important;
2024-08-05 16:25:31 +00:00
}
2024-08-05 21:33:47 +02:00
article:only-of-type h1 a, article:only-of-type h1 a:visited {
text-decoration: none;
text-shadow: none;
background: none;
background-repeat: none;
2024-08-05 16:25:31 +00:00
}
2024-08-05 21:33:47 +02:00
article:not(:only-of-type) {
padding: 1rem 0rem;
2024-08-05 16:25:31 +00:00
}
2024-08-05 21:33:47 +02:00
article:not(:only-of-type) p, article:not(:only-of-type) small {
2024-08-05 16:25:31 +00:00
display: none;
}
2024-08-05 21:33:47 +02:00
a, a:visited, a:link, a:active {
text-decoration: none;
2024-08-05 16:25:31 +00:00
}
2024-08-05 21:33:47 +02:00
nav, html_footer, articles {
width: 87.5%;
margin-left: auto;
margin-right: auto;
margin: auto;
2024-08-05 16:25:31 +00:00
}
2024-08-05 21:33:47 +02:00
nav {
margin-top: 50px;
}
2024-08-05 16:25:31 +00:00
2024-08-05 21:33:47 +02:00
ul.pure-menu-list li {
display:inline;
margin-left: 30px;
2024-08-05 16:25:31 +00:00
}