From: Kevin Day Date: Fri, 29 Jul 2022 04:19:41 +0000 (-0500) Subject: Update: Fixes, improvements, and add additional specifications and documentation. X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=5d48ca4ffa2fd31c3ae76505c030c5f0735c2c18;p=kevux.org-website Update: Fixes, improvements, and add additional specifications and documentation. A number of website mistakes are fixed. Tweak the styling some. Implement a "highlight" class rather than hard-coding the highlighting of the menu entries against "unlink". Add numerous specification and documentation pages. This is a manual process because I have yet to implement an auto-generator script for this. I have not determined the style practice as well. I also reached some burn-out while writing this and started working faster and sloppier. The result is a rather inconsistent mix of the HTML markup transcription of the specifications and documentation. Due to being a bit sloppier near the end, I also expect several mistakes in the transcription process. I did not get to the Featureless Make specifications and documentation within the scope of this commit. --- diff --git a/css/kevux.css b/css/kevux.css index 2936300..6df8e06 100644 --- a/css/kevux.css +++ b/css/kevux.css @@ -81,6 +81,10 @@ display: block; font-weight: normal; +} + +.kevux > .content-block > .nav-block > .nav-menu > .nav-item.highlight, +.kevux > .content-block > .nav-block > .nav-menu > .nav-item.highlight > .nav-text.unlink { background-color: #e5f5c9; } @@ -104,6 +108,7 @@ .kevux > .content-block > .main-block .grid { column-gap: 1rem; + margin-bottom: 1rem; } .kevux > .content-block > .main-block .grid.wide { @@ -200,10 +205,12 @@ color: #724801; } +.kevux.specification > .content-block > .main-block .table.context-parameters > .set > .row:nth-child(even), .kevux.documentation > .content-block > .main-block .table.context-parameters > .set > .row:nth-child(even) { background-color: #efefef; } +.kevux.specification > .content-block > .main-block .table.context-parameters > .set > .row > .column:nth-child(1), .kevux.documentation > .content-block > .main-block .table.context-parameters > .set > .row > .column:nth-child(1) { text-align: center; } diff --git a/distributions/turtle/changelog.html b/distributions/turtle/changelog.html index cf7a698..fe49fc9 100644 --- a/distributions/turtle/changelog.html +++ b/distributions/turtle/changelog.html @@ -72,7 +72,7 @@ Turtle Kevux -