Subject | Hash | Author | Date (UTC) |
---|---|---|---|
adapt canoeboot css but with libreboot colours | 4eaaccbd0aeac2f859a888c08d941583866e28cc | Leah Rowe | 2025-01-21 16:49:38 |
better english description in meta tags | d9c07032e962516af7cc365ad79e3d8faf7a11e2 | Leah Rowe | 2025-01-21 04:26:54 |
grammar | 73e9255f700404851c37649503a90c84fde18935 | Leah Rowe | 2025-01-21 02:18:11 |
remove obsolete paragraph (images available now) | 0fc65e4fac94d76af95a6d12bfb9aec72df394b4 | Leah Rowe | 2025-01-20 15:48:43 |
add ps1 bios download link | 71228ffa0d20d007d1169a11bafe464ed5d84116 | Leah Rowe | 2025-01-20 15:45:22 |
clarify ownership | 3ec8d5abb60113fdb03aead1fd2c5719d0954bc7 | Leah Rowe | 2025-01-20 15:36:12 |
mayumi pic on the ps1 page | d1921809b865e4aa883a3762b55ed0db44f594cf | Leah Rowe | 2025-01-20 15:33:07 |
improve the ps1 page title | 57c5edbbf55b3d7fc62d54a4f9d046fb8ff15208 | Leah Rowe | 2025-01-20 14:59:33 |
improved a bunch of page titles | 246820568f1938251d16b3c8ef6cfa70d9551e99 | Leah Rowe | 2025-01-20 13:41:54 |
css: make h3/h4 smaller in proportion | 72121b918442f0d0986140c3603e9b42ef5410ec | Leah Rowe | 2025-01-20 11:43:14 |
use more searchable homepage title | 2276bb3183ef2d33aa99f216d34de1528783426f | Leah Rowe | 2025-01-20 11:00:12 |
fix wrongful credit | 07b4c69883d3a3696af0883d06c37edfc15bfac4 | Leah Rowe | 2025-01-19 19:53:22 |
fix wrong fact | b80d5e04ad473302c2a69a8b550dae8b548f67f9 | Leah Rowe | 2025-01-19 19:33:59 |
grammar | 016bdaf4c40bcf54e45882c4fbfc1afe35b554dc | Leah Rowe | 2025-01-19 19:29:18 |
typo: superfically should be superficially | 125c88f2add68ad08b9b95d1bf4d844ecce0451e | Leah Rowe | 2025-01-19 19:14:42 |
docs/index: improve link/bsd link titles | 3257c1393648b1eb73d4280cdff95ffc4587faf3 | Leah Rowe | 2025-01-19 19:12:45 |
link fix | aa1b889795f6da1335d6ededdceb97313982306a | Leah Rowe | 2025-01-19 19:09:35 |
homepage: make "wrest" link to deguard | 6c924caffbbe6e45371876d1b37dd52eb7297f53 | Leah Rowe | 2025-01-19 19:08:33 |
link writefreesoftware.org aggressively | fceaf19cd82a16bbad70e90cbf9eeecf1183004f | Leah Rowe | 2025-01-19 19:04:27 |
fix meta character encoding (utf-8) | 3f90f156c37df78d236a53f8b687c0db743b75e0 | Leah Rowe | 2025-01-19 18:46:44 |
File | Lines added | Lines deleted |
---|---|---|
site/global.css | 13 | 7 |
File site/global.css changed (mode: 100644) (index 97c7b2a..9737081) | |||
2 | 2 | * This CSS is released under Creative Commons Zero 1.0 Universal license: | * This CSS is released under Creative Commons Zero 1.0 Universal license: |
3 | 3 | * https://creativecommons.org/publicdomain/zero/1.0/legalcode.txt | * https://creativecommons.org/publicdomain/zero/1.0/legalcode.txt |
4 | 4 | */ | */ |
5 | |||
6 | h1,h2,h3,h4{font-weight:normal; font-size:2em} | ||
7 | |||
5 | 8 | .specs | .specs |
6 | 9 | { | { |
7 | 10 | float: right; | float: right; |
14 | 17 | } | } |
15 | 18 | ||
16 | 19 | ||
17 | @media (max-width:89em) | ||
20 | @media (max-width:90em) | ||
18 | 21 | { | { |
19 | 22 | html | html |
20 | 23 | { | { |
38 | 41 | ||
39 | 42 | html | html |
40 | 43 | { | { |
41 | background: #280b22; | ||
44 | /* color: #280b22; */ | ||
42 | 45 | color: #ccc; | color: #ccc; |
46 | background: #280b22; | ||
43 | 47 | font-family: sans-serif; | font-family: sans-serif; |
44 | 48 | line-height: 1.4; | line-height: 1.4; |
45 | 49 | text-shadow: 1px 1px #000; | text-shadow: 1px 1px #000; |
46 | 50 | } | } |
51 | hr { | ||
52 | color: #666; | ||
53 | } | ||
47 | 54 | ||
48 | code,pre, #TOC, a:hover | ||
55 | code,pre, #TOC, a:hover, img | ||
49 | 56 | { | { |
50 | border-radius:0.25em; | ||
51 | 57 | background: #4e324e; | background: #4e324e; |
58 | border-radius:0.25em; | ||
52 | 59 | } | } |
53 | 60 | header img | header img |
54 | 61 | { | { |
... | ... | img,video,iframe,pre | |
64 | 71 | { | { |
65 | 72 | max-width: 100%; | max-width: 100%; |
66 | 73 | overflow: auto; | overflow: auto; |
67 | border-radius:0.25em; | ||
68 | 74 | } | } |
69 | 75 | ||
70 | 76 | .title>*, header ul>li, .nav ul>li, | .title>*, header ul>li, .nav ul>li, |
... | ... | html, ul, #TOC | |
92 | 98 | ||
93 | 99 | @media (min-width:60em) | @media (min-width:60em) |
94 | 100 | { | { |
95 | .title-logo{display:none} | ||
101 | .title-logo{display:none; background:none;} | ||
96 | 102 | div.title,h1.title { | div.title,h1.title { |
97 | 103 | background:url("/favicon.ico") no-repeat; | background:url("/favicon.ico") no-repeat; |
98 | 104 | background-size:auto 99%; | background-size:auto 99%; |
99 | 105 | min-height:2em | min-height:2em |
100 | 106 | } | } |
101 | 107 | div.title {background-position:right} | div.title {background-position:right} |
102 | h1.title {padding:0 4em} | ||
108 | h1.title {padding:0 4em; font-size:2.5em; font-weight:normal;} | ||
103 | 109 | #TOC | #TOC |
104 | 110 | { | { |
105 | 111 | float: left; | float: left; |