2024-06-06 16:15:41 +00:00
|
|
|
created: 20180411173900000
|
|
|
|
modified: 20230803050721827
|
2018-04-24 21:08:20 +00:00
|
|
|
tags: data-tags-styles [[How to apply custom styles]] $:/tags/Stylesheet
|
|
|
|
title: Custom data-styles
|
|
|
|
type: text/vnd.tiddlywiki
|
|
|
|
|
2024-06-06 16:15:41 +00:00
|
|
|
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline html
|
|
|
|
|
2019-05-16 16:28:09 +00:00
|
|
|
[data-tiddler-title="Custom styles by data-tiddler-title"] {
|
2018-04-24 21:08:20 +00:00
|
|
|
border: 1px solid blue;
|
|
|
|
}
|
|
|
|
|
|
|
|
[data-tags*="example-test"] {
|
|
|
|
border: 2px solid pink;
|
|
|
|
}
|
|
|
|
|
|
|
|
[data-tags*="example-hardlinebreaks"] .tc-tiddler-body {
|
|
|
|
word-break: normal;
|
|
|
|
word-wrap: break-word;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
[data-tags*="data-tags-styles"] .tc-tiddler-body {
|
|
|
|
display: block;
|
|
|
|
padding: 14px;
|
|
|
|
margin-top: 1em;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
word-break: normal;
|
|
|
|
word-wrap: break-word;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
border: 1px solid #cccccc;
|
|
|
|
padding: 0 3px 2px;
|
|
|
|
border-radius: 3px;
|
|
|
|
font-family: Monaco, Consolas, "Lucida Console", "DejaVu Sans Mono", monospace;
|
|
|
|
}
|
|
|
|
|