Inskinerator

Timeline
Log In

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

39 check-ins that include changes to files matching 'override/modern/*'

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
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
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
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
19:39
Updated stock rules to match what current Fossil is emitting. check-in: 089db1edd0 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-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
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
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
10:02
Added a README for the Modern override so it's self-documenting on visiting its /dir entry. Added such links to the top-level README, and added the "core philosophy" section so we can link to it from the new Modern README. check-in: a10d0872a3 user: tangent tags: trunk
06:49
Indenting code blocks by another 20pt beyond <p> in the modern override. check-in: 6c520038b4 user: tangent tags: trunk
2020-11-11
12:04
Recast Amber VT as a child override of Fossil Modern Default. Effectively, this latest sequence of developments extracted the latter as a parent override for Amber VT. In so doing, we had to swap two of the late-vars elements in the processing model. Documented the changes. check-in: 2e0fb0efd8 user: tangent tags: trunk
2020-11-10
14:41
Removed the .status overrides from the modern skin: that's an Enhanced Originalism carried over into Amber VT. check-in: 0a119855eb user: tangent tags: trunk
14:29
Cut the Amber VT override down to just the essentials, being the elements we'd like to push up into the Fossil default skin. check-in: a602593bcf user: tangent tags: trunk