BLOG/static/css/index.css

71 lines
678 B
CSS
Raw Normal View History

2024-09-30 22:00:53 +02:00
body {
background-color: #000;
font-family: "Zilla Slab";
color: #FFFF;
}
a {
text-decoration: none;
}
.pinned-false {
display: none;
}
.pinned-true {
2024-10-01 22:14:15 +02:00
float:right;
}
2024-09-30 22:00:53 +02:00
a:link{
color: white;
}
a:visited{
color: white;
}
a.return{
2024-10-01 22:14:15 +02:00
float: right;
2024-09-30 22:00:53 +02:00
font-size: 2.5vw;
font-weight:bold;
}
hr
{
border-top: 2px dashed white;
}
p.title{
font-size: 3vw;
font-weight: bold;
}
article h1{
font-size: 3vw;
}
article p{
font-size: 1.5vw;
}
article h2{
font-size: 1.5vw;
}
article li {
font-size: 1.5vw;
}
article ul {
2024-10-01 22:14:15 +02:00
list-style-image: url("/static/assets/bullet.svg");
2024-09-30 22:00:53 +02:00
}
div.post {
border: 1px solid #fff;
}
h1.htitle{
text-align: center;
text-size: 6vw;
}