update
This commit is contained in:
272
.obsidian/snippets/supercharged-links-gen.css
vendored
272
.obsidian/snippets/supercharged-links-gen.css
vendored
@@ -1,272 +0,0 @@
|
||||
/* WARNING: This file will be overwritten by the plugin.
|
||||
Do not edit this file directly! First copy this file and rename it if you want to edit things. */
|
||||
|
||||
:root {
|
||||
--591a-86c0-color: #A36AAA;
|
||||
--591a-86c0-weight: initial;
|
||||
--591a-86c0-before: '';
|
||||
--d474-0cfe-color: #006F5F;
|
||||
--d474-0cfe-weight: initial;
|
||||
--7812-52e6-color: #9270D3;
|
||||
--7812-52e6-weight: initial;
|
||||
--7812-52e6-before: '';
|
||||
--48f5-79b2-before: '';
|
||||
--f1e2-3136-color: #F27D88;
|
||||
--f1e2-3136-weight: initial;
|
||||
--f1e2-3136-before: '';
|
||||
--f1e2-3136-after: '';
|
||||
--f1e2-3136-background-color: #ffffff;
|
||||
--f1e2-3136-decoration: initial;
|
||||
}
|
||||
|
||||
div[data-id="591a-86c0"] div.setting-item-description,
|
||||
[data-link-tags*="personne" i] {
|
||||
color: var(--591a-86c0-color) !important;
|
||||
font-weight: var(--591a-86c0-weight);
|
||||
}
|
||||
|
||||
div[data-id="591a-86c0"] div.setting-item-description::before,
|
||||
.data-link-icon[data-link-tags*="personne" i]::before {
|
||||
content: var(--591a-86c0-before);
|
||||
}
|
||||
|
||||
div[data-id="d474-0cfe"] div.setting-item-description,
|
||||
[data-link-tags*="moc" i] {
|
||||
color: var(--d474-0cfe-color) !important;
|
||||
font-weight: var(--d474-0cfe-weight);
|
||||
}
|
||||
|
||||
div[data-id="7812-52e6"] div.setting-item-description,
|
||||
[data-link-path="daily" ] {
|
||||
color: var(--7812-52e6-color) !important;
|
||||
font-weight: var(--7812-52e6-weight);
|
||||
}
|
||||
|
||||
div[data-id="7812-52e6"] div.setting-item-description::before,
|
||||
.data-link-icon[data-link-path="daily" ]::before {
|
||||
content: var(--7812-52e6-before);
|
||||
}
|
||||
|
||||
div[data-id="48f5-79b2"] div.setting-item-description::before,
|
||||
.data-link-icon[data-link-tags*="informatique" i]::before {
|
||||
content: var(--48f5-79b2-before);
|
||||
}
|
||||
|
||||
div[data-id="f1e2-3136"] div.setting-item-description,
|
||||
[data-link-tags*="politique" i] {
|
||||
color: var(--f1e2-3136-color) !important;
|
||||
font-weight: var(--f1e2-3136-weight);
|
||||
}
|
||||
|
||||
.c-f1e2-3136-use-background div[data-id="f1e2-3136"] div.setting-item-description,
|
||||
.c-f1e2-3136-use-background .data-link-text[data-link-tags*="politique" i] {
|
||||
background-color: var(--f1e2-3136-background-color) !important;
|
||||
border-radius: 5px;
|
||||
padding-left: 2px;
|
||||
padding-right: 2px;
|
||||
text-decoration: var(--f1e2-3136-decoration) !important;
|
||||
}
|
||||
|
||||
div[data-id="f1e2-3136"] div.setting-item-description::before,
|
||||
.data-link-icon[data-link-tags*="politique" i]::before {
|
||||
content: var(--f1e2-3136-before);
|
||||
}
|
||||
|
||||
div[data-id="f1e2-3136"] div.setting-item-description::after,
|
||||
.data-link-icon-after[data-link-tags*="politique" i]::after {
|
||||
content: var(--f1e2-3136-after);
|
||||
}
|
||||
/* @settings
|
||||
name: Supercharged Links
|
||||
id: supercharged-links
|
||||
settings:
|
||||
-
|
||||
id: 591a-86c0
|
||||
title: tag is personne
|
||||
description: Example note
|
||||
type: heading
|
||||
collapsed: true
|
||||
level: 3
|
||||
-
|
||||
id: 591a-86c0-color
|
||||
title: Link color
|
||||
type: variable-color
|
||||
format: hex
|
||||
default: '#A36AAA'
|
||||
-
|
||||
id: 591a-86c0-weight
|
||||
title: Font weight
|
||||
type: variable-select
|
||||
default: initial
|
||||
options:
|
||||
- initial
|
||||
- lighter
|
||||
- normal
|
||||
- bold
|
||||
- bolder
|
||||
-
|
||||
id: 591a-86c0-decoration
|
||||
title: Font decoration
|
||||
type: variable-select
|
||||
default: initial
|
||||
options:
|
||||
- initial
|
||||
- underline
|
||||
- overline
|
||||
- line-through
|
||||
-
|
||||
id: 591a-86c0-before
|
||||
title: Prepend text
|
||||
description: Add some text, such as an emoji, before the links.
|
||||
type: variable-text
|
||||
default: ''
|
||||
quotes: true
|
||||
-
|
||||
id: d474-0cfe
|
||||
title: tag is moc
|
||||
description: Example note
|
||||
type: heading
|
||||
collapsed: true
|
||||
level: 3
|
||||
-
|
||||
id: d474-0cfe-color
|
||||
title: Link color
|
||||
type: variable-color
|
||||
format: hex
|
||||
default: '#006F5F'
|
||||
-
|
||||
id: d474-0cfe-weight
|
||||
title: Font weight
|
||||
type: variable-select
|
||||
default: initial
|
||||
options:
|
||||
- initial
|
||||
- lighter
|
||||
- normal
|
||||
- bold
|
||||
- bolder
|
||||
-
|
||||
id: d474-0cfe-decoration
|
||||
title: Font decoration
|
||||
type: variable-select
|
||||
default: initial
|
||||
options:
|
||||
- initial
|
||||
- underline
|
||||
- overline
|
||||
- line-through
|
||||
-
|
||||
id: 7812-52e6
|
||||
title: path is daily
|
||||
description: Example note
|
||||
type: heading
|
||||
collapsed: true
|
||||
level: 3
|
||||
-
|
||||
id: 7812-52e6-color
|
||||
title: Link color
|
||||
type: variable-color
|
||||
format: hex
|
||||
default: '#9270D3'
|
||||
-
|
||||
id: 7812-52e6-weight
|
||||
title: Font weight
|
||||
type: variable-select
|
||||
default: initial
|
||||
options:
|
||||
- initial
|
||||
- lighter
|
||||
- normal
|
||||
- bold
|
||||
- bolder
|
||||
-
|
||||
id: 7812-52e6-decoration
|
||||
title: Font decoration
|
||||
type: variable-select
|
||||
default: initial
|
||||
options:
|
||||
- initial
|
||||
- underline
|
||||
- overline
|
||||
- line-through
|
||||
-
|
||||
id: 7812-52e6-before
|
||||
title: Prepend text
|
||||
description: Add some text, such as an emoji, before the links.
|
||||
type: variable-text
|
||||
default: ''
|
||||
quotes: true
|
||||
-
|
||||
id: 48f5-79b2
|
||||
title: tag is informatique
|
||||
description: Example note
|
||||
type: heading
|
||||
collapsed: true
|
||||
level: 3
|
||||
-
|
||||
id: 48f5-79b2-before
|
||||
title: Prepend text
|
||||
description: Add some text, such as an emoji, before the links.
|
||||
type: variable-text
|
||||
default: ''
|
||||
quotes: true
|
||||
-
|
||||
id: f1e2-3136
|
||||
title: tag is politique
|
||||
description: Example note
|
||||
type: heading
|
||||
collapsed: true
|
||||
level: 3
|
||||
-
|
||||
id: f1e2-3136-color
|
||||
title: Link color
|
||||
type: variable-color
|
||||
format: hex
|
||||
default: '#F27D88'
|
||||
-
|
||||
id: f1e2-3136-weight
|
||||
title: Font weight
|
||||
type: variable-select
|
||||
default: initial
|
||||
options:
|
||||
- initial
|
||||
- lighter
|
||||
- normal
|
||||
- bold
|
||||
- bolder
|
||||
-
|
||||
id: f1e2-3136-decoration
|
||||
title: Font decoration
|
||||
type: variable-select
|
||||
default: initial
|
||||
options:
|
||||
- initial
|
||||
- underline
|
||||
- overline
|
||||
- line-through
|
||||
-
|
||||
id: f1e2-3136-before
|
||||
title: Prepend text
|
||||
description: Add some text, such as an emoji, before the links.
|
||||
type: variable-text
|
||||
default: ''
|
||||
quotes: true
|
||||
-
|
||||
id: f1e2-3136-after
|
||||
title: Append text
|
||||
description: Add some text, such as an emoji, after the links.
|
||||
type: variable-text
|
||||
default: ''
|
||||
quotes: true
|
||||
-
|
||||
id: c-f1e2-3136-use-background
|
||||
title: Use background color
|
||||
description: Adds a background color to the link. This can look buggy in live preview.
|
||||
type: class-toggle
|
||||
-
|
||||
id: f1e2-3136-background-color
|
||||
title: Background color
|
||||
type: variable-color
|
||||
format: hex
|
||||
default: '#ffffff'
|
||||
*/
|
Reference in New Issue
Block a user