Main public logs
More actions
Combined display of all available logs of UnfinishedProjects. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:05, 19 March 2026 Anthony talk contribs created page ToDo/styles.css (Created page with "--- Simple Todo Styles ---: Give the legend and list items some breathing room: #mw-content-text p { line-height: 1.8; } Style the Unchecked Box: span.todo-box, #mw-content-text:contains("☐") { color: var(--color-subtle, #888); font-weight: bold; margin-right: 8px; font-size: 1.2em; } Style the Checked Box and dim the completed text: #mw-content-text:contains("☑") { color: var(--color-success, #28a745); font-weight:...")