@font-face { font-family: "hermit-bold"; src: url("/static/Hermit-Bold.otf") format("opentype"); } body { background-color: black; color: red; font-family: "hermit-bold"; text-align: center; background-image: url("/static/img/blooddrip.png"); background-repeat: no-repeat; background-size: 75%; background-position: 150% 0%; } nav { display: flex; justify-content: center; text-align: center; margin: 0 0 5rem 0; background-color: rgba(10,10,10,0.25); } nav a { font-size: 2.5rem; margin: 0 2rem 0 2rem; } a { color: red; text-decoration: none; } a:hover { color: green; } .current { color: green; } hr { color: red; margin: auto; width: 10%; } .logo { display: block; margin: auto; width: 15%; height: auto; } .title { margin: auto; width: 100%; height: auto; padding: 2rem; } .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; width: 100%; } .postimg img { width: 100%; } .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 */