switch libreboot.org back to purple

master
Leah Rowe 2024-08-23 12:14:00 +01:00
parent a2164297b9
commit bae3fad52c
6 changed files with 15 additions and 20 deletions

View File

@ -2,9 +2,6 @@
* This CSS is released under Creative Commons Zero 1.0 Universal license: * This CSS is released under Creative Commons Zero 1.0 Universal license:
* https://creativecommons.org/publicdomain/zero/1.0/legalcode.txt * https://creativecommons.org/publicdomain/zero/1.0/legalcode.txt
*/ */
h1,h2,h3,h4{font-weight:normal; font-size:2em}
.specs .specs
{ {
float: right; float: right;
@ -17,7 +14,7 @@ h1,h2,h3,h4{font-weight:normal; font-size:2em}
} }
@media (max-width:90em) @media (max-width:89em)
{ {
html html
{ {
@ -34,19 +31,17 @@ h1,h2,h3,h4{font-weight:normal; font-size:2em}
html html
{ {
color: #280518; background: #280b22;
background: #efe9e9; color: #eee;
font-family: sans-serif; font-family: sans-serif;
line-height: 1.4; line-height: 1.4;
} text-shadow: 1px 1px #000;
hr {
color: #eee;
} }
code,pre, #TOC, a:hover, img code,pre, #TOC, a:hover
{ {
background: #e3d6d6;
border-radius:0.25em; border-radius:0.25em;
background: #4e324e;
} }
header img header img
{ {
@ -55,7 +50,7 @@ header img
a a
{ {
color: #3e223e; color: #fcc;
} }
img,video,iframe,pre img,video,iframe,pre
@ -89,14 +84,14 @@ html, ul, #TOC
@media (min-width:60em) @media (min-width:60em)
{ {
.title-logo{display:none; background:none;} .title-logo{display:none}
div.title,h1.title { div.title,h1.title {
background:url("https://av.libreboot.org/logo/logo.png") no-repeat; background:url("/favicon.ico") no-repeat;
background-size:auto 99%; background-size:auto 99%;
min-height:2em min-height:2em
} }
div.title {background-position:right} div.title {background-position:right}
h1.title {padding:0 4em; font-size:2.5em; font-weight:normal;} h1.title {padding:0 4em}
#TOC #TOC
{ {
float: left; float: left;

View File

@ -53,7 +53,7 @@ $if(title)$
<header> <header>
<div class="title"> <div class="title">
<p class="title-logo"> <p class="title-logo">
<img class="title-logo" alt="Libreboot logo" src="https://av.libreboot.org/logo/logo.png" /> <img class="title-logo" alt="Libreboot logo" src="/favicon.ico" />
</p> </p>
<h1 class="title">$title$</h1> <h1 class="title">$title$</h1>
</div> </div>

View File

@ -53,7 +53,7 @@ $if(title)$
<header> <header>
<div class="title"> <div class="title">
<p class="title-logo"> <p class="title-logo">
<img class="title-logo" alt="Libreboot logo" src="https://av.libreboot.org/logo/logo.png" /> <img class="title-logo" alt="Libreboot logo" src="/favicon.ico" />
</p> </p>
<h1 class="title">$title$</h1> <h1 class="title">$title$</h1>
</div> </div>

View File

@ -53,7 +53,7 @@ $if(title)$
<header> <header>
<div class="title"> <div class="title">
<p class="title-logo"> <p class="title-logo">
<img class="title-logo" alt="Libreboot logo" src="https://av.libreboot.org/logo/logo.png" /> <img class="title-logo" alt="Libreboot logo" src="/favicon.ico" />
</p> </p>
<h1 class="title">$title$</h1> <h1 class="title">$title$</h1>
</div> </div>

View File

@ -53,7 +53,7 @@ $if(title)$
<header> <header>
<div class="title"> <div class="title">
<p class="title-logo"> <p class="title-logo">
<img class="title-logo" alt="Логотип Libreboot" src="https://av.libreboot.org/logo/logo.png" /> <img class="title-logo" alt="Логотип Libreboot" src="/favicon.ico" />
</p> </p>
<h1 class="title">$title$</h1> <h1 class="title">$title$</h1>
</div> </div>

View File

@ -53,7 +53,7 @@ $if(title)$
<header> <header>
<div class="title"> <div class="title">
<p class="title-logo"> <p class="title-logo">
<img class="title-logo" alt="Libreboot 图标" src="https://av.libreboot.org/logo/logo.png" /> <img class="title-logo" alt="Libreboot 图标" src="/favicon.ico" />
</p> </p>
<h1 class="title">$title$</h1> <h1 class="title">$title$</h1>
</div> </div>