Inskinerator

Timeline
Log In

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

75 check-ins using file base/default/early-vars.scss or skins/default/early-vars.scss version 523da602e2

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
10:54
Added a README.md file to override/amber-vt, and linked to it in several places from the top-level README.md file. check-in: 00af658847 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
08:27
Added a versioning comment to base/default/css.scss so we can more easily catch up to the upstream version when it inevitably changes. check-in: 41206e54ea 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
20:39
Using an exact hex color triplet in the Mint Green demo instead of the nearest CSS named color. check-in: eb41423236 user: tangent tags: trunk
18:54
Added info on pikchr-foreground to the doc, and documented that we've made these changes on the demo repo. check-in: b216aa8ef4 user: tangent tags: trunk
12:49
Restored Amber VT's blockquote color value, lost in the rebase-upon-modern step. check-in: 0bf544f14e user: tangent tags: trunk
12:30
Small fixes to the newly rebased Amber VT override. check-in: 1f146ced2b user: tangent tags: trunk
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
09:40
Better explanation of why # is a problem when running inskinerator commands through Vi. check-in: e8f845222e user: tangent tags: trunk
09:38
Reodered a few -D params in README.md to make the doc examples flow nicer. check-in: 5262562e55 user: tangent tags: trunk
09:36
The file name argument processing is no longer confused by whitespace-only parameters, as happens when copy-pasting multiline commands from README.md, resulting in "\n" entries in @ARGV. check-in: 5e242563e0 user: tangent tags: trunk
09:35
Assorted doc tweaks check-in: 5cbbb1e8f9 user: tangent tags: trunk
2020-11-10
15:07
Header level fix. (Wasn't obvious before applying -o modern!) check-in: a7ea877558 user: tangent tags: trunk
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
14:00
Fixes to link hover behavior relative to Fossil Default. check-in: f2cfa45878 user: tangent tags: trunk
12:37
Updated the usage messages in inskinerator and the README.md file to match the new command line parsing rules. check-in: 1d5c0c4b84 user: tangent tags: trunk
12:23
Allowed -b option to be left off, implying "default". Then to avoid a no-args CSS spam to stdout, removed the --output-css option and made it a requirement to give an output name, either a file name or "-" for stdout. check-in: 8772e04380 user: tangent tags: trunk
12:08
Doc tweaks check-in: 08049a66eb user: tangent tags: trunk
11:23
Replaced TODO comments with wish-list tickets. check-in: 36f04b65bc user: tangent tags: trunk
11:20
Refactored the input file name directories so file elements match their command line option names and we don't intermix base + common + override skin elements. check-in: 4dc8773008 user: tangent tags: trunk
11:03
Many improvements to the docs. check-in: d8fb3c6a2c user: tangent tags: trunk
2020-11-09
14:06
Rebuilt the Amber VT skin override so that it derives most other colors from the background color rather than the text-color, which in turn allows the new "Paperwhite VT" skin to be derived, completing the initial demo skin set. check-in: 5e03b32ccb user: tangent tags: trunk
11:13
Reworked the "adjust" and "late-vars" features to allow for the first Amber VT derivative: "green bar". check-in: 6b73476a58 user: tangent tags: trunk