index & main.scss: cleanup

This commit is contained in:
Aminda Suomalainen 2024-05-29 10:59:20 +03:00
parent cf67a14a43
commit 07a1fcea46
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 15 additions and 70 deletions

View File

@ -9,34 +9,36 @@ $base-font-family: "Liberation Serif", "Tinos", "Times New Roman", serif;
$monospace-font-family: "Liberation Mono", "Cousine", "Courier New", monospace; $monospace-font-family: "Liberation Mono", "Cousine", "Courier New", monospace;
//$base-font-family: "Liberation Sans", "Arimo", "Arial", sans-serif; //$base-font-family: "Liberation Sans", "Arimo", "Arial", sans-serif;
// CSS of used Jekyll theme
@import "{{ site.theme }}"; @import "{{ site.theme }}";
// As high in css as can be edited. If I understand correctly, user // My overrides, often !important so they actually get used
// preference will take priority over this, but if the user hasn't expressed
// it, this will make dark default. // As high in css as can be edited.
:root { :root {
color-scheme: dark light !important; color-scheme: light dark !important;
} }
// Revert to defaults // Revert to defaults
* { * {
color: revert !important; color: revert !important;
background-color: revert !important;
overflow-wrap: break-word !important; overflow-wrap: break-word !important;
} }
// Fitting to text and monospace preferred a {
code { text-decoration: underline !important;
font-size: 0.8em !important;
} }
// Fitting to text and monospace preferred
code, code,
pre { pre {
font-family: $monospace-font-family !important; font-family: $monospace-font-family !important;
font-size: 0.8em !important;
} }
// Overrides for dark themes // Overrides for dark themes
@media (prefers-color-scheme: dark) { @media (prefers-color-scheme: dark) {
* { *:not(a) {
color: #ffb700 !important; color: #ffb700 !important;
border-color: #ffb700 !important; border-color: #ffb700 !important;
background-color: #000000 !important; background-color: #000000 !important;
@ -49,87 +51,32 @@ pre {
border-color: #ffb700 !important; border-color: #ffb700 !important;
background-color: #000000 !important; background-color: #000000 !important;
} }
.site-nav {
color-scheme: only dark !important;
color: #ffb700 !important;
background-color: #000000 !important;
color: #ffb700 !important;
}
a {
color: revert !important;
}
}
// Overrides for light themes
@media (prefers-color-scheme: light) {
// Adblocker detection
.ftf-dma-note {
color-scheme: only light !important;
color: #000000 !important;
background-color: #ffffff !important;
}
.site-nav {
color-scheme: only light !important;
color: #000000 !important;
background-color: #ffffff !important;
border: 1px solid #000000 !important;
}
} }
// This is used in the index // This is used in the index
#avatar { #avatar {
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
width: 6em; width: 25%;
border: 1px solid; border: 1px solid;
//black; display: block;
} }
// This is the short bio in the index and all my profiles // This is the short bio in the index and all my profiles
#bio { #bio {
text-align: center; text-align: center;
//font-weight: bold;
font-style: italic; font-style: italic;
} }
// At least used in the index // At least used in the index link list
.centered { .centered {
list-style-type: none; list-style-type: none;
margin: 0 auto; margin: 0 auto;
text-align: center; text-align: center;
} }
// IRC logs should be formatted with this // At least used in the index SSH key fingerprints
.irclog {
white-space: pre-wrap;
font-size: 15px;
border: 1px solid;
// $grey-color-light;
border-radius: 3px;
background-color: revert;
//#eef;
}
// Tables belong to CSS, make the HTML5 validator happy
table,
td,
th {
border: 1px solid;
//black;
}
// Trying to make images look a little better
img {
margin-left: auto;
margin-right: auto;
border: 1px solid;
//black;
}
.monospaced { .monospaced {
font-family: $monospace-font-family; font-family: $monospace-font-family;
font-size: 0.8em; font-size: 0.8em;
//overflow-wrap: break-word;
} }

View File

@ -88,7 +88,6 @@ excerpt: "I am a Highly Sensitive Autistic Pirate with Linux experience since 20
</li> </li>
--> -->
<li id="some"> <li id="some">
SOME:
<em <em
><a href="https://gitea.blesmrt.net/mikaela" rel="me" ><a href="https://gitea.blesmrt.net/mikaela" rel="me"
>gitea.blesmrt.net</a >gitea.blesmrt.net</a
@ -128,7 +127,6 @@ excerpt: "I am a Highly Sensitive Autistic Pirate with Linux experience since 20
> >
</li> </li>
<li id="ssh"> <li id="ssh">
SSH:
<a <a
class="monospaced" class="monospaced"
href="https://gitea.blesmrt.net/mikaela/ssh-allowed_signers/src/branch/cxefa/aminda/aminda.pub" href="https://gitea.blesmrt.net/mikaela/ssh-allowed_signers/src/branch/cxefa/aminda/aminda.pub"