200 lines
6.1 KiB
CSS
200 lines
6.1 KiB
CSS
---
|
|
layout: none
|
|
---
|
|
|
|
@font-face {
|
|
font-family: 'IBM';
|
|
src: url('{{site.baseurl}}/assets/fonts/Px437_VTech_BIOS.ttf') format('truetype');
|
|
/* font from: https://int10h.org/oldschool-pc-fonts/fontlist/#pc6300 */
|
|
}
|
|
|
|
* {
|
|
font-family: "IBM";
|
|
line-height: 1.4;
|
|
}
|
|
|
|
p {
|
|
letter-spacing: 1px !important;
|
|
line-height: 1.7 !important;
|
|
min-height: 1em !important;
|
|
box-sizing: border-box !important;
|
|
word-wrap: normal !important;
|
|
text-align: justify;
|
|
}
|
|
|
|
blockquote {
|
|
border-left: 4px solid #ffd300;
|
|
padding: 0 15px !important;
|
|
margin: 0px;
|
|
}
|
|
|
|
strong {
|
|
font-weight: bold;
|
|
}
|
|
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6 {
|
|
word-break: break-all !important;
|
|
margin: 20px 0;
|
|
padding-bottom: 0.3em;
|
|
line-height: 1.2;
|
|
text-align: left;
|
|
font-weight: bold;
|
|
color: #ff7e00;
|
|
position: relative;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 20px !important;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 18px !important;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 16px !important;
|
|
|
|
}
|
|
|
|
h4 {
|
|
font-size: 14px !important;
|
|
|
|
}
|
|
|
|
h5,
|
|
h6 {
|
|
font-size: 13px !important;
|
|
}
|
|
|
|
a {
|
|
color: #ffd300 !important;
|
|
text-decoration: none;
|
|
}
|
|
|
|
ul,
|
|
ol {
|
|
padding-left: 30px;
|
|
}
|
|
|
|
li {
|
|
line-height: 24px;
|
|
}
|
|
|
|
hr {
|
|
height: 4px;
|
|
padding: 0;
|
|
margin: 16px 0;
|
|
background-color: #cc5000;
|
|
border: 0 none;
|
|
overflow: hidden;
|
|
box-sizing: content-box;
|
|
border-bottom: 1px solid #000;
|
|
}
|
|
|
|
.highlighter-rouge {
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
pre {
|
|
background: #130700 !important;
|
|
padding: 12px 13px;
|
|
overflow-x: auto !important;
|
|
border: 2px solid rgb(100, 50, 0);
|
|
}
|
|
|
|
/*
|
|
pre {
|
|
background-color: #f8f8f8;
|
|
border-radius: 3px;
|
|
word-wrap: break-word;
|
|
padding: 12px 13px;
|
|
font-size: 13px;
|
|
}*/
|
|
|
|
code {
|
|
margin: 0 2px;
|
|
padding: 3px 5px;
|
|
color: #437b91;
|
|
border-radius: 2px;
|
|
white-space: pre;
|
|
background-color: #13110f;
|
|
}
|
|
|
|
/* syntax */
|
|
|
|
.highlight .hll { background-color: #333333 }
|
|
.highlight { background: #111111; color: #ffffff }
|
|
.highlight .c { color: #008800; font-style: italic; background-color: #0f140f } /* Comment */
|
|
.highlight .err { color: #ffffff } /* Error */
|
|
.highlight .g { color: #ffffff } /* Generic */
|
|
.highlight .k { color: #fb660a; font-weight: bold } /* Keyword */
|
|
.highlight .l { color: #ffffff } /* Literal */
|
|
.highlight .n { color: #ffffff } /* Name */
|
|
.highlight .o { color: #ffffff } /* Operator */
|
|
.highlight .x { color: #ffffff } /* Other */
|
|
.highlight .p { color: #ffffff } /* Punctuation */
|
|
.highlight .cm { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Multiline */
|
|
.highlight .cp { color: #ff0007; font-weight: bold; font-style: italic; background-color: #0f140f } /* Comment.Preproc */
|
|
.highlight .c1 { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Single */
|
|
.highlight .cs { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Special */
|
|
.highlight .gd { color: #ffffff } /* Generic.Deleted */
|
|
.highlight .ge { color: #ffffff } /* Generic.Emph */
|
|
.highlight .gr { color: #ffffff } /* Generic.Error */
|
|
.highlight .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */
|
|
.highlight .gi { color: #ffffff } /* Generic.Inserted */
|
|
.highlight .go { color: #444444; background-color: #222222 } /* Generic.Output */
|
|
.highlight .gp { color: #ffffff } /* Generic.Prompt */
|
|
.highlight .gs { color: #ffffff } /* Generic.Strong */
|
|
.highlight .gu { color: #ffffff; font-weight: bold } /* Generic.Subheading */
|
|
.highlight .gt { color: #ffffff } /* Generic.Traceback */
|
|
.highlight .kc { color: #fb660a; font-weight: bold } /* Keyword.Constant */
|
|
.highlight .kd { color: #fb660a; font-weight: bold } /* Keyword.Declaration */
|
|
.highlight .kn { color: #fb660a; font-weight: bold } /* Keyword.Namespace */
|
|
.highlight .kp { color: #fb660a } /* Keyword.Pseudo */
|
|
.highlight .kr { color: #fb660a; font-weight: bold } /* Keyword.Reserved */
|
|
.highlight .kt { color: #cdcaa9; font-weight: bold } /* Keyword.Type */
|
|
.highlight .ld { color: #ffffff } /* Literal.Date */
|
|
.highlight .m { color: #0086f7; font-weight: bold } /* Literal.Number */
|
|
.highlight .s { color: #0086d2 } /* Literal.String */
|
|
.highlight .na { color: #ff0086; font-weight: bold } /* Name.Attribute */
|
|
.highlight .nb { color: #ffffff } /* Name.Builtin */
|
|
.highlight .nc { color: #ffffff } /* Name.Class */
|
|
.highlight .no { color: #0086d2 } /* Name.Constant */
|
|
.highlight .nd { color: #ffffff } /* Name.Decorator */
|
|
.highlight .ni { color: #ffffff } /* Name.Entity */
|
|
.highlight .ne { color: #ffffff } /* Name.Exception */
|
|
.highlight .nf { color: #ff0086; font-weight: bold } /* Name.Function */
|
|
.highlight .nl { color: #ffffff } /* Name.Label */
|
|
.highlight .nn { color: #ffffff } /* Name.Namespace */
|
|
.highlight .nx { color: #ffffff } /* Name.Other */
|
|
.highlight .py { color: #ffffff } /* Name.Property */
|
|
.highlight .nt { color: #fb660a; font-weight: bold } /* Name.Tag */
|
|
.highlight .nv { color: #fb660a } /* Name.Variable */
|
|
.highlight .ow { color: #ffffff } /* Operator.Word */
|
|
.highlight .w { color: #888888 } /* Text.Whitespace */
|
|
.highlight .mf { color: #0086f7; font-weight: bold } /* Literal.Number.Float */
|
|
.highlight .mh { color: #0086f7; font-weight: bold } /* Literal.Number.Hex */
|
|
.highlight .mi { color: #0086f7; font-weight: bold } /* Literal.Number.Integer */
|
|
.highlight .mo { color: #0086f7; font-weight: bold } /* Literal.Number.Oct */
|
|
.highlight .sb { color: #0086d2 } /* Literal.String.Backtick */
|
|
.highlight .sc { color: #0086d2 } /* Literal.String.Char */
|
|
.highlight .sd { color: #0086d2 } /* Literal.String.Doc */
|
|
.highlight .s2 { color: #0086d2 } /* Literal.String.Double */
|
|
.highlight .se { color: #0086d2 } /* Literal.String.Escape */
|
|
.highlight .sh { color: #0086d2 } /* Literal.String.Heredoc */
|
|
.highlight .si { color: #0086d2 } /* Literal.String.Interpol */
|
|
.highlight .sx { color: #0086d2 } /* Literal.String.Other */
|
|
.highlight .sr { color: #0086d2 } /* Literal.String.Regex */
|
|
.highlight .s1 { color: #0086d2 } /* Literal.String.Single */
|
|
.highlight .ss { color: #0086d2 } /* Literal.String.Symbol */
|
|
.highlight .bp { color: #ffffff } /* Name.Builtin.Pseudo */
|
|
.highlight .vc { color: #fb660a } /* Name.Variable.Class */
|
|
.highlight .vg { color: #fb660a } /* Name.Variable.Global */
|
|
.highlight .vi { color: #fb660a } /* Name.Variable.Instance */
|
|
.highlight .il { color: #0086f7; font-weight: bold } /* Literal.Number.Integer.Long */
|