This Gist was automatically created by Carbide, a free online programming environment.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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. | |
*/ | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.rm-pomodoro { | |
background: #ff6956 !important; | |
color: #fff !important; | |
padding-left: 5px; | |
padding-right: 5px; | |
padding-bottom: 5px; | |
padding-top: 5px; | |
line-height: 1em; | |
font-weight: 600; | |
border-radius: 5px; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* How to use: Simply put #make:yt-large infront of {{youtube: }} */ | |
[data-tag*="make:yt-large"] ~ div iframe | |
{ | |
width: 700px; | |
height: 400px; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Author:: @CatoMinor3 | |
Version:: 1 | |
Date:: June 8th, 2020 | |
PayPal support: https://www.paypal.me/catominor3 | |
How to use it: Write #sup or #sub and then use ^^higlight^^ | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Author: @CatoMinor3 | |
Version: 1 | |
Date: June 16th, 2020 | |
Paypal support: https://www.paypal.me/catominor3 | |
How to use: Simply select text align center from the context menu. | |
*/ | |
.text-align-center { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Author: @CatoMinor3 | |
Version: 0.9 (beta) | |
Date: July 1st | |
Paypal support: https://www.paypal.me/catominor3 | |
What it does: Custom CSS for moving references to a more visible place: | |
- if the screen is wide enough, they are on the left; | |
- if small, they are on the top. | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Author: @CatoMinor3 | |
Version: 1 | |
Date: July 3rd | |
Paypal support: https://www.paypal.me/catominor3 | |
What it does: Custom CSS that moves the version number controls from the top to the left. | |
*/ | |
div[style*="flex: 1 1 100%; margin-bottom: 6px;"] | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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}}: |
OlderNewer