Commit graph

264 commits

Author SHA1 Message Date
Alex Cabal
60dbb6b158 Fix numeral indentation in manual 2020-10-11 14:45:38 -05:00
Alex Cabal
262e86c625 Enable reading from the ToC and single-page reading 2020-10-11 13:39:32 -05:00
Alex Cabal
c6e8e7d36a Serve PHP files as XHTML 2020-09-21 12:45:27 -05:00
Alex Cabal
63979eef39 Fix white space styling in manual 2020-09-18 19:59:30 -05:00
Alex Cabal
b444b26414 Improve responsiveness of manual and fix broken font definitions 2020-09-15 18:50:29 -05:00
Alex Cabal
ada834c365 Add missing font awesome source in core.css 2020-09-15 18:28:50 -05:00
Alex Cabal
6772a77930 Move code headers to the right and tweak borders in the manual 2020-09-14 11:12:38 -05:00
Alex Cabal
c892f3b8ff Tweak margin of manual dot leaders 2020-09-14 10:53:56 -05:00
Alex Cabal
c584eab2e9 In the manual, update dot leaders to be larger dots instead of dashes 2020-09-13 19:22:50 -05:00
Alex Cabal
3402651a98 Remove woff files in favor of woff2 2020-09-13 16:43:13 -05:00
Alex Cabal
d5ff62d9a8 Update manual for improved readability 2020-09-13 16:38:20 -05:00
Alex Cabal
d68f86d18d Update CSS to improve appearance on iPad-sized screens 2020-09-11 23:43:54 -05:00
Alex Cabal
a70566b9c4 Fix h2 text align on ebook pages 2020-08-18 10:11:43 -05:00
Alex Cabal
128c701074 Fix off-center ebook author and hero images on small screens 2020-08-14 10:21:41 -05:00
Alex Cabal
fa5af7ae84 Replace <div> with <hgroup> in ebook pages 2020-08-09 16:22:46 -05:00
Alex Cabal
1ab7c8c0fe Add support for AVIF covers, and multiple image source sets in covers 2020-08-06 17:03:39 -05:00
Robin Whittleton
4495915dae Better background colour for homepage splash
If we set a dark background colour as well as the image it’ll show while the image is loading (or if the image fails to load). This colour is picked from the background of the image to reduce impact when it loads.
2020-07-26 17:23:23 -05:00
Alex Cabal
57b3c5dfc7 Improve appearance of <code> outside of the SE manual 2020-07-22 00:20:09 -05:00
Robin Whittleton
b1b2dc4e14 Replace Source Code Pro with Fira Mono for code snippets
The main reason to do this is to fix https://github.com/standardebooks/manual/issues/9, but the font is also about 20% smaller which is a nice benefit.

Fira Mono is also licensed under OFL so no change there. I have no stylistic preference either way, but they’re broadly similar in look. Fira Mono has no italic faces, but we have no italic display of source code so no loss there.
2020-07-01 16:39:06 -05:00
Alex Cabal
4ced3ddd24 Don't use lowercase nums in code listings 2020-05-30 15:43:09 -05:00
Alex Cabal
24df2c69b8 Fix spacing in footer items and replace bullet with middot 2020-05-26 14:24:20 -05:00
Alex Cabal
abd506d5bb Change dark mode body text to #fff 2020-05-23 20:32:44 -05:00
Alex Cabal
1f445902e2 Don't use lowercase nums in pagination bar 2020-05-23 13:27:19 -05:00
Alex Cabal
2b07471252 Use lowercase numbers in CSS 2020-05-22 15:58:49 -05:00
Alex Cabal
73e8383858 Fix spacing of headers in step by step guide 2020-05-22 11:29:29 -05:00
Alex Cabal
6fa49d012a Adjust line height 2020-05-22 09:35:16 -05:00
Alex Cabal
f7e3a5c39f Better adjustment of footer links in responsive mode, and decrease line height of body text 2020-05-21 14:56:30 -05:00
Alex Cabal
4e88ffd909 Change background color and remove textures for improved readability 2020-05-20 12:02:19 -05:00
Alex Cabal
986183a83f Remove trailing slashes from URLs 2020-05-02 21:03:22 -05:00
Alex Cabal
336f2e6daf Don't shrink check/cross items in manual 2020-04-20 13:58:46 -05:00
Alex Cabal
9192f25c2c Left-align dates in ebook history on small displays 2020-04-05 16:44:33 -05:00
Alex Cabal
6fa548f57f Add links to section identifiers 2020-03-31 13:29:40 -05:00
Alex Cabal
fe2d83461f Release SEMOS 1.0.0 2020-03-30 10:48:34 -05:00
Alex Cabal
6783e0e1a9 Update manual to new draft version 2020-03-26 19:19:08 -05:00
Alex Cabal
cee16cf9ed Update manual to new draft version 2020-03-22 18:37:54 -05:00
Alex Cabal
07bf6cf3ca Update manual and accompanying CSS 2020-03-14 16:07:53 -05:00
Alex Cabal
d78d2ee402 Add the first draft of the unified manual 2020-03-12 22:28:24 -05:00
Robin Whittleton
e8fae98f45 Fix search field styling in Safari
Not sure when this broke, but this disables the default search field style that has shown up. On linght mode it’s ugly but usable, but in dark mode it’s impossible to read your search terms.
2019-12-01 10:46:01 -06:00
Alex Cabal
4b5ffced51 Move dark mode CSS to bottom to override other styles if necessary 2019-10-25 17:17:45 -05:00
Alex Cabal
f1cf572b32 Tweak CSS for dark mode and accessibility 2019-10-24 16:25:55 -05:00
Alex Cabal
7029a25038 Update dark mode styles 2019-10-22 18:13:37 -05:00
Robin Whittleton
154c1553fa Fix homepage dividers in dark mode 2019-10-21 09:06:14 -05:00
Robin Whittleton
d9851908ac Add some fallbacks for browsers that don’t support custom properties
This doesn’t restore the site back to its former glory there, but it’s still totally usable. Browsers that don’t support this new feature is Edge <= 14, IE, iOS <= 8 and Firefox <= 51.
2019-10-21 09:06:14 -05:00
Robin Whittleton
c4b278982c Add dark mode support for code snippets
Basically just darkening the background more.
2019-10-21 09:06:14 -05:00
Robin Whittleton
879e8b9c49 Initial dark mode support for main website
This gets the main website into shape when used in a dark mode context.
2019-10-21 09:06:14 -05:00
Alex Cabal
9e9dbb4f5b Update CSS to right-align ebook history timestamps 2019-10-20 17:56:19 -05:00
Robin Whittleton
f69291c24b Reduce the size of the ebook heading and padding on mobile
A lot of our ebook titles are way too wide on mobile. This reduces the size of the text a bit, but also reduces the padding on either side to give it more room.
2019-10-20 17:56:13 -05:00
Alex Cabal
ea487dba4b Update DP icon image 2019-07-17 17:41:10 -05:00
Alex Cabal
83772af556 Tweak sort select 2019-06-13 15:32:30 -05:00
mgbennet
633b4f493c Matched sort select style to the search bar, and other feedback from Alex 2019-06-13 15:29:29 -05:00