commit 22a8769ff680f58aa878f7f8e7e3eb39cb8ae026
parent 1952c11f4c53a6bc7ad79630a10269b7b24a5e48
Author: pyratebeard <root@pyratebeard.net>
Date: Thu, 10 Apr 2025 00:22:45 +0100
feat: another colourscheme
Diffstat:
M | style.css | | | 78 | ++++++++++++++++++++++++++++++++++++++++++++++-------------------------------- |
1 file changed, 46 insertions(+), 32 deletions(-)
diff --git a/style.css b/style.css
@@ -20,13 +20,23 @@
font-weight: normal;
font-style: normal;
}
+@font-face {
+ font-family: 'UnifontExMono';
+ src: url('http://stgiga.github.io/UnifontEX/UnifontExMono.eot'); /* IE9 Compat Modes */
+ src: url('http://stgiga.github.io/UnifontEX/UnifontExMono.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
+ url('https://stgiga.github.io/UnifontEX/UnifontExMono.woff') format('woff'), /* Pretty Modern Browsers */
+ url('https://stgiga.github.io/UnifontEX/UnifontExMono.ttf') format('truetype'), /* Safari, Android, iOS */
+ url('http://stgiga.github.io/UnifontEX/UnifontExMono.woff2') format('woff2'), /* Super Modern Browsers */
+ url('http://stgiga.github.io/UnifontEX/UnifontExMono.svg#UnifontExMono') format('svg'); /* Legacy iOS */
+}
body {
- font-family: 'main-font';
- background-color: #181818;
- color: #eee4e4;
+ font-family: 'UnifontExMono';
+ background-color: #0e0d0b;
+ color: #f3f1ef;
letter-spacing: 1.1px;
- line-height: 1.5;
+ line-height: 1.6;
+ font-weight: bold;
}
header,
@@ -60,14 +70,14 @@ header > p {
}
h1, h2, h3, h4, h5 {
- font-family: 'main-font';
+ font-family: 'UnifontExMono';
text-transform: lowercase;
}
h1 {
- color: #bdcf15;
+ color: #ec0402;
}
h2, h3, h4, h5 {
- color: #bdcf15;
+ color: #ec0402;
}
/*h2, h3, h4 {
@@ -85,21 +95,25 @@ h5 {
*/
a {
- color: #d2312b;
+ color: #f40004;
+ background-color: #40000f;
text-decoration: none;
}
a:active,a:hover,a:focus {
- color: #fa1d15;
+ color: #40000f;
+ background-color: #ec0402;
text-decoration: none;
}
a.dead {
- color: #bdcf15;
+ color: #40000f;
+ background-color: #ec0402;
}
a.index {
- color: #eee4e4;
+ color: #f3f1ef;
+ background-color: unset;
border-bottom: 0px;
padding: 3px;
}
@@ -107,29 +121,29 @@ a.index {
a.index:active,
a.index:hover,
a.index:focus {
- color: #bdcf15;
- background-color: #464141;
+ color: #f40004;
+ background-color: #40000f;
}
ul {
list-style: '- ';
- line-height: 1.5;
+ line-height: 1.6;
}
ul.index {
list-style: none;
- font-size: 1.1em;
+ /*font-size: 1.1em;*/
}
ul.index li a b {
- font-family: 'bpmono';
- font-size: 14px;
+ font-family: 'UnifontExMono';
+ /*font-size: 14px;*/
font-weight: normal;
}
hr {
border-bottom: 0px;
- border-top: 1px solid #676060;
+ border-top: 1px solid #44393c;
width: 30%;
}
@@ -144,29 +158,29 @@ pre {
border-radius: 0px;
/*border: 1px solid #ec0402;*/
/*border-left: 12px solid #9c353e;*/
- background-color: #464141;
+ background-color: #44393c;
display: table;
}
pre > code {
- color: #c8db98;
- background-color: #464141;
- font-family: 'envy';
+ color: #bdcf15;
+ background-color: #35372e;
+ font-family: 'UnifontExMono';
padding: 7.5px;
display: table;
- font-size: 0.9em;
+ font-size: 1.1em;
white-space: pre-wrap;
}
code {
- color: #c8db98;
+ color: #bdcf15;
/*background-color: #6a3c42;*/
/*background-color: #363838;*/
- font-family: 'envy';
- font-size: 0.9em;
+ font-family: 'UnifontExMono';
+ /*font-size: 0.9em;*/
padding: 2px 4px 2px 4px;
border-radius: 2px;
- word-break: break-all;
+ word-break: keep-all;
}
/* site specific css */
@@ -213,7 +227,7 @@ table tr th {
table tr th,
table tr td {
- border: 1px solid #fbf0d2;
+ border: 1px solid #44393c;
margin: 0;
padding: 4px 10px;
}
@@ -221,8 +235,8 @@ table tr td {
a.tags,
a.tagsindex {
- color: #bdcf15;
- background-color: #464141 !important;
+ color: #f40004;
+ background-color: #40000f !important;
padding: 2px 4px 2px 4px !important;
border-radius: 2px !important;
}
@@ -233,6 +247,6 @@ a.tags:focus,
a.tagsindex:active,
a.tagsindex:hover,
a.tagsindex:focus {
- color: #181818 !important;
- background-color: #bdcf15 !important;
+ color: #40000f !important;
+ background-color: #ec0402 !important;
}