From 3903f61815ae11c1cf5f0179500316f26994f6b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Sun, 25 Nov 2018 11:12:15 +0100 Subject: [PATCH] assets/css/{{help,nitelite}.css,html/help.html}: clean up & correct {CSS,HTML}. --- assets/css/help.css | 42 ++++++++++++++ assets/css/nitelite.css | 119 ---------------------------------------- assets/html/help.html | 88 +++++++++++++++-------------- 3 files changed, 89 insertions(+), 160 deletions(-) create mode 100644 assets/css/help.css delete mode 100644 assets/css/nitelite.css diff --git a/assets/css/help.css b/assets/css/help.css new file mode 100644 index 0000000..2c15baf --- /dev/null +++ b/assets/css/help.css @@ -0,0 +1,42 @@ +body { + background: #000000; + background-image: url('../images/tile.jpg'); + color: rgb(255,255,0); + font-family: times new roman; + font-family: 'FixedsysExcelsior301Regular'; + font-size: 16pt; +} + +div#box { + background: rgba(0,0,100,0.5); + border: 3px solid #0000ff; + border-spacing: 0px; + color: #00ffff!important; + display: inline-block; + font-size: 20px; + font-size: 12pt!important; + margin: 10px 0; + padding: 10px; +} +div#box_wrapper { + margin: 0 auto; + width: 50%; +} + +h1 { + color: #ff00ff!important; + font-size: 42px; + margin-bottom: 15px; +} +h2 { + color: #00ffff!important; + margin-bottom: 15px; + margin-top: 15px; +} + +p { + color: white; +} +pre { + color: white; +} diff --git a/assets/css/nitelite.css b/assets/css/nitelite.css deleted file mode 100644 index af9c604..0000000 --- a/assets/css/nitelite.css +++ /dev/null @@ -1,119 +0,0 @@ -.h1 { font-size: 32px } -.h2 { font-size: 24px } -.h3 { font-size: 18.72px } -.h4 { font-size: 16px } -.h5 { font-size: 13.28px } -.h6 { font-size: 10.72px } - -[class^=h] { -font-weight: bold; -display:block; -margin-top:8px; -margin-bottom:8px; -} - - -body { -background:#000; -background-image:url('../images/tile.jpg'); -font-size:16pt; -font-family:times new roman; -color:rgb(255,255,0); -} - -i { -color:#0f0!important; -} - -a:link { -color:rgb(0,255,255); -} - -a:visited { -color:#00f; -} - -a:active { -color:#fff; -} - - - -.code { -white-space:pre-wrap; -background: rgba(128,0,128,.3); -color: rgb(255,0,255); -font-size: 16pt; -font-family: Consolas, Menlo, Courier, monospace; -} - -.inline { -padding: 1px 4px; -} - -.block { -padding:12px 16px; -border-width: 0 0 0 5px; -border-style: solid; -border-color:#0f0; -} - -table { -border-spacing: 0px; -border:3px solid #00f; -margin:10px 0; -font-size:20px; -color:#0ff!important; -font-size:12pt!important; -} - -td { -padding: 6px 9px; -border:2px solid #00f - -} - -h1 { -font-size:42px; -margin-bottom:15px; -color:#f0f!important -} - -h2 { -color:#0ff!important; -margin-top:15px; -margin-bottom:15px; -} - -h3 { -color:#f00!important -} - -h4 { -color:#0f0!important -} - -h5 { -color:#00f!important -} - -a:visited i { -color:#00f!important; -} - -a i { -color:#f0f!important -} - -a:active i { -color:#ff0!important -} - -/* -.logo { -background:url('https://jollo.org/assets/images/logo/rebomine_logo.gif'); -width:255px; -height:107px; -float:right; -} -*/ diff --git a/assets/html/help.html b/assets/html/help.html index dbf01fb..6acceba 100644 --- a/assets/html/help.html +++ b/assets/html/help.html @@ -1,46 +1,52 @@ - - - - - - + + + + + + + + asciiblaster v1.0.6 documentation + + + + +
+
+

asciiblaster documentation

+

+ These are some handy documents which address some of the more obscure features of asciiblaster: +

-

-
+

Tips on using the keyboard

+
+          [                                   Decrease brush size
+          ]                                   Increase brush size
+          <Alt> + <LMB> on canvas             Fill brush with sampled color
+          <Alt> + <Shift> + <LMB> on canvas   Copy canvas to brush
+          <Ctrl> + <LMB> on brush             Erase cell
+          <Ctrl> + <LMB> on canvas            Draw with background color
+          <Shift> + <LMB> on canvas           Draw line from last position
+          <Shift> + <LMB> on character box    Switch to next character set
+          <Shift> + <LMB> on stored brush     Delete stored brush
+          <RMB> on palette                    Set background color (when drawing with a letter)
+        
- -
-

asciiblaster documentation

- - -These are some handy documents which address some of the more obscure features of asciiblaster: - -

Tips on using the keyboard

-
-[                                   Decrease brush size
-]                                   Increase brush size
-<Alt> + <LMB> on canvas             Fill brush with sampled color
-<Alt> + <Shift> + <LMB> on canvas   Copy canvas to brush
-<Ctrl> + <LMB> on brush             Erase cell
-<Ctrl> + <LMB> on canvas            Draw with background color
-<Shift> + <LMB> on canvas           Draw line from last position
-<Shift> + <LMB> on character box    Switch to next character set
-<Shift> + <LMB> on stored brush     Delete stored brush
-<RMB> on palette                    Set background color (when drawing with a letter)
-
- -

Notate bene

-Characters not forming part of the initial set in the character box beneath the colour palette -encode to, assuming UTF-8, 2-3 bytes in total vs. one (1) byte for those part of the initial -set (e.g. 0-9, A-Z, a-z, etc.) - -Repeating patterns of alternating back- and foreground colours, and vice versa, are encoded -using a single (1) byte in mIRC format (video reverse) and as such save space, especially -with large numbers of repetitions or alternations. +

Notate bene

+

+ Characters not forming part of the initial set in the character box beneath the colour palette + encode to, assuming UTF-8, 2-3 bytes in total vs. one (1) byte for those part of the initial + set (e.g. 0-9, A-Z, a-z, etc.)
+
+ Repeating patterns of alternating back- and foreground colours, and vice versa, are encoded + using a single (1) byte in mIRC format (video reverse) and as such save space, especially + with large numbers of repetitions or alternations. +

+ + + + +