84 lines
1.2 KiB
CSS
84 lines
1.2 KiB
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 {
|
|
margin: 0 10px;
|
|
width: calc(100% - 90px);
|
|
}
|
|
.now h2,
|
|
.thread h2 {
|
|
font-size: medium;
|
|
}
|
|
.now h3,
|
|
.thread-update h3 {
|
|
margin: 5px 10px;
|
|
font-size: small;
|
|
color: var(--subtitle);
|
|
}
|
|
.now .postID,
|
|
.thread-update .postID {
|
|
position: absolute;
|
|
margin: 5px;
|
|
top: 10px;
|
|
right: 15px;
|
|
|
|
font-size: small;
|
|
color: var(--subtitle);
|
|
}
|
|
.now hgroup,
|
|
.thread hgroup {
|
|
margin: 10px 0;
|
|
}
|
|
.now p {
|
|
margin: 10px 20px;
|
|
}
|
|
.now q {
|
|
display: block;
|
|
font-family: "syne", monospace;
|
|
width: 80%;
|
|
margin: auto;
|
|
}
|
|
.now audio,
|
|
.thread audio {
|
|
width: 100%;
|
|
}
|
|
|
|
.thread-update {
|
|
position: relative;
|
|
margin: 8px 0;
|
|
margin-left: 3%;
|
|
padding: 0;
|
|
border-left: solid var(--subtitle) 1px;
|
|
list-style-type: none;
|
|
}
|
|
.thread-update li {
|
|
position: relative;
|
|
margin: 10px 0;
|
|
margin-left: 2%;
|
|
padding: 10px;
|
|
background-color: var(--blog-box-alt);
|
|
}
|
|
|
|
.lyrics {
|
|
width: 80%;
|
|
margin: 16px 20px;
|
|
}
|
|
.block-toggle {
|
|
display: none;
|
|
}
|