Inskinerator

Timeline
Log In

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2024-02-10
23:41
Prior fix merely flips the problem around. This is the proper fix, allowing the new override/modern/indents.scss file to be found regardless of whether it's being pulled in by modern or one of its descendants. Leaf check-in: 135f3cfbad user: tangent tags: trunk
23:24
Path fix to an @import from the modern skin override, not caught earlier because we'd been testing exclusively with modern-prism instead. check-in: d64259b82d user: tangent tags: trunk
23:22
Tracking the WCAG 2 semantic header and footer tag changes in Fossil. check-in: d1779eea49 user: tangent tags: trunk
2024-02-09
01:14
Found a way to simplify the @media screen SCSS using an indirection layer. Zero diffs in output, but simpler input. check-in: 52f54cdf86 user: tangent tags: trunk
01:10
Element layering fix in the @media screen indent overrides check-in: fff38c00b8 user: tangent tags: trunk
01:03
Backported /fileedit and /wikiedit selector targeting specificity reduction. check-in: 3f22eff341 user: tangent tags: trunk
00:00
Using the more specific .wikiedit page body class instead of .wiki to clarify the resulting generated CSS. check-in: 43a88f8a7f user: tangent tags: trunk
2024-02-08
23:44
Extended the @media screen indents for the Modern override to apply to /wiki, /wikiedit, and /fileedit. check-in: e658b24d2f user: tangent tags: trunk
22:25
Added wiki format wrappers for previous check-in: 553d70a232 user: tangent tags: trunk
22:15
Added two more cases for MD/wiki wrappers, to allow Modern to work. check-in: dfe9a5c11b user: tangent tags: trunk
2024-01-28
22:12
Backported the exception to blockquote indents for file content retrieved via /dir. check-in: 297b88dcff user: tangent tags: trunk
22:02
Updated Prism.js from 1.27 to 1.29 and added a few languages to its repertoire. check-in: 86b045e2c4 user: tangent tags: trunk
20:33
Backported font size changes from Fossil Modern. check-in: ede18ad6e9 user: tangent tags: trunk
19:59
Swapped the timeline hue colors to be the same direction as Fossil Default: from the hue-rotated color (warm, with a cool primary accent color) to the adjusted primary accent color. check-in: effc91e663 user: tangent tags: trunk
19:58
Backported a font size change from Fossil Modern. check-in: 1eb444f3e2 user: tangent tags: trunk
18:41
Calculating the timeline selection colors (e.g. used to indicate /vdiff?from&to ranges) from the primary accent color rather than accept the hard-coded defaults in Fossil's default.css. This results in a small difference for the primary color and a more significant difference for the secondary, but they're more soundly based than before. check-in: 9a760de02a user: tangent tags: trunk
2024-01-27
19:27
Comment improvement check-in: 5b45de0464 user: tangent tags: trunk
17:20
Prior commit was an overreach: we _need_ the .doc level to avoid styling the Admin UI, the forum index, the timeline… In order to target the /dir and /file outputs, we had to add another level of selectors, ballooning the amount of CSS generated for all this. That's fine here, but migrating this to the plain CSS of Fossil Default will be *fugly*. check-in: 0ece168a1d user: tangent tags: trunk
16:41
Instead of applying hierarchical indents in Modern for /doc, /file, etc but then backing them out where we don't want that (e.g. the forum and ticket comments) we now apply those indents only for immediate children of the content area. This fix also allows this behavior to work on pages where it didn't work at all before: HTML embedded docs and /dir renderings of README docs. check-in: a09a57ea9b user: tangent tags: trunk
12:57
Dialed back h1 and h2 font size levels to make them less shouty and reduce the gap between the latter and h3. check-in: 74fae34162 user: tangent tags: trunk
2024-01-25
21:08
Made ticket report table border radius consistent with that of MD tables. check-in: 859659297c user: tangent tags: trunk
19:37
No longer giving blockquotes extra indenting in Modern, and made regular MD pages use the same styling for same as in forum posts. check-in: dd030100bc user: tangent tags: trunk
19:28
Added a blockquote to the main README.md for testing that bit of markup inline, without needing to export and test the skin elsewhere. check-in: 41d54a561e user: tangent tags: trunk
18:59
Reduced blockquote indent level in forum posts, not to zero like all the other indents, but significantly. check-in: 52cfb39790 user: tangent tags: trunk
17:17
Dialed back font sizes for Modern + mobile to better match what Fossil's default skin does. check-in: 7730c0b9c8 user: tangent tags: trunk
2022-03-29
20:14
Removed the line-numbers plugin from the bundled Prism copy and added the corresponding JS so the user doesn't have to regenerate it and hope the JS matches the CSS. check-in: 5067dc3b9f user: tangent tags: trunk
19:59
Removed the Coy theme box shadows; don't like 'em. check-in: eda49d6a56 user: tangent tags: trunk
19:42
Added the modern-prism override, including Prism.js + Coy theme + a few basic plugins as an override for the Modern skin. It not only packages this up for the user, it includes a change to the generated CSS to prevent the code blocks from being left-justified on the page rather than indented at "p" level per the skin's other definitions. check-in: a67760ea84 user: tangent tags: trunk
19:39
Updated stock rules to match what current Fossil is emitting. check-in: 089db1edd0 user: tangent tags: trunk
2021-03-18
10:22
Gave the "ex7" section of the top-level README.md file an explicit header. check-in: d443295933 user: tangent tags: trunk
2020-12-22
12:58
Fixed an error in the discussion of Pikchr RGB triplets in the docs check-in: ee6f6f66b6 user: tangent tags: trunk
2020-12-21
19:58
Documented use of pikchr-scale in cases like Modern. check-in: f59f1971c0 user: tangent tags: trunk
2020-12-15
02:08
The hamburger drop-down menu background in Amber VT needed to be redefined because our secondary color is much darker than in Modern. check-in: 918a7633a0 user: tangent tags: trunk
02:06
Lightened the "a:visited" color a bit so it isn't so big a contrast with the unvisited link color. It can work, but with certain override skin colors it can result in the visited link text being too close to the regular text color. check-in: 76db365041 user: tangent tags: trunk
2020-11-25
11:48
Converted a few more common/css hard-coded colors. check-in: 1c02f22ed4 user: tangent tags: trunk
2020-11-23
11:42
Adjustments to dl/dd/dt spacing: they aren't inside "p" with Fossil Markdown, so they start with an independent 0 margin. check-in: 1ac67eeed9 user: tangent tags: trunk
2020-11-22
19:11
Adjustments in Modern for "list" type elements. check-in: 49623d47a6 user: tangent tags: trunk
17:35
Backed out line-height adjustment in Modern for small-screen devices in a few more cases. check-in: 470bc85967 user: tangent tags: trunk
16:12
Backing out the "pre" font size increase on small screens in the Modern skin. check-in: ed0e67b28c user: tangent tags: trunk
16:08
Fixed a problem in the forum post table highlighting introduced with the recent $ft-hover-color improvement. check-in: 40d575545b user: tangent tags: trunk
16:08
Backing out line-height adjustment for small-screen devices. check-in: d772d87290 user: tangent tags: trunk
14:51
The 140% line-height now affects "li" as well. Since you can have "p" in "li", using "1.4em" instead of "140%" to prevent this from stacking, particularly in the two common Markdown cases, where you may have a blank line between bullet points or not, which affects whether a "p" is inserted into each "li". check-in: cf50a07b9c user: tangent tags: trunk
14:42
Added "tt" to the list of tags affected by the new fixed-width font set. check-in: 291ca77f6f user: tangent tags: trunk
14:42
Using the forum-style "blockquote" formatting for HTML "blockquote" except without the background tint, with handling for "pikchr indent". check-in: 7d1dc3cf3b user: tangent tags: trunk
14:08
Assorted indent fixes in the Modern skin: wiki docs via /doc are now treated the same as Markdown; Pikchrs with "indent" are now pushed 20pt deeper than "p"; and "hr" no longer extends beyond "h1". check-in: a336292313 user: tangent tags: trunk
13:23
Moved several color constants from common/css.scss into early variables, partially addressing ticket [3793cd141b0c]. Committing it before it's finished because I need to go on a tangent, and it's not worth creating a branch; I'll just pick this work up later on down the timeline. check-in: d398aa9b60 user: tangent tags: trunk
13:21
Small improvements to common/README.md check-in: a5152c7243 user: tangent tags: trunk
12:52
Added the body-font-size variable to Modern and adjusted some of the font sizes around it. The overall effect is fonts a bit smaller than before in most places, yet still larger than the Fossil default. check-in: 9d64260231 user: tangent tags: trunk
11:16
Added a README.md file in the common subdir and linked to it from several places in the top-level README.md file. check-in: 60486afcb0 user: tangent tags: trunk
11:03
Added a README.md file to base/default, and linked to it several times from the top-level README.me file. check-in: cb6f957e14 user: tangent tags: trunk