/ You can include CSS files from remote servers, for example: /
/ @import "http:'//'example.com/style.css"; /
body {
background: #282828 url('https:'//'swordy.ddns.net/img/QWaterfallAuroraPunisher.gif');
background-size: 100%;
background-repeat: no-repeat;
background-attachment: fixed;
color: white;
font-family: Verdana,sans-serif;
font-size: 10pt;
margin: 0 4px;
padding-left: 4px;
padding-right: 4px;
}
div.banner, div.banner a {
color: #ffd49e;
}
div.banner {
background-color: #f38d008f;
font-weight: bold;
text-align: center;
margin: 0 0 1em;
}
.post-table th {
width: 96px;
}
form table tr th {
background: #108474b8;
border-radius: 5px;
}
div.post.reply div.body a {
color: hsl(118deg 95% 85% / 65%);
}
a, a:visited {
text-decoration: underline;
color: #eef2ff;
}
div.post.op {
color: #BEBEBE;
background-color: rgba(11,11,11,0.1);
background-image: linear-gradient(to top, rgba(255,0,0,0.17), rgba(88,0,0,0.55), rgba(144,0,0,0.69));
margin: 0.2em 4px;
padding: 2em 0.8em 0.8em 1em;
border-width: 1.618px;
border-style: solid;
border-top-color: rgba(255,0,0,0.33);
border-left-color: rgba(17,0,0,0.33);
border-right-color: rgba(17,0,0,0.33);
border-bottom-color: rgba(17,0,0,1);
display: block;
font-family: Verdana;
border-radius: 17px;
max-width: 94% !important;
}
.post-image {
padding-top: 1em;
}
.desktop-style div.boardlist:not(.bottom) {
position: fixed;
top: 0;
left: 0;
right: 0;
margin-top: 0;
z-index: 30;
box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
border-bottom: 1px solid;
background-color: #005f0645;
}
div.post.reply {
color: #DEDEDE;
background-color: rgba(11,11,11,0.1);
background-image: linear-gradient(to top, rgba(0,255,0,0.17),
rgba(0,88,69,0.55), rgba(0,144,69,0.69));
margin: 0.2em 4px;
padding: 1em 0.8em 0.8em 1em;
border-top-style: solid;
border-left-style: solid;
border-right-style: solid;
border-color: rgba(0,188,69,0.69);
border-bottom-style: none;
display: inline-block;
max-width: 88% !important;
font-family: Verdana;
border-radius: 8.8px;
}