Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
7 check-ins using file src/style.c version fa4c15a721
|
2021-03-02
| ||
| 15:01 | When skin=X query parameter is processed, if a param named 'once' is also set then apply the skin change but do not save it to the cookie, as per /chat discussion. The intent is mainly to facilitate the development of docs using both light- and dark-mode skins at the same time, which is somewhat painful when the cookie constantly gets overwritten. ... (check-in: 7db18bfe96 user: stephan tags: trunk) | |
| 13:55 | Alternative skins can be determined by the "skin" field of the display preferences cookie. The "skn_X" mechanism is removed. ... (check-in: 3339420778 user: drh tags: trunk) | |
| 08:54 | Updated changes.wiki to replace skn_X references with skin=X. ... (Closed-Leaf check-in: 7fed83c9b0 user: stephan tags: skin-preference-cookie) | |
| 08:09 | Corrected ability to be able to select the repository's configured skin, rather than just built-ins. ... (check-in: 5289ab2a45 user: stephan tags: skin-preference-cookie) | |
| 07:23 | Minor doc clarification. ... (check-in: c05ec7d924 user: stephan tags: skin-preference-cookie) | |
| 07:21 | Minor doc correction. ... (check-in: 2d6bb6e977 user: stephan tags: skin-preference-cookie) | |
| 07:11 | Skin selection is now stored in the user display prefs cookie and can be modified from any page by passing the skin=xyz URL parameter. Gets trumped by /draftX URI or --skin CLI flag or skin: CGI config setting. Removed /skn_XYZ URI handling. /skins page now uses the new mechanism for skin selection. UDC is now rendered on every page if it was modified during that request, regardless of the 'udc' URL parameter. See discussion at [https://fossil-scm.org/forum/forumpost/4d3a10c72a|/forumpost/4d3a10c72a]. ... (check-in: 71a2d68a7a user: stephan tags: skin-preference-cookie) | |