2024-02-10 16:58:33 +00:00
|
|
|
created: 20240206133241785
|
2024-07-23 11:22:02 +00:00
|
|
|
modified: 20240723110610801
|
2024-02-10 16:58:33 +00:00
|
|
|
tags: $:/tags/Stylesheet testTOC
|
|
|
|
title: test-styles
|
|
|
|
type: text/vnd.tiddlywiki
|
|
|
|
|
2024-02-14 12:41:43 +00:00
|
|
|
.tc-toc-filter> a,
|
|
|
|
.tc-toc-filter> .tc-toc-caption {
|
2024-02-10 16:58:33 +00:00
|
|
|
color: darkviolet;
|
|
|
|
}
|
|
|
|
|
2024-02-14 12:41:43 +00:00
|
|
|
.tc-toc-filter> button > svg {
|
2024-02-10 16:58:33 +00:00
|
|
|
fill: darkviolet;
|
|
|
|
}
|
|
|
|
|
2024-02-14 12:41:43 +00:00
|
|
|
.tc-toc-include > a,
|
|
|
|
.tc-toc-include > .tc-toc-caption
|
2024-02-10 16:58:33 +00:00
|
|
|
{
|
|
|
|
color: green;
|
|
|
|
}
|
|
|
|
|
2024-02-14 12:41:43 +00:00
|
|
|
.tc-toc-include > button > svg {
|
2024-02-10 16:58:33 +00:00
|
|
|
fill: green;
|
|
|
|
}
|
|
|
|
|
2024-02-14 12:41:43 +00:00
|
|
|
.tc-toc-hide> a,
|
|
|
|
.tc-toc-hide > .tc-toc-caption
|
2024-02-10 16:58:33 +00:00
|
|
|
{
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
2024-02-14 12:41:43 +00:00
|
|
|
.tc-toc-hide> button > svg {
|
2024-02-10 16:58:33 +00:00
|
|
|
fill: red;
|
|
|
|
}
|
2024-07-23 10:50:07 +00:00
|
|
|
|
2024-07-23 11:22:02 +00:00
|
|
|
.toc-item-muted {
|
|
|
|
margin-left: .25em;
|
|
|
|
}
|
|
|
|
|
2024-07-23 10:50:07 +00:00
|
|
|
.tc-toc-unlinked {
|
|
|
|
margin-left: .5em;
|
|
|
|
}
|