Added
4
.gitignore
vendored
@@ -1,8 +1,8 @@
|
||||
# to exclude Obsidian's settings (including plugin and hotkey configurations)
|
||||
.obsidian/
|
||||
#.obsidian/
|
||||
|
||||
# to only exclude plugin configuration. Might be useful to prevent some plugin from exposing sensitive data
|
||||
.obsidian/plugins
|
||||
#.obsidian/plugins
|
||||
|
||||
# OR only to exclude workspace cache
|
||||
.obsidian/workspace.json
|
||||
|
||||
16
.obsidian/app.json
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"vimMode": true,
|
||||
"showLineNumber": true,
|
||||
"strictLineBreaks": true,
|
||||
"showUnsupportedFiles": true,
|
||||
"promptDelete": false,
|
||||
"alwaysUpdateLinks": true,
|
||||
"readableLineLength": true,
|
||||
"pdfExportSettings": {
|
||||
"includeName": true,
|
||||
"pageSize": "A4",
|
||||
"landscape": false,
|
||||
"margin": "0",
|
||||
"downscalePercent": 100
|
||||
}
|
||||
}
|
||||
21
.obsidian/appearance.json
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"theme": "obsidian",
|
||||
"cssTheme": "Catppuccin",
|
||||
"interfaceFontFamily": "Bahnschrift",
|
||||
"textFontFamily": "Source Code Pro",
|
||||
"accentColor": "",
|
||||
"monospaceFontFamily": "Source Code Pro",
|
||||
"baseFontSizeAction": true,
|
||||
"baseFontSize": 18,
|
||||
"enabledCssSnippets": [
|
||||
"obsdian",
|
||||
"wide-dashboard",
|
||||
"no-properties",
|
||||
"note-bg-blur",
|
||||
"checkbox",
|
||||
"styled-hr",
|
||||
"small-text",
|
||||
"obsidian",
|
||||
"pdf-viewer"
|
||||
]
|
||||
}
|
||||
30
.obsidian/community-plugins.json
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
[
|
||||
"obsidian-reminder-plugin",
|
||||
"obsidian-plugin-todo",
|
||||
"obsidian-kanban",
|
||||
"obsidian-git",
|
||||
"obsidian-charts",
|
||||
"table-editor-obsidian",
|
||||
"better-export-pdf",
|
||||
"rich-foot",
|
||||
"calendar",
|
||||
"periodic-notes",
|
||||
"obsidian-leaflet-plugin",
|
||||
"solve",
|
||||
"obsidian-icon-folder",
|
||||
"obsidian-emoji-toolbar",
|
||||
"obsidian-advanced-slides",
|
||||
"unicode-search",
|
||||
"obsidian-style-settings",
|
||||
"dataview",
|
||||
"workbooks",
|
||||
"excel",
|
||||
"drawio-obsidian",
|
||||
"notebook-navigator",
|
||||
"featured-image",
|
||||
"homepage",
|
||||
"obsidian-columns",
|
||||
"extended-graph",
|
||||
"background-image",
|
||||
"pdf-plus"
|
||||
]
|
||||
33
.obsidian/core-plugins.json
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"file-explorer": true,
|
||||
"global-search": true,
|
||||
"switcher": true,
|
||||
"graph": true,
|
||||
"backlink": true,
|
||||
"canvas": true,
|
||||
"outgoing-link": true,
|
||||
"tag-pane": true,
|
||||
"properties": false,
|
||||
"page-preview": true,
|
||||
"daily-notes": true,
|
||||
"templates": true,
|
||||
"note-composer": true,
|
||||
"command-palette": true,
|
||||
"slash-command": false,
|
||||
"editor-status": true,
|
||||
"bookmarks": true,
|
||||
"markdown-importer": false,
|
||||
"zk-prefixer": false,
|
||||
"random-note": false,
|
||||
"outline": true,
|
||||
"word-count": true,
|
||||
"slides": false,
|
||||
"audio-recorder": false,
|
||||
"workspaces": false,
|
||||
"file-recovery": true,
|
||||
"publish": false,
|
||||
"sync": false,
|
||||
"webviewer": false,
|
||||
"footnotes": false,
|
||||
"bases": true
|
||||
}
|
||||
22
.obsidian/graph.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"collapse-filter": true,
|
||||
"search": "",
|
||||
"showTags": true,
|
||||
"showAttachments": true,
|
||||
"hideUnresolved": false,
|
||||
"showOrphans": true,
|
||||
"collapse-color-groups": false,
|
||||
"colorGroups": [],
|
||||
"collapse-display": false,
|
||||
"showArrow": true,
|
||||
"textFadeMultiplier": 0,
|
||||
"nodeSizeMultiplier": 1.63125,
|
||||
"lineSizeMultiplier": 3.67291666666667,
|
||||
"collapse-forces": false,
|
||||
"centerStrength": 0.40625,
|
||||
"repelStrength": 9.89583333333333,
|
||||
"linkStrength": 1,
|
||||
"linkDistance": 373,
|
||||
"scale": 0.11327439907466573,
|
||||
"close": false
|
||||
}
|
||||
7
.obsidian/plugins/background-image/data.json
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"imageUrl": "https://images6.alphacoders.com/129/thumb-1920-1299874.jpg",
|
||||
"opacity": 0.1,
|
||||
"bluriness": "5px",
|
||||
"inputContrast": false,
|
||||
"position": "center"
|
||||
}
|
||||
138
.obsidian/plugins/background-image/main.js
vendored
Normal file
@@ -0,0 +1,138 @@
|
||||
/*
|
||||
THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
|
||||
if you want to view the source, please visit the github repository of this plugin
|
||||
*/
|
||||
|
||||
var __defProp = Object.defineProperty;
|
||||
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
||||
var __getOwnPropNames = Object.getOwnPropertyNames;
|
||||
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
||||
var __export = (target, all) => {
|
||||
for (var name in all)
|
||||
__defProp(target, name, { get: all[name], enumerable: true });
|
||||
};
|
||||
var __copyProps = (to, from, except, desc) => {
|
||||
if (from && typeof from === "object" || typeof from === "function") {
|
||||
for (let key of __getOwnPropNames(from))
|
||||
if (!__hasOwnProp.call(to, key) && key !== except)
|
||||
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
||||
}
|
||||
return to;
|
||||
};
|
||||
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
||||
|
||||
// main.ts
|
||||
var main_exports = {};
|
||||
__export(main_exports, {
|
||||
default: () => main_default
|
||||
});
|
||||
module.exports = __toCommonJS(main_exports);
|
||||
|
||||
// src/Plugin.ts
|
||||
var import_obsidian2 = require("obsidian");
|
||||
|
||||
// src/PluginSettingsTab.ts
|
||||
var import_obsidian = require("obsidian");
|
||||
var blurLevels = {
|
||||
off: "0px",
|
||||
low: "5px",
|
||||
high: "15px"
|
||||
};
|
||||
var positionOptions = {
|
||||
center: "center",
|
||||
top: "top",
|
||||
right: "right",
|
||||
bottom: "bottom",
|
||||
left: "left"
|
||||
};
|
||||
var UrlSettingsTab = class extends import_obsidian.PluginSettingTab {
|
||||
constructor(app, plugin) {
|
||||
super(app, plugin);
|
||||
this.plugin = plugin;
|
||||
}
|
||||
display() {
|
||||
const { containerEl } = this;
|
||||
containerEl.empty();
|
||||
const instructions = containerEl.createEl("div");
|
||||
instructions.createEl("p", { text: "The URL needs to be a remote resource, and does not yet (or at least not on my machine) support local files." });
|
||||
instructions.createEl("p", { text: "Some of the other settings, like opacity, bluriness, and input contrast, are helpers to tweak your experience." });
|
||||
instructions.createEl("a", { href: "https://github.com/shmolf/obsidian-editor-background/issues", text: "Submit an issue" });
|
||||
new import_obsidian.Setting(containerEl).setName("Background Image URL").setDesc("URL for the background image to load.").addText(
|
||||
(text) => text.setPlaceholder("https://example.com/image.png").setValue(this.plugin.settings.imageUrl).onChange(async (value) => {
|
||||
this.plugin.settings.imageUrl = value;
|
||||
await this.plugin.saveSettings();
|
||||
})
|
||||
);
|
||||
new import_obsidian.Setting(containerEl).setName("Background Opacity").setDesc("Opacity of the background image should be between 0% and 100%.").addText(
|
||||
(text) => text.setPlaceholder(`${(DEFAULT_SETTINGS.opacity || 1) * 100}`).setValue(`${this.floatToPercent(this.plugin.settings.opacity)}`).onChange(
|
||||
async (value) => {
|
||||
this.plugin.settings.opacity = this.percentToFloat(Number(value));
|
||||
await this.plugin.saveSettings();
|
||||
}
|
||||
)
|
||||
);
|
||||
new import_obsidian.Setting(containerEl).setName("Image Bluriness").setDesc("Increasing the blur can help make the text more legible.").addDropdown((dropdown) => {
|
||||
dropdown.addOption(blurLevels.off, "Off").addOption(blurLevels.low, "Low").addOption(blurLevels.high, "High").setValue(this.plugin.settings.bluriness).onChange(async (value) => {
|
||||
this.plugin.settings.bluriness = value;
|
||||
await this.plugin.saveSettings();
|
||||
});
|
||||
});
|
||||
new import_obsidian.Setting(containerEl).setName("Input Area Contrast Background").setDesc("This adds a translucent background for the input area, to help improve legibility.").addToggle((toggle) => {
|
||||
toggle.setTooltip("Enable to increase the contrast of the input area.").setValue(this.plugin.settings.inputContrast).onChange(async (value) => {
|
||||
this.plugin.settings.inputContrast = value;
|
||||
await this.plugin.saveSettings();
|
||||
});
|
||||
});
|
||||
new import_obsidian.Setting(containerEl).setName("Image Position").setDesc("Reposition the image in cases where the focus is not centered.").addDropdown((dropdown) => {
|
||||
Object.entries(positionOptions).forEach(([key, value]) => dropdown.addOption(key, value));
|
||||
dropdown.setValue(this.plugin.settings.position).onChange(async (value) => {
|
||||
this.plugin.settings.position = value;
|
||||
await this.plugin.saveSettings();
|
||||
});
|
||||
});
|
||||
}
|
||||
floatToPercent(value) {
|
||||
return Math.max(0, Math.min(1, value)) * 100;
|
||||
}
|
||||
percentToFloat(value) {
|
||||
return Math.max(0, Math.min(100, value)) / 100;
|
||||
}
|
||||
};
|
||||
|
||||
// src/Plugin.ts
|
||||
var DEFAULT_SETTINGS = {
|
||||
imageUrl: "protocol://domain.tld/path/to/image.png",
|
||||
opacity: 0.3,
|
||||
bluriness: "low",
|
||||
inputContrast: false,
|
||||
position: "center"
|
||||
};
|
||||
var BackgroundPlugin2 = class extends import_obsidian2.Plugin {
|
||||
async onload() {
|
||||
await this.loadSettings();
|
||||
this.addSettingTab(new UrlSettingsTab(this.app, this));
|
||||
this.app.workspace.onLayoutReady(() => this.UpdateBackground(document));
|
||||
this.app.workspace.on("window-open", (win) => this.UpdateBackground(win.doc));
|
||||
}
|
||||
async loadSettings() {
|
||||
this.settings = Object.assign({}, DEFAULT_SETTINGS, await this.loadData());
|
||||
}
|
||||
async saveSettings() {
|
||||
await this.saveData(this.settings);
|
||||
this.UpdateBackground();
|
||||
}
|
||||
UpdateBackground(doc = activeDocument) {
|
||||
doc.body.style.setProperty("--obsidian-editor-background-image", `url('${this.settings.imageUrl}')`);
|
||||
doc.body.style.setProperty("--obsidian-editor-background-opacity", `${this.settings.opacity}`);
|
||||
doc.body.style.setProperty("--obsidian-editor-background-bluriness", `blur(${this.settings.bluriness})`);
|
||||
doc.body.style.setProperty("--obsidian-editor-background-input-contrast", this.settings.inputContrast ? "#ffffff17" : "none");
|
||||
doc.body.style.setProperty("--obsidian-editor-background-line-padding", this.settings.inputContrast ? "1rem" : "0");
|
||||
doc.body.style.setProperty("--obsidian-editor-background-position", this.settings.position);
|
||||
}
|
||||
};
|
||||
|
||||
// main.ts
|
||||
var main_default = BackgroundPlugin2;
|
||||
|
||||
|
||||
/* nosourcemap */
|
||||
10
.obsidian/plugins/background-image/manifest.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "background-image",
|
||||
"name": "Background Image",
|
||||
"version": "1.2.0",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "This allows you to specify a remote URL as the background image, and a few settings to tweak the experience.",
|
||||
"author": "shmolf",
|
||||
"authorUrl": "https://github.com/shmolf",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
49
.obsidian/plugins/background-image/styles.css
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
.markdown-reading-view:before,
|
||||
.cm-editor:before {
|
||||
content: "";
|
||||
background-blend-mode: overlay;
|
||||
background-repeat: no-repeat;
|
||||
background-position: var(--obsidian-editor-background-position);
|
||||
background-size: cover;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
background-image: var(--obsidian-editor-background-image);
|
||||
opacity: var(--obsidian-editor-background-opacity);
|
||||
filter: var(--obsidian-editor-background-bluriness);
|
||||
}
|
||||
|
||||
.markdown-reading-view,
|
||||
.cm-editor .cm-contentContainer {
|
||||
background: var(--obsidian-editor-background-input-contrast);
|
||||
}
|
||||
|
||||
.cm-editor .cm-contentContainer {
|
||||
padding-left: var(--obsidian-editor-background-line-padding);
|
||||
padding-right: var(--obsidian-editor-background-line-padding);
|
||||
}
|
||||
|
||||
/* This sets the background for the whole app, seen with a positive z-index. However, the z-index disrupts interactions.
|
||||
.horizontal-main-container:before {
|
||||
content: "";
|
||||
background-blend-mode: overlay;
|
||||
background-repeat: no-repeat;
|
||||
background-position: var(--obsidian-editor-background-position);
|
||||
background-size: cover;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
background-image: var(--obsidian-editor-background-image);
|
||||
opacity: var(--obsidian-editor-background-opacity);
|
||||
filter: var(--obsidian-editor-background-bluriness);
|
||||
}
|
||||
|
||||
.horizontal-main-container {
|
||||
background: var(--obsidian-editor-background-input-contrast);
|
||||
}
|
||||
.markdown-reading-view,
|
||||
.cm-editor .cm-contentContainer {
|
||||
padding-left: var(--obsidian-editor-background-line-padding);
|
||||
padding-right: var(--obsidian-editor-background-line-padding);
|
||||
}
|
||||
*/
|
||||
25940
.obsidian/plugins/better-export-pdf/main.js
vendored
Normal file
11
.obsidian/plugins/better-export-pdf/manifest.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"id": "better-export-pdf",
|
||||
"name": "Better Export PDF",
|
||||
"version": "1.11.0",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Export your notes to PDF, support export preview, add bookmarks outline and header/footer.",
|
||||
"author": "l1xnan",
|
||||
"authorUrl": "https://github.com/l1xnan",
|
||||
"fundingUrl": "https://www.buymeacoffee.com/l1xnan",
|
||||
"isDesktopOnly": true
|
||||
}
|
||||
67
.obsidian/plugins/better-export-pdf/styles.css
vendored
Normal file
@@ -0,0 +1,67 @@
|
||||
#better-export-pdf {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
height: 75vh;
|
||||
}
|
||||
|
||||
#better-export-pdf .pdf-preview {
|
||||
flex: auto;
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow-x: hidden;
|
||||
overflow-y: scroll;
|
||||
align-content: flex-start;
|
||||
}
|
||||
|
||||
#better-export-pdf .pdf-preview .webview-wrapper {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#better-export-pdf .pdf-preview .print-size {
|
||||
position: absolute;
|
||||
right: 8px;
|
||||
top: 8px;
|
||||
z-index: 99;
|
||||
font-size: 0.6rem;
|
||||
white-space: pre-wrap;
|
||||
text-align: right;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#better-export-pdf .pdf-preview > div {
|
||||
flex: 1;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
#better-export-pdf .pdf-preview > div.progress {
|
||||
flex: none;
|
||||
height: auto;
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#better-export-pdf .pdf-preview .filename {
|
||||
font-size: 0.75rem;
|
||||
color: var(--color-base-60);
|
||||
}
|
||||
#better-export-pdf .pdf-preview .filename:not(:first-child) {
|
||||
padding-top: calc(var(--p-spacing));
|
||||
}
|
||||
|
||||
#better-export-pdf webview {
|
||||
flex: 1;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#better-export-pdf .setting-wrapper {
|
||||
width: 320px;
|
||||
margin-left: 16px;
|
||||
}
|
||||
|
||||
#better-export-pdf .setting-wrapper .setting-item[hidden] {
|
||||
display: none;
|
||||
}
|
||||
10
.obsidian/plugins/calendar/data.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"shouldConfirmBeforeCreate": true,
|
||||
"weekStart": "monday",
|
||||
"wordsPerDot": 250,
|
||||
"showWeeklyNote": true,
|
||||
"weeklyNoteFormat": "",
|
||||
"weeklyNoteTemplate": "",
|
||||
"weeklyNoteFolder": "",
|
||||
"localeOverride": "de"
|
||||
}
|
||||
4459
.obsidian/plugins/calendar/main.js
vendored
Normal file
10
.obsidian/plugins/calendar/manifest.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "calendar",
|
||||
"name": "Calendar",
|
||||
"description": "Calendar view of your daily notes",
|
||||
"version": "1.5.10",
|
||||
"author": "Liam Cain",
|
||||
"authorUrl": "https://github.com/liamcain/",
|
||||
"isDesktopOnly": false,
|
||||
"minAppVersion": "0.9.11"
|
||||
}
|
||||
27
.obsidian/plugins/dataview/data.json
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"renderNullAs": "\\-",
|
||||
"taskCompletionTracking": true,
|
||||
"taskCompletionUseEmojiShorthand": true,
|
||||
"taskCompletionText": "completion",
|
||||
"taskCompletionDateFormat": "yyyy-MM-dd",
|
||||
"recursiveSubTaskCompletion": false,
|
||||
"warnOnEmptyResult": true,
|
||||
"refreshEnabled": true,
|
||||
"refreshInterval": 2500,
|
||||
"defaultDateFormat": "MMMM dd, yyyy",
|
||||
"defaultDateTimeFormat": "h:mm a - MMMM dd, yyyy",
|
||||
"maxRecursiveRenderDepth": 4,
|
||||
"tableIdColumnName": "File",
|
||||
"tableGroupColumnName": "Group",
|
||||
"showResultCount": true,
|
||||
"allowHtml": true,
|
||||
"inlineQueryPrefix": "=",
|
||||
"inlineJsQueryPrefix": "$=",
|
||||
"inlineQueriesInCodeblocks": true,
|
||||
"enableInlineDataview": true,
|
||||
"enableDataviewJs": true,
|
||||
"enableInlineDataviewJs": false,
|
||||
"prettyRenderInlineFields": true,
|
||||
"prettyRenderInlineFieldsInLivePreview": true,
|
||||
"dataviewJsKeyword": "dataviewjs"
|
||||
}
|
||||
20876
.obsidian/plugins/dataview/main.js
vendored
Normal file
11
.obsidian/plugins/dataview/manifest.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"id": "dataview",
|
||||
"name": "Dataview",
|
||||
"version": "0.5.68",
|
||||
"minAppVersion": "0.13.11",
|
||||
"description": "Complex data views for the data-obsessed.",
|
||||
"author": "Michael Brenan <blacksmithgu@gmail.com>",
|
||||
"authorUrl": "https://github.com/blacksmithgu",
|
||||
"helpUrl": "https://blacksmithgu.github.io/obsidian-dataview/",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
141
.obsidian/plugins/dataview/styles.css
vendored
Normal file
@@ -0,0 +1,141 @@
|
||||
.block-language-dataview {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
/*****************/
|
||||
/** Table Views **/
|
||||
/*****************/
|
||||
|
||||
/* List View Default Styling; rendered internally as a table. */
|
||||
.table-view-table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.table-view-table > thead > tr, .table-view-table > tbody > tr {
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.table-view-table > tbody > tr:hover {
|
||||
background-color: var(--table-row-background-hover);
|
||||
}
|
||||
|
||||
.table-view-table > thead > tr > th {
|
||||
font-weight: 700;
|
||||
font-size: larger;
|
||||
border-top: none;
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
border-bottom: solid;
|
||||
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.table-view-table > tbody > tr > td {
|
||||
text-align: left;
|
||||
border: none;
|
||||
font-weight: 400;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.table-view-table ul, .table-view-table ol {
|
||||
margin-block-start: 0.2em !important;
|
||||
margin-block-end: 0.2em !important;
|
||||
}
|
||||
|
||||
/** Rendered value styling for any view. */
|
||||
.dataview-result-list-root-ul {
|
||||
padding: 0em !important;
|
||||
margin: 0em !important;
|
||||
}
|
||||
|
||||
.dataview-result-list-ul {
|
||||
margin-block-start: 0.2em !important;
|
||||
margin-block-end: 0.2em !important;
|
||||
}
|
||||
|
||||
/** Generic grouping styling. */
|
||||
.dataview.result-group {
|
||||
padding-left: 8px;
|
||||
}
|
||||
|
||||
/*******************/
|
||||
/** Inline Fields **/
|
||||
/*******************/
|
||||
|
||||
.dataview.inline-field-key {
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
font-family: var(--font-monospace);
|
||||
background-color: var(--background-primary-alt);
|
||||
color: var(--nav-item-color-selected);
|
||||
}
|
||||
|
||||
.dataview.inline-field-value {
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
font-family: var(--font-monospace);
|
||||
background-color: var(--background-secondary-alt);
|
||||
color: var(--nav-item-color-selected);
|
||||
}
|
||||
|
||||
.dataview.inline-field-standalone-value {
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
font-family: var(--font-monospace);
|
||||
background-color: var(--background-secondary-alt);
|
||||
color: var(--nav-item-color-selected);
|
||||
}
|
||||
|
||||
/***************/
|
||||
/** Task View **/
|
||||
/***************/
|
||||
|
||||
.dataview.task-list-item, .dataview.task-list-basic-item {
|
||||
margin-top: 3px;
|
||||
margin-bottom: 3px;
|
||||
transition: 0.4s;
|
||||
}
|
||||
|
||||
.dataview.task-list-item:hover, .dataview.task-list-basic-item:hover {
|
||||
background-color: var(--text-selection);
|
||||
box-shadow: -40px 0 0 var(--text-selection);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/*****************/
|
||||
/** Error Views **/
|
||||
/*****************/
|
||||
|
||||
div.dataview-error-box {
|
||||
width: 100%;
|
||||
min-height: 150px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border: 4px dashed var(--background-secondary);
|
||||
}
|
||||
|
||||
.dataview-error-message {
|
||||
color: var(--text-muted);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/*************************/
|
||||
/** Additional Metadata **/
|
||||
/*************************/
|
||||
|
||||
.dataview.small-text {
|
||||
font-size: smaller;
|
||||
color: var(--text-muted);
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
.dataview.small-text::before {
|
||||
content: "(";
|
||||
}
|
||||
|
||||
.dataview.small-text::after {
|
||||
content: ")";
|
||||
}
|
||||
11
.obsidian/plugins/drawio-obsidian/data.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"welcomeComplete": true,
|
||||
"theme": {
|
||||
"dark": null,
|
||||
"layout": "full"
|
||||
},
|
||||
"drawing": {
|
||||
"sketch": false
|
||||
},
|
||||
"cssSnippets": []
|
||||
}
|
||||
17
.obsidian/plugins/drawio-obsidian/main.js
vendored
Normal file
10
.obsidian/plugins/drawio-obsidian/manifest.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "drawio-obsidian",
|
||||
"name": "Diagrams",
|
||||
"version": "1.5.4",
|
||||
"minAppVersion": "0.9.12",
|
||||
"description": "Draw.io diagrams for Obsidian. This plugin introduces diagrams that can be included within notes or as stand-alone files. Diagrams are created as SVG files (although .drawio extensions are also supported).",
|
||||
"author": "Sam Greenhalgh",
|
||||
"authorUrl": "https://www.radicalresearch.co.uk/",
|
||||
"isDesktopOnly": true
|
||||
}
|
||||
28
.obsidian/plugins/drawio-obsidian/styles.css
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
.progress-bar-line {
|
||||
width: 100%;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.progress-bar-indicator {
|
||||
width: 90%;
|
||||
margin: 0 10%;
|
||||
}
|
||||
|
||||
.diagram-view svg {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.diagram-view svg a:link,
|
||||
.diagram-view svg a:visited {
|
||||
color: var(--interactive-accent, #00f);
|
||||
filter: drop-shadow(
|
||||
0 0 3px rgba(var(--interactive-accent-rgb, "0, 0, 255"), 0.5)
|
||||
);
|
||||
}
|
||||
|
||||
.diagram-view svg a:hover {
|
||||
color: var(--interactive-accent-hover, #00f);
|
||||
filter: drop-shadow(0 0 3px var(--interactive-accent-hover, #00f));
|
||||
}
|
||||
47153
.obsidian/plugins/excel/main.js
vendored
Normal file
11
.obsidian/plugins/excel/manifest.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"id": "excel",
|
||||
"name": "Excel",
|
||||
"version": "1.3.24",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Create spreadsheets and easily embed them in Markdown",
|
||||
"author": "ljcoder",
|
||||
"authorUrl": "https://github.com/ljcoder2015",
|
||||
"fundingUrl": "https://ko-fi.com/ljcoder",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
1177
.obsidian/plugins/excel/styles.css
vendored
Normal file
357
.obsidian/plugins/extended-graph/data.json
vendored
Normal file
@@ -0,0 +1,357 @@
|
||||
{
|
||||
"enableFeatures": {
|
||||
"graph": {
|
||||
"auto-enabled": true,
|
||||
"tags": false,
|
||||
"properties": false,
|
||||
"property-key": false,
|
||||
"links": false,
|
||||
"linksSameColorAsNode": false,
|
||||
"folders": true,
|
||||
"imagesFromProperty": false,
|
||||
"imagesFromEmbeds": false,
|
||||
"imagesForAttachments": false,
|
||||
"focus": false,
|
||||
"shapes": true,
|
||||
"elements-stats": false,
|
||||
"names": false,
|
||||
"icons": false,
|
||||
"arrows": false,
|
||||
"layers": false
|
||||
},
|
||||
"localgraph": {
|
||||
"auto-enabled": true,
|
||||
"tags": false,
|
||||
"properties": false,
|
||||
"property-key": false,
|
||||
"links": false,
|
||||
"linksSameColorAsNode": false,
|
||||
"folders": true,
|
||||
"imagesFromProperty": false,
|
||||
"imagesFromEmbeds": false,
|
||||
"imagesForAttachments": false,
|
||||
"focus": false,
|
||||
"shapes": false,
|
||||
"elements-stats": false,
|
||||
"names": false,
|
||||
"icons": false,
|
||||
"arrows": false,
|
||||
"layers": false
|
||||
}
|
||||
},
|
||||
"interactiveSettings": {
|
||||
"tag": {
|
||||
"colormap": "hsv",
|
||||
"colors": [],
|
||||
"unselected": [],
|
||||
"excludeRegex": {
|
||||
"regex": "",
|
||||
"flags": ""
|
||||
},
|
||||
"noneType": "none",
|
||||
"showOnGraph": true,
|
||||
"enableByDefault": true
|
||||
},
|
||||
"link": {
|
||||
"colormap": "rainbow",
|
||||
"colors": [],
|
||||
"unselected": [],
|
||||
"excludeRegex": {
|
||||
"regex": "",
|
||||
"flags": ""
|
||||
},
|
||||
"noneType": "none",
|
||||
"showOnGraph": true,
|
||||
"enableByDefault": true
|
||||
},
|
||||
"folder": {
|
||||
"colormap": "winter",
|
||||
"colors": [],
|
||||
"unselected": [],
|
||||
"excludeRegex": {
|
||||
"regex": "",
|
||||
"flags": ""
|
||||
},
|
||||
"noneType": "/",
|
||||
"showOnGraph": true,
|
||||
"enableByDefault": false
|
||||
}
|
||||
},
|
||||
"additionalProperties": {},
|
||||
"backupGraphOptions": {
|
||||
"collapse-filter": true,
|
||||
"search": "",
|
||||
"showTags": true,
|
||||
"showAttachments": true,
|
||||
"hideUnresolved": false,
|
||||
"showOrphans": true,
|
||||
"collapse-color-groups": false,
|
||||
"colorGroups": [],
|
||||
"collapse-display": false,
|
||||
"showArrow": true,
|
||||
"textFadeMultiplier": 0,
|
||||
"nodeSizeMultiplier": 1.63125,
|
||||
"lineSizeMultiplier": 3.67291666666667,
|
||||
"collapse-forces": false,
|
||||
"centerStrength": 0.40625,
|
||||
"repelStrength": 9.89583333333333,
|
||||
"linkStrength": 1,
|
||||
"linkDistance": 373,
|
||||
"scale": 0.11327439907466573,
|
||||
"close": false
|
||||
},
|
||||
"openInNewTab": true,
|
||||
"canonicalizePropertiesWithDataview": true,
|
||||
"states": [
|
||||
{
|
||||
"id": "default-vault",
|
||||
"name": "Default state",
|
||||
"engineOptions": {
|
||||
"colorGroups": [],
|
||||
"search": "",
|
||||
"hideUnresolved": false,
|
||||
"showAttachments": false,
|
||||
"showOrphans": true,
|
||||
"showTags": false,
|
||||
"localBacklinks": true,
|
||||
"localForelinks": true,
|
||||
"localInterlinks": false,
|
||||
"localJumps": 1,
|
||||
"lineSizeMultiplier": 1,
|
||||
"nodeSizeMultiplier": 1,
|
||||
"showArrow": false,
|
||||
"textFadeMultiplier": 0,
|
||||
"centerStrength": 0.5187132489703118,
|
||||
"linkDistance": 250,
|
||||
"linkStrength": 1,
|
||||
"repelStrength": 10
|
||||
},
|
||||
"toggleTypes": {},
|
||||
"logicTypes": {},
|
||||
"enableLayers": false,
|
||||
"currentLayerLevel": 0
|
||||
}
|
||||
],
|
||||
"startingStateID": "default-vault",
|
||||
"syncDefaultState": false,
|
||||
"saveConfigsWithState": false,
|
||||
"customColorMaps": {},
|
||||
"imageProperties": [
|
||||
"image"
|
||||
],
|
||||
"borderFactor": 0.06,
|
||||
"allowExternalImages": false,
|
||||
"allowExternalLocalImages": false,
|
||||
"nodesSizeProperties": [
|
||||
""
|
||||
],
|
||||
"nodesSizeFunction": "default",
|
||||
"nodesSizeRange": {
|
||||
"min": 0.5,
|
||||
"max": 1.5
|
||||
},
|
||||
"nodesColorColormap": "YlOrRd",
|
||||
"nodesColorFunction": "default",
|
||||
"graphStatsDirection": "normal",
|
||||
"linksSizeFunction": "default",
|
||||
"linksColorColormap": "YlOrRd",
|
||||
"linksColorFunction": "default",
|
||||
"recomputeStatsOnGraphChange": false,
|
||||
"zoomFactor": 2,
|
||||
"focusScaleFactor": 1.8,
|
||||
"highlightOpenNodes": false,
|
||||
"highlightSearchResults": false,
|
||||
"maxNodes": 20,
|
||||
"delay": 500,
|
||||
"revertAction": false,
|
||||
"enableCSS": false,
|
||||
"cssSnippetFilename": "global-style",
|
||||
"shapeQueries": {
|
||||
"circle": {
|
||||
"combinationLogic": "AND",
|
||||
"index": 1,
|
||||
"rules": []
|
||||
},
|
||||
"square": {
|
||||
"combinationLogic": "AND",
|
||||
"index": 2,
|
||||
"rules": []
|
||||
},
|
||||
"triangle": {
|
||||
"combinationLogic": "AND",
|
||||
"index": 3,
|
||||
"rules": []
|
||||
},
|
||||
"diamond": {
|
||||
"combinationLogic": "AND",
|
||||
"index": 4,
|
||||
"rules": []
|
||||
},
|
||||
"pentagon": {
|
||||
"combinationLogic": "AND",
|
||||
"index": 5,
|
||||
"rules": []
|
||||
},
|
||||
"hexagon": {
|
||||
"combinationLogic": "AND",
|
||||
"index": 0,
|
||||
"rules": []
|
||||
},
|
||||
"octagon": {
|
||||
"combinationLogic": "AND",
|
||||
"index": 6,
|
||||
"rules": []
|
||||
},
|
||||
"decagon": {
|
||||
"combinationLogic": "AND",
|
||||
"index": 7,
|
||||
"rules": []
|
||||
},
|
||||
"star4": {
|
||||
"combinationLogic": "AND",
|
||||
"index": 8,
|
||||
"rules": []
|
||||
},
|
||||
"star5": {
|
||||
"combinationLogic": "AND",
|
||||
"index": 9,
|
||||
"rules": []
|
||||
},
|
||||
"star6": {
|
||||
"combinationLogic": "AND",
|
||||
"index": 10,
|
||||
"rules": []
|
||||
},
|
||||
"star8": {
|
||||
"combinationLogic": "AND",
|
||||
"index": 11,
|
||||
"rules": []
|
||||
},
|
||||
"star10": {
|
||||
"combinationLogic": "AND",
|
||||
"index": 12,
|
||||
"rules": []
|
||||
}
|
||||
},
|
||||
"colorBasedOnDepth": false,
|
||||
"depthColormap": "rainbow",
|
||||
"currentNode": {
|
||||
"useColor": false,
|
||||
"color": "#000000",
|
||||
"size": 100,
|
||||
"shape": "circle"
|
||||
},
|
||||
"fadeOnDisable": false,
|
||||
"borderUnresolved": "",
|
||||
"spreadArcs": true,
|
||||
"weightArcs": false,
|
||||
"animateDotsOnLinks": false,
|
||||
"animationSpeedForDots": 1,
|
||||
"interactivesBrightness": {
|
||||
"light": 1,
|
||||
"dark": 1
|
||||
},
|
||||
"fadeInElements": false,
|
||||
"externalLinks": "none",
|
||||
"externalLinksProperties": [
|
||||
"url"
|
||||
],
|
||||
"externalLinkOpenMode": "note",
|
||||
"showPinIcon": true,
|
||||
"allowMultipleLinkTypes": false,
|
||||
"disableSource": false,
|
||||
"disableTarget": false,
|
||||
"excludedSourcesFolder": [],
|
||||
"excludedTargetsFolder": [],
|
||||
"curvedLinks": false,
|
||||
"curvedFactor": 1,
|
||||
"outlineLinks": false,
|
||||
"displayLinkTypeLabel": false,
|
||||
"colorLinkTypeLabel": false,
|
||||
"noLineHighlight": false,
|
||||
"folderShowFullPath": true,
|
||||
"invertArrows": false,
|
||||
"flatArrows": false,
|
||||
"opaqueArrowsButKeepFading": false,
|
||||
"alwaysOpaqueArrows": false,
|
||||
"arrowScale": 1,
|
||||
"arrowFixedSize": false,
|
||||
"arrowColorBool": false,
|
||||
"arrowColor": "",
|
||||
"numberOfCharacters": null,
|
||||
"ellipsis": "…",
|
||||
"showOnlyFileName": false,
|
||||
"noExtension": false,
|
||||
"usePropertiesForName": [],
|
||||
"addBackgroundToName": false,
|
||||
"nameVerticalOffset": 0,
|
||||
"dynamicVerticalOffset": false,
|
||||
"showNamesWhenNeighborHighlighted": false,
|
||||
"iconProperties": [
|
||||
""
|
||||
],
|
||||
"usePluginForIcon": true,
|
||||
"usePluginForIconColor": true,
|
||||
"useParentIcon": false,
|
||||
"backgroundOpacityWithIcon": 0,
|
||||
"useIconColorForBackgroud": true,
|
||||
"borderWidthWithIcon": 0,
|
||||
"layerProperties": [
|
||||
"layer"
|
||||
],
|
||||
"numberOfActiveLayers": 4,
|
||||
"layersOrder": "ASC",
|
||||
"displayLabelsInUI": true,
|
||||
"nodesWithoutLayerOpacity": 0,
|
||||
"useLayerCustomOpacity": true,
|
||||
"layersCustomOpacity": {},
|
||||
"layersLevels": {},
|
||||
"defaultLevelForLayers": 0,
|
||||
"horizontalLegend": false,
|
||||
"useRadialMenu": false,
|
||||
"radialMenuModifier": "Shift",
|
||||
"pinNodeModifier": "Alt",
|
||||
"useLeftClickToSelect": true,
|
||||
"selectNodeModifier": "Shift",
|
||||
"filterAbstractFiles": [],
|
||||
"ignoreInlineLinks": false,
|
||||
"collapseState": true,
|
||||
"collapseLegend": true,
|
||||
"resetAfterChanges": false,
|
||||
"collapsedSettings": {
|
||||
"automation": false,
|
||||
"tags": true,
|
||||
"properties": true,
|
||||
"links": true,
|
||||
"arrows": true,
|
||||
"folders": true,
|
||||
"images": true,
|
||||
"icons": true,
|
||||
"focus": true,
|
||||
"shapes": false,
|
||||
"layers": true,
|
||||
"elements-stats": true,
|
||||
"names": true,
|
||||
"zoom": true,
|
||||
"local-graph": true,
|
||||
"display": false,
|
||||
"filter": true,
|
||||
"inputs": true,
|
||||
"performances": false,
|
||||
"beta": true
|
||||
},
|
||||
"selectionMode": "replace",
|
||||
"exportSVGOptions": {
|
||||
"asImage": true,
|
||||
"onlyVisibleArea": false,
|
||||
"showNodeNames": true,
|
||||
"useCurvedLinks": false,
|
||||
"useModifiedArrows": true,
|
||||
"useNodesShapes": false,
|
||||
"showArcs": false,
|
||||
"showFolders": true,
|
||||
"useModifiedNames": true,
|
||||
"showIcons": false
|
||||
},
|
||||
"multipleNodesData": {}
|
||||
}
|
||||
1346
.obsidian/plugins/extended-graph/main.js
vendored
Normal file
11
.obsidian/plugins/extended-graph/manifest.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"id": "extended-graph",
|
||||
"name": "Extended Graph",
|
||||
"version": "2.7.6",
|
||||
"minAppVersion": "1.7.0",
|
||||
"description": "Extends the features of the core Graph view, display images, manage states, remove links, change node shapes, and more.",
|
||||
"author": "Kapirklaa",
|
||||
"authorUrl": "https://github.com/ElsaTam",
|
||||
"fundingUrl": "https://github.com/sponsors/ElsaTam",
|
||||
"isDesktopOnly": true
|
||||
}
|
||||
1444
.obsidian/plugins/extended-graph/styles.css
vendored
Normal file
35
.obsidian/plugins/featured-image/main.js
vendored
Normal file
11
.obsidian/plugins/featured-image/manifest.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"id": "featured-image",
|
||||
"name": "Featured Image",
|
||||
"version": "1.2.1",
|
||||
"minAppVersion": "1.8.0",
|
||||
"description": "Automatically sets a featured image property in your notes based on the first image, YouTube link, or Auto Card Link image found in your document.",
|
||||
"author": "Johan Sanneblad",
|
||||
"authorUrl": "https://github.com/johansan",
|
||||
"fundingUrl": "https://buymeacoffee.com/johansan",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
18
.obsidian/plugins/featured-image/styles.css
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
.featured-image-info {
|
||||
background-color: var(--background-secondary);
|
||||
border-radius: 5px;
|
||||
padding: 10px;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
.featured-image-info-text {
|
||||
margin: 0;
|
||||
color: var(--text-muted);
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
.thumbnail-settings {
|
||||
padding-left: 1em;
|
||||
border-left: 2px solid var(--background-modifier-border);
|
||||
margin-left: 1em;
|
||||
}
|
||||
23
.obsidian/plugins/homepage/data.json
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"version": 4,
|
||||
"homepages": {
|
||||
"Main Homepage": {
|
||||
"value": "HomePage",
|
||||
"kind": "File",
|
||||
"openOnStartup": true,
|
||||
"openMode": "Replace all open notes",
|
||||
"manualOpenMode": "Keep open notes",
|
||||
"view": "Reading view",
|
||||
"revertView": true,
|
||||
"openWhenEmpty": true,
|
||||
"refreshDataview": false,
|
||||
"autoCreate": false,
|
||||
"autoScroll": false,
|
||||
"pin": true,
|
||||
"commands": [],
|
||||
"alwaysApply": false,
|
||||
"hideReleaseNotes": false
|
||||
}
|
||||
},
|
||||
"separateMobile": false
|
||||
}
|
||||
4
.obsidian/plugins/homepage/main.js
vendored
Normal file
13
.obsidian/plugins/homepage/manifest.json
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"id": "homepage",
|
||||
"name": "Homepage",
|
||||
"version": "4.2.2",
|
||||
"minAppVersion": "1.4.10",
|
||||
"description": "Open a specified note, canvas, base, or workspace on startup, or set it for quick access later.",
|
||||
"author": "novov",
|
||||
"authorUrl": "https://novov.me",
|
||||
"isDesktopOnly": false,
|
||||
"fundingUrl": {
|
||||
"Ko-fi": "https://ko-fi.com/novov"
|
||||
}
|
||||
}
|
||||
244
.obsidian/plugins/homepage/styles.css
vendored
Normal file
@@ -0,0 +1,244 @@
|
||||
.nv-homepage-interstitial {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
background: var(--background-primary);
|
||||
z-index: 9999;
|
||||
animation: 0.02s ease-in 0.5s forwards nv-interstitial-destroy;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
@keyframes nv-interstitial-destroy {
|
||||
from { opacity: 1; }
|
||||
to { opacity: 0; }
|
||||
}
|
||||
|
||||
.setting-item[nv-greyed] {
|
||||
opacity: .5;
|
||||
pointer-events: none !important;
|
||||
}
|
||||
|
||||
#nv-main-setting {
|
||||
flex-wrap: wrap;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
#nv-main-setting .setting-item-control {
|
||||
padding-top: var(--size-4-2);
|
||||
flex-basis: 100%;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
#nv-main-setting .setting-item-control input, #nv-main-setting .setting-item-control select {
|
||||
font-size: var(--font-ui-medium);
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
#nv-main-setting .setting-item-control select {
|
||||
padding: var(--size-4-3) var(--size-4-4);
|
||||
padding-right: var(--size-4-8);
|
||||
height: auto;
|
||||
}
|
||||
|
||||
#nv-main-setting .setting-item-control input {
|
||||
flex-grow: 1;
|
||||
padding: var(--size-4-5) var(--size-4-4);
|
||||
}
|
||||
|
||||
#nv-main-setting .setting-item-control input[disabled] {
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
#nv-main-setting #nv-desc, #nv-main-setting #nv-info {
|
||||
flex-basis: 100%;
|
||||
}
|
||||
|
||||
#nv-main-setting #nv-desc {
|
||||
font-weight: 500;
|
||||
color: var(--text-normal);
|
||||
font-size: var(--font-ui-small);
|
||||
padding: 10px 0 0;
|
||||
}
|
||||
|
||||
#nv-main-setting #nv-desc.mod-warning {
|
||||
color: var(--text-error);
|
||||
}
|
||||
|
||||
#nv-main-setting #nv-desc code {
|
||||
font-family: var(--font-monospace);
|
||||
font-size: var(--font-smaller);
|
||||
border-radius: var(--radius-s);
|
||||
}
|
||||
|
||||
#nv-main-setting #nv-desc small {
|
||||
display: block;
|
||||
font-weight: 400;
|
||||
color: var(--text-muted);
|
||||
font-size: calc(var(--font-ui-smaller) * 0.9);
|
||||
padding: 5px 0 0;
|
||||
}
|
||||
|
||||
.nv-homepage-file-tag {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
margin-left: var(--size-2-2);
|
||||
}
|
||||
|
||||
.nv-mobile-setting {
|
||||
flex-wrap: wrap;
|
||||
row-gap: var(--size-2-2);
|
||||
}
|
||||
|
||||
.nv-mobile-setting .nv-mobile-info {
|
||||
font-size: var(--font-ui-smaller);
|
||||
width: 100%;
|
||||
margin-right: var(--size-4-18);
|
||||
}
|
||||
|
||||
.nv-command-desc {
|
||||
padding: 1.2em 0 0;
|
||||
border-top: 1px solid var(--background-modifier-border);
|
||||
}
|
||||
|
||||
.nv-command-box {
|
||||
margin: 1em 0 1.75em;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 12px;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.nv-command-pill {
|
||||
background-color: var(--background-secondary);
|
||||
border: 1px solid var(--background-modifier-border-hover);
|
||||
border-radius: var(--radius-s);
|
||||
font-size: var(--font-ui-small);
|
||||
padding: var(--size-2-1) var(--size-2-2) var(--size-2-1) var(--size-2-3) ;
|
||||
}
|
||||
|
||||
.nv-command-pill.nv-command-invalid {
|
||||
color: var(--text-faint);
|
||||
}
|
||||
|
||||
.nv-command-pill button {
|
||||
display: inline-block;
|
||||
padding: 0;
|
||||
margin: 0 0 0 3px;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.nv-command-pill button:first-of-type {
|
||||
margin-left: var(--size-4-2);
|
||||
}
|
||||
|
||||
.nv-command-pill button.nv-command-selected {
|
||||
margin-left: var(--size-2-2);
|
||||
padding: 0 var(--size-2-1);
|
||||
}
|
||||
|
||||
.nv-command-pill button.nv-command-selected span {
|
||||
color: var(--text-accent);
|
||||
display: inline-block;
|
||||
font-size: 0.9em;
|
||||
vertical-align: top;
|
||||
position: relative;
|
||||
top: -1px;
|
||||
}
|
||||
|
||||
.nv-command-pill > .svg-icon, .nv-command-pill button .svg-icon {
|
||||
height: 1em;
|
||||
width: 1em;
|
||||
}
|
||||
|
||||
.nv-command-pill > .svg-icon {
|
||||
vertical-align: text-bottom;
|
||||
position: relative;
|
||||
margin: 0 var(--size-2-1) 0 0;
|
||||
}
|
||||
|
||||
.nv-command-pill.nv-dragging {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.nv-command-add-button {
|
||||
font-size: var(--font-ui-small);
|
||||
padding: var(--size-2-2) var(--size-4-2);
|
||||
height: auto;
|
||||
}
|
||||
|
||||
#nv-main-setting + .setting-item, .nv-command-desc + .setting-item {
|
||||
padding-top: 20px;
|
||||
border-top: none !important;
|
||||
}
|
||||
|
||||
.nv-debug-button {
|
||||
margin: 3em 0 -0.2em;
|
||||
font-size: var(--font-ui-smaller);
|
||||
padding: 0;
|
||||
height: auto;
|
||||
float: right;
|
||||
box-shadow: none !important;
|
||||
background: none !important;
|
||||
color: var(--text-accent);
|
||||
font-weight: 600;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.nv-debug-button:hover, .nv-debug-button:active {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.is-phone #nv-main-setting .setting-item-control {
|
||||
flex-wrap: wrap;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
.is-phone #nv-main-setting .setting-item-control select {
|
||||
width: auto;
|
||||
max-width: auto;
|
||||
}
|
||||
|
||||
.is-phone .nv-mobile-setting {
|
||||
row-gap: var(--size-4-2);
|
||||
}
|
||||
|
||||
.is-phone .nv-mobile-setting .setting-item-info {
|
||||
max-width: calc(100% - 100px);
|
||||
}
|
||||
|
||||
.is-phone .nv-mobile-setting {
|
||||
row-gap: var(--size-4-2);
|
||||
}
|
||||
|
||||
.is-phone .nv-mobile-setting .setting-item-info {
|
||||
max-width: calc(100% - 100px);
|
||||
}
|
||||
|
||||
.is-phone .nv-command-pill {
|
||||
width: 100%;
|
||||
border: none;
|
||||
background: none;
|
||||
padding: 0 0 var(--size-4-2);
|
||||
display: flex;
|
||||
gap: var(--size-4-4);
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
.is-phone .nv-command-pill .nv-command-text {
|
||||
flex-grow: 1;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.is-phone .nv-command-pill, .is-phone .nv-command-add-button {
|
||||
font-size: var(--font-ui-medium);
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.is-phone .nv-command-pill button {
|
||||
line-height: var(--font-ui-medium);
|
||||
height: 100%;
|
||||
margin: 0 !important;
|
||||
}
|
||||
266
.obsidian/plugins/notebook-navigator/data.json
vendored
Normal file
@@ -0,0 +1,266 @@
|
||||
{
|
||||
"startView": "files",
|
||||
"showTooltips": false,
|
||||
"showTooltipPath": true,
|
||||
"homepage": null,
|
||||
"mobileHomepage": null,
|
||||
"useMobileHomepage": false,
|
||||
"autoRevealActiveFile": true,
|
||||
"autoRevealIgnoreRightSidebar": true,
|
||||
"fileVisibility": "documents",
|
||||
"excludedFolders": [],
|
||||
"excludedFiles": [],
|
||||
"dateFormat": "MMM d, yyyy",
|
||||
"timeFormat": "h:mm a",
|
||||
"autoSelectFirstFileOnFocusChange": false,
|
||||
"navigationBanner": null,
|
||||
"showShortcuts": true,
|
||||
"showRecentNotes": true,
|
||||
"recentNotesCount": 5,
|
||||
"autoExpandFoldersTags": false,
|
||||
"collapseBehavior": "all",
|
||||
"smartCollapse": true,
|
||||
"showIcons": true,
|
||||
"colorIconOnly": false,
|
||||
"showNoteCount": true,
|
||||
"separateNoteCounts": true,
|
||||
"navIndent": 16,
|
||||
"navItemHeight": 28,
|
||||
"navItemHeightScaleText": true,
|
||||
"showHiddenItems": false,
|
||||
"showRootFolder": true,
|
||||
"inheritFolderColors": false,
|
||||
"enableFolderNotes": false,
|
||||
"folderNoteType": "markdown",
|
||||
"folderNoteName": "",
|
||||
"folderNoteProperties": [],
|
||||
"hideFolderNoteInList": true,
|
||||
"pinCreatedFolderNote": false,
|
||||
"showTags": true,
|
||||
"showAllTagsFolder": true,
|
||||
"showUntagged": false,
|
||||
"tagSortOrder": "alpha-asc",
|
||||
"hiddenTags": [],
|
||||
"defaultFolderSort": "modified-desc",
|
||||
"listPaneTitle": "header",
|
||||
"multiSelectModifier": "cmdCtrl",
|
||||
"includeDescendantNotes": true,
|
||||
"groupByDate": true,
|
||||
"optimizeNoteHeight": true,
|
||||
"showQuickActions": true,
|
||||
"quickActionRevealInFolder": true,
|
||||
"quickActionPinNote": true,
|
||||
"quickActionOpenInNewTab": true,
|
||||
"useFrontmatterMetadata": false,
|
||||
"frontmatterIconField": "icon",
|
||||
"frontmatterColorField": "color",
|
||||
"frontmatterNameField": "",
|
||||
"frontmatterCreatedField": "",
|
||||
"frontmatterModifiedField": "",
|
||||
"frontmatterDateFormat": "",
|
||||
"saveMetadataToFrontmatter": false,
|
||||
"iconizeFormat": false,
|
||||
"fileNameRows": 1,
|
||||
"showFileDate": true,
|
||||
"showFileTags": true,
|
||||
"showFileTagAncestors": true,
|
||||
"colorFileTags": true,
|
||||
"showFileTagsInSlimMode": false,
|
||||
"showParentFolderNames": true,
|
||||
"showFilePreview": true,
|
||||
"skipHeadingsInPreview": true,
|
||||
"skipCodeBlocksInPreview": true,
|
||||
"previewProperties": [],
|
||||
"previewRows": 2,
|
||||
"showFeatureImage": true,
|
||||
"featureImageProperties": [
|
||||
"thumbnail",
|
||||
"featureResized",
|
||||
"feature"
|
||||
],
|
||||
"forceSquareFeatureImage": true,
|
||||
"useEmbeddedImageFallback": true,
|
||||
"externalIconProviders": {},
|
||||
"searchProvider": "internal",
|
||||
"keyboardShortcuts": {
|
||||
"pane:move-up": [
|
||||
{
|
||||
"key": "ArrowUp",
|
||||
"modifiers": []
|
||||
}
|
||||
],
|
||||
"pane:move-down": [
|
||||
{
|
||||
"key": "ArrowDown",
|
||||
"modifiers": []
|
||||
}
|
||||
],
|
||||
"pane:page-up": [
|
||||
{
|
||||
"key": "PageUp",
|
||||
"modifiers": []
|
||||
}
|
||||
],
|
||||
"pane:page-down": [
|
||||
{
|
||||
"key": "PageDown",
|
||||
"modifiers": []
|
||||
}
|
||||
],
|
||||
"pane:home": [
|
||||
{
|
||||
"key": "Home",
|
||||
"modifiers": []
|
||||
}
|
||||
],
|
||||
"pane:end": [
|
||||
{
|
||||
"key": "End",
|
||||
"modifiers": []
|
||||
}
|
||||
],
|
||||
"navigation:collapse-or-parent": [
|
||||
{
|
||||
"key": "ArrowLeft",
|
||||
"modifiers": []
|
||||
}
|
||||
],
|
||||
"navigation:expand-or-focus-list": [
|
||||
{
|
||||
"key": "ArrowRight",
|
||||
"modifiers": []
|
||||
}
|
||||
],
|
||||
"navigation:focus-list": [
|
||||
{
|
||||
"key": "Tab",
|
||||
"modifiers": []
|
||||
}
|
||||
],
|
||||
"pane:delete-selected": [
|
||||
{
|
||||
"key": "Delete",
|
||||
"modifiers": []
|
||||
},
|
||||
{
|
||||
"key": "Backspace",
|
||||
"modifiers": []
|
||||
}
|
||||
],
|
||||
"list:focus-navigation": [
|
||||
{
|
||||
"key": "ArrowLeft",
|
||||
"modifiers": []
|
||||
},
|
||||
{
|
||||
"key": "Tab",
|
||||
"modifiers": [
|
||||
"Shift"
|
||||
]
|
||||
}
|
||||
],
|
||||
"list:focus-editor": [
|
||||
{
|
||||
"key": "ArrowRight",
|
||||
"modifiers": []
|
||||
},
|
||||
{
|
||||
"key": "Tab",
|
||||
"modifiers": []
|
||||
}
|
||||
],
|
||||
"list:select-all": [
|
||||
{
|
||||
"key": "A",
|
||||
"modifiers": [
|
||||
"Mod"
|
||||
]
|
||||
}
|
||||
],
|
||||
"list:extend-selection-up": [
|
||||
{
|
||||
"key": "ArrowUp",
|
||||
"modifiers": [
|
||||
"Shift"
|
||||
]
|
||||
}
|
||||
],
|
||||
"list:extend-selection-down": [
|
||||
{
|
||||
"key": "ArrowDown",
|
||||
"modifiers": [
|
||||
"Shift"
|
||||
]
|
||||
}
|
||||
],
|
||||
"list:range-to-start": [
|
||||
{
|
||||
"key": "Home",
|
||||
"modifiers": [
|
||||
"Shift"
|
||||
]
|
||||
}
|
||||
],
|
||||
"list:range-to-end": [
|
||||
{
|
||||
"key": "End",
|
||||
"modifiers": [
|
||||
"Shift"
|
||||
]
|
||||
}
|
||||
],
|
||||
"search:focus-list": [
|
||||
{
|
||||
"key": "Tab",
|
||||
"modifiers": []
|
||||
},
|
||||
{
|
||||
"key": "Enter",
|
||||
"modifiers": []
|
||||
}
|
||||
],
|
||||
"search:focus-navigation": [
|
||||
{
|
||||
"key": "Tab",
|
||||
"modifiers": [
|
||||
"Shift"
|
||||
]
|
||||
}
|
||||
],
|
||||
"search:close": [
|
||||
{
|
||||
"key": "Escape",
|
||||
"modifiers": []
|
||||
}
|
||||
]
|
||||
},
|
||||
"shortcuts": [],
|
||||
"checkForUpdatesOnStart": true,
|
||||
"confirmBeforeDelete": true,
|
||||
"searchActive": false,
|
||||
"customVaultName": "",
|
||||
"pinnedNotes": {},
|
||||
"fileIcons": {},
|
||||
"fileColors": {},
|
||||
"folderIcons": {},
|
||||
"folderColors": {},
|
||||
"folderBackgroundColors": {},
|
||||
"folderSortOverrides": {},
|
||||
"folderAppearances": {},
|
||||
"tagIcons": {},
|
||||
"tagColors": {},
|
||||
"tagBackgroundColors": {},
|
||||
"tagSortOverrides": {},
|
||||
"tagAppearances": {},
|
||||
"recentColors": [],
|
||||
"lastShownVersion": "",
|
||||
"latestKnownRelease": "1.5.5",
|
||||
"lastAnnouncedRelease": "",
|
||||
"lastReleaseCheckAt": 1760962164187,
|
||||
"rootFolderOrder": [],
|
||||
"rootTagOrder": [],
|
||||
"showTagsAboveFolders": false,
|
||||
"showFavoriteTagsFolder": true,
|
||||
"showUntaggedInFavorites": false,
|
||||
"favoriteTags": []
|
||||
}
|
||||
348
.obsidian/plugins/notebook-navigator/main.js
vendored
Normal file
11
.obsidian/plugins/notebook-navigator/manifest.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"id": "notebook-navigator",
|
||||
"name": "Notebook Navigator",
|
||||
"version": "1.6.2",
|
||||
"minAppVersion": "1.8.0",
|
||||
"description": "Replace the default file explorer with a clean two-pane interface featuring folder tree, tag browsing, file previews, keyboard navigation, drag-and-drop, pinned notes, and customizable display options.",
|
||||
"author": "Johan Sanneblad",
|
||||
"authorUrl": "https://github.com/johansan",
|
||||
"fundingUrl": "https://github.com/sponsors/johansan/",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
4897
.obsidian/plugins/notebook-navigator/styles.css
vendored
Normal file
636
.obsidian/plugins/obsidian-advanced-slides/css/layout.css
vendored
Normal file
@@ -0,0 +1,636 @@
|
||||
@charset "UTF-8";
|
||||
:root {
|
||||
--split-div-size: 0;
|
||||
--split-gap-size: 0;
|
||||
}
|
||||
split {
|
||||
display: flex;
|
||||
gap: unset;
|
||||
flex-flow: row wrap;
|
||||
align-content: center;
|
||||
}
|
||||
split[even] > * {
|
||||
flex: 1;
|
||||
}
|
||||
split[no-margin] > * {
|
||||
--r-block-margin: 0;
|
||||
}
|
||||
split[wrap="1"] > * {
|
||||
flex: 1 1 calc((100% - (calc(var(--split-gap-size) * (1 - 1))) - (calc(var(--dbg-size) * 1 * 2))) / 1);
|
||||
}
|
||||
split[wrap="2"] > * {
|
||||
flex: 1 1 calc((100% - (calc(var(--split-gap-size) * (2 - 1))) - (calc(var(--dbg-size) * 2 * 2))) / 2);
|
||||
}
|
||||
split[wrap="3"] > * {
|
||||
flex: 1 1 calc((100% - (calc(var(--split-gap-size) * (3 - 1))) - (calc(var(--dbg-size) * 3 * 2))) / 3);
|
||||
}
|
||||
split[wrap="4"] > * {
|
||||
flex: 1 1 calc((100% - (calc(var(--split-gap-size) * (4 - 1))) - (calc(var(--dbg-size) * 4 * 2))) / 4);
|
||||
}
|
||||
split[wrap="5"] > * {
|
||||
flex: 1 1 calc((100% - (calc(var(--split-gap-size) * (5 - 1))) - (calc(var(--dbg-size) * 5 * 2))) / 5);
|
||||
}
|
||||
split[wrap="6"] > * {
|
||||
flex: 1 1 calc((100% - (calc(var(--split-gap-size) * (6 - 1))) - (calc(var(--dbg-size) * 6 * 2))) / 6);
|
||||
}
|
||||
split[wrap="7"] > * {
|
||||
flex: 1 1 calc((100% - (calc(var(--split-gap-size) * (7 - 1))) - (calc(var(--dbg-size) * 7 * 2))) / 7);
|
||||
}
|
||||
split[wrap="8"] > * {
|
||||
flex: 1 1 calc((100% - (calc(var(--split-gap-size) * (8 - 1))) - (calc(var(--dbg-size) * 8 * 2))) / 8);
|
||||
}
|
||||
split[wrap="9"] > * {
|
||||
flex: 1 1 calc((100% - (calc(var(--split-gap-size) * (9 - 1))) - (calc(var(--dbg-size) * 9 * 2))) / 9);
|
||||
}
|
||||
split[wrap="10"] > * {
|
||||
flex: 1 1 calc((100% - (calc(var(--split-gap-size) * (10 - 1))) - (calc(var(--dbg-size) * 10 * 2))) / 10);
|
||||
}
|
||||
split[wrap="11"] > * {
|
||||
flex: 1 1 calc((100% - (calc(var(--split-gap-size) * (11 - 1))) - (calc(var(--dbg-size) * 11 * 2))) / 11);
|
||||
}
|
||||
split[wrap="12"] > * {
|
||||
flex: 1 1 calc((100% - (calc(var(--split-gap-size) * (12 - 1))) - (calc(var(--dbg-size) * 12 * 2))) / 12);
|
||||
}
|
||||
split[gap="0"] {
|
||||
--split-gap-size: 0;
|
||||
gap: unset;
|
||||
}
|
||||
split[gap="1"] {
|
||||
--split-gap-size: 1em;
|
||||
gap: 1em;
|
||||
}
|
||||
split[gap="2"] {
|
||||
--split-gap-size: 2em;
|
||||
gap: 2em;
|
||||
}
|
||||
split[gap="3"] {
|
||||
--split-gap-size: 3em;
|
||||
gap: 3em;
|
||||
}
|
||||
split[gap="4"] {
|
||||
--split-gap-size: 4em;
|
||||
gap: 4em;
|
||||
}
|
||||
split[gap="5"] {
|
||||
--split-gap-size: 5em;
|
||||
gap: 5em;
|
||||
}
|
||||
split[left="1"] > *:first-child {
|
||||
flex: 1;
|
||||
}
|
||||
split[middle="1"] > *:nth-child(2) {
|
||||
flex: 1 !important;
|
||||
}
|
||||
split[right="1"] > *:nth-child(2) {
|
||||
flex: 1;
|
||||
}
|
||||
split[right="1"] > *:nth-child(3) {
|
||||
flex: 1;
|
||||
}
|
||||
split[left="2"] > *:first-child {
|
||||
flex: 2;
|
||||
}
|
||||
split[middle="2"] > *:nth-child(2) {
|
||||
flex: 2 !important;
|
||||
}
|
||||
split[right="2"] > *:nth-child(2) {
|
||||
flex: 2;
|
||||
}
|
||||
split[right="2"] > *:nth-child(3) {
|
||||
flex: 2;
|
||||
}
|
||||
split[left="3"] > *:first-child {
|
||||
flex: 3;
|
||||
}
|
||||
split[middle="3"] > *:nth-child(2) {
|
||||
flex: 3 !important;
|
||||
}
|
||||
split[right="3"] > *:nth-child(2) {
|
||||
flex: 3;
|
||||
}
|
||||
split[right="3"] > *:nth-child(3) {
|
||||
flex: 3;
|
||||
}
|
||||
split[left="4"] > *:first-child {
|
||||
flex: 4;
|
||||
}
|
||||
split[middle="4"] > *:nth-child(2) {
|
||||
flex: 4 !important;
|
||||
}
|
||||
split[right="4"] > *:nth-child(2) {
|
||||
flex: 4;
|
||||
}
|
||||
split[right="4"] > *:nth-child(3) {
|
||||
flex: 4;
|
||||
}
|
||||
split[left="5"] > *:first-child {
|
||||
flex: 5;
|
||||
}
|
||||
split[middle="5"] > *:nth-child(2) {
|
||||
flex: 5 !important;
|
||||
}
|
||||
split[right="5"] > *:nth-child(2) {
|
||||
flex: 5;
|
||||
}
|
||||
split[right="5"] > *:nth-child(3) {
|
||||
flex: 5;
|
||||
}
|
||||
split[left="6"] > *:first-child {
|
||||
flex: 6;
|
||||
}
|
||||
split[middle="6"] > *:nth-child(2) {
|
||||
flex: 6 !important;
|
||||
}
|
||||
split[right="6"] > *:nth-child(2) {
|
||||
flex: 6;
|
||||
}
|
||||
split[right="6"] > *:nth-child(3) {
|
||||
flex: 6;
|
||||
}
|
||||
split[left="7"] > *:first-child {
|
||||
flex: 7;
|
||||
}
|
||||
split[middle="7"] > *:nth-child(2) {
|
||||
flex: 7 !important;
|
||||
}
|
||||
split[right="7"] > *:nth-child(2) {
|
||||
flex: 7;
|
||||
}
|
||||
split[right="7"] > *:nth-child(3) {
|
||||
flex: 7;
|
||||
}
|
||||
split[left="8"] > *:first-child {
|
||||
flex: 8;
|
||||
}
|
||||
split[middle="8"] > *:nth-child(2) {
|
||||
flex: 8 !important;
|
||||
}
|
||||
split[right="8"] > *:nth-child(2) {
|
||||
flex: 8;
|
||||
}
|
||||
split[right="8"] > *:nth-child(3) {
|
||||
flex: 8;
|
||||
}
|
||||
split[left="9"] > *:first-child {
|
||||
flex: 9;
|
||||
}
|
||||
split[middle="9"] > *:nth-child(2) {
|
||||
flex: 9 !important;
|
||||
}
|
||||
split[right="9"] > *:nth-child(2) {
|
||||
flex: 9;
|
||||
}
|
||||
split[right="9"] > *:nth-child(3) {
|
||||
flex: 9;
|
||||
}
|
||||
split[left="10"] > *:first-child {
|
||||
flex: 10;
|
||||
}
|
||||
split[middle="10"] > *:nth-child(2) {
|
||||
flex: 10 !important;
|
||||
}
|
||||
split[right="10"] > *:nth-child(2) {
|
||||
flex: 10;
|
||||
}
|
||||
split[right="10"] > *:nth-child(3) {
|
||||
flex: 10;
|
||||
}
|
||||
split[left="11"] > *:first-child {
|
||||
flex: 11;
|
||||
}
|
||||
split[middle="11"] > *:nth-child(2) {
|
||||
flex: 11 !important;
|
||||
}
|
||||
split[right="11"] > *:nth-child(2) {
|
||||
flex: 11;
|
||||
}
|
||||
split[right="11"] > *:nth-child(3) {
|
||||
flex: 11;
|
||||
}
|
||||
.align-left {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
}
|
||||
.align-left p {
|
||||
text-align: left;
|
||||
}
|
||||
.align-center {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.align-center p {
|
||||
text-align: center;
|
||||
}
|
||||
.align-right {
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
}
|
||||
.align-right p {
|
||||
text-align: right;
|
||||
}
|
||||
h1.align-left,
|
||||
h2.align-left,
|
||||
h3.align-left,
|
||||
h4.align-left,
|
||||
h5.align-left,
|
||||
h6.align-left,
|
||||
p.align-left {
|
||||
text-align: left;
|
||||
align-self: flex-start;
|
||||
}
|
||||
h1.align-right,
|
||||
h2.align-right,
|
||||
h3.align-right,
|
||||
h4.align-right,
|
||||
h5.align-right,
|
||||
h6.align-right,
|
||||
p.align-right {
|
||||
text-align: right;
|
||||
align-self: flex-end;
|
||||
}
|
||||
h1.align-center,
|
||||
h2.align-center,
|
||||
h3.align-center,
|
||||
h4.align-center,
|
||||
h5.align-center,
|
||||
h6.align-center,
|
||||
p.align-center {
|
||||
text-align: center;
|
||||
align-self: center;
|
||||
}
|
||||
:root {
|
||||
--animation-duration: 0.7s;
|
||||
}
|
||||
.slower {
|
||||
--animation-duration: 1.3s;
|
||||
}
|
||||
.faster {
|
||||
--animation-duration: 0.35s;
|
||||
}
|
||||
@keyframes fadeIn {
|
||||
from {
|
||||
opacity: 0;
|
||||
animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
|
||||
}
|
||||
to {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
.fadeIn {
|
||||
animation-name: fadeIn;
|
||||
animation-duration: var(--animation-duration);
|
||||
animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
||||
animation-fill-mode: both;
|
||||
}
|
||||
@keyframes slideRightIn {
|
||||
from {
|
||||
transform: translate3d(-200px, 0, 0);
|
||||
}
|
||||
to {
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
}
|
||||
.slideRightIn {
|
||||
animation-name: fadeIn, slideRightIn;
|
||||
animation-duration: var(--animation-duration);
|
||||
animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
||||
animation-fill-mode: both;
|
||||
}
|
||||
@keyframes slideLeftIn {
|
||||
from {
|
||||
transform: translate3d(200px, 0, 0);
|
||||
}
|
||||
to {
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
}
|
||||
.slideLeftIn {
|
||||
animation-name: fadeIn, slideLeftIn;
|
||||
animation-duration: var(--animation-duration);
|
||||
animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
||||
animation-fill-mode: both;
|
||||
}
|
||||
@keyframes slideUpIn {
|
||||
from {
|
||||
transform: translate3d(0, 150px, 0);
|
||||
}
|
||||
to {
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
}
|
||||
.slideUpIn {
|
||||
animation-name: fadeIn, slideUpIn;
|
||||
animation-duration: var(--animation-duration);
|
||||
animation-timing-function: cubic-bezier(0.1, 0.5, 1);
|
||||
animation-fill-mode: both;
|
||||
}
|
||||
@keyframes slideDownIn {
|
||||
from {
|
||||
transform: translate3d(0, -150px, 0);
|
||||
}
|
||||
to {
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
}
|
||||
.slideDownIn {
|
||||
animation-name: fadeIn, slideDownIn;
|
||||
animation-duration: var(--animation-duration);
|
||||
animation-timing-function: cubic-bezier(0.1, 0.5, 1);
|
||||
animation-fill-mode: both;
|
||||
}
|
||||
@keyframes fadeOut {
|
||||
from {
|
||||
opacity: 1;
|
||||
animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
|
||||
}
|
||||
to {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
.fadeOut {
|
||||
animation-name: fadeOut;
|
||||
animation-duration: var(--animation-duration);
|
||||
animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
||||
animation-fill-mode: both;
|
||||
}
|
||||
@keyframes slideRightOut {
|
||||
from {
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
to {
|
||||
transform: translate3d(200px, 0, 0);
|
||||
}
|
||||
}
|
||||
.slideRightOut {
|
||||
animation-name: fadeOut, slideRightOut;
|
||||
animation-duration: var(--animation-duration);
|
||||
animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
||||
animation-fill-mode: both;
|
||||
}
|
||||
@keyframes slideLeftOut {
|
||||
from {
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
to {
|
||||
transform: translate3d(-200px, 0, 0);
|
||||
}
|
||||
}
|
||||
.slideLeftOut {
|
||||
animation-name: fadeOut, slideLeftOut;
|
||||
animation-duration: var(--animation-duration);
|
||||
animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
||||
animation-fill-mode: both;
|
||||
}
|
||||
@keyframes slideUpOut {
|
||||
from {
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
to {
|
||||
transform: translate3d(0, -150px, 0);
|
||||
}
|
||||
}
|
||||
.slideUpOut {
|
||||
animation-name: fadeOut, slideUpOut;
|
||||
animation-duration: var(--animation-duration);
|
||||
animation-timing-function: cubic-bezier(0.1, 0.5, 1);
|
||||
animation-fill-mode: both;
|
||||
}
|
||||
@keyframes slideDownOut {
|
||||
from {
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
to {
|
||||
transform: translate3d(0, 150px, 0);
|
||||
}
|
||||
}
|
||||
.slideDownOut {
|
||||
animation-name: fadeOut, slideDownOut;
|
||||
animation-duration: var(--animation-duration);
|
||||
animation-timing-function: cubic-bezier(0.1, 0.5, 1);
|
||||
animation-fill-mode: both;
|
||||
}
|
||||
@keyframes scaleUp {
|
||||
from {
|
||||
transform: scale3d(0.78, 0.78, 1);
|
||||
}
|
||||
to {
|
||||
transform: scale3d(1, 1, 1);
|
||||
}
|
||||
}
|
||||
.scaleUp {
|
||||
animation-name: fadeIn, scaleUp;
|
||||
animation-duration: var(--animation-duration);
|
||||
animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
||||
animation-fill-mode: both;
|
||||
}
|
||||
@keyframes scaleUpOut {
|
||||
from {
|
||||
transform: scale3d(1, 1, 1);
|
||||
}
|
||||
to {
|
||||
transform: scale3d(1.23, 1.23, 1);
|
||||
}
|
||||
}
|
||||
.scaleUpOut {
|
||||
animation-name: fadeOut, scaleUpOut;
|
||||
animation-duration: var(--animation-duration);
|
||||
animation-timing-function: cubic-bezier(0.1, 0.5, 1);
|
||||
animation-fill-mode: both;
|
||||
}
|
||||
@keyframes scaleDown {
|
||||
from {
|
||||
transform: scale3d(1.23, 1.23, 1);
|
||||
}
|
||||
to {
|
||||
transform: scale3d(1, 1, 1);
|
||||
}
|
||||
}
|
||||
.scaleDown {
|
||||
animation-name: fadeIn, scaleDown;
|
||||
animation-duration: var(--animation-duration);
|
||||
animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
||||
animation-fill-mode: both;
|
||||
}
|
||||
@keyframes scaleDownOut {
|
||||
from {
|
||||
transform: scale3d(1, 1, 1);
|
||||
}
|
||||
to {
|
||||
transform: scale3d(0.78, 0.78, 1);
|
||||
}
|
||||
}
|
||||
.scaleDownOut {
|
||||
animation-name: fadeOut, scaleDownOut;
|
||||
animation-duration: var(--animation-duration);
|
||||
animation-timing-function: cubic-bezier(0.1, 0.5, 1);
|
||||
animation-fill-mode: both;
|
||||
}
|
||||
:root {
|
||||
--callout-background-color:
|
||||
255,
|
||||
255,
|
||||
255;
|
||||
}
|
||||
.callout-color1 {
|
||||
--callout-color:
|
||||
108,
|
||||
192,
|
||||
245;
|
||||
}
|
||||
.callout-color2 {
|
||||
--callout-color:
|
||||
109,
|
||||
197,
|
||||
217;
|
||||
}
|
||||
.callout-color3 {
|
||||
--callout-color:
|
||||
113,
|
||||
208,
|
||||
136;
|
||||
}
|
||||
.callout-color4 {
|
||||
--callout-color:
|
||||
160,
|
||||
224,
|
||||
107;
|
||||
}
|
||||
.callout-color5 {
|
||||
--callout-color:
|
||||
238,
|
||||
177,
|
||||
91;
|
||||
}
|
||||
.callout-color6 {
|
||||
--callout-color:
|
||||
234,
|
||||
136,
|
||||
133;
|
||||
}
|
||||
.callout-color7 {
|
||||
--callout-color:
|
||||
230,
|
||||
98,
|
||||
121;
|
||||
}
|
||||
.callout-color8 {
|
||||
--callout-color:
|
||||
152,
|
||||
126,
|
||||
243;
|
||||
}
|
||||
.callout-color9 {
|
||||
--callout-color:
|
||||
182,
|
||||
182,
|
||||
182;
|
||||
}
|
||||
.callout-color-default {
|
||||
--callout-color:
|
||||
129,
|
||||
167,
|
||||
244;
|
||||
}
|
||||
.has-light-background {
|
||||
--callout-background-color:
|
||||
160,
|
||||
160,
|
||||
160;
|
||||
}
|
||||
.callout {
|
||||
border-left: 4px solid rgb(var(--callout-color));
|
||||
border-radius: 2px;
|
||||
background-color: rgba(var(--callout-background-color), 0.2);
|
||||
margin: 1em 0;
|
||||
}
|
||||
.callout-title {
|
||||
padding: 10px;
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
background-color: rgba(var(--callout-color), 0.3);
|
||||
}
|
||||
.callout-icon {
|
||||
flex: 0 0 auto;
|
||||
display: flex;
|
||||
align-self: center;
|
||||
color: rgb(var(--callout-color));
|
||||
}
|
||||
.callout-title-inner {
|
||||
flex: 1 1 0;
|
||||
font-weight: 700;
|
||||
}
|
||||
.callout-content {
|
||||
overflow-x: auto;
|
||||
padding: 5px 15px;
|
||||
}
|
||||
.stretch-column > * {
|
||||
flex: 1;
|
||||
height: 1%;
|
||||
width: 100%;
|
||||
}
|
||||
.stretch-row > * {
|
||||
flex: 1;
|
||||
height: 100%;
|
||||
width: 1%;
|
||||
}
|
||||
.stretch-column > * > p > img,
|
||||
.stretch-row > * > p > img,
|
||||
.stretch-column > * > p > video,
|
||||
.stretch-row > * > p > video,
|
||||
.stretch-column > * > p > iframe,
|
||||
.stretch-row > * > p > iframe {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
max-width: 100% !important;
|
||||
max-height: 100% !important;
|
||||
object-fit: cover;
|
||||
}
|
||||
.stretch-column > * > .image-paragraph {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
.arrowList ul {
|
||||
margin: 0;
|
||||
}
|
||||
.arrowList li {
|
||||
display: grid;
|
||||
grid-template-columns: 1em auto;
|
||||
align-items: center;
|
||||
padding: 0;
|
||||
}
|
||||
.arrowList li:first-child {
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
.arrowList li:last-child {
|
||||
padding-bottom: 0.5em;
|
||||
}
|
||||
.arrowList li:before {
|
||||
content: "\25b6";
|
||||
font-size: 0.75em;
|
||||
color: var(--r-main-color);
|
||||
top: 0.1em;
|
||||
position: relative;
|
||||
}
|
||||
.wideTable,
|
||||
.wideTable > table {
|
||||
width: 100%;
|
||||
}
|
||||
.noBorder td,
|
||||
.noBorder th {
|
||||
border: none !important;
|
||||
}
|
||||
:root {
|
||||
--dbg-size: 0;
|
||||
}
|
||||
.dbg,
|
||||
.dbg * {
|
||||
--dbg-size: 1px;
|
||||
border: 1px solid red;
|
||||
}
|
||||
.reset-margin {
|
||||
--r-block-margin: 0;
|
||||
--r-heading-margin: 0;
|
||||
}
|
||||
.flex-even > * {
|
||||
flex: 1;
|
||||
}
|
||||
404
.obsidian/plugins/obsidian-advanced-slides/css/mattropolis.css
vendored
Normal file
1
.obsidian/plugins/obsidian-advanced-slides/css/vs2015.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#1e1e1e;color:#dcdcdc}.hljs-keyword,.hljs-literal,.hljs-name,.hljs-symbol{color:#569cd6}.hljs-link{color:#569cd6;text-decoration:underline}.hljs-built_in,.hljs-type{color:#4ec9b0}.hljs-class,.hljs-number{color:#b8d7a3}.hljs-meta .hljs-string,.hljs-string{color:#d69d85}.hljs-regexp,.hljs-template-tag{color:#9a5334}.hljs-formula,.hljs-function,.hljs-params,.hljs-subst,.hljs-title{color:#dcdcdc}.hljs-comment,.hljs-quote{color:#57a64a;font-style:italic}.hljs-doctag{color:#608b4e}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-tag{color:#9b9b9b}.hljs-template-variable,.hljs-variable{color:#bd63c5}.hljs-attr,.hljs-attribute{color:#9cdcfe}.hljs-section{color:gold}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-bullet,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-selector-tag{color:#d7ba7d}.hljs-addition{background-color:#144212;display:inline-block;width:100%}.hljs-deletion{background-color:#600;display:inline-block;width:100%}
|
||||
21
.obsidian/plugins/obsidian-advanced-slides/data.json
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"port": "30000",
|
||||
"autoReload": true,
|
||||
"exportDirectory": "/export",
|
||||
"enableChalkboard": true,
|
||||
"enableOverview": false,
|
||||
"enableMenu": true,
|
||||
"enablePointer": true,
|
||||
"enableTimeBar": false,
|
||||
"theme": "black",
|
||||
"highlightTheme": "zenburn",
|
||||
"transition": "slide",
|
||||
"transitionSpeed": "normal",
|
||||
"controls": true,
|
||||
"progress": true,
|
||||
"slideNumber": true,
|
||||
"showGrid": false,
|
||||
"autoComplete": "inPreview",
|
||||
"paneMode": "split",
|
||||
"motm": "2025-04-09T22:31:11.526Z"
|
||||
}
|
||||
5
.obsidian/plugins/obsidian-advanced-slides/dist/fontawesome/all.min.js
vendored
Normal file
30
.obsidian/plugins/obsidian-advanced-slides/dist/reset.css
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
/* http://meyerweb.com/eric/tools/css/reset/
|
||||
v4.0 | 20180602
|
||||
License: none (public domain)
|
||||
*/
|
||||
|
||||
html, body, div, span, applet, object, iframe,
|
||||
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
||||
a, abbr, acronym, address, big, cite, code,
|
||||
del, dfn, em, img, ins, kbd, q, s, samp,
|
||||
small, strike, strong, sub, sup, tt, var,
|
||||
b, u, i, center,
|
||||
dl, dt, dd, ol, ul, li,
|
||||
fieldset, form, label, legend,
|
||||
table, caption, tbody, tfoot, thead, tr, th, td,
|
||||
article, aside, canvas, details, embed,
|
||||
figure, figcaption, footer, header, hgroup,
|
||||
main, menu, nav, output, ruby, section, summary,
|
||||
time, mark, audio, video {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
font-size: 100%;
|
||||
font: inherit;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
/* HTML5 display-role reset for older browsers */
|
||||
article, aside, details, figcaption, figure,
|
||||
footer, header, hgroup, main, menu, nav, section {
|
||||
display: block;
|
||||
}
|
||||
8
.obsidian/plugins/obsidian-advanced-slides/dist/reveal.css
vendored
Normal file
9
.obsidian/plugins/obsidian-advanced-slides/dist/reveal.esm.js
vendored
Normal file
1
.obsidian/plugins/obsidian-advanced-slides/dist/reveal.esm.js.map
vendored
Normal file
9
.obsidian/plugins/obsidian-advanced-slides/dist/reveal.js
vendored
Normal file
1
.obsidian/plugins/obsidian-advanced-slides/dist/reveal.js.map
vendored
Normal file
347
.obsidian/plugins/obsidian-advanced-slides/dist/theme/beige.css
vendored
Normal file
@@ -0,0 +1,347 @@
|
||||
@import "./fonts/league-gothic/league-gothic.css";
|
||||
@import "https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic";
|
||||
.reveal .has-dark-background,
|
||||
.reveal .has-dark-background h1,
|
||||
.reveal .has-dark-background h2,
|
||||
.reveal .has-dark-background h3,
|
||||
.reveal .has-dark-background h4,
|
||||
.reveal .has-dark-background h5,
|
||||
.reveal .has-dark-background h6 {
|
||||
color: #fff;
|
||||
}
|
||||
:root {
|
||||
--r-background-color: #f7f3de;
|
||||
--r-main-font: Lato, sans-serif;
|
||||
--r-main-font-size: 40px;
|
||||
--r-main-color: #333;
|
||||
--r-block-margin: 20px;
|
||||
--r-heading-margin: 0 0 20px 0;
|
||||
--r-heading-font:
|
||||
League Gothic,
|
||||
Impact,
|
||||
sans-serif;
|
||||
--r-heading-color: #333;
|
||||
--r-heading-line-height: 1.2;
|
||||
--r-heading-letter-spacing: normal;
|
||||
--r-heading-text-transform: uppercase;
|
||||
--r-heading-text-shadow: none;
|
||||
--r-heading1-font-weight: normal;
|
||||
--r-heading2-font-weight: normal;
|
||||
--r-heading3-font-weight: normal;
|
||||
--r-heading4-font-weight: normal;
|
||||
--r-heading5-font-weight: normal;
|
||||
--r-heading6-font-weight: normal;
|
||||
--r-heading1-text-shadow:
|
||||
0 1px 0 #ccc,
|
||||
0 2px 0 #c9c9c9,
|
||||
0 3px 0 #bbb,
|
||||
0 4px 0 #b9b9b9,
|
||||
0 5px 0 #aaa,
|
||||
0 6px 1px rgba(0, 0, 0, 0.1),
|
||||
0 0 5px rgba(0, 0, 0, 0.1),
|
||||
0 1px 3px rgba(0, 0, 0, 0.3),
|
||||
0 3px 5px rgba(0, 0, 0, 0.2),
|
||||
0 5px 10px rgba(0, 0, 0, 0.25),
|
||||
0 20px 20px rgba(0, 0, 0, 0.15);
|
||||
--r-heading1-size: 3.77em;
|
||||
--r-heading2-size: 2.11em;
|
||||
--r-heading3-size: 1.55em;
|
||||
--r-heading4-size: 1em;
|
||||
--r-heading5-size: 0.8em;
|
||||
--r-heading6-size: 0.6em;
|
||||
--r-code-font: monospace;
|
||||
--r-link-color: #8b743d;
|
||||
--r-link-color-dark: #564826;
|
||||
--r-link-color-hover: #c0a86e;
|
||||
--r-selection-background-color: rgba(79, 64, 28, 0.99);
|
||||
--r-selection-color: #fff;
|
||||
}
|
||||
.reveal-viewport {
|
||||
background: rgb(247, 242, 211);
|
||||
background: -moz-radial-gradient(center, circle cover, rgb(255, 255, 255) 0%, rgb(247, 242, 211) 100%);
|
||||
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgb(255, 255, 255)), color-stop(100%, rgb(247, 242, 211)));
|
||||
background: -webkit-radial-gradient(center, circle cover, rgb(255, 255, 255) 0%, rgb(247, 242, 211) 100%);
|
||||
background: -o-radial-gradient(center, circle cover, rgb(255, 255, 255) 0%, rgb(247, 242, 211) 100%);
|
||||
background: -ms-radial-gradient(center, circle cover, rgb(255, 255, 255) 0%, rgb(247, 242, 211) 100%);
|
||||
background: radial-gradient(center, circle cover, rgb(255, 255, 255) 0%, rgb(247, 242, 211) 100%);
|
||||
background-color: var(--r-background-color);
|
||||
}
|
||||
.reveal {
|
||||
font-family: var(--r-main-font);
|
||||
font-size: var(--r-main-font-size);
|
||||
font-weight: normal;
|
||||
color: var(--r-main-color);
|
||||
}
|
||||
.reveal ::selection {
|
||||
color: var(--r-selection-color);
|
||||
background: var(--r-selection-background-color);
|
||||
text-shadow: none;
|
||||
}
|
||||
.reveal ::-moz-selection {
|
||||
color: var(--r-selection-color);
|
||||
background: var(--r-selection-background-color);
|
||||
text-shadow: none;
|
||||
}
|
||||
.reveal .slides section,
|
||||
.reveal .slides section > section {
|
||||
line-height: 1.3;
|
||||
font-weight: inherit;
|
||||
}
|
||||
.reveal h1,
|
||||
.reveal h2,
|
||||
.reveal h3,
|
||||
.reveal h4,
|
||||
.reveal h5,
|
||||
.reveal h6 {
|
||||
margin: var(--r-heading-margin);
|
||||
color: var(--r-heading-color);
|
||||
font-family: var(--r-heading-font);
|
||||
line-height: var(--r-heading-line-height);
|
||||
letter-spacing: var(--r-heading-letter-spacing);
|
||||
text-transform: var(--r-heading-text-transform);
|
||||
text-shadow: var(--r-heading-text-shadow);
|
||||
word-wrap: break-word;
|
||||
}
|
||||
.reveal h1 {
|
||||
font-size: var(--r-heading1-size);
|
||||
}
|
||||
.reveal h2 {
|
||||
font-size: var(--r-heading2-size);
|
||||
}
|
||||
.reveal h3 {
|
||||
font-size: var(--r-heading3-size);
|
||||
}
|
||||
.reveal h4 {
|
||||
font-size: var(--r-heading4-size);
|
||||
}
|
||||
.reveal h5 {
|
||||
font-size: var(--r-heading5-size);
|
||||
}
|
||||
.reveal h6 {
|
||||
font-size: var(--r-heading6-size);
|
||||
}
|
||||
.reveal h1 {
|
||||
font-weight: var(--r-heading1-font-weight);
|
||||
}
|
||||
.reveal h2 {
|
||||
font-weight: var(--r-heading2-font-weight);
|
||||
}
|
||||
.reveal h3 {
|
||||
font-weight: var(--r-heading3-font-weight);
|
||||
}
|
||||
.reveal h4 {
|
||||
font-weight: var(--r-heading4-font-weight);
|
||||
}
|
||||
.reveal h5 {
|
||||
font-weight: var(--r-heading5-font-weight);
|
||||
}
|
||||
.reveal h6 {
|
||||
font-weight: var(--r-heading6-font-weight);
|
||||
}
|
||||
.reveal h1 {
|
||||
text-shadow: var(--r-heading1-text-shadow);
|
||||
}
|
||||
.reveal .slides > section.drop {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
height: 100%;
|
||||
}
|
||||
.reveal p {
|
||||
margin: var(--r-block-margin) 0;
|
||||
line-height: 1.3;
|
||||
}
|
||||
.reveal h1:last-child,
|
||||
.reveal h2:last-child,
|
||||
.reveal h3:last-child,
|
||||
.reveal h4:last-child,
|
||||
.reveal h5:last-child,
|
||||
.reveal h6:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.reveal img,
|
||||
.reveal video,
|
||||
.reveal iframe {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
.reveal strong,
|
||||
.reveal b {
|
||||
font-weight: bold;
|
||||
}
|
||||
.reveal em {
|
||||
font-style: italic;
|
||||
}
|
||||
.reveal ol,
|
||||
.reveal dl,
|
||||
.reveal ul {
|
||||
display: inline-block;
|
||||
text-align: left;
|
||||
margin: 0 0 0 1em;
|
||||
}
|
||||
.reveal ol {
|
||||
list-style-type: decimal;
|
||||
}
|
||||
.reveal ul {
|
||||
list-style-type: disc;
|
||||
}
|
||||
.reveal ul ul {
|
||||
list-style-type: square;
|
||||
}
|
||||
.reveal ul ul ul {
|
||||
list-style-type: circle;
|
||||
}
|
||||
.reveal ul ul,
|
||||
.reveal ul ol,
|
||||
.reveal ol ol,
|
||||
.reveal ol ul {
|
||||
display: block;
|
||||
margin-left: 40px;
|
||||
}
|
||||
.reveal dt {
|
||||
font-weight: bold;
|
||||
}
|
||||
.reveal dd {
|
||||
margin-left: 40px;
|
||||
}
|
||||
.reveal blockquote {
|
||||
display: block;
|
||||
position: relative;
|
||||
width: 70%;
|
||||
margin: var(--r-block-margin) auto;
|
||||
padding: 5px;
|
||||
font-style: italic;
|
||||
background: rgba(255, 255, 255, 0.05);
|
||||
box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.reveal blockquote p:first-child,
|
||||
.reveal blockquote p:last-child {
|
||||
display: inline-block;
|
||||
}
|
||||
.reveal q {
|
||||
font-style: italic;
|
||||
}
|
||||
.reveal pre {
|
||||
display: block;
|
||||
position: relative;
|
||||
width: 90%;
|
||||
margin: var(--r-block-margin) auto;
|
||||
text-align: left;
|
||||
font-size: 0.55em;
|
||||
font-family: var(--r-code-font);
|
||||
line-height: 1.2em;
|
||||
word-wrap: break-word;
|
||||
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.reveal code {
|
||||
font-family: var(--r-code-font);
|
||||
text-transform: none;
|
||||
tab-size: 2;
|
||||
}
|
||||
.reveal pre code {
|
||||
display: block;
|
||||
padding: 5px;
|
||||
overflow: auto;
|
||||
max-height: 400px;
|
||||
word-wrap: normal;
|
||||
}
|
||||
.reveal .code-wrapper {
|
||||
white-space: normal;
|
||||
}
|
||||
.reveal .code-wrapper code {
|
||||
white-space: pre;
|
||||
}
|
||||
.reveal table {
|
||||
margin: auto;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
.reveal table th {
|
||||
font-weight: bold;
|
||||
}
|
||||
.reveal table th,
|
||||
.reveal table td {
|
||||
text-align: left;
|
||||
padding: 0.2em 0.5em;
|
||||
border-bottom: 1px solid;
|
||||
}
|
||||
.reveal table th[align=center],
|
||||
.reveal table td[align=center] {
|
||||
text-align: center;
|
||||
}
|
||||
.reveal table th[align=right],
|
||||
.reveal table td[align=right] {
|
||||
text-align: right;
|
||||
}
|
||||
.reveal table tbody tr:last-child th,
|
||||
.reveal table tbody tr:last-child td {
|
||||
border-bottom: none;
|
||||
}
|
||||
.reveal sup {
|
||||
vertical-align: super;
|
||||
font-size: smaller;
|
||||
}
|
||||
.reveal sub {
|
||||
vertical-align: sub;
|
||||
font-size: smaller;
|
||||
}
|
||||
.reveal small {
|
||||
display: inline-block;
|
||||
font-size: 0.6em;
|
||||
line-height: 1.2em;
|
||||
vertical-align: top;
|
||||
}
|
||||
.reveal small * {
|
||||
vertical-align: top;
|
||||
}
|
||||
.reveal img {
|
||||
margin: var(--r-block-margin) 0;
|
||||
}
|
||||
.reveal a {
|
||||
color: var(--r-link-color);
|
||||
text-decoration: none;
|
||||
transition: color 0.15s ease;
|
||||
}
|
||||
.reveal a:hover {
|
||||
color: var(--r-link-color-hover);
|
||||
text-shadow: none;
|
||||
border: none;
|
||||
}
|
||||
.reveal .roll span:after {
|
||||
color: #fff;
|
||||
background: var(--r-link-color-dark);
|
||||
}
|
||||
.reveal .r-frame {
|
||||
border: 4px solid var(--r-main-color);
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.reveal a .r-frame {
|
||||
transition: all 0.15s linear;
|
||||
}
|
||||
.reveal a:hover .r-frame {
|
||||
border-color: var(--r-link-color);
|
||||
box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
|
||||
}
|
||||
.reveal .controls {
|
||||
color: var(--r-link-color) !important;
|
||||
}
|
||||
.reveal .progress {
|
||||
background: rgba(0, 0, 0, 0.2);
|
||||
color: var(--r-link-color);
|
||||
}
|
||||
@media print {
|
||||
.backgrounds {
|
||||
background-color: var(--r-background-color);
|
||||
}
|
||||
}
|
||||
.has-dark-background canvas[data-chart] {
|
||||
background-color: white;
|
||||
}
|
||||
.has-light-background canvas[data-chart] {
|
||||
background-color: unset;
|
||||
}
|
||||
canvas[data-chart] {
|
||||
padding: 0.5em;
|
||||
}
|
||||
.reveal .hljs {
|
||||
min-height: 50%;
|
||||
}
|
||||
332
.obsidian/plugins/obsidian-advanced-slides/dist/theme/black.css
vendored
Normal file
@@ -0,0 +1,332 @@
|
||||
@import "./fonts/source-sans-pro/source-sans-pro.css";
|
||||
.reveal .has-light-background,
|
||||
.reveal .has-light-background h1,
|
||||
.reveal .has-light-background h2,
|
||||
.reveal .has-light-background h3,
|
||||
.reveal .has-light-background h4,
|
||||
.reveal .has-light-background h5,
|
||||
.reveal .has-light-background h6 {
|
||||
color: #222;
|
||||
}
|
||||
:root {
|
||||
--r-background-color: #191919;
|
||||
--r-main-font:
|
||||
Source Sans Pro,
|
||||
Helvetica,
|
||||
sans-serif;
|
||||
--r-main-font-size: 42px;
|
||||
--r-main-color: #fff;
|
||||
--r-block-margin: 20px;
|
||||
--r-heading-margin: 0 0 20px 0;
|
||||
--r-heading-font:
|
||||
Source Sans Pro,
|
||||
Helvetica,
|
||||
sans-serif;
|
||||
--r-heading-color: #fff;
|
||||
--r-heading-line-height: 1.2;
|
||||
--r-heading-letter-spacing: normal;
|
||||
--r-heading-text-transform: uppercase;
|
||||
--r-heading-text-shadow: none;
|
||||
--r-heading1-font-weight: 600;
|
||||
--r-heading2-font-weight: 600;
|
||||
--r-heading3-font-weight: 600;
|
||||
--r-heading4-font-weight: 600;
|
||||
--r-heading5-font-weight: 600;
|
||||
--r-heading6-font-weight: 600;
|
||||
--r-heading1-text-shadow: none;
|
||||
--r-heading1-size: 2.5em;
|
||||
--r-heading2-size: 1.6em;
|
||||
--r-heading3-size: 1.3em;
|
||||
--r-heading4-size: 1em;
|
||||
--r-heading5-size: 0.8em;
|
||||
--r-heading6-size: 0.6em;
|
||||
--r-code-font: monospace;
|
||||
--r-link-color: #42affa;
|
||||
--r-link-color-dark: #068de9;
|
||||
--r-link-color-hover: #8dcffc;
|
||||
--r-selection-background-color: #bee4fd;
|
||||
--r-selection-color: #fff;
|
||||
}
|
||||
.reveal-viewport {
|
||||
background: #191919;
|
||||
background-color: var(--r-background-color);
|
||||
}
|
||||
.reveal {
|
||||
font-family: var(--r-main-font);
|
||||
font-size: var(--r-main-font-size);
|
||||
font-weight: normal;
|
||||
color: var(--r-main-color);
|
||||
}
|
||||
.reveal ::selection {
|
||||
color: var(--r-selection-color);
|
||||
background: var(--r-selection-background-color);
|
||||
text-shadow: none;
|
||||
}
|
||||
.reveal ::-moz-selection {
|
||||
color: var(--r-selection-color);
|
||||
background: var(--r-selection-background-color);
|
||||
text-shadow: none;
|
||||
}
|
||||
.reveal .slides section,
|
||||
.reveal .slides section > section {
|
||||
line-height: 1.3;
|
||||
font-weight: inherit;
|
||||
}
|
||||
.reveal h1,
|
||||
.reveal h2,
|
||||
.reveal h3,
|
||||
.reveal h4,
|
||||
.reveal h5,
|
||||
.reveal h6 {
|
||||
margin: var(--r-heading-margin);
|
||||
color: var(--r-heading-color);
|
||||
font-family: var(--r-heading-font);
|
||||
line-height: var(--r-heading-line-height);
|
||||
letter-spacing: var(--r-heading-letter-spacing);
|
||||
text-transform: var(--r-heading-text-transform);
|
||||
text-shadow: var(--r-heading-text-shadow);
|
||||
word-wrap: break-word;
|
||||
}
|
||||
.reveal h1 {
|
||||
font-size: var(--r-heading1-size);
|
||||
}
|
||||
.reveal h2 {
|
||||
font-size: var(--r-heading2-size);
|
||||
}
|
||||
.reveal h3 {
|
||||
font-size: var(--r-heading3-size);
|
||||
}
|
||||
.reveal h4 {
|
||||
font-size: var(--r-heading4-size);
|
||||
}
|
||||
.reveal h5 {
|
||||
font-size: var(--r-heading5-size);
|
||||
}
|
||||
.reveal h6 {
|
||||
font-size: var(--r-heading6-size);
|
||||
}
|
||||
.reveal h1 {
|
||||
font-weight: var(--r-heading1-font-weight);
|
||||
}
|
||||
.reveal h2 {
|
||||
font-weight: var(--r-heading2-font-weight);
|
||||
}
|
||||
.reveal h3 {
|
||||
font-weight: var(--r-heading3-font-weight);
|
||||
}
|
||||
.reveal h4 {
|
||||
font-weight: var(--r-heading4-font-weight);
|
||||
}
|
||||
.reveal h5 {
|
||||
font-weight: var(--r-heading5-font-weight);
|
||||
}
|
||||
.reveal h6 {
|
||||
font-weight: var(--r-heading6-font-weight);
|
||||
}
|
||||
.reveal h1 {
|
||||
text-shadow: var(--r-heading1-text-shadow);
|
||||
}
|
||||
.reveal .slides > section.drop {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
height: 100%;
|
||||
}
|
||||
.reveal p {
|
||||
margin: var(--r-block-margin) 0;
|
||||
line-height: 1.3;
|
||||
}
|
||||
.reveal h1:last-child,
|
||||
.reveal h2:last-child,
|
||||
.reveal h3:last-child,
|
||||
.reveal h4:last-child,
|
||||
.reveal h5:last-child,
|
||||
.reveal h6:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.reveal img,
|
||||
.reveal video,
|
||||
.reveal iframe {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
.reveal strong,
|
||||
.reveal b {
|
||||
font-weight: bold;
|
||||
}
|
||||
.reveal em {
|
||||
font-style: italic;
|
||||
}
|
||||
.reveal ol,
|
||||
.reveal dl,
|
||||
.reveal ul {
|
||||
display: inline-block;
|
||||
text-align: left;
|
||||
margin: 0 0 0 1em;
|
||||
}
|
||||
.reveal ol {
|
||||
list-style-type: decimal;
|
||||
}
|
||||
.reveal ul {
|
||||
list-style-type: disc;
|
||||
}
|
||||
.reveal ul ul {
|
||||
list-style-type: square;
|
||||
}
|
||||
.reveal ul ul ul {
|
||||
list-style-type: circle;
|
||||
}
|
||||
.reveal ul ul,
|
||||
.reveal ul ol,
|
||||
.reveal ol ol,
|
||||
.reveal ol ul {
|
||||
display: block;
|
||||
margin-left: 40px;
|
||||
}
|
||||
.reveal dt {
|
||||
font-weight: bold;
|
||||
}
|
||||
.reveal dd {
|
||||
margin-left: 40px;
|
||||
}
|
||||
.reveal blockquote {
|
||||
display: block;
|
||||
position: relative;
|
||||
width: 70%;
|
||||
margin: var(--r-block-margin) auto;
|
||||
padding: 5px;
|
||||
font-style: italic;
|
||||
background: rgba(255, 255, 255, 0.05);
|
||||
box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.reveal blockquote p:first-child,
|
||||
.reveal blockquote p:last-child {
|
||||
display: inline-block;
|
||||
}
|
||||
.reveal q {
|
||||
font-style: italic;
|
||||
}
|
||||
.reveal pre {
|
||||
display: block;
|
||||
position: relative;
|
||||
width: 90%;
|
||||
margin: var(--r-block-margin) auto;
|
||||
text-align: left;
|
||||
font-size: 0.55em;
|
||||
font-family: var(--r-code-font);
|
||||
line-height: 1.2em;
|
||||
word-wrap: break-word;
|
||||
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.reveal code {
|
||||
font-family: var(--r-code-font);
|
||||
text-transform: none;
|
||||
tab-size: 2;
|
||||
}
|
||||
.reveal pre code {
|
||||
display: block;
|
||||
padding: 5px;
|
||||
overflow: auto;
|
||||
max-height: 400px;
|
||||
word-wrap: normal;
|
||||
}
|
||||
.reveal .code-wrapper {
|
||||
white-space: normal;
|
||||
}
|
||||
.reveal .code-wrapper code {
|
||||
white-space: pre;
|
||||
}
|
||||
.reveal table {
|
||||
margin: auto;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
.reveal table th {
|
||||
font-weight: bold;
|
||||
}
|
||||
.reveal table th,
|
||||
.reveal table td {
|
||||
text-align: left;
|
||||
padding: 0.2em 0.5em;
|
||||
border-bottom: 1px solid;
|
||||
}
|
||||
.reveal table th[align=center],
|
||||
.reveal table td[align=center] {
|
||||
text-align: center;
|
||||
}
|
||||
.reveal table th[align=right],
|
||||
.reveal table td[align=right] {
|
||||
text-align: right;
|
||||
}
|
||||
.reveal table tbody tr:last-child th,
|
||||
.reveal table tbody tr:last-child td {
|
||||
border-bottom: none;
|
||||
}
|
||||
.reveal sup {
|
||||
vertical-align: super;
|
||||
font-size: smaller;
|
||||
}
|
||||
.reveal sub {
|
||||
vertical-align: sub;
|
||||
font-size: smaller;
|
||||
}
|
||||
.reveal small {
|
||||
display: inline-block;
|
||||
font-size: 0.6em;
|
||||
line-height: 1.2em;
|
||||
vertical-align: top;
|
||||
}
|
||||
.reveal small * {
|
||||
vertical-align: top;
|
||||
}
|
||||
.reveal img {
|
||||
margin: var(--r-block-margin) 0;
|
||||
}
|
||||
.reveal a {
|
||||
color: var(--r-link-color);
|
||||
text-decoration: none;
|
||||
transition: color 0.15s ease;
|
||||
}
|
||||
.reveal a:hover {
|
||||
color: var(--r-link-color-hover);
|
||||
text-shadow: none;
|
||||
border: none;
|
||||
}
|
||||
.reveal .roll span:after {
|
||||
color: #fff;
|
||||
background: var(--r-link-color-dark);
|
||||
}
|
||||
.reveal .r-frame {
|
||||
border: 4px solid var(--r-main-color);
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.reveal a .r-frame {
|
||||
transition: all 0.15s linear;
|
||||
}
|
||||
.reveal a:hover .r-frame {
|
||||
border-color: var(--r-link-color);
|
||||
box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
|
||||
}
|
||||
.reveal .controls {
|
||||
color: var(--r-link-color) !important;
|
||||
}
|
||||
.reveal .progress {
|
||||
background: rgba(0, 0, 0, 0.2);
|
||||
color: var(--r-link-color);
|
||||
}
|
||||
@media print {
|
||||
.backgrounds {
|
||||
background-color: var(--r-background-color);
|
||||
}
|
||||
}
|
||||
.has-dark-background canvas[data-chart] {
|
||||
background-color: white;
|
||||
}
|
||||
.has-light-background canvas[data-chart] {
|
||||
background-color: unset;
|
||||
}
|
||||
canvas[data-chart] {
|
||||
padding: 0.5em;
|
||||
}
|
||||
.reveal .hljs {
|
||||
min-height: 50%;
|
||||
}
|
||||
364
.obsidian/plugins/obsidian-advanced-slides/dist/theme/blood.css
vendored
Normal file
@@ -0,0 +1,364 @@
|
||||
@import "https://fonts.googleapis.com/css?family=Ubuntu:300,700,300italic,700italic";
|
||||
.reveal .has-light-background,
|
||||
.reveal .has-light-background h1,
|
||||
.reveal .has-light-background h2,
|
||||
.reveal .has-light-background h3,
|
||||
.reveal .has-light-background h4,
|
||||
.reveal .has-light-background h5,
|
||||
.reveal .has-light-background h6 {
|
||||
color: #222;
|
||||
}
|
||||
:root {
|
||||
--r-background-color: #222;
|
||||
--r-main-font: Ubuntu, sans-serif;
|
||||
--r-main-font-size: 40px;
|
||||
--r-main-color: #eee;
|
||||
--r-block-margin: 20px;
|
||||
--r-heading-margin: 0 0 20px 0;
|
||||
--r-heading-font: Ubuntu, sans-serif;
|
||||
--r-heading-color: #eee;
|
||||
--r-heading-line-height: 1.2;
|
||||
--r-heading-letter-spacing: normal;
|
||||
--r-heading-text-transform: uppercase;
|
||||
--r-heading-text-shadow: 2px 2px 2px #222;
|
||||
--r-heading1-font-weight: normal;
|
||||
--r-heading2-font-weight: normal;
|
||||
--r-heading3-font-weight: normal;
|
||||
--r-heading4-font-weight: normal;
|
||||
--r-heading5-font-weight: normal;
|
||||
--r-heading6-font-weight: normal;
|
||||
--r-heading1-text-shadow:
|
||||
0 1px 0 #ccc,
|
||||
0 2px 0 #c9c9c9,
|
||||
0 3px 0 #bbb,
|
||||
0 4px 0 #b9b9b9,
|
||||
0 5px 0 #aaa,
|
||||
0 6px 1px rgba(0, 0, 0, 0.1),
|
||||
0 0 5px rgba(0, 0, 0, 0.1),
|
||||
0 1px 3px rgba(0, 0, 0, 0.3),
|
||||
0 3px 5px rgba(0, 0, 0, 0.2),
|
||||
0 5px 10px rgba(0, 0, 0, 0.25),
|
||||
0 20px 20px rgba(0, 0, 0, 0.15);
|
||||
--r-heading1-size: 3.77em;
|
||||
--r-heading2-size: 2.11em;
|
||||
--r-heading3-size: 1.55em;
|
||||
--r-heading4-size: 1em;
|
||||
--r-heading5-size: 0.8em;
|
||||
--r-heading6-size: 0.6em;
|
||||
--r-code-font: monospace;
|
||||
--r-link-color: #a23;
|
||||
--r-link-color-dark: #6a1520;
|
||||
--r-link-color-hover: #dd5566;
|
||||
--r-selection-background-color: #a23;
|
||||
--r-selection-color: #fff;
|
||||
}
|
||||
.reveal-viewport {
|
||||
background: #222;
|
||||
background-color: var(--r-background-color);
|
||||
}
|
||||
.reveal {
|
||||
font-family: var(--r-main-font);
|
||||
font-size: var(--r-main-font-size);
|
||||
font-weight: normal;
|
||||
color: var(--r-main-color);
|
||||
}
|
||||
.reveal ::selection {
|
||||
color: var(--r-selection-color);
|
||||
background: var(--r-selection-background-color);
|
||||
text-shadow: none;
|
||||
}
|
||||
.reveal ::-moz-selection {
|
||||
color: var(--r-selection-color);
|
||||
background: var(--r-selection-background-color);
|
||||
text-shadow: none;
|
||||
}
|
||||
.reveal .slides section,
|
||||
.reveal .slides section > section {
|
||||
line-height: 1.3;
|
||||
font-weight: inherit;
|
||||
}
|
||||
.reveal h1,
|
||||
.reveal h2,
|
||||
.reveal h3,
|
||||
.reveal h4,
|
||||
.reveal h5,
|
||||
.reveal h6 {
|
||||
margin: var(--r-heading-margin);
|
||||
color: var(--r-heading-color);
|
||||
font-family: var(--r-heading-font);
|
||||
line-height: var(--r-heading-line-height);
|
||||
letter-spacing: var(--r-heading-letter-spacing);
|
||||
text-transform: var(--r-heading-text-transform);
|
||||
text-shadow: var(--r-heading-text-shadow);
|
||||
word-wrap: break-word;
|
||||
}
|
||||
.reveal h1 {
|
||||
font-size: var(--r-heading1-size);
|
||||
}
|
||||
.reveal h2 {
|
||||
font-size: var(--r-heading2-size);
|
||||
}
|
||||
.reveal h3 {
|
||||
font-size: var(--r-heading3-size);
|
||||
}
|
||||
.reveal h4 {
|
||||
font-size: var(--r-heading4-size);
|
||||
}
|
||||
.reveal h5 {
|
||||
font-size: var(--r-heading5-size);
|
||||
}
|
||||
.reveal h6 {
|
||||
font-size: var(--r-heading6-size);
|
||||
}
|
||||
.reveal h1 {
|
||||
font-weight: var(--r-heading1-font-weight);
|
||||
}
|
||||
.reveal h2 {
|
||||
font-weight: var(--r-heading2-font-weight);
|
||||
}
|
||||
.reveal h3 {
|
||||
font-weight: var(--r-heading3-font-weight);
|
||||
}
|
||||
.reveal h4 {
|
||||
font-weight: var(--r-heading4-font-weight);
|
||||
}
|
||||
.reveal h5 {
|
||||
font-weight: var(--r-heading5-font-weight);
|
||||
}
|
||||
.reveal h6 {
|
||||
font-weight: var(--r-heading6-font-weight);
|
||||
}
|
||||
.reveal h1 {
|
||||
text-shadow: var(--r-heading1-text-shadow);
|
||||
}
|
||||
.reveal .slides > section.drop {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
height: 100%;
|
||||
}
|
||||
.reveal p {
|
||||
margin: var(--r-block-margin) 0;
|
||||
line-height: 1.3;
|
||||
}
|
||||
.reveal h1:last-child,
|
||||
.reveal h2:last-child,
|
||||
.reveal h3:last-child,
|
||||
.reveal h4:last-child,
|
||||
.reveal h5:last-child,
|
||||
.reveal h6:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.reveal img,
|
||||
.reveal video,
|
||||
.reveal iframe {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
.reveal strong,
|
||||
.reveal b {
|
||||
font-weight: bold;
|
||||
}
|
||||
.reveal em {
|
||||
font-style: italic;
|
||||
}
|
||||
.reveal ol,
|
||||
.reveal dl,
|
||||
.reveal ul {
|
||||
display: inline-block;
|
||||
text-align: left;
|
||||
margin: 0 0 0 1em;
|
||||
}
|
||||
.reveal ol {
|
||||
list-style-type: decimal;
|
||||
}
|
||||
.reveal ul {
|
||||
list-style-type: disc;
|
||||
}
|
||||
.reveal ul ul {
|
||||
list-style-type: square;
|
||||
}
|
||||
.reveal ul ul ul {
|
||||
list-style-type: circle;
|
||||
}
|
||||
.reveal ul ul,
|
||||
.reveal ul ol,
|
||||
.reveal ol ol,
|
||||
.reveal ol ul {
|
||||
display: block;
|
||||
margin-left: 40px;
|
||||
}
|
||||
.reveal dt {
|
||||
font-weight: bold;
|
||||
}
|
||||
.reveal dd {
|
||||
margin-left: 40px;
|
||||
}
|
||||
.reveal blockquote {
|
||||
display: block;
|
||||
position: relative;
|
||||
width: 70%;
|
||||
margin: var(--r-block-margin) auto;
|
||||
padding: 5px;
|
||||
font-style: italic;
|
||||
background: rgba(255, 255, 255, 0.05);
|
||||
box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.reveal blockquote p:first-child,
|
||||
.reveal blockquote p:last-child {
|
||||
display: inline-block;
|
||||
}
|
||||
.reveal q {
|
||||
font-style: italic;
|
||||
}
|
||||
.reveal pre {
|
||||
display: block;
|
||||
position: relative;
|
||||
width: 90%;
|
||||
margin: var(--r-block-margin) auto;
|
||||
text-align: left;
|
||||
font-size: 0.55em;
|
||||
font-family: var(--r-code-font);
|
||||
line-height: 1.2em;
|
||||
word-wrap: break-word;
|
||||
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.reveal code {
|
||||
font-family: var(--r-code-font);
|
||||
text-transform: none;
|
||||
tab-size: 2;
|
||||
}
|
||||
.reveal pre code {
|
||||
display: block;
|
||||
padding: 5px;
|
||||
overflow: auto;
|
||||
max-height: 400px;
|
||||
word-wrap: normal;
|
||||
}
|
||||
.reveal .code-wrapper {
|
||||
white-space: normal;
|
||||
}
|
||||
.reveal .code-wrapper code {
|
||||
white-space: pre;
|
||||
}
|
||||
.reveal table {
|
||||
margin: auto;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
.reveal table th {
|
||||
font-weight: bold;
|
||||
}
|
||||
.reveal table th,
|
||||
.reveal table td {
|
||||
text-align: left;
|
||||
padding: 0.2em 0.5em;
|
||||
border-bottom: 1px solid;
|
||||
}
|
||||
.reveal table th[align=center],
|
||||
.reveal table td[align=center] {
|
||||
text-align: center;
|
||||
}
|
||||
.reveal table th[align=right],
|
||||
.reveal table td[align=right] {
|
||||
text-align: right;
|
||||
}
|
||||
.reveal table tbody tr:last-child th,
|
||||
.reveal table tbody tr:last-child td {
|
||||
border-bottom: none;
|
||||
}
|
||||
.reveal sup {
|
||||
vertical-align: super;
|
||||
font-size: smaller;
|
||||
}
|
||||
.reveal sub {
|
||||
vertical-align: sub;
|
||||
font-size: smaller;
|
||||
}
|
||||
.reveal small {
|
||||
display: inline-block;
|
||||
font-size: 0.6em;
|
||||
line-height: 1.2em;
|
||||
vertical-align: top;
|
||||
}
|
||||
.reveal small * {
|
||||
vertical-align: top;
|
||||
}
|
||||
.reveal img {
|
||||
margin: var(--r-block-margin) 0;
|
||||
}
|
||||
.reveal a {
|
||||
color: var(--r-link-color);
|
||||
text-decoration: none;
|
||||
transition: color 0.15s ease;
|
||||
}
|
||||
.reveal a:hover {
|
||||
color: var(--r-link-color-hover);
|
||||
text-shadow: none;
|
||||
border: none;
|
||||
}
|
||||
.reveal .roll span:after {
|
||||
color: #fff;
|
||||
background: var(--r-link-color-dark);
|
||||
}
|
||||
.reveal .r-frame {
|
||||
border: 4px solid var(--r-main-color);
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.reveal a .r-frame {
|
||||
transition: all 0.15s linear;
|
||||
}
|
||||
.reveal a:hover .r-frame {
|
||||
border-color: var(--r-link-color);
|
||||
box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
|
||||
}
|
||||
.reveal .controls {
|
||||
color: var(--r-link-color) !important;
|
||||
}
|
||||
.reveal .progress {
|
||||
background: rgba(0, 0, 0, 0.2);
|
||||
color: var(--r-link-color);
|
||||
}
|
||||
@media print {
|
||||
.backgrounds {
|
||||
background-color: var(--r-background-color);
|
||||
}
|
||||
}
|
||||
.has-dark-background canvas[data-chart] {
|
||||
background-color: white;
|
||||
}
|
||||
.has-light-background canvas[data-chart] {
|
||||
background-color: unset;
|
||||
}
|
||||
canvas[data-chart] {
|
||||
padding: 0.5em;
|
||||
}
|
||||
.reveal .hljs {
|
||||
min-height: 50%;
|
||||
}
|
||||
.reveal p {
|
||||
font-weight: 300;
|
||||
text-shadow: 1px 1px #222;
|
||||
}
|
||||
section.has-light-background p,
|
||||
section.has-light-background h1,
|
||||
section.has-light-background h2,
|
||||
section.has-light-background h3,
|
||||
section.has-light-background h4 {
|
||||
text-shadow: none;
|
||||
}
|
||||
.reveal h1,
|
||||
.reveal h2,
|
||||
.reveal h3,
|
||||
.reveal h4,
|
||||
.reveal h5,
|
||||
.reveal h6 {
|
||||
font-weight: 700;
|
||||
}
|
||||
.reveal p code {
|
||||
background-color: #23241f;
|
||||
display: inline-block;
|
||||
border-radius: 7px;
|
||||
}
|
||||
.reveal small code {
|
||||
vertical-align: baseline;
|
||||
}
|
||||
362
.obsidian/plugins/obsidian-advanced-slides/dist/theme/consult.css
vendored
Normal file
@@ -0,0 +1,362 @@
|
||||
@charset "UTF-8";
|
||||
.reveal .has-light-background,
|
||||
.reveal .has-light-background h1,
|
||||
.reveal .has-light-background h2,
|
||||
.reveal .has-light-background h3,
|
||||
.reveal .has-light-background h4,
|
||||
.reveal .has-light-background h5,
|
||||
.reveal .has-light-background h6 {
|
||||
color: #595C5D;
|
||||
}
|
||||
:root {
|
||||
--r-background-color: #E6E7E7;
|
||||
--r-main-font:
|
||||
Calibri,
|
||||
Helvetica,
|
||||
sans-serif;
|
||||
--r-main-font-size: 16px;
|
||||
--r-main-color: #595C5D;
|
||||
--r-block-margin: 20px;
|
||||
--r-heading-margin: 0 0 20px 0;
|
||||
--r-heading-font:
|
||||
Calibri,
|
||||
Helvetica,
|
||||
sans-serif;
|
||||
--r-heading-color: #595C5D;
|
||||
--r-heading-line-height: 1.2;
|
||||
--r-heading-letter-spacing: normal;
|
||||
--r-heading-text-transform: none;
|
||||
--r-heading-text-shadow: none;
|
||||
--r-heading1-font-weight: 600;
|
||||
--r-heading2-font-weight: 600;
|
||||
--r-heading3-font-weight: 600;
|
||||
--r-heading4-font-weight: 600;
|
||||
--r-heading5-font-weight: 400;
|
||||
--r-heading6-font-weight: 400;
|
||||
--r-heading1-text-shadow: none;
|
||||
--r-heading1-size: 3.75em;
|
||||
--r-heading2-size: 1.875em;
|
||||
--r-heading3-size: 1.5em;
|
||||
--r-heading4-size: 1em;
|
||||
--r-heading5-size: 0.75em;
|
||||
--r-heading6-size: 0.625em;
|
||||
--r-code-font: monospace;
|
||||
--r-link-color: #42affa;
|
||||
--r-link-color-dark: #068de9;
|
||||
--r-link-color-hover: #8dcffc;
|
||||
--r-selection-background-color: #bee4fd;
|
||||
--r-selection-color: #fff;
|
||||
}
|
||||
.reveal-viewport {
|
||||
background: #E6E7E7;
|
||||
background-color: var(--r-background-color);
|
||||
}
|
||||
.reveal {
|
||||
font-family: var(--r-main-font);
|
||||
font-size: var(--r-main-font-size);
|
||||
font-weight: normal;
|
||||
color: var(--r-main-color);
|
||||
}
|
||||
.reveal ::selection {
|
||||
color: var(--r-selection-color);
|
||||
background: var(--r-selection-background-color);
|
||||
text-shadow: none;
|
||||
}
|
||||
.reveal ::-moz-selection {
|
||||
color: var(--r-selection-color);
|
||||
background: var(--r-selection-background-color);
|
||||
text-shadow: none;
|
||||
}
|
||||
.reveal .slides section,
|
||||
.reveal .slides section > section {
|
||||
line-height: 1.3;
|
||||
font-weight: inherit;
|
||||
}
|
||||
.reveal h1,
|
||||
.reveal h2,
|
||||
.reveal h3,
|
||||
.reveal h4,
|
||||
.reveal h5,
|
||||
.reveal h6 {
|
||||
margin: var(--r-heading-margin);
|
||||
color: var(--r-heading-color);
|
||||
font-family: var(--r-heading-font);
|
||||
line-height: var(--r-heading-line-height);
|
||||
letter-spacing: var(--r-heading-letter-spacing);
|
||||
text-transform: var(--r-heading-text-transform);
|
||||
text-shadow: var(--r-heading-text-shadow);
|
||||
word-wrap: break-word;
|
||||
}
|
||||
.reveal h1 {
|
||||
font-size: var(--r-heading1-size);
|
||||
}
|
||||
.reveal h2 {
|
||||
font-size: var(--r-heading2-size);
|
||||
}
|
||||
.reveal h3 {
|
||||
font-size: var(--r-heading3-size);
|
||||
}
|
||||
.reveal h4 {
|
||||
font-size: var(--r-heading4-size);
|
||||
}
|
||||
.reveal h5 {
|
||||
font-size: var(--r-heading5-size);
|
||||
}
|
||||
.reveal h6 {
|
||||
font-size: var(--r-heading6-size);
|
||||
}
|
||||
.reveal h1 {
|
||||
font-weight: var(--r-heading1-font-weight);
|
||||
}
|
||||
.reveal h2 {
|
||||
font-weight: var(--r-heading2-font-weight);
|
||||
}
|
||||
.reveal h3 {
|
||||
font-weight: var(--r-heading3-font-weight);
|
||||
}
|
||||
.reveal h4 {
|
||||
font-weight: var(--r-heading4-font-weight);
|
||||
}
|
||||
.reveal h5 {
|
||||
font-weight: var(--r-heading5-font-weight);
|
||||
}
|
||||
.reveal h6 {
|
||||
font-weight: var(--r-heading6-font-weight);
|
||||
}
|
||||
.reveal h1 {
|
||||
text-shadow: var(--r-heading1-text-shadow);
|
||||
}
|
||||
.reveal .slides > section.drop {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
height: 100%;
|
||||
}
|
||||
.reveal p {
|
||||
margin: var(--r-block-margin) 0;
|
||||
line-height: 1.3;
|
||||
}
|
||||
.reveal h1:last-child,
|
||||
.reveal h2:last-child,
|
||||
.reveal h3:last-child,
|
||||
.reveal h4:last-child,
|
||||
.reveal h5:last-child,
|
||||
.reveal h6:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.reveal img,
|
||||
.reveal video,
|
||||
.reveal iframe {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
.reveal strong,
|
||||
.reveal b {
|
||||
font-weight: bold;
|
||||
}
|
||||
.reveal em {
|
||||
font-style: italic;
|
||||
}
|
||||
.reveal ol,
|
||||
.reveal dl,
|
||||
.reveal ul {
|
||||
display: inline-block;
|
||||
text-align: left;
|
||||
margin: 0 0 0 1em;
|
||||
}
|
||||
.reveal ol {
|
||||
list-style-type: decimal;
|
||||
}
|
||||
.reveal ul {
|
||||
list-style-type: disc;
|
||||
}
|
||||
.reveal ul ul {
|
||||
list-style-type: square;
|
||||
}
|
||||
.reveal ul ul ul {
|
||||
list-style-type: circle;
|
||||
}
|
||||
.reveal ul ul,
|
||||
.reveal ul ol,
|
||||
.reveal ol ol,
|
||||
.reveal ol ul {
|
||||
display: block;
|
||||
margin-left: 40px;
|
||||
}
|
||||
.reveal dt {
|
||||
font-weight: bold;
|
||||
}
|
||||
.reveal dd {
|
||||
margin-left: 40px;
|
||||
}
|
||||
.reveal blockquote {
|
||||
display: block;
|
||||
position: relative;
|
||||
width: 70%;
|
||||
margin: var(--r-block-margin) auto;
|
||||
padding: 5px;
|
||||
font-style: italic;
|
||||
background: rgba(255, 255, 255, 0.05);
|
||||
box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.reveal blockquote p:first-child,
|
||||
.reveal blockquote p:last-child {
|
||||
display: inline-block;
|
||||
}
|
||||
.reveal q {
|
||||
font-style: italic;
|
||||
}
|
||||
.reveal pre {
|
||||
display: block;
|
||||
position: relative;
|
||||
width: 90%;
|
||||
margin: var(--r-block-margin) auto;
|
||||
text-align: left;
|
||||
font-size: 0.55em;
|
||||
font-family: var(--r-code-font);
|
||||
line-height: 1.2em;
|
||||
word-wrap: break-word;
|
||||
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.reveal code {
|
||||
font-family: var(--r-code-font);
|
||||
text-transform: none;
|
||||
tab-size: 2;
|
||||
}
|
||||
.reveal pre code {
|
||||
display: block;
|
||||
padding: 5px;
|
||||
overflow: auto;
|
||||
max-height: 400px;
|
||||
word-wrap: normal;
|
||||
}
|
||||
.reveal .code-wrapper {
|
||||
white-space: normal;
|
||||
}
|
||||
.reveal .code-wrapper code {
|
||||
white-space: pre;
|
||||
}
|
||||
.reveal table {
|
||||
margin: auto;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
.reveal table th {
|
||||
font-weight: bold;
|
||||
}
|
||||
.reveal table th,
|
||||
.reveal table td {
|
||||
text-align: left;
|
||||
padding: 0.2em 0.5em;
|
||||
border-bottom: 1px solid;
|
||||
}
|
||||
.reveal table th[align=center],
|
||||
.reveal table td[align=center] {
|
||||
text-align: center;
|
||||
}
|
||||
.reveal table th[align=right],
|
||||
.reveal table td[align=right] {
|
||||
text-align: right;
|
||||
}
|
||||
.reveal table tbody tr:last-child th,
|
||||
.reveal table tbody tr:last-child td {
|
||||
border-bottom: none;
|
||||
}
|
||||
.reveal sup {
|
||||
vertical-align: super;
|
||||
font-size: smaller;
|
||||
}
|
||||
.reveal sub {
|
||||
vertical-align: sub;
|
||||
font-size: smaller;
|
||||
}
|
||||
.reveal small {
|
||||
display: inline-block;
|
||||
font-size: 0.6em;
|
||||
line-height: 1.2em;
|
||||
vertical-align: top;
|
||||
}
|
||||
.reveal small * {
|
||||
vertical-align: top;
|
||||
}
|
||||
.reveal img {
|
||||
margin: var(--r-block-margin) 0;
|
||||
}
|
||||
.reveal a {
|
||||
color: var(--r-link-color);
|
||||
text-decoration: none;
|
||||
transition: color 0.15s ease;
|
||||
}
|
||||
.reveal a:hover {
|
||||
color: var(--r-link-color-hover);
|
||||
text-shadow: none;
|
||||
border: none;
|
||||
}
|
||||
.reveal .roll span:after {
|
||||
color: #fff;
|
||||
background: var(--r-link-color-dark);
|
||||
}
|
||||
.reveal .r-frame {
|
||||
border: 4px solid var(--r-main-color);
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.reveal a .r-frame {
|
||||
transition: all 0.15s linear;
|
||||
}
|
||||
.reveal a:hover .r-frame {
|
||||
border-color: var(--r-link-color);
|
||||
box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
|
||||
}
|
||||
.reveal .controls {
|
||||
color: var(--r-link-color) !important;
|
||||
}
|
||||
.reveal .progress {
|
||||
background: rgba(0, 0, 0, 0.2);
|
||||
color: var(--r-link-color);
|
||||
}
|
||||
@media print {
|
||||
.backgrounds {
|
||||
background-color: var(--r-background-color);
|
||||
}
|
||||
}
|
||||
.has-dark-background canvas[data-chart] {
|
||||
background-color: white;
|
||||
}
|
||||
.has-light-background canvas[data-chart] {
|
||||
background-color: unset;
|
||||
}
|
||||
canvas[data-chart] {
|
||||
padding: 0.5em;
|
||||
}
|
||||
.reveal .hljs {
|
||||
min-height: 50%;
|
||||
}
|
||||
.reveal table th,
|
||||
.reveal table td {
|
||||
vertical-align: top;
|
||||
}
|
||||
.reveal table th,
|
||||
.reveal table td {
|
||||
border-left: 1px solid;
|
||||
}
|
||||
.reveal table th:first-child,
|
||||
.reveal table td:first-child {
|
||||
border-left: 0;
|
||||
}
|
||||
ul,
|
||||
ol {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
ul > li,
|
||||
ol > li {
|
||||
padding-bottom: 0.625em;
|
||||
}
|
||||
li > ul,
|
||||
li > ol {
|
||||
padding-top: 0.625em;
|
||||
}
|
||||
.compressedList > ol > li,
|
||||
.compressedList > ul > li:not(:last-child),
|
||||
.compressedList * > ul > li:not(:last-child) {
|
||||
padding: 0;
|
||||
}
|
||||
27
.obsidian/plugins/obsidian-advanced-slides/dist/theme/fonts/lato/lato.css
vendored
Normal file
6
.obsidian/plugins/obsidian-advanced-slides/dist/theme/fonts/league-gothic/league-gothic.css
vendored
Normal file
45
.obsidian/plugins/obsidian-advanced-slides/dist/theme/fonts/source-sans-pro/LICENSE
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
SIL Open Font License
|
||||
|
||||
Copyright 2010, 2012 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved Font Name ‘Source’. All Rights Reserved. Source is a trademark of Adobe Systems Incorporated in the United States and/or other countries.
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL
|
||||
|
||||
—————————————————————————————-
|
||||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||
—————————————————————————————-
|
||||
|
||||
PREAMBLE
|
||||
The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others.
|
||||
|
||||
The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives.
|
||||
|
||||
DEFINITIONS
|
||||
“Font Software” refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation.
|
||||
|
||||
“Reserved Font Name” refers to any names specified as such after the copyright statement(s).
|
||||
|
||||
“Original Version” refers to the collection of Font Software components as distributed by the Copyright Holder(s).
|
||||
|
||||
“Modified Version” refers to any derivative made by adding to, deleting, or substituting—in part or in whole—any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment.
|
||||
|
||||
“Author” refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software.
|
||||
|
||||
PERMISSION & CONDITIONS
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions:
|
||||
|
||||
1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself.
|
||||
|
||||
2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user.
|
||||
|
||||
3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users.
|
||||
|
||||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission.
|
||||
|
||||
5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software.
|
||||
|
||||
TERMINATION
|
||||
This license becomes null and void if any of the above conditions are not met.
|
||||
|
||||
DISCLAIMER
|
||||
THE FONT SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
|
||||
39
.obsidian/plugins/obsidian-advanced-slides/dist/theme/fonts/source-sans-pro/source-sans-pro.css
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
@font-face {
|
||||
font-family: 'Source Sans Pro';
|
||||
src: url('./source-sans-pro-regular.eot');
|
||||
src: url('./source-sans-pro-regular.eot?#iefix') format('embedded-opentype'),
|
||||
url('./source-sans-pro-regular.woff') format('woff'),
|
||||
url('./source-sans-pro-regular.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Source Sans Pro';
|
||||
src: url('./source-sans-pro-italic.eot');
|
||||
src: url('./source-sans-pro-italic.eot?#iefix') format('embedded-opentype'),
|
||||
url('./source-sans-pro-italic.woff') format('woff'),
|
||||
url('./source-sans-pro-italic.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Source Sans Pro';
|
||||
src: url('./source-sans-pro-semibold.eot');
|
||||
src: url('./source-sans-pro-semibold.eot?#iefix') format('embedded-opentype'),
|
||||
url('./source-sans-pro-semibold.woff') format('woff'),
|
||||
url('./source-sans-pro-semibold.ttf') format('truetype');
|
||||
font-weight: 600;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Source Sans Pro';
|
||||
src: url('./source-sans-pro-semibolditalic.eot');
|
||||
src: url('./source-sans-pro-semibolditalic.eot?#iefix') format('embedded-opentype'),
|
||||
url('./source-sans-pro-semibolditalic.woff') format('woff'),
|
||||
url('./source-sans-pro-semibolditalic.ttf') format('truetype');
|
||||
font-weight: 600;
|
||||
font-style: italic;
|
||||
}
|
||||
347
.obsidian/plugins/obsidian-advanced-slides/dist/theme/league.css
vendored
Normal file
@@ -0,0 +1,347 @@
|
||||
@import "./fonts/league-gothic/league-gothic.css";
|
||||
@import "https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic";
|
||||
.reveal .has-light-background,
|
||||
.reveal .has-light-background h1,
|
||||
.reveal .has-light-background h2,
|
||||
.reveal .has-light-background h3,
|
||||
.reveal .has-light-background h4,
|
||||
.reveal .has-light-background h5,
|
||||
.reveal .has-light-background h6 {
|
||||
color: #222;
|
||||
}
|
||||
:root {
|
||||
--r-background-color: #2b2b2b;
|
||||
--r-main-font: Lato, sans-serif;
|
||||
--r-main-font-size: 40px;
|
||||
--r-main-color: #eee;
|
||||
--r-block-margin: 20px;
|
||||
--r-heading-margin: 0 0 20px 0;
|
||||
--r-heading-font:
|
||||
League Gothic,
|
||||
Impact,
|
||||
sans-serif;
|
||||
--r-heading-color: #eee;
|
||||
--r-heading-line-height: 1.2;
|
||||
--r-heading-letter-spacing: normal;
|
||||
--r-heading-text-transform: uppercase;
|
||||
--r-heading-text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
|
||||
--r-heading1-font-weight: normal;
|
||||
--r-heading2-font-weight: normal;
|
||||
--r-heading3-font-weight: normal;
|
||||
--r-heading4-font-weight: normal;
|
||||
--r-heading5-font-weight: normal;
|
||||
--r-heading6-font-weight: normal;
|
||||
--r-heading1-text-shadow:
|
||||
0 1px 0 #ccc,
|
||||
0 2px 0 #c9c9c9,
|
||||
0 3px 0 #bbb,
|
||||
0 4px 0 #b9b9b9,
|
||||
0 5px 0 #aaa,
|
||||
0 6px 1px rgba(0, 0, 0, 0.1),
|
||||
0 0 5px rgba(0, 0, 0, 0.1),
|
||||
0 1px 3px rgba(0, 0, 0, 0.3),
|
||||
0 3px 5px rgba(0, 0, 0, 0.2),
|
||||
0 5px 10px rgba(0, 0, 0, 0.25),
|
||||
0 20px 20px rgba(0, 0, 0, 0.15);
|
||||
--r-heading1-size: 3.77em;
|
||||
--r-heading2-size: 2.11em;
|
||||
--r-heading3-size: 1.55em;
|
||||
--r-heading4-size: 1em;
|
||||
--r-heading5-size: 0.8em;
|
||||
--r-heading6-size: 0.6em;
|
||||
--r-code-font: monospace;
|
||||
--r-link-color: #13DAEC;
|
||||
--r-link-color-dark: #0d99a5;
|
||||
--r-link-color-hover: #71e9f4;
|
||||
--r-selection-background-color: #FF5E99;
|
||||
--r-selection-color: #fff;
|
||||
}
|
||||
.reveal-viewport {
|
||||
background: rgb(28, 30, 32);
|
||||
background: -moz-radial-gradient(center, circle cover, rgb(85, 90, 95) 0%, rgb(28, 30, 32) 100%);
|
||||
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgb(85, 90, 95)), color-stop(100%, rgb(28, 30, 32)));
|
||||
background: -webkit-radial-gradient(center, circle cover, rgb(85, 90, 95) 0%, rgb(28, 30, 32) 100%);
|
||||
background: -o-radial-gradient(center, circle cover, rgb(85, 90, 95) 0%, rgb(28, 30, 32) 100%);
|
||||
background: -ms-radial-gradient(center, circle cover, rgb(85, 90, 95) 0%, rgb(28, 30, 32) 100%);
|
||||
background: radial-gradient(center, circle cover, rgb(85, 90, 95) 0%, rgb(28, 30, 32) 100%);
|
||||
background-color: var(--r-background-color);
|
||||
}
|
||||
.reveal {
|
||||
font-family: var(--r-main-font);
|
||||
font-size: var(--r-main-font-size);
|
||||
font-weight: normal;
|
||||
color: var(--r-main-color);
|
||||
}
|
||||
.reveal ::selection {
|
||||
color: var(--r-selection-color);
|
||||
background: var(--r-selection-background-color);
|
||||
text-shadow: none;
|
||||
}
|
||||
.reveal ::-moz-selection {
|
||||
color: var(--r-selection-color);
|
||||
background: var(--r-selection-background-color);
|
||||
text-shadow: none;
|
||||
}
|
||||
.reveal .slides section,
|
||||
.reveal .slides section > section {
|
||||
line-height: 1.3;
|
||||
font-weight: inherit;
|
||||
}
|
||||
.reveal h1,
|
||||
.reveal h2,
|
||||
.reveal h3,
|
||||
.reveal h4,
|
||||
.reveal h5,
|
||||
.reveal h6 {
|
||||
margin: var(--r-heading-margin);
|
||||
color: var(--r-heading-color);
|
||||
font-family: var(--r-heading-font);
|
||||
line-height: var(--r-heading-line-height);
|
||||
letter-spacing: var(--r-heading-letter-spacing);
|
||||
text-transform: var(--r-heading-text-transform);
|
||||
text-shadow: var(--r-heading-text-shadow);
|
||||
word-wrap: break-word;
|
||||
}
|
||||
.reveal h1 {
|
||||
font-size: var(--r-heading1-size);
|
||||
}
|
||||
.reveal h2 {
|
||||
font-size: var(--r-heading2-size);
|
||||
}
|
||||
.reveal h3 {
|
||||
font-size: var(--r-heading3-size);
|
||||
}
|
||||
.reveal h4 {
|
||||
font-size: var(--r-heading4-size);
|
||||
}
|
||||
.reveal h5 {
|
||||
font-size: var(--r-heading5-size);
|
||||
}
|
||||
.reveal h6 {
|
||||
font-size: var(--r-heading6-size);
|
||||
}
|
||||
.reveal h1 {
|
||||
font-weight: var(--r-heading1-font-weight);
|
||||
}
|
||||
.reveal h2 {
|
||||
font-weight: var(--r-heading2-font-weight);
|
||||
}
|
||||
.reveal h3 {
|
||||
font-weight: var(--r-heading3-font-weight);
|
||||
}
|
||||
.reveal h4 {
|
||||
font-weight: var(--r-heading4-font-weight);
|
||||
}
|
||||
.reveal h5 {
|
||||
font-weight: var(--r-heading5-font-weight);
|
||||
}
|
||||
.reveal h6 {
|
||||
font-weight: var(--r-heading6-font-weight);
|
||||
}
|
||||
.reveal h1 {
|
||||
text-shadow: var(--r-heading1-text-shadow);
|
||||
}
|
||||
.reveal .slides > section.drop {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
height: 100%;
|
||||
}
|
||||
.reveal p {
|
||||
margin: var(--r-block-margin) 0;
|
||||
line-height: 1.3;
|
||||
}
|
||||
.reveal h1:last-child,
|
||||
.reveal h2:last-child,
|
||||
.reveal h3:last-child,
|
||||
.reveal h4:last-child,
|
||||
.reveal h5:last-child,
|
||||
.reveal h6:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.reveal img,
|
||||
.reveal video,
|
||||
.reveal iframe {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
.reveal strong,
|
||||
.reveal b {
|
||||
font-weight: bold;
|
||||
}
|
||||
.reveal em {
|
||||
font-style: italic;
|
||||
}
|
||||
.reveal ol,
|
||||
.reveal dl,
|
||||
.reveal ul {
|
||||
display: inline-block;
|
||||
text-align: left;
|
||||
margin: 0 0 0 1em;
|
||||
}
|
||||
.reveal ol {
|
||||
list-style-type: decimal;
|
||||
}
|
||||
.reveal ul {
|
||||
list-style-type: disc;
|
||||
}
|
||||
.reveal ul ul {
|
||||
list-style-type: square;
|
||||
}
|
||||
.reveal ul ul ul {
|
||||
list-style-type: circle;
|
||||
}
|
||||
.reveal ul ul,
|
||||
.reveal ul ol,
|
||||
.reveal ol ol,
|
||||
.reveal ol ul {
|
||||
display: block;
|
||||
margin-left: 40px;
|
||||
}
|
||||
.reveal dt {
|
||||
font-weight: bold;
|
||||
}
|
||||
.reveal dd {
|
||||
margin-left: 40px;
|
||||
}
|
||||
.reveal blockquote {
|
||||
display: block;
|
||||
position: relative;
|
||||
width: 70%;
|
||||
margin: var(--r-block-margin) auto;
|
||||
padding: 5px;
|
||||
font-style: italic;
|
||||
background: rgba(255, 255, 255, 0.05);
|
||||
box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.reveal blockquote p:first-child,
|
||||
.reveal blockquote p:last-child {
|
||||
display: inline-block;
|
||||
}
|
||||
.reveal q {
|
||||
font-style: italic;
|
||||
}
|
||||
.reveal pre {
|
||||
display: block;
|
||||
position: relative;
|
||||
width: 90%;
|
||||
margin: var(--r-block-margin) auto;
|
||||
text-align: left;
|
||||
font-size: 0.55em;
|
||||
font-family: var(--r-code-font);
|
||||
line-height: 1.2em;
|
||||
word-wrap: break-word;
|
||||
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.reveal code {
|
||||
font-family: var(--r-code-font);
|
||||
text-transform: none;
|
||||
tab-size: 2;
|
||||
}
|
||||
.reveal pre code {
|
||||
display: block;
|
||||
padding: 5px;
|
||||
overflow: auto;
|
||||
max-height: 400px;
|
||||
word-wrap: normal;
|
||||
}
|
||||
.reveal .code-wrapper {
|
||||
white-space: normal;
|
||||
}
|
||||
.reveal .code-wrapper code {
|
||||
white-space: pre;
|
||||
}
|
||||
.reveal table {
|
||||
margin: auto;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
.reveal table th {
|
||||
font-weight: bold;
|
||||
}
|
||||
.reveal table th,
|
||||
.reveal table td {
|
||||
text-align: left;
|
||||
padding: 0.2em 0.5em;
|
||||
border-bottom: 1px solid;
|
||||
}
|
||||
.reveal table th[align=center],
|
||||
.reveal table td[align=center] {
|
||||
text-align: center;
|
||||
}
|
||||
.reveal table th[align=right],
|
||||
.reveal table td[align=right] {
|
||||
text-align: right;
|
||||
}
|
||||
.reveal table tbody tr:last-child th,
|
||||
.reveal table tbody tr:last-child td {
|
||||
border-bottom: none;
|
||||
}
|
||||
.reveal sup {
|
||||
vertical-align: super;
|
||||
font-size: smaller;
|
||||
}
|
||||
.reveal sub {
|
||||
vertical-align: sub;
|
||||
font-size: smaller;
|
||||
}
|
||||
.reveal small {
|
||||
display: inline-block;
|
||||
font-size: 0.6em;
|
||||
line-height: 1.2em;
|
||||
vertical-align: top;
|
||||
}
|
||||
.reveal small * {
|
||||
vertical-align: top;
|
||||
}
|
||||
.reveal img {
|
||||
margin: var(--r-block-margin) 0;
|
||||
}
|
||||
.reveal a {
|
||||
color: var(--r-link-color);
|
||||
text-decoration: none;
|
||||
transition: color 0.15s ease;
|
||||
}
|
||||
.reveal a:hover {
|
||||
color: var(--r-link-color-hover);
|
||||
text-shadow: none;
|
||||
border: none;
|
||||
}
|
||||
.reveal .roll span:after {
|
||||
color: #fff;
|
||||
background: var(--r-link-color-dark);
|
||||
}
|
||||
.reveal .r-frame {
|
||||
border: 4px solid var(--r-main-color);
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.reveal a .r-frame {
|
||||
transition: all 0.15s linear;
|
||||
}
|
||||
.reveal a:hover .r-frame {
|
||||
border-color: var(--r-link-color);
|
||||
box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
|
||||
}
|
||||
.reveal .controls {
|
||||
color: var(--r-link-color) !important;
|
||||
}
|
||||
.reveal .progress {
|
||||
background: rgba(0, 0, 0, 0.2);
|
||||
color: var(--r-link-color);
|
||||
}
|
||||
@media print {
|
||||
.backgrounds {
|
||||
background-color: var(--r-background-color);
|
||||
}
|
||||
}
|
||||
.has-dark-background canvas[data-chart] {
|
||||
background-color: white;
|
||||
}
|
||||
.has-light-background canvas[data-chart] {
|
||||
background-color: unset;
|
||||
}
|
||||
canvas[data-chart] {
|
||||
padding: 0.5em;
|
||||
}
|
||||
.reveal .hljs {
|
||||
min-height: 50%;
|
||||
}
|
||||
404
.obsidian/plugins/obsidian-advanced-slides/dist/theme/mattropolis.css
vendored
Normal file
334
.obsidian/plugins/obsidian-advanced-slides/dist/theme/moon.css
vendored
Normal file
@@ -0,0 +1,334 @@
|
||||
@import "./fonts/league-gothic/league-gothic.css";
|
||||
@import "https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic";
|
||||
html * {
|
||||
color-profile: sRGB;
|
||||
rendering-intent: auto;
|
||||
}
|
||||
.reveal .has-light-background,
|
||||
.reveal .has-light-background h1,
|
||||
.reveal .has-light-background h2,
|
||||
.reveal .has-light-background h3,
|
||||
.reveal .has-light-background h4,
|
||||
.reveal .has-light-background h5,
|
||||
.reveal .has-light-background h6 {
|
||||
color: #222;
|
||||
}
|
||||
:root {
|
||||
--r-background-color: #002b36;
|
||||
--r-main-font: Lato, sans-serif;
|
||||
--r-main-font-size: 40px;
|
||||
--r-main-color: #93a1a1;
|
||||
--r-block-margin: 20px;
|
||||
--r-heading-margin: 0 0 20px 0;
|
||||
--r-heading-font:
|
||||
League Gothic,
|
||||
Impact,
|
||||
sans-serif;
|
||||
--r-heading-color: #eee8d5;
|
||||
--r-heading-line-height: 1.2;
|
||||
--r-heading-letter-spacing: normal;
|
||||
--r-heading-text-transform: uppercase;
|
||||
--r-heading-text-shadow: none;
|
||||
--r-heading1-font-weight: normal;
|
||||
--r-heading2-font-weight: normal;
|
||||
--r-heading3-font-weight: normal;
|
||||
--r-heading4-font-weight: normal;
|
||||
--r-heading5-font-weight: normal;
|
||||
--r-heading6-font-weight: normal;
|
||||
--r-heading1-text-shadow: none;
|
||||
--r-heading1-size: 3.77em;
|
||||
--r-heading2-size: 2.11em;
|
||||
--r-heading3-size: 1.55em;
|
||||
--r-heading4-size: 1em;
|
||||
--r-heading5-size: 0.8em;
|
||||
--r-heading6-size: 0.6em;
|
||||
--r-code-font: monospace;
|
||||
--r-link-color: #268bd2;
|
||||
--r-link-color-dark: #1a6091;
|
||||
--r-link-color-hover: #78b9e6;
|
||||
--r-selection-background-color: #d33682;
|
||||
--r-selection-color: #fff;
|
||||
}
|
||||
.reveal-viewport {
|
||||
background: #002b36;
|
||||
background-color: var(--r-background-color);
|
||||
}
|
||||
.reveal {
|
||||
font-family: var(--r-main-font);
|
||||
font-size: var(--r-main-font-size);
|
||||
font-weight: normal;
|
||||
color: var(--r-main-color);
|
||||
}
|
||||
.reveal ::selection {
|
||||
color: var(--r-selection-color);
|
||||
background: var(--r-selection-background-color);
|
||||
text-shadow: none;
|
||||
}
|
||||
.reveal ::-moz-selection {
|
||||
color: var(--r-selection-color);
|
||||
background: var(--r-selection-background-color);
|
||||
text-shadow: none;
|
||||
}
|
||||
.reveal .slides section,
|
||||
.reveal .slides section > section {
|
||||
line-height: 1.3;
|
||||
font-weight: inherit;
|
||||
}
|
||||
.reveal h1,
|
||||
.reveal h2,
|
||||
.reveal h3,
|
||||
.reveal h4,
|
||||
.reveal h5,
|
||||
.reveal h6 {
|
||||
margin: var(--r-heading-margin);
|
||||
color: var(--r-heading-color);
|
||||
font-family: var(--r-heading-font);
|
||||
line-height: var(--r-heading-line-height);
|
||||
letter-spacing: var(--r-heading-letter-spacing);
|
||||
text-transform: var(--r-heading-text-transform);
|
||||
text-shadow: var(--r-heading-text-shadow);
|
||||
word-wrap: break-word;
|
||||
}
|
||||
.reveal h1 {
|
||||
font-size: var(--r-heading1-size);
|
||||
}
|
||||
.reveal h2 {
|
||||
font-size: var(--r-heading2-size);
|
||||
}
|
||||
.reveal h3 {
|
||||
font-size: var(--r-heading3-size);
|
||||
}
|
||||
.reveal h4 {
|
||||
font-size: var(--r-heading4-size);
|
||||
}
|
||||
.reveal h5 {
|
||||
font-size: var(--r-heading5-size);
|
||||
}
|
||||
.reveal h6 {
|
||||
font-size: var(--r-heading6-size);
|
||||
}
|
||||
.reveal h1 {
|
||||
font-weight: var(--r-heading1-font-weight);
|
||||
}
|
||||
.reveal h2 {
|
||||
font-weight: var(--r-heading2-font-weight);
|
||||
}
|
||||
.reveal h3 {
|
||||
font-weight: var(--r-heading3-font-weight);
|
||||
}
|
||||
.reveal h4 {
|
||||
font-weight: var(--r-heading4-font-weight);
|
||||
}
|
||||
.reveal h5 {
|
||||
font-weight: var(--r-heading5-font-weight);
|
||||
}
|
||||
.reveal h6 {
|
||||
font-weight: var(--r-heading6-font-weight);
|
||||
}
|
||||
.reveal h1 {
|
||||
text-shadow: var(--r-heading1-text-shadow);
|
||||
}
|
||||
.reveal .slides > section.drop {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
height: 100%;
|
||||
}
|
||||
.reveal p {
|
||||
margin: var(--r-block-margin) 0;
|
||||
line-height: 1.3;
|
||||
}
|
||||
.reveal h1:last-child,
|
||||
.reveal h2:last-child,
|
||||
.reveal h3:last-child,
|
||||
.reveal h4:last-child,
|
||||
.reveal h5:last-child,
|
||||
.reveal h6:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.reveal img,
|
||||
.reveal video,
|
||||
.reveal iframe {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
.reveal strong,
|
||||
.reveal b {
|
||||
font-weight: bold;
|
||||
}
|
||||
.reveal em {
|
||||
font-style: italic;
|
||||
}
|
||||
.reveal ol,
|
||||
.reveal dl,
|
||||
.reveal ul {
|
||||
display: inline-block;
|
||||
text-align: left;
|
||||
margin: 0 0 0 1em;
|
||||
}
|
||||
.reveal ol {
|
||||
list-style-type: decimal;
|
||||
}
|
||||
.reveal ul {
|
||||
list-style-type: disc;
|
||||
}
|
||||
.reveal ul ul {
|
||||
list-style-type: square;
|
||||
}
|
||||
.reveal ul ul ul {
|
||||
list-style-type: circle;
|
||||
}
|
||||
.reveal ul ul,
|
||||
.reveal ul ol,
|
||||
.reveal ol ol,
|
||||
.reveal ol ul {
|
||||
display: block;
|
||||
margin-left: 40px;
|
||||
}
|
||||
.reveal dt {
|
||||
font-weight: bold;
|
||||
}
|
||||
.reveal dd {
|
||||
margin-left: 40px;
|
||||
}
|
||||
.reveal blockquote {
|
||||
display: block;
|
||||
position: relative;
|
||||
width: 70%;
|
||||
margin: var(--r-block-margin) auto;
|
||||
padding: 5px;
|
||||
font-style: italic;
|
||||
background: rgba(255, 255, 255, 0.05);
|
||||
box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.reveal blockquote p:first-child,
|
||||
.reveal blockquote p:last-child {
|
||||
display: inline-block;
|
||||
}
|
||||
.reveal q {
|
||||
font-style: italic;
|
||||
}
|
||||
.reveal pre {
|
||||
display: block;
|
||||
position: relative;
|
||||
width: 90%;
|
||||
margin: var(--r-block-margin) auto;
|
||||
text-align: left;
|
||||
font-size: 0.55em;
|
||||
font-family: var(--r-code-font);
|
||||
line-height: 1.2em;
|
||||
word-wrap: break-word;
|
||||
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.reveal code {
|
||||
font-family: var(--r-code-font);
|
||||
text-transform: none;
|
||||
tab-size: 2;
|
||||
}
|
||||
.reveal pre code {
|
||||
display: block;
|
||||
padding: 5px;
|
||||
overflow: auto;
|
||||
max-height: 400px;
|
||||
word-wrap: normal;
|
||||
}
|
||||
.reveal .code-wrapper {
|
||||
white-space: normal;
|
||||
}
|
||||
.reveal .code-wrapper code {
|
||||
white-space: pre;
|
||||
}
|
||||
.reveal table {
|
||||
margin: auto;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
.reveal table th {
|
||||
font-weight: bold;
|
||||
}
|
||||
.reveal table th,
|
||||
.reveal table td {
|
||||
text-align: left;
|
||||
padding: 0.2em 0.5em;
|
||||
border-bottom: 1px solid;
|
||||
}
|
||||
.reveal table th[align=center],
|
||||
.reveal table td[align=center] {
|
||||
text-align: center;
|
||||
}
|
||||
.reveal table th[align=right],
|
||||
.reveal table td[align=right] {
|
||||
text-align: right;
|
||||
}
|
||||
.reveal table tbody tr:last-child th,
|
||||
.reveal table tbody tr:last-child td {
|
||||
border-bottom: none;
|
||||
}
|
||||
.reveal sup {
|
||||
vertical-align: super;
|
||||
font-size: smaller;
|
||||
}
|
||||
.reveal sub {
|
||||
vertical-align: sub;
|
||||
font-size: smaller;
|
||||
}
|
||||
.reveal small {
|
||||
display: inline-block;
|
||||
font-size: 0.6em;
|
||||
line-height: 1.2em;
|
||||
vertical-align: top;
|
||||
}
|
||||
.reveal small * {
|
||||
vertical-align: top;
|
||||
}
|
||||
.reveal img {
|
||||
margin: var(--r-block-margin) 0;
|
||||
}
|
||||
.reveal a {
|
||||
color: var(--r-link-color);
|
||||
text-decoration: none;
|
||||
transition: color 0.15s ease;
|
||||
}
|
||||
.reveal a:hover {
|
||||
color: var(--r-link-color-hover);
|
||||
text-shadow: none;
|
||||
border: none;
|
||||
}
|
||||
.reveal .roll span:after {
|
||||
color: #fff;
|
||||
background: var(--r-link-color-dark);
|
||||
}
|
||||
.reveal .r-frame {
|
||||
border: 4px solid var(--r-main-color);
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.reveal a .r-frame {
|
||||
transition: all 0.15s linear;
|
||||
}
|
||||
.reveal a:hover .r-frame {
|
||||
border-color: var(--r-link-color);
|
||||
box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
|
||||
}
|
||||
.reveal .controls {
|
||||
color: var(--r-link-color) !important;
|
||||
}
|
||||
.reveal .progress {
|
||||
background: rgba(0, 0, 0, 0.2);
|
||||
color: var(--r-link-color);
|
||||
}
|
||||
@media print {
|
||||
.backgrounds {
|
||||
background-color: var(--r-background-color);
|
||||
}
|
||||
}
|
||||
.has-dark-background canvas[data-chart] {
|
||||
background-color: white;
|
||||
}
|
||||
.has-light-background canvas[data-chart] {
|
||||
background-color: unset;
|
||||
}
|
||||
canvas[data-chart] {
|
||||
padding: 0.5em;
|
||||
}
|
||||
.reveal .hljs {
|
||||
min-height: 50%;
|
||||
}
|
||||
330
.obsidian/plugins/obsidian-advanced-slides/dist/theme/night.css
vendored
Normal file
@@ -0,0 +1,330 @@
|
||||
@import "https://fonts.googleapis.com/css?family=Montserrat:700";
|
||||
@import "https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic";
|
||||
.reveal .has-light-background,
|
||||
.reveal .has-light-background h1,
|
||||
.reveal .has-light-background h2,
|
||||
.reveal .has-light-background h3,
|
||||
.reveal .has-light-background h4,
|
||||
.reveal .has-light-background h5,
|
||||
.reveal .has-light-background h6 {
|
||||
color: #222;
|
||||
}
|
||||
:root {
|
||||
--r-background-color: #111;
|
||||
--r-main-font: Open Sans, sans-serif;
|
||||
--r-main-font-size: 40px;
|
||||
--r-main-color: #eee;
|
||||
--r-block-margin: 20px;
|
||||
--r-heading-margin: 0 0 20px 0;
|
||||
--r-heading-font:
|
||||
Montserrat,
|
||||
Impact,
|
||||
sans-serif;
|
||||
--r-heading-color: #eee;
|
||||
--r-heading-line-height: 1.2;
|
||||
--r-heading-letter-spacing: -0.03em;
|
||||
--r-heading-text-transform: none;
|
||||
--r-heading-text-shadow: none;
|
||||
--r-heading1-font-weight: normal;
|
||||
--r-heading2-font-weight: normal;
|
||||
--r-heading3-font-weight: normal;
|
||||
--r-heading4-font-weight: normal;
|
||||
--r-heading5-font-weight: normal;
|
||||
--r-heading6-font-weight: normal;
|
||||
--r-heading1-text-shadow: none;
|
||||
--r-heading1-size: 3.77em;
|
||||
--r-heading2-size: 2.11em;
|
||||
--r-heading3-size: 1.55em;
|
||||
--r-heading4-size: 1em;
|
||||
--r-heading5-size: 0.8em;
|
||||
--r-heading6-size: 0.6em;
|
||||
--r-code-font: monospace;
|
||||
--r-link-color: #e7ad52;
|
||||
--r-link-color-dark: #d08a1d;
|
||||
--r-link-color-hover: #f3d7ac;
|
||||
--r-selection-background-color: #e7ad52;
|
||||
--r-selection-color: #fff;
|
||||
}
|
||||
.reveal-viewport {
|
||||
background: #111;
|
||||
background-color: var(--r-background-color);
|
||||
}
|
||||
.reveal {
|
||||
font-family: var(--r-main-font);
|
||||
font-size: var(--r-main-font-size);
|
||||
font-weight: normal;
|
||||
color: var(--r-main-color);
|
||||
}
|
||||
.reveal ::selection {
|
||||
color: var(--r-selection-color);
|
||||
background: var(--r-selection-background-color);
|
||||
text-shadow: none;
|
||||
}
|
||||
.reveal ::-moz-selection {
|
||||
color: var(--r-selection-color);
|
||||
background: var(--r-selection-background-color);
|
||||
text-shadow: none;
|
||||
}
|
||||
.reveal .slides section,
|
||||
.reveal .slides section > section {
|
||||
line-height: 1.3;
|
||||
font-weight: inherit;
|
||||
}
|
||||
.reveal h1,
|
||||
.reveal h2,
|
||||
.reveal h3,
|
||||
.reveal h4,
|
||||
.reveal h5,
|
||||
.reveal h6 {
|
||||
margin: var(--r-heading-margin);
|
||||
color: var(--r-heading-color);
|
||||
font-family: var(--r-heading-font);
|
||||
line-height: var(--r-heading-line-height);
|
||||
letter-spacing: var(--r-heading-letter-spacing);
|
||||
text-transform: var(--r-heading-text-transform);
|
||||
text-shadow: var(--r-heading-text-shadow);
|
||||
word-wrap: break-word;
|
||||
}
|
||||
.reveal h1 {
|
||||
font-size: var(--r-heading1-size);
|
||||
}
|
||||
.reveal h2 {
|
||||
font-size: var(--r-heading2-size);
|
||||
}
|
||||
.reveal h3 {
|
||||
font-size: var(--r-heading3-size);
|
||||
}
|
||||
.reveal h4 {
|
||||
font-size: var(--r-heading4-size);
|
||||
}
|
||||
.reveal h5 {
|
||||
font-size: var(--r-heading5-size);
|
||||
}
|
||||
.reveal h6 {
|
||||
font-size: var(--r-heading6-size);
|
||||
}
|
||||
.reveal h1 {
|
||||
font-weight: var(--r-heading1-font-weight);
|
||||
}
|
||||
.reveal h2 {
|
||||
font-weight: var(--r-heading2-font-weight);
|
||||
}
|
||||
.reveal h3 {
|
||||
font-weight: var(--r-heading3-font-weight);
|
||||
}
|
||||
.reveal h4 {
|
||||
font-weight: var(--r-heading4-font-weight);
|
||||
}
|
||||
.reveal h5 {
|
||||
font-weight: var(--r-heading5-font-weight);
|
||||
}
|
||||
.reveal h6 {
|
||||
font-weight: var(--r-heading6-font-weight);
|
||||
}
|
||||
.reveal h1 {
|
||||
text-shadow: var(--r-heading1-text-shadow);
|
||||
}
|
||||
.reveal .slides > section.drop {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
height: 100%;
|
||||
}
|
||||
.reveal p {
|
||||
margin: var(--r-block-margin) 0;
|
||||
line-height: 1.3;
|
||||
}
|
||||
.reveal h1:last-child,
|
||||
.reveal h2:last-child,
|
||||
.reveal h3:last-child,
|
||||
.reveal h4:last-child,
|
||||
.reveal h5:last-child,
|
||||
.reveal h6:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.reveal img,
|
||||
.reveal video,
|
||||
.reveal iframe {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
.reveal strong,
|
||||
.reveal b {
|
||||
font-weight: bold;
|
||||
}
|
||||
.reveal em {
|
||||
font-style: italic;
|
||||
}
|
||||
.reveal ol,
|
||||
.reveal dl,
|
||||
.reveal ul {
|
||||
display: inline-block;
|
||||
text-align: left;
|
||||
margin: 0 0 0 1em;
|
||||
}
|
||||
.reveal ol {
|
||||
list-style-type: decimal;
|
||||
}
|
||||
.reveal ul {
|
||||
list-style-type: disc;
|
||||
}
|
||||
.reveal ul ul {
|
||||
list-style-type: square;
|
||||
}
|
||||
.reveal ul ul ul {
|
||||
list-style-type: circle;
|
||||
}
|
||||
.reveal ul ul,
|
||||
.reveal ul ol,
|
||||
.reveal ol ol,
|
||||
.reveal ol ul {
|
||||
display: block;
|
||||
margin-left: 40px;
|
||||
}
|
||||
.reveal dt {
|
||||
font-weight: bold;
|
||||
}
|
||||
.reveal dd {
|
||||
margin-left: 40px;
|
||||
}
|
||||
.reveal blockquote {
|
||||
display: block;
|
||||
position: relative;
|
||||
width: 70%;
|
||||
margin: var(--r-block-margin) auto;
|
||||
padding: 5px;
|
||||
font-style: italic;
|
||||
background: rgba(255, 255, 255, 0.05);
|
||||
box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.reveal blockquote p:first-child,
|
||||
.reveal blockquote p:last-child {
|
||||
display: inline-block;
|
||||
}
|
||||
.reveal q {
|
||||
font-style: italic;
|
||||
}
|
||||
.reveal pre {
|
||||
display: block;
|
||||
position: relative;
|
||||
width: 90%;
|
||||
margin: var(--r-block-margin) auto;
|
||||
text-align: left;
|
||||
font-size: 0.55em;
|
||||
font-family: var(--r-code-font);
|
||||
line-height: 1.2em;
|
||||
word-wrap: break-word;
|
||||
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.reveal code {
|
||||
font-family: var(--r-code-font);
|
||||
text-transform: none;
|
||||
tab-size: 2;
|
||||
}
|
||||
.reveal pre code {
|
||||
display: block;
|
||||
padding: 5px;
|
||||
overflow: auto;
|
||||
max-height: 400px;
|
||||
word-wrap: normal;
|
||||
}
|
||||
.reveal .code-wrapper {
|
||||
white-space: normal;
|
||||
}
|
||||
.reveal .code-wrapper code {
|
||||
white-space: pre;
|
||||
}
|
||||
.reveal table {
|
||||
margin: auto;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
.reveal table th {
|
||||
font-weight: bold;
|
||||
}
|
||||
.reveal table th,
|
||||
.reveal table td {
|
||||
text-align: left;
|
||||
padding: 0.2em 0.5em;
|
||||
border-bottom: 1px solid;
|
||||
}
|
||||
.reveal table th[align=center],
|
||||
.reveal table td[align=center] {
|
||||
text-align: center;
|
||||
}
|
||||
.reveal table th[align=right],
|
||||
.reveal table td[align=right] {
|
||||
text-align: right;
|
||||
}
|
||||
.reveal table tbody tr:last-child th,
|
||||
.reveal table tbody tr:last-child td {
|
||||
border-bottom: none;
|
||||
}
|
||||
.reveal sup {
|
||||
vertical-align: super;
|
||||
font-size: smaller;
|
||||
}
|
||||
.reveal sub {
|
||||
vertical-align: sub;
|
||||
font-size: smaller;
|
||||
}
|
||||
.reveal small {
|
||||
display: inline-block;
|
||||
font-size: 0.6em;
|
||||
line-height: 1.2em;
|
||||
vertical-align: top;
|
||||
}
|
||||
.reveal small * {
|
||||
vertical-align: top;
|
||||
}
|
||||
.reveal img {
|
||||
margin: var(--r-block-margin) 0;
|
||||
}
|
||||
.reveal a {
|
||||
color: var(--r-link-color);
|
||||
text-decoration: none;
|
||||
transition: color 0.15s ease;
|
||||
}
|
||||
.reveal a:hover {
|
||||
color: var(--r-link-color-hover);
|
||||
text-shadow: none;
|
||||
border: none;
|
||||
}
|
||||
.reveal .roll span:after {
|
||||
color: #fff;
|
||||
background: var(--r-link-color-dark);
|
||||
}
|
||||
.reveal .r-frame {
|
||||
border: 4px solid var(--r-main-color);
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.reveal a .r-frame {
|
||||
transition: all 0.15s linear;
|
||||
}
|
||||
.reveal a:hover .r-frame {
|
||||
border-color: var(--r-link-color);
|
||||
box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
|
||||
}
|
||||
.reveal .controls {
|
||||
color: var(--r-link-color) !important;
|
||||
}
|
||||
.reveal .progress {
|
||||
background: rgba(0, 0, 0, 0.2);
|
||||
color: var(--r-link-color);
|
||||
}
|
||||
@media print {
|
||||
.backgrounds {
|
||||
background-color: var(--r-background-color);
|
||||
}
|
||||
}
|
||||
.has-dark-background canvas[data-chart] {
|
||||
background-color: white;
|
||||
}
|
||||
.has-light-background canvas[data-chart] {
|
||||
background-color: unset;
|
||||
}
|
||||
canvas[data-chart] {
|
||||
padding: 0.5em;
|
||||
}
|
||||
.reveal .hljs {
|
||||
min-height: 50%;
|
||||
}
|
||||
338
.obsidian/plugins/obsidian-advanced-slides/dist/theme/serif.css
vendored
Normal file
@@ -0,0 +1,338 @@
|
||||
.reveal a {
|
||||
line-height: 1.3em;
|
||||
}
|
||||
.reveal .has-dark-background,
|
||||
.reveal .has-dark-background h1,
|
||||
.reveal .has-dark-background h2,
|
||||
.reveal .has-dark-background h3,
|
||||
.reveal .has-dark-background h4,
|
||||
.reveal .has-dark-background h5,
|
||||
.reveal .has-dark-background h6 {
|
||||
color: #fff;
|
||||
}
|
||||
:root {
|
||||
--r-background-color: #F0F1EB;
|
||||
--r-main-font:
|
||||
Palatino Linotype,
|
||||
Book Antiqua,
|
||||
Palatino,
|
||||
FreeSerif,
|
||||
serif;
|
||||
--r-main-font-size: 40px;
|
||||
--r-main-color: #000;
|
||||
--r-block-margin: 20px;
|
||||
--r-heading-margin: 0 0 20px 0;
|
||||
--r-heading-font:
|
||||
Palatino Linotype,
|
||||
Book Antiqua,
|
||||
Palatino,
|
||||
FreeSerif,
|
||||
serif;
|
||||
--r-heading-color: #383D3D;
|
||||
--r-heading-line-height: 1.2;
|
||||
--r-heading-letter-spacing: normal;
|
||||
--r-heading-text-transform: none;
|
||||
--r-heading-text-shadow: none;
|
||||
--r-heading1-font-weight: normal;
|
||||
--r-heading2-font-weight: normal;
|
||||
--r-heading3-font-weight: normal;
|
||||
--r-heading4-font-weight: normal;
|
||||
--r-heading5-font-weight: normal;
|
||||
--r-heading6-font-weight: normal;
|
||||
--r-heading1-text-shadow: none;
|
||||
--r-heading1-size: 3.77em;
|
||||
--r-heading2-size: 2.11em;
|
||||
--r-heading3-size: 1.55em;
|
||||
--r-heading4-size: 1em;
|
||||
--r-heading5-size: 0.8em;
|
||||
--r-heading6-size: 0.6em;
|
||||
--r-code-font: monospace;
|
||||
--r-link-color: #51483D;
|
||||
--r-link-color-dark: #25211c;
|
||||
--r-link-color-hover: #8b7c69;
|
||||
--r-selection-background-color: #26351C;
|
||||
--r-selection-color: #fff;
|
||||
}
|
||||
.reveal-viewport {
|
||||
background: #F0F1EB;
|
||||
background-color: var(--r-background-color);
|
||||
}
|
||||
.reveal {
|
||||
font-family: var(--r-main-font);
|
||||
font-size: var(--r-main-font-size);
|
||||
font-weight: normal;
|
||||
color: var(--r-main-color);
|
||||
}
|
||||
.reveal ::selection {
|
||||
color: var(--r-selection-color);
|
||||
background: var(--r-selection-background-color);
|
||||
text-shadow: none;
|
||||
}
|
||||
.reveal ::-moz-selection {
|
||||
color: var(--r-selection-color);
|
||||
background: var(--r-selection-background-color);
|
||||
text-shadow: none;
|
||||
}
|
||||
.reveal .slides section,
|
||||
.reveal .slides section > section {
|
||||
line-height: 1.3;
|
||||
font-weight: inherit;
|
||||
}
|
||||
.reveal h1,
|
||||
.reveal h2,
|
||||
.reveal h3,
|
||||
.reveal h4,
|
||||
.reveal h5,
|
||||
.reveal h6 {
|
||||
margin: var(--r-heading-margin);
|
||||
color: var(--r-heading-color);
|
||||
font-family: var(--r-heading-font);
|
||||
line-height: var(--r-heading-line-height);
|
||||
letter-spacing: var(--r-heading-letter-spacing);
|
||||
text-transform: var(--r-heading-text-transform);
|
||||
text-shadow: var(--r-heading-text-shadow);
|
||||
word-wrap: break-word;
|
||||
}
|
||||
.reveal h1 {
|
||||
font-size: var(--r-heading1-size);
|
||||
}
|
||||
.reveal h2 {
|
||||
font-size: var(--r-heading2-size);
|
||||
}
|
||||
.reveal h3 {
|
||||
font-size: var(--r-heading3-size);
|
||||
}
|
||||
.reveal h4 {
|
||||
font-size: var(--r-heading4-size);
|
||||
}
|
||||
.reveal h5 {
|
||||
font-size: var(--r-heading5-size);
|
||||
}
|
||||
.reveal h6 {
|
||||
font-size: var(--r-heading6-size);
|
||||
}
|
||||
.reveal h1 {
|
||||
font-weight: var(--r-heading1-font-weight);
|
||||
}
|
||||
.reveal h2 {
|
||||
font-weight: var(--r-heading2-font-weight);
|
||||
}
|
||||
.reveal h3 {
|
||||
font-weight: var(--r-heading3-font-weight);
|
||||
}
|
||||
.reveal h4 {
|
||||
font-weight: var(--r-heading4-font-weight);
|
||||
}
|
||||
.reveal h5 {
|
||||
font-weight: var(--r-heading5-font-weight);
|
||||
}
|
||||
.reveal h6 {
|
||||
font-weight: var(--r-heading6-font-weight);
|
||||
}
|
||||
.reveal h1 {
|
||||
text-shadow: var(--r-heading1-text-shadow);
|
||||
}
|
||||
.reveal .slides > section.drop {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
height: 100%;
|
||||
}
|
||||
.reveal p {
|
||||
margin: var(--r-block-margin) 0;
|
||||
line-height: 1.3;
|
||||
}
|
||||
.reveal h1:last-child,
|
||||
.reveal h2:last-child,
|
||||
.reveal h3:last-child,
|
||||
.reveal h4:last-child,
|
||||
.reveal h5:last-child,
|
||||
.reveal h6:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.reveal img,
|
||||
.reveal video,
|
||||
.reveal iframe {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
.reveal strong,
|
||||
.reveal b {
|
||||
font-weight: bold;
|
||||
}
|
||||
.reveal em {
|
||||
font-style: italic;
|
||||
}
|
||||
.reveal ol,
|
||||
.reveal dl,
|
||||
.reveal ul {
|
||||
display: inline-block;
|
||||
text-align: left;
|
||||
margin: 0 0 0 1em;
|
||||
}
|
||||
.reveal ol {
|
||||
list-style-type: decimal;
|
||||
}
|
||||
.reveal ul {
|
||||
list-style-type: disc;
|
||||
}
|
||||
.reveal ul ul {
|
||||
list-style-type: square;
|
||||
}
|
||||
.reveal ul ul ul {
|
||||
list-style-type: circle;
|
||||
}
|
||||
.reveal ul ul,
|
||||
.reveal ul ol,
|
||||
.reveal ol ol,
|
||||
.reveal ol ul {
|
||||
display: block;
|
||||
margin-left: 40px;
|
||||
}
|
||||
.reveal dt {
|
||||
font-weight: bold;
|
||||
}
|
||||
.reveal dd {
|
||||
margin-left: 40px;
|
||||
}
|
||||
.reveal blockquote {
|
||||
display: block;
|
||||
position: relative;
|
||||
width: 70%;
|
||||
margin: var(--r-block-margin) auto;
|
||||
padding: 5px;
|
||||
font-style: italic;
|
||||
background: rgba(255, 255, 255, 0.05);
|
||||
box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.reveal blockquote p:first-child,
|
||||
.reveal blockquote p:last-child {
|
||||
display: inline-block;
|
||||
}
|
||||
.reveal q {
|
||||
font-style: italic;
|
||||
}
|
||||
.reveal pre {
|
||||
display: block;
|
||||
position: relative;
|
||||
width: 90%;
|
||||
margin: var(--r-block-margin) auto;
|
||||
text-align: left;
|
||||
font-size: 0.55em;
|
||||
font-family: var(--r-code-font);
|
||||
line-height: 1.2em;
|
||||
word-wrap: break-word;
|
||||
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.reveal code {
|
||||
font-family: var(--r-code-font);
|
||||
text-transform: none;
|
||||
tab-size: 2;
|
||||
}
|
||||
.reveal pre code {
|
||||
display: block;
|
||||
padding: 5px;
|
||||
overflow: auto;
|
||||
max-height: 400px;
|
||||
word-wrap: normal;
|
||||
}
|
||||
.reveal .code-wrapper {
|
||||
white-space: normal;
|
||||
}
|
||||
.reveal .code-wrapper code {
|
||||
white-space: pre;
|
||||
}
|
||||
.reveal table {
|
||||
margin: auto;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
.reveal table th {
|
||||
font-weight: bold;
|
||||
}
|
||||
.reveal table th,
|
||||
.reveal table td {
|
||||
text-align: left;
|
||||
padding: 0.2em 0.5em;
|
||||
border-bottom: 1px solid;
|
||||
}
|
||||
.reveal table th[align=center],
|
||||
.reveal table td[align=center] {
|
||||
text-align: center;
|
||||
}
|
||||
.reveal table th[align=right],
|
||||
.reveal table td[align=right] {
|
||||
text-align: right;
|
||||
}
|
||||
.reveal table tbody tr:last-child th,
|
||||
.reveal table tbody tr:last-child td {
|
||||
border-bottom: none;
|
||||
}
|
||||
.reveal sup {
|
||||
vertical-align: super;
|
||||
font-size: smaller;
|
||||
}
|
||||
.reveal sub {
|
||||
vertical-align: sub;
|
||||
font-size: smaller;
|
||||
}
|
||||
.reveal small {
|
||||
display: inline-block;
|
||||
font-size: 0.6em;
|
||||
line-height: 1.2em;
|
||||
vertical-align: top;
|
||||
}
|
||||
.reveal small * {
|
||||
vertical-align: top;
|
||||
}
|
||||
.reveal img {
|
||||
margin: var(--r-block-margin) 0;
|
||||
}
|
||||
.reveal a {
|
||||
color: var(--r-link-color);
|
||||
text-decoration: none;
|
||||
transition: color 0.15s ease;
|
||||
}
|
||||
.reveal a:hover {
|
||||
color: var(--r-link-color-hover);
|
||||
text-shadow: none;
|
||||
border: none;
|
||||
}
|
||||
.reveal .roll span:after {
|
||||
color: #fff;
|
||||
background: var(--r-link-color-dark);
|
||||
}
|
||||
.reveal .r-frame {
|
||||
border: 4px solid var(--r-main-color);
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.reveal a .r-frame {
|
||||
transition: all 0.15s linear;
|
||||
}
|
||||
.reveal a:hover .r-frame {
|
||||
border-color: var(--r-link-color);
|
||||
box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
|
||||
}
|
||||
.reveal .controls {
|
||||
color: var(--r-link-color) !important;
|
||||
}
|
||||
.reveal .progress {
|
||||
background: rgba(0, 0, 0, 0.2);
|
||||
color: var(--r-link-color);
|
||||
}
|
||||
@media print {
|
||||
.backgrounds {
|
||||
background-color: var(--r-background-color);
|
||||
}
|
||||
}
|
||||
.has-dark-background canvas[data-chart] {
|
||||
background-color: white;
|
||||
}
|
||||
.has-light-background canvas[data-chart] {
|
||||
background-color: unset;
|
||||
}
|
||||
canvas[data-chart] {
|
||||
padding: 0.5em;
|
||||
}
|
||||
.reveal .hljs {
|
||||
min-height: 50%;
|
||||
}
|
||||
330
.obsidian/plugins/obsidian-advanced-slides/dist/theme/simple.css
vendored
Normal file
@@ -0,0 +1,330 @@
|
||||
@import "https://fonts.googleapis.com/css?family=News+Cycle:400,700";
|
||||
@import "https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic";
|
||||
.reveal .has-dark-background,
|
||||
.reveal .has-dark-background h1,
|
||||
.reveal .has-dark-background h2,
|
||||
.reveal .has-dark-background h3,
|
||||
.reveal .has-dark-background h4,
|
||||
.reveal .has-dark-background h5,
|
||||
.reveal .has-dark-background h6 {
|
||||
color: #fff;
|
||||
}
|
||||
:root {
|
||||
--r-background-color: #fff;
|
||||
--r-main-font: Lato, sans-serif;
|
||||
--r-main-font-size: 40px;
|
||||
--r-main-color: #000;
|
||||
--r-block-margin: 20px;
|
||||
--r-heading-margin: 0 0 20px 0;
|
||||
--r-heading-font:
|
||||
News Cycle,
|
||||
Impact,
|
||||
sans-serif;
|
||||
--r-heading-color: #000;
|
||||
--r-heading-line-height: 1.2;
|
||||
--r-heading-letter-spacing: normal;
|
||||
--r-heading-text-transform: none;
|
||||
--r-heading-text-shadow: none;
|
||||
--r-heading1-font-weight: normal;
|
||||
--r-heading2-font-weight: normal;
|
||||
--r-heading3-font-weight: normal;
|
||||
--r-heading4-font-weight: normal;
|
||||
--r-heading5-font-weight: normal;
|
||||
--r-heading6-font-weight: normal;
|
||||
--r-heading1-text-shadow: none;
|
||||
--r-heading1-size: 3.77em;
|
||||
--r-heading2-size: 2.11em;
|
||||
--r-heading3-size: 1.55em;
|
||||
--r-heading4-size: 1em;
|
||||
--r-heading5-size: 0.8em;
|
||||
--r-heading6-size: 0.6em;
|
||||
--r-code-font: monospace;
|
||||
--r-link-color: #00008B;
|
||||
--r-link-color-dark: #00003f;
|
||||
--r-link-color-hover: #0000f1;
|
||||
--r-selection-background-color: rgba(0, 0, 0, 0.99);
|
||||
--r-selection-color: #fff;
|
||||
}
|
||||
.reveal-viewport {
|
||||
background: #fff;
|
||||
background-color: var(--r-background-color);
|
||||
}
|
||||
.reveal {
|
||||
font-family: var(--r-main-font);
|
||||
font-size: var(--r-main-font-size);
|
||||
font-weight: normal;
|
||||
color: var(--r-main-color);
|
||||
}
|
||||
.reveal ::selection {
|
||||
color: var(--r-selection-color);
|
||||
background: var(--r-selection-background-color);
|
||||
text-shadow: none;
|
||||
}
|
||||
.reveal ::-moz-selection {
|
||||
color: var(--r-selection-color);
|
||||
background: var(--r-selection-background-color);
|
||||
text-shadow: none;
|
||||
}
|
||||
.reveal .slides section,
|
||||
.reveal .slides section > section {
|
||||
line-height: 1.3;
|
||||
font-weight: inherit;
|
||||
}
|
||||
.reveal h1,
|
||||
.reveal h2,
|
||||
.reveal h3,
|
||||
.reveal h4,
|
||||
.reveal h5,
|
||||
.reveal h6 {
|
||||
margin: var(--r-heading-margin);
|
||||
color: var(--r-heading-color);
|
||||
font-family: var(--r-heading-font);
|
||||
line-height: var(--r-heading-line-height);
|
||||
letter-spacing: var(--r-heading-letter-spacing);
|
||||
text-transform: var(--r-heading-text-transform);
|
||||
text-shadow: var(--r-heading-text-shadow);
|
||||
word-wrap: break-word;
|
||||
}
|
||||
.reveal h1 {
|
||||
font-size: var(--r-heading1-size);
|
||||
}
|
||||
.reveal h2 {
|
||||
font-size: var(--r-heading2-size);
|
||||
}
|
||||
.reveal h3 {
|
||||
font-size: var(--r-heading3-size);
|
||||
}
|
||||
.reveal h4 {
|
||||
font-size: var(--r-heading4-size);
|
||||
}
|
||||
.reveal h5 {
|
||||
font-size: var(--r-heading5-size);
|
||||
}
|
||||
.reveal h6 {
|
||||
font-size: var(--r-heading6-size);
|
||||
}
|
||||
.reveal h1 {
|
||||
font-weight: var(--r-heading1-font-weight);
|
||||
}
|
||||
.reveal h2 {
|
||||
font-weight: var(--r-heading2-font-weight);
|
||||
}
|
||||
.reveal h3 {
|
||||
font-weight: var(--r-heading3-font-weight);
|
||||
}
|
||||
.reveal h4 {
|
||||
font-weight: var(--r-heading4-font-weight);
|
||||
}
|
||||
.reveal h5 {
|
||||
font-weight: var(--r-heading5-font-weight);
|
||||
}
|
||||
.reveal h6 {
|
||||
font-weight: var(--r-heading6-font-weight);
|
||||
}
|
||||
.reveal h1 {
|
||||
text-shadow: var(--r-heading1-text-shadow);
|
||||
}
|
||||
.reveal .slides > section.drop {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
height: 100%;
|
||||
}
|
||||
.reveal p {
|
||||
margin: var(--r-block-margin) 0;
|
||||
line-height: 1.3;
|
||||
}
|
||||
.reveal h1:last-child,
|
||||
.reveal h2:last-child,
|
||||
.reveal h3:last-child,
|
||||
.reveal h4:last-child,
|
||||
.reveal h5:last-child,
|
||||
.reveal h6:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.reveal img,
|
||||
.reveal video,
|
||||
.reveal iframe {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
.reveal strong,
|
||||
.reveal b {
|
||||
font-weight: bold;
|
||||
}
|
||||
.reveal em {
|
||||
font-style: italic;
|
||||
}
|
||||
.reveal ol,
|
||||
.reveal dl,
|
||||
.reveal ul {
|
||||
display: inline-block;
|
||||
text-align: left;
|
||||
margin: 0 0 0 1em;
|
||||
}
|
||||
.reveal ol {
|
||||
list-style-type: decimal;
|
||||
}
|
||||
.reveal ul {
|
||||
list-style-type: disc;
|
||||
}
|
||||
.reveal ul ul {
|
||||
list-style-type: square;
|
||||
}
|
||||
.reveal ul ul ul {
|
||||
list-style-type: circle;
|
||||
}
|
||||
.reveal ul ul,
|
||||
.reveal ul ol,
|
||||
.reveal ol ol,
|
||||
.reveal ol ul {
|
||||
display: block;
|
||||
margin-left: 40px;
|
||||
}
|
||||
.reveal dt {
|
||||
font-weight: bold;
|
||||
}
|
||||
.reveal dd {
|
||||
margin-left: 40px;
|
||||
}
|
||||
.reveal blockquote {
|
||||
display: block;
|
||||
position: relative;
|
||||
width: 70%;
|
||||
margin: var(--r-block-margin) auto;
|
||||
padding: 5px;
|
||||
font-style: italic;
|
||||
background: rgba(255, 255, 255, 0.05);
|
||||
box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.reveal blockquote p:first-child,
|
||||
.reveal blockquote p:last-child {
|
||||
display: inline-block;
|
||||
}
|
||||
.reveal q {
|
||||
font-style: italic;
|
||||
}
|
||||
.reveal pre {
|
||||
display: block;
|
||||
position: relative;
|
||||
width: 90%;
|
||||
margin: var(--r-block-margin) auto;
|
||||
text-align: left;
|
||||
font-size: 0.55em;
|
||||
font-family: var(--r-code-font);
|
||||
line-height: 1.2em;
|
||||
word-wrap: break-word;
|
||||
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.reveal code {
|
||||
font-family: var(--r-code-font);
|
||||
text-transform: none;
|
||||
tab-size: 2;
|
||||
}
|
||||
.reveal pre code {
|
||||
display: block;
|
||||
padding: 5px;
|
||||
overflow: auto;
|
||||
max-height: 400px;
|
||||
word-wrap: normal;
|
||||
}
|
||||
.reveal .code-wrapper {
|
||||
white-space: normal;
|
||||
}
|
||||
.reveal .code-wrapper code {
|
||||
white-space: pre;
|
||||
}
|
||||
.reveal table {
|
||||
margin: auto;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
.reveal table th {
|
||||
font-weight: bold;
|
||||
}
|
||||
.reveal table th,
|
||||
.reveal table td {
|
||||
text-align: left;
|
||||
padding: 0.2em 0.5em;
|
||||
border-bottom: 1px solid;
|
||||
}
|
||||
.reveal table th[align=center],
|
||||
.reveal table td[align=center] {
|
||||
text-align: center;
|
||||
}
|
||||
.reveal table th[align=right],
|
||||
.reveal table td[align=right] {
|
||||
text-align: right;
|
||||
}
|
||||
.reveal table tbody tr:last-child th,
|
||||
.reveal table tbody tr:last-child td {
|
||||
border-bottom: none;
|
||||
}
|
||||
.reveal sup {
|
||||
vertical-align: super;
|
||||
font-size: smaller;
|
||||
}
|
||||
.reveal sub {
|
||||
vertical-align: sub;
|
||||
font-size: smaller;
|
||||
}
|
||||
.reveal small {
|
||||
display: inline-block;
|
||||
font-size: 0.6em;
|
||||
line-height: 1.2em;
|
||||
vertical-align: top;
|
||||
}
|
||||
.reveal small * {
|
||||
vertical-align: top;
|
||||
}
|
||||
.reveal img {
|
||||
margin: var(--r-block-margin) 0;
|
||||
}
|
||||
.reveal a {
|
||||
color: var(--r-link-color);
|
||||
text-decoration: none;
|
||||
transition: color 0.15s ease;
|
||||
}
|
||||
.reveal a:hover {
|
||||
color: var(--r-link-color-hover);
|
||||
text-shadow: none;
|
||||
border: none;
|
||||
}
|
||||
.reveal .roll span:after {
|
||||
color: #fff;
|
||||
background: var(--r-link-color-dark);
|
||||
}
|
||||
.reveal .r-frame {
|
||||
border: 4px solid var(--r-main-color);
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.reveal a .r-frame {
|
||||
transition: all 0.15s linear;
|
||||
}
|
||||
.reveal a:hover .r-frame {
|
||||
border-color: var(--r-link-color);
|
||||
box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
|
||||
}
|
||||
.reveal .controls {
|
||||
color: var(--r-link-color) !important;
|
||||
}
|
||||
.reveal .progress {
|
||||
background: rgba(0, 0, 0, 0.2);
|
||||
color: var(--r-link-color);
|
||||
}
|
||||
@media print {
|
||||
.backgrounds {
|
||||
background-color: var(--r-background-color);
|
||||
}
|
||||
}
|
||||
.has-dark-background canvas[data-chart] {
|
||||
background-color: white;
|
||||
}
|
||||
.has-light-background canvas[data-chart] {
|
||||
background-color: unset;
|
||||
}
|
||||
canvas[data-chart] {
|
||||
padding: 0.5em;
|
||||
}
|
||||
.reveal .hljs {
|
||||
min-height: 50%;
|
||||
}
|
||||
336
.obsidian/plugins/obsidian-advanced-slides/dist/theme/sky.css
vendored
Normal file
@@ -0,0 +1,336 @@
|
||||
@import "https://fonts.googleapis.com/css?family=Quicksand:400,700,400italic,700italic";
|
||||
@import "https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700";
|
||||
.reveal a {
|
||||
line-height: 1.3em;
|
||||
}
|
||||
.reveal .has-dark-background,
|
||||
.reveal .has-dark-background h1,
|
||||
.reveal .has-dark-background h2,
|
||||
.reveal .has-dark-background h3,
|
||||
.reveal .has-dark-background h4,
|
||||
.reveal .has-dark-background h5,
|
||||
.reveal .has-dark-background h6 {
|
||||
color: #fff;
|
||||
}
|
||||
:root {
|
||||
--r-background-color: #f7fbfc;
|
||||
--r-main-font: Open Sans, sans-serif;
|
||||
--r-main-font-size: 40px;
|
||||
--r-main-color: #333;
|
||||
--r-block-margin: 20px;
|
||||
--r-heading-margin: 0 0 20px 0;
|
||||
--r-heading-font: Quicksand, sans-serif;
|
||||
--r-heading-color: #333;
|
||||
--r-heading-line-height: 1.2;
|
||||
--r-heading-letter-spacing: -0.08em;
|
||||
--r-heading-text-transform: uppercase;
|
||||
--r-heading-text-shadow: none;
|
||||
--r-heading1-font-weight: normal;
|
||||
--r-heading2-font-weight: normal;
|
||||
--r-heading3-font-weight: normal;
|
||||
--r-heading4-font-weight: normal;
|
||||
--r-heading5-font-weight: normal;
|
||||
--r-heading6-font-weight: normal;
|
||||
--r-heading1-text-shadow: none;
|
||||
--r-heading1-size: 3.77em;
|
||||
--r-heading2-size: 2.11em;
|
||||
--r-heading3-size: 1.55em;
|
||||
--r-heading4-size: 1em;
|
||||
--r-heading5-size: 0.8em;
|
||||
--r-heading6-size: 0.6em;
|
||||
--r-code-font: monospace;
|
||||
--r-link-color: #3b759e;
|
||||
--r-link-color-dark: #264c66;
|
||||
--r-link-color-hover: #74a7cb;
|
||||
--r-selection-background-color: #134674;
|
||||
--r-selection-color: #fff;
|
||||
}
|
||||
.reveal-viewport {
|
||||
background: #add9e4;
|
||||
background: -moz-radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);
|
||||
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #f7fbfc), color-stop(100%, #add9e4));
|
||||
background: -webkit-radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);
|
||||
background: -o-radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);
|
||||
background: -ms-radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);
|
||||
background: radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);
|
||||
background-color: var(--r-background-color);
|
||||
}
|
||||
.reveal {
|
||||
font-family: var(--r-main-font);
|
||||
font-size: var(--r-main-font-size);
|
||||
font-weight: normal;
|
||||
color: var(--r-main-color);
|
||||
}
|
||||
.reveal ::selection {
|
||||
color: var(--r-selection-color);
|
||||
background: var(--r-selection-background-color);
|
||||
text-shadow: none;
|
||||
}
|
||||
.reveal ::-moz-selection {
|
||||
color: var(--r-selection-color);
|
||||
background: var(--r-selection-background-color);
|
||||
text-shadow: none;
|
||||
}
|
||||
.reveal .slides section,
|
||||
.reveal .slides section > section {
|
||||
line-height: 1.3;
|
||||
font-weight: inherit;
|
||||
}
|
||||
.reveal h1,
|
||||
.reveal h2,
|
||||
.reveal h3,
|
||||
.reveal h4,
|
||||
.reveal h5,
|
||||
.reveal h6 {
|
||||
margin: var(--r-heading-margin);
|
||||
color: var(--r-heading-color);
|
||||
font-family: var(--r-heading-font);
|
||||
line-height: var(--r-heading-line-height);
|
||||
letter-spacing: var(--r-heading-letter-spacing);
|
||||
text-transform: var(--r-heading-text-transform);
|
||||
text-shadow: var(--r-heading-text-shadow);
|
||||
word-wrap: break-word;
|
||||
}
|
||||
.reveal h1 {
|
||||
font-size: var(--r-heading1-size);
|
||||
}
|
||||
.reveal h2 {
|
||||
font-size: var(--r-heading2-size);
|
||||
}
|
||||
.reveal h3 {
|
||||
font-size: var(--r-heading3-size);
|
||||
}
|
||||
.reveal h4 {
|
||||
font-size: var(--r-heading4-size);
|
||||
}
|
||||
.reveal h5 {
|
||||
font-size: var(--r-heading5-size);
|
||||
}
|
||||
.reveal h6 {
|
||||
font-size: var(--r-heading6-size);
|
||||
}
|
||||
.reveal h1 {
|
||||
font-weight: var(--r-heading1-font-weight);
|
||||
}
|
||||
.reveal h2 {
|
||||
font-weight: var(--r-heading2-font-weight);
|
||||
}
|
||||
.reveal h3 {
|
||||
font-weight: var(--r-heading3-font-weight);
|
||||
}
|
||||
.reveal h4 {
|
||||
font-weight: var(--r-heading4-font-weight);
|
||||
}
|
||||
.reveal h5 {
|
||||
font-weight: var(--r-heading5-font-weight);
|
||||
}
|
||||
.reveal h6 {
|
||||
font-weight: var(--r-heading6-font-weight);
|
||||
}
|
||||
.reveal h1 {
|
||||
text-shadow: var(--r-heading1-text-shadow);
|
||||
}
|
||||
.reveal .slides > section.drop {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
height: 100%;
|
||||
}
|
||||
.reveal p {
|
||||
margin: var(--r-block-margin) 0;
|
||||
line-height: 1.3;
|
||||
}
|
||||
.reveal h1:last-child,
|
||||
.reveal h2:last-child,
|
||||
.reveal h3:last-child,
|
||||
.reveal h4:last-child,
|
||||
.reveal h5:last-child,
|
||||
.reveal h6:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.reveal img,
|
||||
.reveal video,
|
||||
.reveal iframe {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
.reveal strong,
|
||||
.reveal b {
|
||||
font-weight: bold;
|
||||
}
|
||||
.reveal em {
|
||||
font-style: italic;
|
||||
}
|
||||
.reveal ol,
|
||||
.reveal dl,
|
||||
.reveal ul {
|
||||
display: inline-block;
|
||||
text-align: left;
|
||||
margin: 0 0 0 1em;
|
||||
}
|
||||
.reveal ol {
|
||||
list-style-type: decimal;
|
||||
}
|
||||
.reveal ul {
|
||||
list-style-type: disc;
|
||||
}
|
||||
.reveal ul ul {
|
||||
list-style-type: square;
|
||||
}
|
||||
.reveal ul ul ul {
|
||||
list-style-type: circle;
|
||||
}
|
||||
.reveal ul ul,
|
||||
.reveal ul ol,
|
||||
.reveal ol ol,
|
||||
.reveal ol ul {
|
||||
display: block;
|
||||
margin-left: 40px;
|
||||
}
|
||||
.reveal dt {
|
||||
font-weight: bold;
|
||||
}
|
||||
.reveal dd {
|
||||
margin-left: 40px;
|
||||
}
|
||||
.reveal blockquote {
|
||||
display: block;
|
||||
position: relative;
|
||||
width: 70%;
|
||||
margin: var(--r-block-margin) auto;
|
||||
padding: 5px;
|
||||
font-style: italic;
|
||||
background: rgba(255, 255, 255, 0.05);
|
||||
box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.reveal blockquote p:first-child,
|
||||
.reveal blockquote p:last-child {
|
||||
display: inline-block;
|
||||
}
|
||||
.reveal q {
|
||||
font-style: italic;
|
||||
}
|
||||
.reveal pre {
|
||||
display: block;
|
||||
position: relative;
|
||||
width: 90%;
|
||||
margin: var(--r-block-margin) auto;
|
||||
text-align: left;
|
||||
font-size: 0.55em;
|
||||
font-family: var(--r-code-font);
|
||||
line-height: 1.2em;
|
||||
word-wrap: break-word;
|
||||
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.reveal code {
|
||||
font-family: var(--r-code-font);
|
||||
text-transform: none;
|
||||
tab-size: 2;
|
||||
}
|
||||
.reveal pre code {
|
||||
display: block;
|
||||
padding: 5px;
|
||||
overflow: auto;
|
||||
max-height: 400px;
|
||||
word-wrap: normal;
|
||||
}
|
||||
.reveal .code-wrapper {
|
||||
white-space: normal;
|
||||
}
|
||||
.reveal .code-wrapper code {
|
||||
white-space: pre;
|
||||
}
|
||||
.reveal table {
|
||||
margin: auto;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
.reveal table th {
|
||||
font-weight: bold;
|
||||
}
|
||||
.reveal table th,
|
||||
.reveal table td {
|
||||
text-align: left;
|
||||
padding: 0.2em 0.5em;
|
||||
border-bottom: 1px solid;
|
||||
}
|
||||
.reveal table th[align=center],
|
||||
.reveal table td[align=center] {
|
||||
text-align: center;
|
||||
}
|
||||
.reveal table th[align=right],
|
||||
.reveal table td[align=right] {
|
||||
text-align: right;
|
||||
}
|
||||
.reveal table tbody tr:last-child th,
|
||||
.reveal table tbody tr:last-child td {
|
||||
border-bottom: none;
|
||||
}
|
||||
.reveal sup {
|
||||
vertical-align: super;
|
||||
font-size: smaller;
|
||||
}
|
||||
.reveal sub {
|
||||
vertical-align: sub;
|
||||
font-size: smaller;
|
||||
}
|
||||
.reveal small {
|
||||
display: inline-block;
|
||||
font-size: 0.6em;
|
||||
line-height: 1.2em;
|
||||
vertical-align: top;
|
||||
}
|
||||
.reveal small * {
|
||||
vertical-align: top;
|
||||
}
|
||||
.reveal img {
|
||||
margin: var(--r-block-margin) 0;
|
||||
}
|
||||
.reveal a {
|
||||
color: var(--r-link-color);
|
||||
text-decoration: none;
|
||||
transition: color 0.15s ease;
|
||||
}
|
||||
.reveal a:hover {
|
||||
color: var(--r-link-color-hover);
|
||||
text-shadow: none;
|
||||
border: none;
|
||||
}
|
||||
.reveal .roll span:after {
|
||||
color: #fff;
|
||||
background: var(--r-link-color-dark);
|
||||
}
|
||||
.reveal .r-frame {
|
||||
border: 4px solid var(--r-main-color);
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.reveal a .r-frame {
|
||||
transition: all 0.15s linear;
|
||||
}
|
||||
.reveal a:hover .r-frame {
|
||||
border-color: var(--r-link-color);
|
||||
box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
|
||||
}
|
||||
.reveal .controls {
|
||||
color: var(--r-link-color) !important;
|
||||
}
|
||||
.reveal .progress {
|
||||
background: rgba(0, 0, 0, 0.2);
|
||||
color: var(--r-link-color);
|
||||
}
|
||||
@media print {
|
||||
.backgrounds {
|
||||
background-color: var(--r-background-color);
|
||||
}
|
||||
}
|
||||
.has-dark-background canvas[data-chart] {
|
||||
background-color: white;
|
||||
}
|
||||
.has-light-background canvas[data-chart] {
|
||||
background-color: unset;
|
||||
}
|
||||
canvas[data-chart] {
|
||||
padding: 0.5em;
|
||||
}
|
||||
.reveal .hljs {
|
||||
min-height: 50%;
|
||||
}
|
||||
325
.obsidian/plugins/obsidian-advanced-slides/dist/theme/solarized.css
vendored
Normal file
@@ -0,0 +1,325 @@
|
||||
@import "./fonts/league-gothic/league-gothic.css";
|
||||
@import "https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic";
|
||||
html * {
|
||||
color-profile: sRGB;
|
||||
rendering-intent: auto;
|
||||
}
|
||||
:root {
|
||||
--r-background-color: #fdf6e3;
|
||||
--r-main-font: Lato, sans-serif;
|
||||
--r-main-font-size: 40px;
|
||||
--r-main-color: #657b83;
|
||||
--r-block-margin: 20px;
|
||||
--r-heading-margin: 0 0 20px 0;
|
||||
--r-heading-font:
|
||||
League Gothic,
|
||||
Impact,
|
||||
sans-serif;
|
||||
--r-heading-color: #586e75;
|
||||
--r-heading-line-height: 1.2;
|
||||
--r-heading-letter-spacing: normal;
|
||||
--r-heading-text-transform: uppercase;
|
||||
--r-heading-text-shadow: none;
|
||||
--r-heading1-font-weight: normal;
|
||||
--r-heading2-font-weight: normal;
|
||||
--r-heading3-font-weight: normal;
|
||||
--r-heading4-font-weight: normal;
|
||||
--r-heading5-font-weight: normal;
|
||||
--r-heading6-font-weight: normal;
|
||||
--r-heading1-text-shadow: none;
|
||||
--r-heading1-size: 3.77em;
|
||||
--r-heading2-size: 2.11em;
|
||||
--r-heading3-size: 1.55em;
|
||||
--r-heading4-size: 1em;
|
||||
--r-heading5-size: 0.8em;
|
||||
--r-heading6-size: 0.6em;
|
||||
--r-code-font: monospace;
|
||||
--r-link-color: #268bd2;
|
||||
--r-link-color-dark: #1a6091;
|
||||
--r-link-color-hover: #78b9e6;
|
||||
--r-selection-background-color: #d33682;
|
||||
--r-selection-color: #fff;
|
||||
}
|
||||
.reveal-viewport {
|
||||
background: #fdf6e3;
|
||||
background-color: var(--r-background-color);
|
||||
}
|
||||
.reveal {
|
||||
font-family: var(--r-main-font);
|
||||
font-size: var(--r-main-font-size);
|
||||
font-weight: normal;
|
||||
color: var(--r-main-color);
|
||||
}
|
||||
.reveal ::selection {
|
||||
color: var(--r-selection-color);
|
||||
background: var(--r-selection-background-color);
|
||||
text-shadow: none;
|
||||
}
|
||||
.reveal ::-moz-selection {
|
||||
color: var(--r-selection-color);
|
||||
background: var(--r-selection-background-color);
|
||||
text-shadow: none;
|
||||
}
|
||||
.reveal .slides section,
|
||||
.reveal .slides section > section {
|
||||
line-height: 1.3;
|
||||
font-weight: inherit;
|
||||
}
|
||||
.reveal h1,
|
||||
.reveal h2,
|
||||
.reveal h3,
|
||||
.reveal h4,
|
||||
.reveal h5,
|
||||
.reveal h6 {
|
||||
margin: var(--r-heading-margin);
|
||||
color: var(--r-heading-color);
|
||||
font-family: var(--r-heading-font);
|
||||
line-height: var(--r-heading-line-height);
|
||||
letter-spacing: var(--r-heading-letter-spacing);
|
||||
text-transform: var(--r-heading-text-transform);
|
||||
text-shadow: var(--r-heading-text-shadow);
|
||||
word-wrap: break-word;
|
||||
}
|
||||
.reveal h1 {
|
||||
font-size: var(--r-heading1-size);
|
||||
}
|
||||
.reveal h2 {
|
||||
font-size: var(--r-heading2-size);
|
||||
}
|
||||
.reveal h3 {
|
||||
font-size: var(--r-heading3-size);
|
||||
}
|
||||
.reveal h4 {
|
||||
font-size: var(--r-heading4-size);
|
||||
}
|
||||
.reveal h5 {
|
||||
font-size: var(--r-heading5-size);
|
||||
}
|
||||
.reveal h6 {
|
||||
font-size: var(--r-heading6-size);
|
||||
}
|
||||
.reveal h1 {
|
||||
font-weight: var(--r-heading1-font-weight);
|
||||
}
|
||||
.reveal h2 {
|
||||
font-weight: var(--r-heading2-font-weight);
|
||||
}
|
||||
.reveal h3 {
|
||||
font-weight: var(--r-heading3-font-weight);
|
||||
}
|
||||
.reveal h4 {
|
||||
font-weight: var(--r-heading4-font-weight);
|
||||
}
|
||||
.reveal h5 {
|
||||
font-weight: var(--r-heading5-font-weight);
|
||||
}
|
||||
.reveal h6 {
|
||||
font-weight: var(--r-heading6-font-weight);
|
||||
}
|
||||
.reveal h1 {
|
||||
text-shadow: var(--r-heading1-text-shadow);
|
||||
}
|
||||
.reveal .slides > section.drop {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
height: 100%;
|
||||
}
|
||||
.reveal p {
|
||||
margin: var(--r-block-margin) 0;
|
||||
line-height: 1.3;
|
||||
}
|
||||
.reveal h1:last-child,
|
||||
.reveal h2:last-child,
|
||||
.reveal h3:last-child,
|
||||
.reveal h4:last-child,
|
||||
.reveal h5:last-child,
|
||||
.reveal h6:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.reveal img,
|
||||
.reveal video,
|
||||
.reveal iframe {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
.reveal strong,
|
||||
.reveal b {
|
||||
font-weight: bold;
|
||||
}
|
||||
.reveal em {
|
||||
font-style: italic;
|
||||
}
|
||||
.reveal ol,
|
||||
.reveal dl,
|
||||
.reveal ul {
|
||||
display: inline-block;
|
||||
text-align: left;
|
||||
margin: 0 0 0 1em;
|
||||
}
|
||||
.reveal ol {
|
||||
list-style-type: decimal;
|
||||
}
|
||||
.reveal ul {
|
||||
list-style-type: disc;
|
||||
}
|
||||
.reveal ul ul {
|
||||
list-style-type: square;
|
||||
}
|
||||
.reveal ul ul ul {
|
||||
list-style-type: circle;
|
||||
}
|
||||
.reveal ul ul,
|
||||
.reveal ul ol,
|
||||
.reveal ol ol,
|
||||
.reveal ol ul {
|
||||
display: block;
|
||||
margin-left: 40px;
|
||||
}
|
||||
.reveal dt {
|
||||
font-weight: bold;
|
||||
}
|
||||
.reveal dd {
|
||||
margin-left: 40px;
|
||||
}
|
||||
.reveal blockquote {
|
||||
display: block;
|
||||
position: relative;
|
||||
width: 70%;
|
||||
margin: var(--r-block-margin) auto;
|
||||
padding: 5px;
|
||||
font-style: italic;
|
||||
background: rgba(255, 255, 255, 0.05);
|
||||
box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.reveal blockquote p:first-child,
|
||||
.reveal blockquote p:last-child {
|
||||
display: inline-block;
|
||||
}
|
||||
.reveal q {
|
||||
font-style: italic;
|
||||
}
|
||||
.reveal pre {
|
||||
display: block;
|
||||
position: relative;
|
||||
width: 90%;
|
||||
margin: var(--r-block-margin) auto;
|
||||
text-align: left;
|
||||
font-size: 0.55em;
|
||||
font-family: var(--r-code-font);
|
||||
line-height: 1.2em;
|
||||
word-wrap: break-word;
|
||||
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.reveal code {
|
||||
font-family: var(--r-code-font);
|
||||
text-transform: none;
|
||||
tab-size: 2;
|
||||
}
|
||||
.reveal pre code {
|
||||
display: block;
|
||||
padding: 5px;
|
||||
overflow: auto;
|
||||
max-height: 400px;
|
||||
word-wrap: normal;
|
||||
}
|
||||
.reveal .code-wrapper {
|
||||
white-space: normal;
|
||||
}
|
||||
.reveal .code-wrapper code {
|
||||
white-space: pre;
|
||||
}
|
||||
.reveal table {
|
||||
margin: auto;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
.reveal table th {
|
||||
font-weight: bold;
|
||||
}
|
||||
.reveal table th,
|
||||
.reveal table td {
|
||||
text-align: left;
|
||||
padding: 0.2em 0.5em;
|
||||
border-bottom: 1px solid;
|
||||
}
|
||||
.reveal table th[align=center],
|
||||
.reveal table td[align=center] {
|
||||
text-align: center;
|
||||
}
|
||||
.reveal table th[align=right],
|
||||
.reveal table td[align=right] {
|
||||
text-align: right;
|
||||
}
|
||||
.reveal table tbody tr:last-child th,
|
||||
.reveal table tbody tr:last-child td {
|
||||
border-bottom: none;
|
||||
}
|
||||
.reveal sup {
|
||||
vertical-align: super;
|
||||
font-size: smaller;
|
||||
}
|
||||
.reveal sub {
|
||||
vertical-align: sub;
|
||||
font-size: smaller;
|
||||
}
|
||||
.reveal small {
|
||||
display: inline-block;
|
||||
font-size: 0.6em;
|
||||
line-height: 1.2em;
|
||||
vertical-align: top;
|
||||
}
|
||||
.reveal small * {
|
||||
vertical-align: top;
|
||||
}
|
||||
.reveal img {
|
||||
margin: var(--r-block-margin) 0;
|
||||
}
|
||||
.reveal a {
|
||||
color: var(--r-link-color);
|
||||
text-decoration: none;
|
||||
transition: color 0.15s ease;
|
||||
}
|
||||
.reveal a:hover {
|
||||
color: var(--r-link-color-hover);
|
||||
text-shadow: none;
|
||||
border: none;
|
||||
}
|
||||
.reveal .roll span:after {
|
||||
color: #fff;
|
||||
background: var(--r-link-color-dark);
|
||||
}
|
||||
.reveal .r-frame {
|
||||
border: 4px solid var(--r-main-color);
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.reveal a .r-frame {
|
||||
transition: all 0.15s linear;
|
||||
}
|
||||
.reveal a:hover .r-frame {
|
||||
border-color: var(--r-link-color);
|
||||
box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
|
||||
}
|
||||
.reveal .controls {
|
||||
color: var(--r-link-color) !important;
|
||||
}
|
||||
.reveal .progress {
|
||||
background: rgba(0, 0, 0, 0.2);
|
||||
color: var(--r-link-color);
|
||||
}
|
||||
@media print {
|
||||
.backgrounds {
|
||||
background-color: var(--r-background-color);
|
||||
}
|
||||
}
|
||||
.has-dark-background canvas[data-chart] {
|
||||
background-color: white;
|
||||
}
|
||||
.has-light-background canvas[data-chart] {
|
||||
background-color: unset;
|
||||
}
|
||||
canvas[data-chart] {
|
||||
padding: 0.5em;
|
||||
}
|
||||
.reveal .hljs {
|
||||
min-height: 50%;
|
||||
}
|
||||
332
.obsidian/plugins/obsidian-advanced-slides/dist/theme/white.css
vendored
Normal file
@@ -0,0 +1,332 @@
|
||||
@import "./fonts/source-sans-pro/source-sans-pro.css";
|
||||
.reveal .has-dark-background,
|
||||
.reveal .has-dark-background h1,
|
||||
.reveal .has-dark-background h2,
|
||||
.reveal .has-dark-background h3,
|
||||
.reveal .has-dark-background h4,
|
||||
.reveal .has-dark-background h5,
|
||||
.reveal .has-dark-background h6 {
|
||||
color: #fff;
|
||||
}
|
||||
:root {
|
||||
--r-background-color: #fff;
|
||||
--r-main-font:
|
||||
Source Sans Pro,
|
||||
Helvetica,
|
||||
sans-serif;
|
||||
--r-main-font-size: 42px;
|
||||
--r-main-color: #222;
|
||||
--r-block-margin: 20px;
|
||||
--r-heading-margin: 0 0 20px 0;
|
||||
--r-heading-font:
|
||||
Source Sans Pro,
|
||||
Helvetica,
|
||||
sans-serif;
|
||||
--r-heading-color: #222;
|
||||
--r-heading-line-height: 1.2;
|
||||
--r-heading-letter-spacing: normal;
|
||||
--r-heading-text-transform: uppercase;
|
||||
--r-heading-text-shadow: none;
|
||||
--r-heading1-font-weight: 600;
|
||||
--r-heading2-font-weight: 600;
|
||||
--r-heading3-font-weight: 600;
|
||||
--r-heading4-font-weight: 600;
|
||||
--r-heading5-font-weight: 600;
|
||||
--r-heading6-font-weight: 600;
|
||||
--r-heading1-text-shadow: none;
|
||||
--r-heading1-size: 2.5em;
|
||||
--r-heading2-size: 1.6em;
|
||||
--r-heading3-size: 1.3em;
|
||||
--r-heading4-size: 1em;
|
||||
--r-heading5-size: 0.8em;
|
||||
--r-heading6-size: 0.6em;
|
||||
--r-code-font: monospace;
|
||||
--r-link-color: #2a76dd;
|
||||
--r-link-color-dark: #1a53a1;
|
||||
--r-link-color-hover: #6ca0e8;
|
||||
--r-selection-background-color: #98bdef;
|
||||
--r-selection-color: #fff;
|
||||
}
|
||||
.reveal-viewport {
|
||||
background: #fff;
|
||||
background-color: var(--r-background-color);
|
||||
}
|
||||
.reveal {
|
||||
font-family: var(--r-main-font);
|
||||
font-size: var(--r-main-font-size);
|
||||
font-weight: normal;
|
||||
color: var(--r-main-color);
|
||||
}
|
||||
.reveal ::selection {
|
||||
color: var(--r-selection-color);
|
||||
background: var(--r-selection-background-color);
|
||||
text-shadow: none;
|
||||
}
|
||||
.reveal ::-moz-selection {
|
||||
color: var(--r-selection-color);
|
||||
background: var(--r-selection-background-color);
|
||||
text-shadow: none;
|
||||
}
|
||||
.reveal .slides section,
|
||||
.reveal .slides section > section {
|
||||
line-height: 1.3;
|
||||
font-weight: inherit;
|
||||
}
|
||||
.reveal h1,
|
||||
.reveal h2,
|
||||
.reveal h3,
|
||||
.reveal h4,
|
||||
.reveal h5,
|
||||
.reveal h6 {
|
||||
margin: var(--r-heading-margin);
|
||||
color: var(--r-heading-color);
|
||||
font-family: var(--r-heading-font);
|
||||
line-height: var(--r-heading-line-height);
|
||||
letter-spacing: var(--r-heading-letter-spacing);
|
||||
text-transform: var(--r-heading-text-transform);
|
||||
text-shadow: var(--r-heading-text-shadow);
|
||||
word-wrap: break-word;
|
||||
}
|
||||
.reveal h1 {
|
||||
font-size: var(--r-heading1-size);
|
||||
}
|
||||
.reveal h2 {
|
||||
font-size: var(--r-heading2-size);
|
||||
}
|
||||
.reveal h3 {
|
||||
font-size: var(--r-heading3-size);
|
||||
}
|
||||
.reveal h4 {
|
||||
font-size: var(--r-heading4-size);
|
||||
}
|
||||
.reveal h5 {
|
||||
font-size: var(--r-heading5-size);
|
||||
}
|
||||
.reveal h6 {
|
||||
font-size: var(--r-heading6-size);
|
||||
}
|
||||
.reveal h1 {
|
||||
font-weight: var(--r-heading1-font-weight);
|
||||
}
|
||||
.reveal h2 {
|
||||
font-weight: var(--r-heading2-font-weight);
|
||||
}
|
||||
.reveal h3 {
|
||||
font-weight: var(--r-heading3-font-weight);
|
||||
}
|
||||
.reveal h4 {
|
||||
font-weight: var(--r-heading4-font-weight);
|
||||
}
|
||||
.reveal h5 {
|
||||
font-weight: var(--r-heading5-font-weight);
|
||||
}
|
||||
.reveal h6 {
|
||||
font-weight: var(--r-heading6-font-weight);
|
||||
}
|
||||
.reveal h1 {
|
||||
text-shadow: var(--r-heading1-text-shadow);
|
||||
}
|
||||
.reveal .slides > section.drop {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
height: 100%;
|
||||
}
|
||||
.reveal p {
|
||||
margin: var(--r-block-margin) 0;
|
||||
line-height: 1.3;
|
||||
}
|
||||
.reveal h1:last-child,
|
||||
.reveal h2:last-child,
|
||||
.reveal h3:last-child,
|
||||
.reveal h4:last-child,
|
||||
.reveal h5:last-child,
|
||||
.reveal h6:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.reveal img,
|
||||
.reveal video,
|
||||
.reveal iframe {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
.reveal strong,
|
||||
.reveal b {
|
||||
font-weight: bold;
|
||||
}
|
||||
.reveal em {
|
||||
font-style: italic;
|
||||
}
|
||||
.reveal ol,
|
||||
.reveal dl,
|
||||
.reveal ul {
|
||||
display: inline-block;
|
||||
text-align: left;
|
||||
margin: 0 0 0 1em;
|
||||
}
|
||||
.reveal ol {
|
||||
list-style-type: decimal;
|
||||
}
|
||||
.reveal ul {
|
||||
list-style-type: disc;
|
||||
}
|
||||
.reveal ul ul {
|
||||
list-style-type: square;
|
||||
}
|
||||
.reveal ul ul ul {
|
||||
list-style-type: circle;
|
||||
}
|
||||
.reveal ul ul,
|
||||
.reveal ul ol,
|
||||
.reveal ol ol,
|
||||
.reveal ol ul {
|
||||
display: block;
|
||||
margin-left: 40px;
|
||||
}
|
||||
.reveal dt {
|
||||
font-weight: bold;
|
||||
}
|
||||
.reveal dd {
|
||||
margin-left: 40px;
|
||||
}
|
||||
.reveal blockquote {
|
||||
display: block;
|
||||
position: relative;
|
||||
width: 70%;
|
||||
margin: var(--r-block-margin) auto;
|
||||
padding: 5px;
|
||||
font-style: italic;
|
||||
background: rgba(255, 255, 255, 0.05);
|
||||
box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.reveal blockquote p:first-child,
|
||||
.reveal blockquote p:last-child {
|
||||
display: inline-block;
|
||||
}
|
||||
.reveal q {
|
||||
font-style: italic;
|
||||
}
|
||||
.reveal pre {
|
||||
display: block;
|
||||
position: relative;
|
||||
width: 90%;
|
||||
margin: var(--r-block-margin) auto;
|
||||
text-align: left;
|
||||
font-size: 0.55em;
|
||||
font-family: var(--r-code-font);
|
||||
line-height: 1.2em;
|
||||
word-wrap: break-word;
|
||||
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.reveal code {
|
||||
font-family: var(--r-code-font);
|
||||
text-transform: none;
|
||||
tab-size: 2;
|
||||
}
|
||||
.reveal pre code {
|
||||
display: block;
|
||||
padding: 5px;
|
||||
overflow: auto;
|
||||
max-height: 400px;
|
||||
word-wrap: normal;
|
||||
}
|
||||
.reveal .code-wrapper {
|
||||
white-space: normal;
|
||||
}
|
||||
.reveal .code-wrapper code {
|
||||
white-space: pre;
|
||||
}
|
||||
.reveal table {
|
||||
margin: auto;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
.reveal table th {
|
||||
font-weight: bold;
|
||||
}
|
||||
.reveal table th,
|
||||
.reveal table td {
|
||||
text-align: left;
|
||||
padding: 0.2em 0.5em;
|
||||
border-bottom: 1px solid;
|
||||
}
|
||||
.reveal table th[align=center],
|
||||
.reveal table td[align=center] {
|
||||
text-align: center;
|
||||
}
|
||||
.reveal table th[align=right],
|
||||
.reveal table td[align=right] {
|
||||
text-align: right;
|
||||
}
|
||||
.reveal table tbody tr:last-child th,
|
||||
.reveal table tbody tr:last-child td {
|
||||
border-bottom: none;
|
||||
}
|
||||
.reveal sup {
|
||||
vertical-align: super;
|
||||
font-size: smaller;
|
||||
}
|
||||
.reveal sub {
|
||||
vertical-align: sub;
|
||||
font-size: smaller;
|
||||
}
|
||||
.reveal small {
|
||||
display: inline-block;
|
||||
font-size: 0.6em;
|
||||
line-height: 1.2em;
|
||||
vertical-align: top;
|
||||
}
|
||||
.reveal small * {
|
||||
vertical-align: top;
|
||||
}
|
||||
.reveal img {
|
||||
margin: var(--r-block-margin) 0;
|
||||
}
|
||||
.reveal a {
|
||||
color: var(--r-link-color);
|
||||
text-decoration: none;
|
||||
transition: color 0.15s ease;
|
||||
}
|
||||
.reveal a:hover {
|
||||
color: var(--r-link-color-hover);
|
||||
text-shadow: none;
|
||||
border: none;
|
||||
}
|
||||
.reveal .roll span:after {
|
||||
color: #fff;
|
||||
background: var(--r-link-color-dark);
|
||||
}
|
||||
.reveal .r-frame {
|
||||
border: 4px solid var(--r-main-color);
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.reveal a .r-frame {
|
||||
transition: all 0.15s linear;
|
||||
}
|
||||
.reveal a:hover .r-frame {
|
||||
border-color: var(--r-link-color);
|
||||
box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
|
||||
}
|
||||
.reveal .controls {
|
||||
color: var(--r-link-color) !important;
|
||||
}
|
||||
.reveal .progress {
|
||||
background: rgba(0, 0, 0, 0.2);
|
||||
color: var(--r-link-color);
|
||||
}
|
||||
@media print {
|
||||
.backgrounds {
|
||||
background-color: var(--r-background-color);
|
||||
}
|
||||
}
|
||||
.has-dark-background canvas[data-chart] {
|
||||
background-color: white;
|
||||
}
|
||||
.has-light-background canvas[data-chart] {
|
||||
background-color: unset;
|
||||
}
|
||||
canvas[data-chart] {
|
||||
padding: 0.5em;
|
||||
}
|
||||
.reveal .hljs {
|
||||
min-height: 50%;
|
||||
}
|
||||
3
.obsidian/plugins/obsidian-advanced-slides/distVersion.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"version": "1.20.0"
|
||||
}
|
||||
641
.obsidian/plugins/obsidian-advanced-slides/main.js
vendored
Normal file
10
.obsidian/plugins/obsidian-advanced-slides/manifest.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "obsidian-advanced-slides",
|
||||
"name": "Advanced Slides",
|
||||
"version": "1.20.0",
|
||||
"minAppVersion": "0.12.0",
|
||||
"description": "Create markdown-based presentations in Obsidian",
|
||||
"author": "Matthäus Szturc",
|
||||
"authorUrl": "https://github.com/MSzturc",
|
||||
"isDesktopOnly": true
|
||||
}
|
||||
160
.obsidian/plugins/obsidian-advanced-slides/plugin/chalkboard/README.md
vendored
Normal file
@@ -0,0 +1,160 @@
|
||||
# Chalkboard
|
||||
|
||||
With this plugin you can add a chalkboard to reveal.js. The plugin provides two possibilities to include handwritten notes to your presentation:
|
||||
|
||||
- you can make notes directly on the slides, e.g. to comment on certain aspects,
|
||||
- you can open a chalkboard or whiteboard on which you can make notes.
|
||||
|
||||
The main use case in mind when implementing the plugin is classroom usage in which you may want to explain some course content and quickly need to make some notes.
|
||||
|
||||
The plugin records all drawings made so that they can be play backed using the `autoSlide` feature or the `audio-slideshow` plugin.
|
||||
|
||||
[Check out the live demo](https://rajgoel.github.io/reveal.js-demos/chalkboard-demo.html)
|
||||
|
||||
The chalkboard effect is based on [Chalkboard](https://github.com/mmoustafa/Chalkboard) by Mohamed Moustafa.
|
||||
|
||||
## Installation
|
||||
|
||||
Copy the file `plugin.js` and the `img` directory into the plugin folder of your reveal.js presentation, i.e. `plugin/chalkboard` and load the plugin as shown below.
|
||||
|
||||
```html
|
||||
<script src="plugin/chalkboard/plugin.js"></script>
|
||||
<script src="plugin/chalkboard/customcontrols.js"></script>
|
||||
|
||||
<script>
|
||||
Reveal.initialize({
|
||||
// ...
|
||||
plugins: [ RevealChalkboard, RevealCustomControls ],
|
||||
// ...
|
||||
});
|
||||
</script>
|
||||
```
|
||||
|
||||
The following stylesheet
|
||||
```html
|
||||
<link rel="stylesheet" href="plugin/chalkboard/style.css">
|
||||
<link rel="stylesheet" href="plugin/customcontrols/style.css">
|
||||
```
|
||||
has to be included to the `head` section of you HTML-file.
|
||||
|
||||
|
||||
In order to include buttons for opening and closing the notes canvas or the chalkboard you should make sure that `font-awesome` is available. The easiest way is to include
|
||||
```
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
|
||||
```
|
||||
to the ```head``` section of you HTML-file.
|
||||
|
||||
## Usage
|
||||
|
||||
### Mouse or touch
|
||||
- Click on the pen symbols at the bottom left to toggle the notes canvas or chalkboard
|
||||
- Click on the color picker at the left to change the color (the color picker is only visible if the notes canvas or chalkboard is active)
|
||||
- Click on the up/down arrows on the left to the switch among multiple chalkboardd (the up/down arrows are only available for the chlakboard)
|
||||
- Click the left mouse button and drag to write on notes canvas or chalkboard
|
||||
- Click the right mouse button and drag to wipe away previous drawings
|
||||
- Touch and move to write on notes canvas or chalkboard
|
||||
- Touch and hold for half a second, then move to wipe away previous drawings
|
||||
|
||||
### Keyboard
|
||||
- Press the 'BACKSPACE' key to delete all chalkboard drawings
|
||||
- Press the 'DEL' key to clear the notes canvas or chalkboard
|
||||
- Press the 'c' key to toggle the notes canvas
|
||||
- Press the 'b' key to toggle the chalkboard
|
||||
- Press the 'd' key to download drawings
|
||||
- Press the 'x' key to cycle colors forward
|
||||
- Press the 'y' key to cycle colors backward
|
||||
|
||||
## Playback
|
||||
|
||||
If the `autoSlide` feature is set or if the `audio-slideshow` plugin is used, pre-recorded chalkboard drawings can be played. The slideshow plays back the user interaction with the chalkboard in the same way as it was conducted when recording the data.
|
||||
|
||||
## Multiplexing
|
||||
|
||||
The plugin supports multiplexing via the [`multiplex` plugin](https://github.com/reveal/multiplex) or the [`seminar` plugin](https://github.com/rajgoel/reveal.js-plugins/tree/master/seminar).
|
||||
|
||||
## PDF-Export
|
||||
|
||||
If the slideshow is opened in [print mode](https://revealjs.com/pdf-export/), the chalkboard drawings in the session storage (see `storage` option - print version must be opened in the same tab or window as the original slideshow) or provided in a file (see `src` option) are included in the PDF-file. Each drawing on the chalkboard is added after the slide that was shown when opening the chalkboard. Drawings on the notes canvas are not included in the PDF-file.
|
||||
|
||||
|
||||
## Configuration
|
||||
|
||||
The plugin has several configuration options:
|
||||
|
||||
- ```boardmarkerWidth```: an integer, the drawing width of the boardmarker; larger values draw thicker lines.
|
||||
- ```chalkWidth```: an integer, the drawing width of the chalk; larger values draw thicker lines.
|
||||
- ```chalkEffect```: a float in the range ```[0.0, 1.0]```, the intesity of the chalk effect on the chalk board. Full effect (default) ```1.0```, no effect ```0.0```.
|
||||
- ```storage```: Optional variable name for session storage of drawings.
|
||||
- ```src```: Optional filename for pre-recorded drawings.
|
||||
- ```readOnly```: Configuation option allowing to prevent changes to existing drawings. If set to ```true``` no changes can be made, if set to false ```false``` changes can be made, if unset or set to ```undefined``` no changes to the drawings can be made after returning to a slide or fragment for which drawings had been recorded before. In any case the recorded drawings for a slide or fragment can be cleared by pressing the 'DEL' key (i.e. by using the ```RevealChalkboard.clear()``` function).
|
||||
- ```transition```: Gives the duration (in milliseconds) of the transition for a slide change, so that the notes canvas is drawn after the transition is completed.
|
||||
- ```theme```: Can be set to either ```"chalkboard"``` or ```"whiteboard"```.
|
||||
|
||||
The following configuration options allow to change the appearance of the notes canvas and the chalkboard. All of these options require two values, the first gives the value for the notes canvas, the second for the chalkboard.
|
||||
|
||||
- ```background```: The first value expects a (semi-)transparent color which is used to provide visual feedback that the notes canvas is enabled, the second value expects a filename to a background image for the chalkboard.
|
||||
- ```grid```: By default whiteboard and chalkboard themes include a grid pattern on the background. This pattern can be modified by setting the color, the distance between lines, and the line width, e.g. ```{ color: 'rgb(127,127,255,0.1)', distance: 40, width: 2}```. Alternatively, the grid can be removed by setting the value to ```false```.
|
||||
- ```eraser```: An image path and radius for the eraser.
|
||||
- ```boardmarkers```: A list of boardmarkers with given color and cursor.
|
||||
- ```chalks```: A list of chalks with given color and cursor.
|
||||
- ```rememberColor```: Whether to remember the last selected color for the slide canvas or the board.
|
||||
|
||||
All of the configurations are optional and the default values shown below are used if the options are not provided.
|
||||
|
||||
```javascript
|
||||
Reveal.initialize({
|
||||
// ...
|
||||
chalkboard: {
|
||||
boardmarkerWidth: 3,
|
||||
chalkWidth: 7,
|
||||
chalkEffect: 1.0,
|
||||
storage: null,
|
||||
src: null,
|
||||
readOnly: undefined,
|
||||
transition: 800,
|
||||
theme: "chalkboard",
|
||||
background: [ 'rgba(127,127,127,.1)' , path + 'img/blackboard.png' ],
|
||||
grid: { color: 'rgb(50,50,10,0.5)', distance: 80, width: 2},
|
||||
eraser: { src: path + 'img/sponge.png', radius: 20},
|
||||
boardmarkers : [
|
||||
{ color: 'rgba(100,100,100,1)', cursor: 'url(' + path + 'img/boardmarker-black.png), auto'},
|
||||
{ color: 'rgba(30,144,255, 1)', cursor: 'url(' + path + 'img/boardmarker-blue.png), auto'},
|
||||
{ color: 'rgba(220,20,60,1)', cursor: 'url(' + path + 'img/boardmarker-red.png), auto'},
|
||||
{ color: 'rgba(50,205,50,1)', cursor: 'url(' + path + 'img/boardmarker-green.png), auto'},
|
||||
{ color: 'rgba(255,140,0,1)', cursor: 'url(' + path + 'img/boardmarker-orange.png), auto'},
|
||||
{ color: 'rgba(150,0,20150,1)', cursor: 'url(' + path + 'img/boardmarker-purple.png), auto'},
|
||||
{ color: 'rgba(255,220,0,1)', cursor: 'url(' + path + 'img/boardmarker-yellow.png), auto'}
|
||||
],
|
||||
chalks: [
|
||||
{ color: 'rgba(255,255,255,0.5)', cursor: 'url(' + path + 'img/chalk-white.png), auto'},
|
||||
{ color: 'rgba(96, 154, 244, 0.5)', cursor: 'url(' + path + 'img/chalk-blue.png), auto'},
|
||||
{ color: 'rgba(237, 20, 28, 0.5)', cursor: 'url(' + path + 'img/chalk-red.png), auto'},
|
||||
{ color: 'rgba(20, 237, 28, 0.5)', cursor: 'url(' + path + 'img/chalk-green.png), auto'},
|
||||
{ color: 'rgba(220, 133, 41, 0.5)', cursor: 'url(' + path + 'img/chalk-orange.png), auto'},
|
||||
{ color: 'rgba(220,0,220,0.5)', cursor: 'url(' + path + 'img/chalk-purple.png), auto'},
|
||||
{ color: 'rgba(255,220,0,0.5)', cursor: 'url(' + path + 'img/chalk-yellow.png), auto'}
|
||||
]
|
||||
},
|
||||
customcontrols: {
|
||||
controls: [
|
||||
{ icon: '<i class="fa fa-pen-square"></i>',
|
||||
title: 'Toggle chalkboard (B)',
|
||||
action: 'RevealChalkboard.toggleChalkboard();'
|
||||
},
|
||||
{ icon: '<i class="fa fa-pen"></i>',
|
||||
title: 'Toggle notes canvas (C)',
|
||||
action: 'RevealChalkboard.toggleNotesCanvas();'
|
||||
}
|
||||
]
|
||||
},
|
||||
// ...
|
||||
|
||||
});
|
||||
```
|
||||
|
||||
|
||||
## License
|
||||
|
||||
MIT licensed
|
||||
|
||||
Copyright (C) 2021 Asvin Goel
|
||||
38
.obsidian/plugins/obsidian-advanced-slides/plugin/chalkboard/_style.css
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
div.palette, div.boardhandle {
|
||||
position: absolute;
|
||||
/*
|
||||
height: 260px;
|
||||
margin: -130px 0 0 0px;
|
||||
*/
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
font-size: 24px;
|
||||
border-radius: 10px;
|
||||
border-top: 4px solid #222;
|
||||
border-right: 4px solid #222;
|
||||
border-bottom: 4px solid #222;
|
||||
background: black;
|
||||
transition: transform 0.3s;
|
||||
}
|
||||
|
||||
div.palette {
|
||||
left: -10px;
|
||||
padding-left:10px;
|
||||
}
|
||||
|
||||
div.boardhandle {
|
||||
right: -10px;
|
||||
padding-right:10px;
|
||||
}
|
||||
|
||||
div.palette > ul,
|
||||
div.boardhandle > ul {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
div.palette > ul > li,
|
||||
div.boardhandle > ul > li {
|
||||
margin: 10px;
|
||||
}
|
||||
BIN
.obsidian/plugins/obsidian-advanced-slides/plugin/chalkboard/img/blackboard.png
vendored
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
.obsidian/plugins/obsidian-advanced-slides/plugin/chalkboard/img/boardmarker-black.png
vendored
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
.obsidian/plugins/obsidian-advanced-slides/plugin/chalkboard/img/boardmarker-blue.png
vendored
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
.obsidian/plugins/obsidian-advanced-slides/plugin/chalkboard/img/boardmarker-green.png
vendored
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
.obsidian/plugins/obsidian-advanced-slides/plugin/chalkboard/img/boardmarker-orange.png
vendored
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
.obsidian/plugins/obsidian-advanced-slides/plugin/chalkboard/img/boardmarker-purple.png
vendored
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
.obsidian/plugins/obsidian-advanced-slides/plugin/chalkboard/img/boardmarker-red.png
vendored
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
.obsidian/plugins/obsidian-advanced-slides/plugin/chalkboard/img/boardmarker-yellow.png
vendored
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
.obsidian/plugins/obsidian-advanced-slides/plugin/chalkboard/img/chalk-blue.png
vendored
Normal file
|
After Width: | Height: | Size: 5.0 KiB |
BIN
.obsidian/plugins/obsidian-advanced-slides/plugin/chalkboard/img/chalk-green.png
vendored
Normal file
|
After Width: | Height: | Size: 4.7 KiB |
BIN
.obsidian/plugins/obsidian-advanced-slides/plugin/chalkboard/img/chalk-orange.png
vendored
Normal file
|
After Width: | Height: | Size: 4.9 KiB |
BIN
.obsidian/plugins/obsidian-advanced-slides/plugin/chalkboard/img/chalk-purple.png
vendored
Normal file
|
After Width: | Height: | Size: 5.1 KiB |
BIN
.obsidian/plugins/obsidian-advanced-slides/plugin/chalkboard/img/chalk-red.png
vendored
Normal file
|
After Width: | Height: | Size: 4.7 KiB |