SimplyClassyCSS is a collection of beautiful and classy CSS styles suitable for simple renderers such as Java Swing's. Designed for beauty and readability.
SimplyClassyCSS is also conceived to be
highlighting-friendly: it features special CSS classes for
highlighting and emphasizing text. Thus, with a HTML syntax
such as
<span
class="simply-yellow">my_text</span>
your text is highlighted. Other classes for basic colors are
defined:
simply-blue
,
simply-green
, etc.
SimplyClassyCSS features different styles (e.g “Spacious”).
For each style, different color schemes may be supported (e.g “Standard”, “Gruvbox”).
For each color scheme, light or dark mode (or both) are supported.
When using any of the SimplyClassyCSS styles,
text inside special
<span>
tags becomes highlighted. Additionally, special
<p>
tags draw styled boxes around your paragraphs. Very useful for
studying, analyzing or creating emphasis on texts. The syntax
is:
The groovy scripts SpanHighlighter
and BoxedParagraph
wrap selected text in a
JTextComponent
(Java Swing) with the desired syntax.
To use in Freeplane: after setting up the CSS style (see guide here), install the scripts, select the text you’d like to emphasize, and call the desired script: the appropriate tags will be inserted automatically. A brief explanation on how to use each script:
<span
class="simply-yellow">my_text</span>
. The
default is the yellow color. You can change the color
simply by changing the class
attribute. The
script gets installed in the menu Format ->
Highlight -> Span Highlighter
. Suggestion:
for quick access, assign the ctrl + shift
+ H
shortcut to the script. CLICK
HERE FOR THE FULL GUIDE
<p
class="blue-dotted">my_paragraph</p>
. The
default is blue dotted box. You can change it by
modifying the class
attribute. The script
gets installed in the menu Format ->
Highlight -> Boxed Paragraph
. Suggestion: for
quick access, assign the ctrl + shift + P
shortcut to the script. CLICK
HERE FOR THE FULL GUIDE
SimplyClassyCSS, except logos and otherwise noted, is licensed under a BSD-3-Clause license, and it is free to use according to its terms. See information on licensing.
Copyright © 2023 B Barbosa. All rights reserved.