1
0
Fork 0
voyages.riou.xyz/static/css/main.css
Julien Riou 11869bc37c
Initial commit
Signed-off-by: Julien Riou <julien@riou.xyz>
2025-09-07 17:59:39 +02:00

67 lines
1 KiB
CSS

.post-heading {
h1 {
color: white;
text-shadow: 5px 5px black;
}
}
.site-heading {
h1, .subheading {
color: white;
text-shadow: 5px 5px black;
a, a:hover, a:link, a:visited, a:active {
color: inherit;
text-decoration: none;
}
}
}
.sidebar-container {
font-family: Times;
font-style: normal;
font-size: 19px;
color: darkslategray;
a {
color: darkslategray;
text-decoration: none;
}
}
.post-content-preview {
font-family: Times;
font-style: normal;
font-size: 19px;
color: darkslategray;
a {
color: inherit;
text-decoration: none;
}
}
.post-content-preview:hover {
color: darkslategray;
}
.post-title {
font-family: Times;
}
.post-title:hover {
color: gray;
}
.post-container {
font-family: Times;
font-size: 19px;
h1 { font-family: Times; }
}
.img-left {
float: left;
padding-right: 50px;
}
.img-right {
float: right;
padding-left: 50px;
}