mirror of
https://github.com/anotherlusitano/SpectrumPlus.git
synced 2026-07-22 04:10:27 +00:00
162 lines
3.9 KiB
SCSS
162 lines
3.9 KiB
SCSS
/*
|
|
* Tested with Obsidian v0.12.19
|
|
*
|
|
* Author: Wiktoria Mielcarek (Braweria)
|
|
* Name: Spectrum
|
|
* Licence: MIT
|
|
* GitHub Repo: https://github.com/Braweria/Spectrum
|
|
* Version: 1.1.2
|
|
|
|
! CONTENT
|
|
*.............1. Variables
|
|
*.............2. Textarea
|
|
*................. Body
|
|
*................. Paragraph
|
|
*................. Preview
|
|
*.............3. Text Decorations
|
|
*................. Bold
|
|
*................. Emphasis
|
|
*................. Highlight
|
|
*................. Links
|
|
*................. Headings
|
|
*................. Text Cursor Indicator
|
|
*................. Tags
|
|
*................. Attachments
|
|
*.............4. Workspace
|
|
*................. Ribbon
|
|
*................. Handle Bars
|
|
*................. Nav
|
|
*................. Header Container
|
|
*................. Scrollbar
|
|
*................. Folders
|
|
*.............5. Tables
|
|
*.............6. Codeblocks
|
|
*................. Mermaid
|
|
*................. Codingblocks
|
|
*.............7. Embed Notes
|
|
*.............8. Vault Launch Progress Bar
|
|
*.............9. Footnotes
|
|
*............10. Listings
|
|
*................. List
|
|
*................. Task List
|
|
*................. Subway
|
|
*................. Indent Color
|
|
*................. List Line
|
|
*............11. Graph
|
|
*............12. Query
|
|
*............13. Blockquotes
|
|
*............14. Kanban
|
|
*............15. Images
|
|
*............16. Eisenhower Matrix
|
|
*............17. Math
|
|
*............18. Keyboard Key Symbol
|
|
*............19. Notice
|
|
|
|
*............100. Other People's Plugins
|
|
*................. Daily Planner
|
|
|
|
*/
|
|
|
|
/*
|
|
*..........................1. Variables */
|
|
|
|
@import '_blocks/variables';
|
|
|
|
/*
|
|
*..........................2. Textarea */
|
|
|
|
@import '_blocks/_textarea/body';
|
|
@import '_blocks/_textarea/paragraph';
|
|
@import '_blocks/_textarea/preview';
|
|
|
|
/*
|
|
*..........................3. Text Decorations */
|
|
@import '_blocks/_textdecoration/bold';
|
|
@import '_blocks/_textdecoration/emphasis';
|
|
@import '_blocks/_textdecoration/highlight';
|
|
@import '_blocks/_textdecoration/links';
|
|
@import '_blocks/_textdecoration/links-signifier';
|
|
@import '_blocks/_textdecoration/headings';
|
|
@import '_blocks/_textdecoration/text-cursor-indicator';
|
|
@import '_blocks/_textdecoration/tags';
|
|
@import '_blocks/_textdecoration/attachments';
|
|
|
|
/*
|
|
*..........................4. Workspace */
|
|
@import '_blocks/_workspace/ribbon';
|
|
@import '_blocks/_workspace/handle-bars';
|
|
@import '_blocks/_workspace/nav';
|
|
@import '_blocks/_workspace/header-container';
|
|
@import '_blocks/_workspace/scrollbar';
|
|
@import '_blocks/_workspace/folders';
|
|
@import '_blocks/_workspace/dropdown';
|
|
|
|
/*
|
|
*..........................5. Tables */
|
|
@import '_blocks/tables';
|
|
|
|
/*
|
|
*..........................6. Codeblocks */
|
|
@import '_blocks/_codeblocks/mermaid';
|
|
@import '_blocks/_codeblocks/codingblock';
|
|
|
|
/*
|
|
*..........................7. Embed Notes */
|
|
@import '_blocks/embed-note';
|
|
|
|
/*
|
|
*..........................8. Vault Launch Progress Bar */
|
|
@import '_blocks/vault-launch-progress-bar';
|
|
|
|
/*
|
|
*..........................9. Footnotes */
|
|
@import '_blocks/footnotes';
|
|
|
|
/*
|
|
*..........................10. Listings */
|
|
@import '_blocks/_listings/list';
|
|
@import '_blocks/_listings/task-list';
|
|
@import '_blocks/_listings/subway';
|
|
@import '_blocks/_listings/indent-color';
|
|
@import '_blocks/_listings/lines';
|
|
|
|
/*
|
|
*..........................11. Graph */
|
|
@import '_blocks/graph';
|
|
|
|
/*
|
|
*..........................12. Query */
|
|
@import '_blocks/query';
|
|
|
|
/*
|
|
*..........................13. Blockquotes */
|
|
@import '_blocks/blockquotes';
|
|
|
|
/*
|
|
*..........................14. Kanban */
|
|
@import '_blocks/kanban';
|
|
|
|
/*
|
|
*..........................15. Images */
|
|
@import '_blocks/images';
|
|
|
|
/*
|
|
*..........................16. Eisenhower Matrix */
|
|
@import '_blocks/eisenhower';
|
|
|
|
/*
|
|
*..........................17. Math */
|
|
@import '_blocks/_math/inline-math';
|
|
@import '_blocks/_math/math';
|
|
|
|
/*
|
|
*..........................18. Keyboard Key Symbol */
|
|
@import '_blocks/key-symbol';
|
|
|
|
/*
|
|
*..........................19. Notice */
|
|
@import '_blocks/notice';
|
|
|
|
/*
|
|
*..........................100. Other People's Plugins */
|
|
@import '_blocks/_other-peoples-plugins/day-planner';
|