nnwhen.com/now.css

72 lines
1,006 B
CSS

main {
width: min(95%, 750px);
margin: 30px auto;
font-family: "mono", monospace;
}
.now {
position: relative;
background-color: var(--blog-box);
padding: 5px;
margin: 20px 0;
}
div.now {
margin-bottom: 8px;
}
.now h1,
.thread h1,
.now h2,
.thread h2 {
width: calc(100% - 200px);
margin: 0 10px;
}
.now h2,
.thread h2 {
font-size: large;
}
.now h3 {
position: absolute;
margin: 0;
right: 15px;
top: 15px;
font-size: medium;
color: var(--subtitle);
}
.now hgroup,
.thread hgroup {
margin: 10px 0;
}
.now p {
margin: 10px 20px;
}
.now audio,
.thread audio {
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;
}