2022-04-18 10:22:06 +00:00
|
|
|
title: $:/_tw_shared/styles
|
2022-04-19 15:24:48 +00:00
|
|
|
tags: $:/tags/Stylesheet TiddlyWikiSitesMenu
|
2022-04-18 10:22:06 +00:00
|
|
|
|
|
|
|
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline macrocallblock
|
|
|
|
|
|
|
|
.tc-sites-icon {
|
|
|
|
width: 1em;
|
|
|
|
height: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tc-sites-menu {
|
|
|
|
font-size: 1.2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tc-sites-menu ol {
|
|
|
|
margin: 0;
|
|
|
|
list-style-type: none;
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
|
2022-04-18 10:28:22 +00:00
|
|
|
.tc-sites-menu ol li a {
|
2022-04-19 19:01:56 +00:00
|
|
|
display: block;
|
|
|
|
padding: 0.25em 14px 0.25em 14px;
|
|
|
|
width: 100%;
|
|
|
|
text-align: left;
|
|
|
|
color: #333333;
|
|
|
|
line-height: 1.4;
|
2022-04-20 08:43:03 +00:00
|
|
|
text-decoration: none;
|
2022-04-18 10:22:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tc-sites-menu ol li .tc-sites-menu-disabled {
|
2022-04-18 10:28:22 +00:00
|
|
|
padding: 0.25em 14px 0.25em 14px;
|
2022-04-18 10:22:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tc-sites-menu-this-site {
|
|
|
|
color: <<colour background>>;
|
|
|
|
background: <<colour muted-foreground>>;
|
|
|
|
font-size: 0.6em;
|
|
|
|
border-radius: 1em;
|
|
|
|
padding: 2px 6px;
|
|
|
|
margin-left: 1em;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tc-sites-menu-icon {
|
|
|
|
margin-right: 0.5em;
|
2022-04-19 15:24:48 +00:00
|
|
|
width: 1em;
|
|
|
|
}
|