2020-06-14 10:48:13 +00:00
|
|
|
created: 20200507002727378
|
2022-07-19 18:05:23 +00:00
|
|
|
modified: 20220719132112414
|
2014-09-10 08:13:21 +00:00
|
|
|
tags: $:/tags/Stylesheet
|
2020-06-14 10:48:13 +00:00
|
|
|
title: $:/_tw5.com-styles
|
|
|
|
type: text/vnd.tiddlywiki
|
2014-03-22 17:32:28 +00:00
|
|
|
|
2019-10-06 13:59:08 +00:00
|
|
|
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline macrocallblock
|
|
|
|
|
2023-04-10 14:52:10 +00:00
|
|
|
.tc-hero-heading a.tc-tiddlylink {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2015-04-16 17:33:55 +00:00
|
|
|
.tc-double-spaced-list li {
|
2016-07-10 15:14:58 +00:00
|
|
|
padding-bottom: .5em;
|
|
|
|
padding-top: .5em;
|
2014-09-04 18:05:17 +00:00
|
|
|
}
|
|
|
|
|
2014-08-28 18:41:29 +00:00
|
|
|
.tc-link-info-item {
|
2016-07-12 11:35:05 +00:00
|
|
|
border: 1px solid #ebefcd;
|
2016-07-10 15:14:58 +00:00
|
|
|
padding: 5px 10px;
|
|
|
|
margin-bottom: 10px;
|
2020-03-12 13:34:59 +00:00
|
|
|
background: <<colour code-background>>;
|
2016-07-10 15:14:58 +00:00
|
|
|
font-size: 0.8em;
|
|
|
|
line-height: 1.2;
|
2014-03-22 17:32:28 +00:00
|
|
|
}
|
|
|
|
|
2014-08-28 18:41:29 +00:00
|
|
|
.tc-link-info-item h1 {
|
2014-03-22 17:32:28 +00:00
|
|
|
font-weight: 500;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
2014-03-25 14:26:54 +00:00
|
|
|
|
2014-08-28 18:41:29 +00:00
|
|
|
.tc-scrollable-demo {
|
2014-03-25 14:26:54 +00:00
|
|
|
border: 1px solid <<colour message-border>>;
|
|
|
|
background-color: <<colour message-background>>;
|
|
|
|
padding: 1em;
|
|
|
|
height: 400px;
|
2015-04-27 12:38:20 +00:00
|
|
|
position: relative;
|
2016-03-21 21:59:57 +00:00
|
|
|
overflow: auto;
|
2014-03-25 14:26:54 +00:00
|
|
|
}
|
2014-08-20 10:25:56 +00:00
|
|
|
|
2014-08-28 18:53:02 +00:00
|
|
|
.tc-improvement-banner {
|
2014-08-20 10:25:56 +00:00
|
|
|
font-size: 0.7em;
|
2014-08-20 16:06:39 +00:00
|
|
|
background: #fcc;
|
|
|
|
padding-left: 5px;
|
2014-08-20 21:07:39 +00:00
|
|
|
margin-top: 6px;
|
|
|
|
margin-bottom: 12px;
|
2014-08-20 16:06:39 +00:00
|
|
|
<<box-shadow "2px 2px 2px rgba(0,0,0,0.4)">>
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {
|
|
|
|
|
2014-08-28 18:53:02 +00:00
|
|
|
.tc-improvement-banner {
|
2014-08-20 16:06:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {
|
|
|
|
|
2014-08-28 18:53:02 +00:00
|
|
|
.tc-improvement-banner {
|
2014-09-05 09:06:46 +00:00
|
|
|
margin-right: -53px;
|
2014-08-20 16:06:39 +00:00
|
|
|
margin-left: -53px;
|
|
|
|
}
|
|
|
|
|
2014-08-28 18:53:02 +00:00
|
|
|
.tc-improvement-banner:before {
|
2014-08-20 16:06:39 +00:00
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
content: " ";
|
|
|
|
margin-left: -5px;
|
|
|
|
margin-top: -10px;
|
|
|
|
border-top: 5px solid transparent;
|
|
|
|
border-left: 5px solid transparent;
|
|
|
|
border-right: 5px solid #C07E7E;
|
|
|
|
border-bottom: 5px solid #C07E7E;
|
|
|
|
}
|
|
|
|
|
2014-08-20 10:25:56 +00:00
|
|
|
}
|
|
|
|
|
2014-08-28 18:53:02 +00:00
|
|
|
.tc-improvement-banner svg {
|
2014-08-20 10:25:56 +00:00
|
|
|
width: 1em;
|
|
|
|
height: 1em;
|
|
|
|
}
|
2020-06-14 10:48:13 +00:00
|
|
|
|
|
|
|
.tc-wrapper-flex {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tc-btn-download {
|
2022-07-31 14:34:31 +00:00
|
|
|
padding: 10px 30px;
|
2020-06-14 10:48:13 +00:00
|
|
|
border-radius: 5px;
|
2022-11-26 11:15:47 +00:00
|
|
|
background: <<colour "download-background">>;
|
|
|
|
border: none;
|
|
|
|
box-shadow: 1px 2px 2px 0 <<colour muted-foreground>>;
|
2020-06-14 10:48:13 +00:00
|
|
|
overflow: hidden;
|
|
|
|
cursor: pointer;
|
2022-11-26 11:15:47 +00:00
|
|
|
font-size: 1.2em;
|
|
|
|
line-height: 1.4em;
|
|
|
|
color: #fff;
|
|
|
|
fill: #fff;
|
2020-06-14 10:48:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tc-btn-download:active {
|
2022-11-26 11:15:47 +00:00
|
|
|
box-shadow: none;
|
2022-07-19 18:05:23 +00:00
|
|
|
}
|
2023-03-03 21:25:12 +00:00
|
|
|
|
|
|
|
/* WikiText rules */
|
|
|
|
|
|
|
|
.multi-columns,
|
|
|
|
.fourcolumns {
|
|
|
|
display: block;
|
|
|
|
column-count: 4;
|
|
|
|
column-gap: 1em;
|
|
|
|
-moz-column-count: 4;
|
|
|
|
-moz-column-gap: 1em;
|
|
|
|
-webkit-column-count: 4;
|
|
|
|
-webkit-column-gap: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {
|
|
|
|
.multi-columns {
|
|
|
|
column-count: 2;
|
|
|
|
}
|
2024-10-09 14:29:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tc-saving-sidebar-category { margin-bottom:10px; }
|
|
|
|
.tc-saving-sidebar-category-title { margin-bottom:5px; font-weight:bold; }
|
|
|
|
.tc-saving-sidebar-category-item { margin-left:10px; white-space:nowrap; }
|