Inskinerator

Timeline
Log In

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

29 check-ins using file common/css.scss version 438870470a

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