adapt canoeboot css but with libreboot colours

i like the font style better, on canoeboot.org, where
headers are not build, and the canoeboot site design
made a few other tweaks too, relative to libreboot.org

the new skin just looks slightly nicer

Signed-off-by: Leah Rowe <leah@libreboot.org>
master
Leah Rowe 2025-01-21 16:49:38 +00:00
parent d9c07032e9
commit 4eaaccbd0a
1 changed files with 13 additions and 7 deletions

View File

@ -2,6 +2,9 @@
* This CSS is released under Creative Commons Zero 1.0 Universal license:
* https://creativecommons.org/publicdomain/zero/1.0/legalcode.txt
*/
h1,h2,h3,h4{font-weight:normal; font-size:2em}
.specs
{
float: right;
@ -14,7 +17,7 @@
}
@media (max-width:89em)
@media (max-width:90em)
{
html
{
@ -38,17 +41,21 @@
html
{
background: #280b22;
/* color: #280b22; */
color: #ccc;
background: #280b22;
font-family: sans-serif;
line-height: 1.4;
text-shadow: 1px 1px #000;
}
hr {
color: #666;
}
code,pre, #TOC, a:hover
code,pre, #TOC, a:hover, img
{
border-radius:0.25em;
background: #4e324e;
border-radius:0.25em;
}
header img
{
@ -64,7 +71,6 @@ img,video,iframe,pre
{
max-width: 100%;
overflow: auto;
border-radius:0.25em;
}
.title>*, header ul>li, .nav ul>li,
@ -92,14 +98,14 @@ html, ul, #TOC
@media (min-width:60em)
{
.title-logo{display:none}
.title-logo{display:none; background:none;}
div.title,h1.title {
background:url("/favicon.ico") no-repeat;
background-size:auto 99%;
min-height:2em
}
div.title {background-position:right}
h1.title {padding:0 4em}
h1.title {padding:0 4em; font-size:2.5em; font-weight:normal;}
#TOC
{
float: left;