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-saving-sidebar {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
min-width: 200px;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tc-saving-sidebar a {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {
|
|
|
|
.tc-wrapper-flex {
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
.tc-saving-sidebar {
|
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
.tc-saving-sidebar a {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.tc-saving-sidebar-category {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tc-saving-sidebar-category-title {
|
|
|
|
font-weight: bold;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tc-saving-sidebar-category-item {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
2022-12-10 14:23:28 +00:00
|
|
|
.tc-saving-introduction {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
text-align: center;
|
|
|
|
align-items: center;
|
|
|
|
padding: 4em;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2022-12-04 17:58:16 +00:00
|
|
|
.tc-cards {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: space-evenly;
|
|
|
|
width: 100%;
|
|
|
|
padding: 0.5em;
|
|
|
|
background: <<colour background>>;
|
|
|
|
border-color: rgba(34,36,38,.15);
|
|
|
|
box-shadow: 0 2px 25px 0 rgb(34 36 38 / 5%) inset;
|
2023-04-10 14:52:10 +00:00
|
|
|
gap: 1em;
|
|
|
|
}
|
|
|
|
|
2023-10-17 10:37:57 +00:00
|
|
|
.tc-cards.tc-small {
|
2023-10-20 09:20:14 +00:00
|
|
|
text-align: center;
|
2023-10-17 10:37:57 +00:00
|
|
|
font-size: 0.7em;
|
|
|
|
}
|
|
|
|
|
2023-04-10 14:52:10 +00:00
|
|
|
.tc-cards.tc-action-card {
|
|
|
|
text-align: center;
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tc-cards.tc-action-card .tc-card-button {
|
|
|
|
border: 1px solid <<colour foreground>>;
|
|
|
|
background: <<colour foreground>>;
|
|
|
|
margin: 0.5em;
|
|
|
|
border-radius: 6px;
|
|
|
|
padding: 0.5em;
|
|
|
|
color: <<colour background>>;
|
|
|
|
fill: <<colour background>>;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tc-cards.tc-action-card .tc-card-button svg {
|
|
|
|
width: 0.65em;
|
|
|
|
height: 0.65em;
|
|
|
|
vertical-align: middle;
|
2022-12-04 17:58:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tc-tiddlylink.tc-card {
|
|
|
|
font-weight: normal;
|
|
|
|
max-width: 100%;
|
|
|
|
position: relative;
|
|
|
|
background: <<colour background>>;
|
|
|
|
color: <<colour foreground>>;
|
2020-06-14 10:48:13 +00:00
|
|
|
width: 200px;
|
2022-12-04 17:58:16 +00:00
|
|
|
min-height: 0;
|
|
|
|
border: none;
|
|
|
|
border-radius: 8px;
|
|
|
|
box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
|
|
|
|
transition: box-shadow 0.3s ease,transform .3s ease;
|
2020-06-14 10:48:13 +00:00
|
|
|
}
|
|
|
|
|
2023-04-10 14:52:10 +00:00
|
|
|
.tc-cards.tc-cards-vertical .tc-tiddlylink.tc-card {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2022-12-04 17:58:16 +00:00
|
|
|
@media (max-width: 500px) {
|
|
|
|
|
|
|
|
.tc-cards {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tc-tiddlylink.tc-card {
|
|
|
|
margin: 0.25em;
|
|
|
|
width: 45%;
|
|
|
|
}
|
|
|
|
|
2020-06-14 10:48:13 +00:00
|
|
|
}
|
|
|
|
|
2022-12-04 17:58:16 +00:00
|
|
|
.tc-tiddlylink.tc-card.tc-card-quote {
|
|
|
|
width: 320px;
|
|
|
|
box-shadow: none;
|
|
|
|
background-color: #effdff;
|
2020-06-14 10:48:13 +00:00
|
|
|
}
|
|
|
|
|
2022-12-04 17:58:16 +00:00
|
|
|
.tc-card-accent {
|
2023-04-10 14:52:10 +00:00
|
|
|
height: 100%;
|
|
|
|
display: flex;
|
|
|
|
align-items: stretch;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: stretch;
|
|
|
|
border-radius: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tc-cards.tc-cards-vertical .tc-card-accent {
|
|
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
2020-06-14 10:48:13 +00:00
|
|
|
}
|
|
|
|
|
2022-12-04 17:58:16 +00:00
|
|
|
.tc-tiddlylink.tc-card:hover {
|
|
|
|
color: <<colour foreground>>;
|
|
|
|
background: <<colour notification-background>>;
|
|
|
|
text-decoration: none;
|
|
|
|
cursor: pointer;
|
|
|
|
box-shadow: 0 1px 5px 0 #bcbdbd, 0 0 0 1px #d4d4d5;
|
|
|
|
transform: translateY(-3px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.tc-card-ribbon-wrapper {
|
|
|
|
line-height: 0;
|
|
|
|
width: 75px;
|
|
|
|
height: 75px;
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
top: 0;
|
2022-12-04 23:29:36 +00:00
|
|
|
z-index: 849;
|
2022-12-04 17:58:16 +00:00
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tc-card-ribbon {
|
|
|
|
transition: top 0.3s ease-in-out;
|
|
|
|
top: 15px;
|
|
|
|
right: -77px;
|
|
|
|
position: absolute;
|
|
|
|
transform: rotate(45deg);
|
|
|
|
background-color: red;
|
|
|
|
box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 50%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.tc-tiddlylink.tc-card:hover .tc-card-ribbon {
|
|
|
|
top: -77px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tc-card-ribbon-inner {
|
|
|
|
font-size: 10px;
|
|
|
|
line-height: 13px;
|
|
|
|
font-weight: 700;
|
|
|
|
color: white;
|
|
|
|
text-decoration: none;
|
|
|
|
text-shadow: 0 -1px rgb(0 0 0 / 50%);
|
|
|
|
width: 200px;
|
|
|
|
display: inline-block;
|
|
|
|
padding: 2px 0;
|
2020-06-14 10:48:13 +00:00
|
|
|
text-align: center;
|
2022-12-04 17:58:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tc-card-image {
|
2023-04-10 14:52:10 +00:00
|
|
|
border-top-left-radius: 8px;
|
|
|
|
border-top-right-radius: 8px;
|
2022-12-04 17:58:16 +00:00
|
|
|
line-height: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tc-card-image img {
|
|
|
|
border-top-left-radius: 8px;
|
|
|
|
border-top-right-radius: 8px;
|
|
|
|
width: 100%;
|
|
|
|
transition: transform 0.3s ease-in-out;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tc-tiddlylink.tc-card:hover .tc-card-image img {
|
|
|
|
transform: scale(1.05);
|
|
|
|
}
|
|
|
|
|
|
|
|
.tc-card-title {
|
2020-06-14 10:48:13 +00:00
|
|
|
font-size: 1.2em;
|
2022-12-04 17:58:16 +00:00
|
|
|
line-height: 1.2;
|
2020-06-14 10:48:13 +00:00
|
|
|
font-weight: 600;
|
2022-12-04 17:58:16 +00:00
|
|
|
transition: color 0.3s ease-in-out;
|
|
|
|
padding: 0 10px;
|
2023-04-10 14:52:10 +00:00
|
|
|
margin: 0.5em 0 0.25em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tc-cards.tc-cards-vertical .tc-card-title {
|
|
|
|
font-size: 1em;
|
|
|
|
min-width: 10em;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tc-cards.tc-cards-vertical .tc-card-title svg {
|
|
|
|
width: 1em;
|
|
|
|
height: 1em;
|
|
|
|
vertical-align: text-bottom;
|
2020-06-14 10:48:13 +00:00
|
|
|
}
|
|
|
|
|
2022-12-04 17:58:16 +00:00
|
|
|
.tc-card-subtitle,
|
2020-06-14 10:48:13 +00:00
|
|
|
.tc-card-author {
|
2022-12-04 17:58:16 +00:00
|
|
|
font-size: 0.8em;
|
|
|
|
line-height: 1.2;
|
|
|
|
color: <<colour muted-foreground>>;
|
|
|
|
padding: 0 10px;
|
|
|
|
margin: 0.5em 0;
|
2022-07-19 18:05:23 +00:00
|
|
|
font-style: italic;
|
2020-06-14 10:48:13 +00:00
|
|
|
}
|
|
|
|
|
2022-12-04 17:58:16 +00:00
|
|
|
.tc-card-body {
|
|
|
|
font-size: 0.9em;
|
|
|
|
line-height: 1.2;
|
2023-04-10 14:52:10 +00:00
|
|
|
padding: 0.25em 10px;
|
2020-06-14 10:48:13 +00:00
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2023-04-10 14:52:10 +00:00
|
|
|
.tc-cards.tc-cards-vertical .tc-card-body {
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
|
2022-12-04 17:58:16 +00:00
|
|
|
.tc-card-body-wrapper {
|
|
|
|
position: relative;
|
2023-04-10 14:52:10 +00:00
|
|
|
flex-grow: 1;
|
2020-06-14 10:48:13 +00:00
|
|
|
}
|
|
|
|
|
2022-12-04 17:58:16 +00:00
|
|
|
.tc-tiddlylink.tc-card.tc-card-quote .tc-card-body:before {
|
|
|
|
font-family: Georgia, serif;
|
|
|
|
color: <<colour blockquote-bar>>;
|
|
|
|
content: open-quote;
|
|
|
|
font-size: 5em;
|
|
|
|
line-height: 1;
|
|
|
|
float: left;
|
2020-06-14 10:48:13 +00:00
|
|
|
}
|
|
|
|
|
2022-12-04 17:58:16 +00:00
|
|
|
.tc-tiddlylink.tc-card.tc-card-quote .tc-card-body:after {
|
|
|
|
font-family: Georgia, serif;
|
|
|
|
color: <<colour blockquote-bar>>;
|
|
|
|
content: close-quote;
|
|
|
|
font-size: 5em;
|
|
|
|
line-height: 1;
|
|
|
|
float: right;
|
2020-06-14 10:48:13 +00:00
|
|
|
}
|
|
|
|
|
2022-12-04 17:58:16 +00:00
|
|
|
.tc-tiddlylink.tc-card .tc-card-body-clear {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tc-card-body > p {
|
|
|
|
margin: 0.25em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tc-card a:active, .tc-card a:focus, .tc-btn-download:active, .tc-btn-download:focus{
|
|
|
|
outline: none;
|
2020-06-14 10:48:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
2023-04-10 14:52:10 +00:00
|
|
|
}
|