| Display title | MediaWiki:Timeless.css |
| Default sort key | Timeless.css |
| Page length (in bytes) | 3,750 |
| Namespace ID | 8 |
| Namespace | MediaWiki |
| Page ID | 2 |
| Page content language | en - English |
| Page content model | CSS |
| Indexing by robots | Allowed |
| Number of redirects to this page | 0 |
| Number of subpages of this page | 0 (0 redirects; 0 non-redirects) |
| Edit | Allow only users with "editsitecss" permission (infinite) |
| Move | Allow only users with "editsitecss" permission (infinite) |
| Page creator | ScrapBlox (talk | contribs) |
| Date of page creation | 09:28, 29 January 2026 |
| Latest editor | ScrapBlox (talk | contribs) |
| Date of latest edit | 00:03, 14 February 2026 |
| Total number of edits | 3 |
| Total number of distinct authors | 1 |
| Recent number of edits (within past 90 days) | 3 |
| Recent number of distinct authors | 1 |
Description | Content |
Article description: (description) This attribute controls the content of the description and og:description elements. | /* All CSS here will be loaded for users of the Timeless skin */
root {
--main-waffle: #1e1e1e;
--waffle-accent: #c5a059;
}
.sidebar-chunk {
background: var(--main-waffle) !important;
border-radius: 12px;
border: 2px solid var(--waffle-accent) !important;
}
.sidebar-chunk h3 { |