first adaption to suit my needs

This commit is contained in:
Patrick Tschuchnig
2020-01-25 01:48:39 +01:00
parent a22cff5163
commit bf3b8fc115
23 changed files with 265 additions and 238 deletions

View File

@@ -1,5 +1,14 @@
---
layout: none
---
@font-face {
font-family: 'IBM';
src: url('{{site.baseurl}}/assets/fonts/Px437_VTech_BIOS.ttf') format('truetype');
}
* {
font-family: "Courier New", Courier, monospace;
font-family: "IBM";
}
p {
@@ -9,25 +18,16 @@ p {
box-sizing: border-box !important;
word-wrap: break-word !important;
text-align: justify;
margin: 20px 0 !important;
}
blockquote {
border-left: 4px solid #42b983;
border-left: 4px solid #ffd300;
padding: 0 15px !important;
margin: 0px;
}
strong {
font-weight: bold;
/*border-bottom: 2px solid #BADA55;*/
/*color: #898989;*/
}
body {
font-size: 15px;
/* background: #000c07; */
background: rgb(16, 20, 23) !important;
}
pre {
@@ -50,35 +50,35 @@ h6 {
line-height: 1.2;
text-align: left;
font-weight: bold;
/* color: #80f79f; */
color: #f78e66;
color: #ff7e00;
position: relative;
}
/*
h1:before,
h2:before {
content: "#";
color: #42b983;
position: absolute;
left: -0.8em;
top: -2px;
font-size: 1.2em;
font-weight: bold;
} */
h1 {
/*border-bottom: 8px solid #71BA51 !important;*/
font-size: 20px !important;
}
h2 {
/*border-bottom: 5px solid #71BA51 !important;*/
font-size: 18px !important;
}
h3 {
font-size: 16px !important;
}
h4 {
font-size: 14px !important;
}
h5,
h6 {
font-size: 13px !important;
}
a {
/* color: #ffa0c0 !important; */
color: #2ab375 !important;
color: #ffd300 !important;
text-decoration: none;
}
@@ -95,11 +95,11 @@ hr {
height: 4px;
padding: 0;
margin: 16px 0;
background-color: #e7e7e7;
background-color: #cc5000;
border: 0 none;
overflow: hidden;
box-sizing: content-box;
border-bottom: 1px solid #ddd;
border-bottom: 1px solid #000;
}
.highlighter-rouge {
@@ -107,10 +107,10 @@ hr {
}
pre {
background: #00110d !important;
padding: 12px 13px;
overflow-x: auto !important;
border: 2px solid rgb(0, 39, 0);
background: #130700 !important;
padding: 12px 13px;
overflow-x: auto !important;
border: 2px solid rgb(100, 50, 0);
}
code {
@@ -122,17 +122,6 @@ code {
background-color: #00110d;
}
/* syntax */
.highlight .hll { background-color: #333333 }
@@ -204,4 +193,4 @@ code {
.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 */
.highlight .il { color: #0086f7; font-weight: bold } /* Literal.Number.Integer.Long */