nnwhen.com/now.css

73 lines
1,006 B
CSS
Raw Normal View History

2025-02-24 23:27:20 +02:00
main {
width: min(95%, 750px);
margin: 30px auto;
font-family: "mono", monospace;
}
.now {
2025-02-24 23:27:20 +02:00
position: relative;
background-color: var(--blog-box);
padding: 5px;
margin: 20px 0;
2025-02-24 23:27:20 +02:00
}
div.now {
margin-bottom: 8px;
2025-02-28 12:52:31 +02:00
}
2025-02-24 23:27:20 +02:00
.now h1,
.thread h1,
.now h2,
.thread h2 {
width: calc(100% - 200px);
margin: 0 10px;
2025-02-24 23:27:20 +02:00
}
.now h2,
.thread h2 {
2025-02-24 23:27:20 +02:00
font-size: large;
}
.now h3 {
2025-02-24 23:27:20 +02:00
position: absolute;
margin: 0;
2025-02-28 12:52:31 +02:00
right: 15px;
top: 15px;
font-size: medium;
color: var(--subtitle);
}
.now hgroup,
.thread hgroup {
margin: 10px 0;
2025-02-24 23:27:20 +02:00
}
.now p {
2025-02-24 23:27:20 +02:00
margin: 10px 20px;
}
.now audio,
.thread audio {
2025-02-28 12:52:31 +02:00
width: 100%;
}
.thread-update {
position: relative;
background-color: var(--blog-box-alt);
margin: 8px 0;
margin-left: 5%;
padding: 0;
list-style-type: none;
}
.thread-update li {
padding: 10px;
}
.thread-update h3 {
position: absolute;
margin: 0;
right: 15px;
top: 15px;
font-size: small;
color: var(--subtitle);
}
.lyrics {
display: none;
width: 80%;
margin: 16px auto;
}