zr-web/static/style.css

176 lines
5.5 KiB
CSS
Raw Normal View History

2025-02-12 20:29:51 -05:00
@font-face {
font-family: "hermit-bold";
2025-02-13 10:20:18 -05:00
src: url("/static/Hermit-Bold.otf") format("opentype");
2025-02-12 20:29:51 -05:00
}
body {
background-color: black;
color: red;
font-family: "hermit-bold";
text-align: center;
2025-02-13 10:20:18 -05:00
background-image: url("/static/img/blooddrip.png");
2025-02-12 20:42:14 -05:00
background-repeat: no-repeat;
background-size: 75%;
background-position: 150% 0%;
2025-02-12 20:29:51 -05:00
}
nav {
2025-02-18 23:06:42 -05:00
display: flex;
justify-content: center;
2025-02-12 20:29:51 -05:00
text-align: center;
2025-02-12 20:52:16 -05:00
margin: 0 0 5rem 0;
2025-02-18 23:06:42 -05:00
background-color: rgba(10,10,10,0.25);
}
nav a {
font-size: 2.5rem;
margin: 0 2rem 0 2rem;
2025-02-12 20:29:51 -05:00
}
a {
color: red;
text-decoration: none;
}
a:hover {
color: green;
}
2025-02-18 23:06:42 -05:00
.current {
color: green;
2025-02-12 20:29:51 -05:00
}
2025-02-12 20:52:16 -05:00
hr {
2025-02-12 20:59:11 -05:00
color: red;
margin: auto;
2025-02-12 20:52:16 -05:00
width: 10%;
}
2025-02-12 20:29:51 -05:00
.logo {
display: block;
margin: auto;
width: 15%;
height: auto;
}
.title {
margin: auto;
2025-02-18 23:06:42 -05:00
width: 100%;
2025-02-12 20:29:51 -05:00
height: auto;
2025-02-12 20:59:11 -05:00
padding: 2rem;
2025-02-18 23:06:42 -05:00
}
.panel {
background-color: rgba(10,10,10,0.25);
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
width: 50%;
margin: 2rem auto 2rem auto;
text-align: left;
font-size: 2rem;
}
.post {
background-color: rgba(10,10,10,0.9);
display: flex;
flex-flow: column;
margin: auto;
width: 40%;
text-align: left;
justify-content: center;
color: rgb(200,200,200);
padding: 1rem;
}
@media screen and (orientation: portrait) {
.post {
width: 100%;
}
}
.postimg {
align-self: center;
2025-03-02 23:07:38 -05:00
width: 100%;
}
.postimg img {
width: 100%;
}
2025-02-18 23:06:42 -05:00
.highlight {
text-align: left;
}
.highlight pre { background-color: #222222 }
.highlight .hll { background-color: #222222 }
.highlight .c { color: #000080 } /* Comment */
.highlight .err { color: #cccccc; border: 1px solid #FF0000 } /* Error */
.highlight .g { color: #cccccc } /* Generic */
.highlight .k { color: #cdcd00 } /* Keyword */
.highlight .l { color: #cccccc } /* Literal */
.highlight .n { color: #cccccc } /* Name */
.highlight .o { color: #3399cc } /* Operator */
.highlight .x { color: #cccccc } /* Other */
.highlight .p { color: #cccccc } /* Punctuation */
.highlight .cm { color: #000080 } /* Comment.Multiline */
.highlight .cp { color: #000080 } /* Comment.Preproc */
.highlight .c1 { color: #000080 } /* Comment.Single */
.highlight .cs { color: #cd0000; font-weight: bold } /* Comment.Special */
.highlight .gd { color: #cd0000 } /* Generic.Deleted */
.highlight .ge { color: #cccccc; font-style: italic } /* Generic.Emph */
.highlight .gr { color: #FF0000 } /* Generic.Error */
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.highlight .gi { color: #00cd00 } /* Generic.Inserted */
.highlight .go { color: #808080 } /* Generic.Output */
.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.highlight .gs { color: #cccccc; font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.highlight .gt { color: #0040D0 } /* Generic.Traceback */
.highlight .kc { color: #cdcd00 } /* Keyword.Constant */
.highlight .kd { color: #00cd00 } /* Keyword.Declaration */
.highlight .kn { color: #cd00cd } /* Keyword.Namespace */
.highlight .kp { color: #cdcd00 } /* Keyword.Pseudo */
.highlight .kr { color: #cdcd00 } /* Keyword.Reserved */
.highlight .kt { color: #00cd00 } /* Keyword.Type */
.highlight .ld { color: #cccccc } /* Literal.Date */
.highlight .m { color: #cd00cd } /* Literal.Number */
.highlight .s { color: #cd0000 } /* Literal.String */
.highlight .na { color: #cccccc } /* Name.Attribute */
.highlight .nb { color: #cd00cd } /* Name.Builtin */
.highlight .nc { color: #00cdcd } /* Name.Class */
.highlight .no { color: #cccccc } /* Name.Constant */
.highlight .nd { color: #cccccc } /* Name.Decorator */
.highlight .ni { color: #cccccc } /* Name.Entity */
.highlight .ne { color: #666699; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #cccccc } /* Name.Function */
.highlight .nl { color: #cccccc } /* Name.Label */
.highlight .nn { color: #cccccc } /* Name.Namespace */
.highlight .nx { color: #cccccc } /* Name.Other */
.highlight .py { color: #cccccc } /* Name.Property */
.highlight .nt { color: #cccccc } /* Name.Tag */
.highlight .nv { color: #00cdcd } /* Name.Variable */
.highlight .ow { color: #cdcd00 } /* Operator.Word */
.highlight .w { color: #cccccc } /* Text.Whitespace */
.highlight .mf { color: #cd00cd } /* Literal.Number.Float */
.highlight .mh { color: #cd00cd } /* Literal.Number.Hex */
.highlight .mi { color: #cd00cd } /* Literal.Number.Integer */
.highlight .mo { color: #cd00cd } /* Literal.Number.Oct */
.highlight .sb { color: #cd0000 } /* Literal.String.Backtick */
.highlight .sc { color: #cd0000 } /* Literal.String.Char */
.highlight .sd { color: #cd0000 } /* Literal.String.Doc */
.highlight .s2 { color: #cd0000 } /* Literal.String.Double */
.highlight .se { color: #cd0000 } /* Literal.String.Escape */
.highlight .sh { color: #cd0000 } /* Literal.String.Heredoc */
.highlight .si { color: #cd0000 } /* Literal.String.Interpol */
.highlight .sx { color: #cd0000 } /* Literal.String.Other */
.highlight .sr { color: #cd0000 } /* Literal.String.Regex */
.highlight .s1 { color: #cd0000 } /* Literal.String.Single */
.highlight .ss { color: #cd0000 } /* Literal.String.Symbol */
.highlight .bp { color: #cd00cd } /* Name.Builtin.Pseudo */
.highlight .vc { color: #00cdcd } /* Name.Variable.Class */
.highlight .vg { color: #00cdcd } /* Name.Variable.Global */
.highlight .vi { color: #00cdcd } /* Name.Variable.Instance */
.highlight .il { color: #cd00cd } /* Literal.Number.Integer.Long */