2020-07-16 19:32:30 +00:00
|
|
|
.main {
|
|
|
|
padding: 20px 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hack h1 {
|
|
|
|
padding-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
footer.footer {
|
|
|
|
border-top: 1px solid #ccc;
|
|
|
|
margin-top: 80px;
|
|
|
|
margin-top: 5rem;
|
|
|
|
padding: 48px 0;
|
|
|
|
padding: 3rem 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
max-width: 100%;
|
|
|
|
padding: 1em;
|
|
|
|
}
|
2020-09-27 22:50:18 +00:00
|
|
|
|
|
|
|
.conversation {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.conversation-picture {
|
|
|
|
flex: 1;
|
2020-09-28 00:09:48 +00:00
|
|
|
min-width: 9rem;
|
|
|
|
max-width: calc(((70rem - 2rem)/6));
|
2020-09-27 22:50:18 +00:00
|
|
|
}
|
2021-04-02 02:30:45 +00:00
|
|
|
|
|
|
|
.conversation-smol {
|
|
|
|
min-width: 6rem;
|
|
|
|
max-width: 6rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.conversation-chat {
|
|
|
|
align-self: center;
|
2022-04-07 17:53:01 +00:00
|
|
|
min-width: 0;
|
2021-04-02 02:30:45 +00:00
|
|
|
}
|
2021-09-08 21:00:11 +00:00
|
|
|
|
2021-09-08 21:24:41 +00:00
|
|
|
.gruvbox-dark pre, pre {
|
2021-09-08 21:00:11 +00:00
|
|
|
padding-left: 1em;
|
|
|
|
padding-right: 1em;
|
|
|
|
}
|
2021-12-16 00:16:16 +00:00
|
|
|
|
2021-12-17 12:48:13 +00:00
|
|
|
/* xeblog-conv:not(:defined) { */
|
|
|
|
/* display: block; */
|
|
|
|
/* border-left: 0.25ch solid green; */
|
|
|
|
/* padding-left: 1.75ch; */
|
|
|
|
/* } */
|
|
|
|
|
|
|
|
/* xeblog-conv:before:not(:defined) { */
|
|
|
|
/* content: "<"attr(name)">"; */
|
|
|
|
/* font-weight: bold; */
|
|
|
|
/* } */
|
2021-12-19 17:54:02 +00:00
|
|
|
|
|
|
|
.warning {
|
|
|
|
background-color: #282828;
|
|
|
|
}
|
|
|
|
|
2022-01-11 14:28:32 +00:00
|
|
|
.logo {
|
|
|
|
background-color: #fdf5d7;
|
|
|
|
-webkit-mask: url("/static/img/xeiaso.svg");
|
|
|
|
-webkit-mask-repeat: no-repeat;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
mask: url("/static/img/xeiaso.svg");
|
2022-01-12 00:56:03 +00:00
|
|
|
mask-repeat: no-repeat;
|
|
|
|
mask-size: 100%;
|
2022-01-11 14:28:32 +00:00
|
|
|
height: 32px;
|
|
|
|
width: 19px;
|
|
|
|
float: left;
|
|
|
|
display: inline;
|
2022-01-11 22:49:24 +00:00
|
|
|
margin: 0.5em;
|
2022-01-11 14:28:32 +00:00
|
|
|
}
|
|
|
|
|
2021-12-19 17:54:02 +00:00
|
|
|
@media (prefers-color-scheme: light) {
|
|
|
|
.warning {
|
|
|
|
background-color: #fbf1c7;
|
|
|
|
}
|
2022-01-11 14:28:32 +00:00
|
|
|
|
|
|
|
.logo {
|
|
|
|
background-color: #1d2021;
|
|
|
|
}
|
2021-12-19 17:54:02 +00:00
|
|
|
}
|