Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* CALLOUTS */
- .callout[data-callout="missing"] {
- --callout-color: 255, 0, 0;
- --callout-icon: none;
- }
- .callout[data-callout="danger"] {
- --callout-color: 0, 0, 255;
- --callout-icon: none;
- }
- .callout[data-callout="error"] {
- --callout-color: 0, 255, 0;
- --callout-icon: none;
- }
- .callout[data-callout="bug"] {
- --callout-color: 255, 255, 0;
- --callout-icon: none;
- }
- .callout[data-callout="important"] {
- --callout-color: 255, 99, 71;
- --callout-icon: award;
- }
- /* All the rest */
- .theme-light .callout[data-callout="note"],
- .theme-light .callout[data-callout="abstract"],
- .theme-light .callout[data-callout="summary"],
- .theme-light .callout[data-callout="tldr"],
- .theme-light .callout[data-callout="info"],
- .theme-light .callout[data-callout="todo"],
- .theme-light .callout[data-callout="tip"],
- .theme-light .callout[data-callout="hint"],
- .theme-light .callout[data-callout="sucess"],
- .theme-light .callout[data-callout="check"],
- .theme-light .callout[data-callout="done"],
- .theme-light .callout[data-callout="question"],
- .theme-light .callout[data-callout="help"],
- .theme-light .callout[data-callout="faq"],
- .theme-light .callout[data-callout="warning"],
- .theme-light .callout[data-callout="caution"],
- .theme-light .callout[data-callout="attention"],
- .theme-light .callout[data-callout="failure"],
- .theme-light .callout[data-callout="fail"],
- .theme-light .callout[data-callout="example"],
- .theme-light .callout[data-callout="quote"],
- .theme-light .callout[data-callout="cite"] {
- --callout-color: 146, 131, 116;
- --callout-icon: none;
- }
- .theme-dark .callout[data-callout="note"],
- .theme-dark .callout[data-callout="abstract"],
- .theme-dark .callout[data-callout="summary"],
- .theme-dark .callout[data-callout="tldr"],
- .theme-dark .callout[data-callout="info"],
- .theme-dark .callout[data-callout="todo"],
- .theme-dark .callout[data-callout="tip"],
- .theme-dark .callout[data-callout="hint"],
- .theme-dark .callout[data-callout="sucess"],
- .theme-dark .callout[data-callout="check"],
- .theme-dark .callout[data-callout="done"],
- .theme-dark .callout[data-callout="question"],
- .theme-dark .callout[data-callout="help"],
- .theme-dark .callout[data-callout="faq"],
- .theme-dark .callout[data-callout="warning"],
- .theme-dark .callout[data-callout="caution"],
- .theme-dark .callout[data-callout="attention"],
- .theme-dark .callout[data-callout="failure"],
- .theme-dark .callout[data-callout="fail"],
- .theme-dark .callout[data-callout="example"],
- .theme-dark .callout[data-callout="quote"],
- .theme-dark .callout[data-callout="cite"] {
- --callout-color: 98, 114, 164;
- --callout-icon: none;
- }
- .callout .callout-title-inner {
- font-family: "Overpass";
- font-style: normal !important;
- font-size: 0.9em;
- color: #8be9fd;
- font-weight: 200px;
- }
- /* TOPIC LIST */
- .theme-dark .callout[data-callout="topiclist"] {
- --callout-icon: none;
- --callout-color: 40, 42, 54 !important;
- font-weight: 200px;
- padding: 0px 0px 0px 15px;
- margin-bottom: 0px;
- border: 0px;
- width: 85%
- }
- .topic-list ul.dataview.list-view-ul {
- list-style: none;
- padding-left: 0px;
- margin-left: 0px;
- }
- .callout[data-callout="topiclist"] .callout-title-inner {
- font-family: "Overpass";
- font-size: 0.9em;
- font-weight: 200px;
- padding: 0px;
- margin: 0px;
- }
- .theme-dark .callout[data-callout="topiclist"] {
- background: #282a36 !important;
- }
- .theme-dark .callout[data-callout="topiclist"] .callout-title-inner {
- color: #8be9fd;
- }
- .theme-light .callout[data-callout="topiclist"] {
- background: transparent;
- }
- .theme-light .callout[data-callout="topiclist"] .callout-title-inner {
- color: #101110;
- }
- .topic-list.markdown-preview-view .markdown-rendered .node-insert-event {
- padding-left: 0px;
- }
- /* TAGS CALLOUT */
- .callout[data-callout="tags"] {
- --callout-icon:none;
- --callout-color: 10,10,10;
- padding: 7px;
- font-size:90%;
- line-height:0.5em;
- white-space:nowrap;
- border: 0px;
- }
- .callout[data-callout="tags"] .callout-title {
- display: none;
- }
- .callout[data-callout="tags"] .callout-content {
- border: 0px !important;
- margin: 0px 0px 0px -7px;
- padding: 0px;
- background-color: var(--background-primary);
- }
- .callout[data-callout="tags"] ul.dataview.list-view-ul {
- padding-left: 0px;
- margin-left: 0px;
- list-style: none;
- }
- .theme-dark .callout[data-callout="tags"] a.tag {
- background: #ffb86c;
- color: #282a36;
- font-family: "Space Mono";
- padding: 1px 5px 3px 5px;
- }
- .markdown-rendered mark {
- background-color: #f1fa8c;
- color: #282a36;
- }
- .theme-light .callout[data-callout="tags"] a.tag {
- background: #f7f79c;
- color: #1e1e1f;
- font-family: "Space Mono";
- padding: 1px 5px 1px 5px;
- }
- .callout[data-callout="tags"] .block-language-dataview.node-insert-event {
- padding: 0px;
- margin: 0px;
- list-style: none;
- }
- /* DATAVIEW */
- .theme-dark .heatmap-calendar-boxes .today {
- border: 1px solid rgb(180, 180, 180);
- }
- span.cm-hmd-frontmatter.cm-number {
- color: rgb(255, 184, 108) !important;
- }
- .home-page .contains-task-list.plugin-tasks-query-result {
- padding-left: 30px;
- }
- /* TAGS */
- a.tag {
- background: #ffb86c;
- color: #282a36;
- font-family: "Space Mono";
- padding: 0px 3px 0px 3px;
- margin: 1px;
- font-size: 0.75em;
- }
- a.tag:hover {
- background: #ffb86c;
- color: #282a36;
- }
- .tag[href^="#green"] {
- background-color: green;
- border: green;
- }
- /* WIDE PAGE */
- .wide-page ul.dataview.list-view-ul {
- margin-left: 0em !important;
- list-style: none;
- padding-left: 0px;
- margin-left: 0px;
- }
- .wide-page block-language-dataviewjs node-insert-event {
- padding-left: 0em !important;
- }
- /* LINKS */
- .internal-link,
- .external-link {
- text-decoration: underline !important;
- }
- /* PDF EXPORT */
- @media print {
- pre.frontmatter,
- .obsidian-metatable {
- display: none;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement