Skip to content

Instantly share code, notes, and snippets.

@ciceronianus
ciceronianus / Logseq-colored_fonts.css
Created February 6, 2021 07:30
Logseq-colored_fonts.css
/*------------ CUSTOM COLORS ------------------*/
/*
Title: Custom colors for Logseq
Author:: @CatoMinor3
Version:: 1
Date:: February 6, 2021
Support:
- Paypal: https://www.paypal.me/catominor3
- Patreon: https://www.patreon.com/catominor
@ciceronianus
ciceronianus / Roam-colored_fonts.css
Last active April 28, 2023 08:24
(deprecated) Roam - colored bold, italics and highlight by @CatoMinor3
/*
Author:: @CatoMinor3
Version:: 3.0
Date:: Sept.rm-italicsber 22nd, 2020
Changes log:
- 3.0 - code adapted for the new classes in Roam
- 2.1 - code adaptated for future support of colour shades (different opacity),
download the additonal CSS here: https://gist.github.com/ciceronianus/5d7b224658b7a9832a6249a13091aa9d
Support:
@ciceronianus
ciceronianus / Roam-resize_images,pdf,iframe.css
Last active August 27, 2022 16:28
Roam-tricks by @CatoMinor3 - resizing images, pdf, iframes by triggering tags.
/*
Author: @CatoMinor3
Version: 1.1
Date: June 10th, 2020
PayPal support: https://twitter.com/CatoMinor3/status/1284173182245769216?s=20
How to use it: Write #make:wide etc. in front of an image, pdf or iframe.
*/
@ciceronianus
ciceronianus / Roam-color_opacity.css
Last active February 7, 2022 01:49
Roam - color opacity by @CatoMinor3
/*
Author:: @CatoMinor3
Version:: 1
Date:: September 22nd, 2020
Changes log
Support:
- Paypal: https://www.paypal.me/catominor3
- Patreon: https://www.patreon.com/catominor
@ciceronianus
ciceronianus / Roam-count_mentions.css
Created March 4, 2021 16:20
Roam-count-mentions (alpha)
/* Just a simple experiment :) */
/* Counts mentions of a page */
/* Syntax: Count:: {{[[mentions]]: [[Tweet]]}} */
[data-page-links*='\"Count\"'] > .rm-block-main
> .roam-block > span > .rm-reference-main {
display:inline-block;
}
[data-page-links*='\"Count\"'] > .rm-block-main
@ciceronianus
ciceronianus / eXide-customCSS.css
Created January 25, 2021 13:02
eXide - custom CSS
#toolbar-current-app {
color:red !important;
background-color:yellow;
border-radius: 5px;
padding-left: 5px;
padding-right: 5px;
border: 1px solid #f1c871;
}
@ciceronianus
ciceronianus / Roam-nested-page-references.css
Created December 25, 2020 06:44
Roam-nested-page-references
/*
Author:: @CatoMinor3
Version:: 2.0
Date:: December 28th, 2020
Changes log
- 2.0 - support for the latest version of Roam
Support:
- Paypal: https://www.paypal.me/catominor3
- Patreon: https://www.patreon.com/catominor
@ciceronianus
ciceronianus / Roam-show-tweet-on-hover.css
Last active October 28, 2020 07:42
Roam - show Tweets on hover
/*
Author:: @CatoMinor3
Version:: 1
Date:: October 28th, 2020
Changes log
Support:
- Paypal: https://www.paypal.me/catominor3
- Patreon: https://www.patreon.com/catominor
What is this?
@ciceronianus
ciceronianus / Roam-mermaid-colors-in-graph.css
Last active October 1, 2020 06:15
Roam - Mermaid - custom colors for the graph
/*
Author: @CatoMinor3
Version: 1
Date: July 1st
Paypal support: https://www.paypal.me/catominor3
What it does: Custom CSS colors for Mermaid in Roam.
How to use it?
1) Put this code into roam/css
2) Simply assign class to the item under {{mermaid}}:
@ciceronianus
ciceronianus / Roam-rainbow-tag.css
Last active September 17, 2020 20:02
A special tag #c:rainbow that changes the color of the following ^^highlight^^ and [[ ]] tag.
/*
Author: @CatoMinor3
Version: 1.1
Date: September 17th, 2020
Paypal support: https://www.paypal.me/catominor3
What it does: A special tag #c:rainbow that changes
the color of the following ^^highlight^^ and [[ ]] tag, or bold or emphasis.
How to use it?
1) Put this code into roam/css