2015-01-18 18:39:00 +00:00
|
|
|
created: 20150117152612000
|
2018-04-24 21:08:20 +00:00
|
|
|
modified: 201804111739
|
2015-01-11 19:04:14 +00:00
|
|
|
tags: $:/tags/Stylesheet
|
2018-04-24 21:08:20 +00:00
|
|
|
title: $:/editions/tw5.com/doc-styles
|
|
|
|
type: text/vnd.tiddlywiki
|
2015-01-11 19:04:14 +00:00
|
|
|
|
|
|
|
.doc-def {
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.doc-em {
|
|
|
|
font-style: italic;
|
|
|
|
font-variant: small-caps;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.doc-strong {
|
|
|
|
color: <<colour alert-highlight>>;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.doc-foreign {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2015-01-18 18:39:00 +00:00
|
|
|
.doc-place {
|
|
|
|
background-color: <<color background>>;
|
2015-01-11 19:04:14 +00:00
|
|
|
border: none;
|
2015-01-26 09:26:24 +00:00
|
|
|
color: <<color very-muted-foreground>>;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: bold;
|
2015-01-11 19:04:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.doc-button,
|
|
|
|
.doc-tab,
|
|
|
|
.doc-tag,
|
|
|
|
.doc-tiddler,
|
|
|
|
.doc-field,
|
2015-01-18 18:39:00 +00:00
|
|
|
.doc-value,
|
|
|
|
.doc-operator,
|
2015-01-11 19:04:14 +00:00
|
|
|
.doc-var,
|
2015-01-24 21:18:44 +00:00
|
|
|
.doc-widget,
|
2015-02-24 16:41:16 +00:00
|
|
|
.doc-attr,
|
|
|
|
.doc-param {
|
2015-01-18 18:39:00 +00:00
|
|
|
background-color: <<color background>>;
|
2015-01-11 19:04:14 +00:00
|
|
|
border: none;
|
|
|
|
color: <<color very-muted-foreground>>;
|
|
|
|
font-weight: bold;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2015-01-18 18:39:00 +00:00
|
|
|
a .doc-place,
|
|
|
|
a .doc-button,
|
|
|
|
a .doc-tab,
|
|
|
|
a .doc-tag,
|
|
|
|
a .doc-tiddler,
|
|
|
|
a .doc-field,
|
|
|
|
a .doc-value,
|
|
|
|
a .doc-operator,
|
|
|
|
a .doc-var,
|
2015-01-24 21:18:44 +00:00
|
|
|
a .doc-widget,
|
|
|
|
a .doc-attr {
|
2015-01-18 18:39:00 +00:00
|
|
|
color: <<color tiddler-link-foreground>>;
|
|
|
|
}
|
|
|
|
|
2015-01-11 19:04:14 +00:00
|
|
|
.doc-button svg {
|
|
|
|
height: 1em;
|
|
|
|
}
|
|
|
|
|
2015-01-18 18:39:00 +00:00
|
|
|
td svg {
|
|
|
|
height: 1em;
|
|
|
|
}
|
|
|
|
|
2015-01-11 19:04:14 +00:00
|
|
|
.doc-key {
|
|
|
|
color: <<color very-muted-foreground>>;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.doc-clink code {
|
|
|
|
color: <<colour tiddler-link-foreground>>;
|
2015-01-18 18:39:00 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.doc-preamble {
|
2015-01-24 21:18:44 +00:00
|
|
|
border: 2px solid <<colour code-border>>;
|
2015-01-18 18:39:00 +00:00
|
|
|
color: <<colour very-muted-foreground>>;
|
|
|
|
font-size: 90%;
|
|
|
|
margin-left: 0;
|
|
|
|
padding: 0.5em 0.7em;
|
|
|
|
}
|
|
|
|
|
2015-01-24 21:18:44 +00:00
|
|
|
.doc-note dt {
|
|
|
|
color: <<colour very-muted-foreground>>;
|
|
|
|
}
|
|
|
|
.doc-note dd {
|
|
|
|
border-left: 2px solid <<colour code-border>>;
|
|
|
|
padding-left: 0.6em;
|
|
|
|
}
|
|
|
|
|
2015-01-18 18:39:00 +00:00
|
|
|
.doc-example {
|
|
|
|
margin: 1em 0;
|
|
|
|
padding: 0.8em 0;
|
|
|
|
}
|
|
|
|
.doc-example:hover {
|
|
|
|
background-color: <<colour code-background>>;
|
|
|
|
}
|
|
|
|
.doc-example ul {
|
|
|
|
margin-bottom: 0;
|
|
|
|
padding-bottom: 0;
|
|
|
|
margin-top: 0.2em;
|
|
|
|
}
|
2015-02-24 16:41:16 +00:00
|
|
|
.doc-example pre:first-child {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
.doc-example-result {
|
|
|
|
border-left: 5px solid <<colour blockquote-bar>>;
|
|
|
|
border-right: 5px solid <<colour blockquote-bar>>;
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 0;
|
|
|
|
padding: 0 10px;
|
|
|
|
}
|
|
|
|
.doc-example-result ul {
|
|
|
|
margin-left: 0;
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
.doc-example-result ol {
|
|
|
|
margin-left: 0;
|
|
|
|
padding-left: 20px;
|
|
|
|
}
|
2015-01-24 21:18:44 +00:00
|
|
|
|
|
|
|
.doc-table th, .doc-table tr {
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
.doc-table th a {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.doc-table-subheading {
|
|
|
|
height: 2em;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2015-02-03 19:29:25 +00:00
|
|
|
|
|
|
|
.doc-table.before-tiddler-body {
|
|
|
|
margin-top: 2em;
|
|
|
|
}
|
2015-02-26 16:32:00 +00:00
|
|
|
|
2019-10-13 14:35:36 +00:00
|
|
|
.doc-icon svg {
|
|
|
|
width: 1em;
|
|
|
|
height: 1em;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2015-02-26 16:32:00 +00:00
|
|
|
.doc-icon-block {
|
|
|
|
border-left: 2px solid <<colour code-border>>;
|
|
|
|
margin-left: 3em;
|
|
|
|
padding-left: 0.6em;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.doc-block-icon {
|
|
|
|
position: absolute;
|
|
|
|
left: -3em;
|
|
|
|
top: 0.2em;
|
|
|
|
}
|
|
|
|
.doc-block-icon .tc-image-tip {
|
|
|
|
fill: <<colour primary>>;
|
|
|
|
}
|
|
|
|
.doc-block-icon .tc-image-warning {
|
|
|
|
fill: <<colour alert-highlight>>;
|
|
|
|
}
|
2016-10-08 09:05:34 +00:00
|
|
|
|
|
|
|
.doc-from-version {
|
2016-11-21 12:50:16 +00:00
|
|
|
display: inline-block;
|
|
|
|
border-radius: 1em;
|
2016-12-29 12:44:36 +00:00
|
|
|
background: <<colour tiddler-controls-foreground>>;
|
|
|
|
color: <<colour background>>;
|
|
|
|
fill: <<colour background>>;
|
2016-10-08 09:05:34 +00:00
|
|
|
padding: 0 0.4em;
|
2016-11-21 12:50:16 +00:00
|
|
|
font-size: 0.7em;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 1.5;
|
|
|
|
vertical-align: text-bottom;
|
2016-10-08 09:05:34 +00:00
|
|
|
}
|
2016-11-21 12:50:16 +00:00
|
|
|
|
2018-04-24 21:08:20 +00:00
|
|
|
.doc-deprecated-version {
|
|
|
|
display: inline-block;
|
|
|
|
border-radius: 1em;
|
|
|
|
background: red;
|
|
|
|
color: <<colour background>>;
|
|
|
|
fill: <<colour background>>;
|
|
|
|
padding: 0 0.4em;
|
|
|
|
font-size: 0.7em;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 1.5;
|
|
|
|
vertical-align: text-bottom;
|
|
|
|
}
|
|
|
|
|
|
|
|
.doc-deprecated-version svg,
|
2016-11-21 12:50:16 +00:00
|
|
|
.doc-from-version svg {
|
|
|
|
width: 1em;
|
|
|
|
height: 1em;
|
|
|
|
vertical-align: text-bottom;
|
2018-04-24 21:08:20 +00:00
|
|
|
}
|