mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
update @ Tue 3 May 23:59:38 EEST 2022
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
b6d8cd0751
commit
9f9afc5938
8 changed files with 20 additions and 26 deletions
|
@ -4,7 +4,6 @@ html {
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
.title404 {
|
||||
text-align: center;
|
||||
font-size: 3em;
|
||||
|
@ -15,7 +14,6 @@ html {
|
|||
font-size: 2.5em;
|
||||
}
|
||||
|
||||
|
||||
.c404img {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
@ -26,7 +24,6 @@ html {
|
|||
width: 30em;
|
||||
}
|
||||
|
||||
|
||||
footer {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
|
|
|
@ -1 +1 @@
|
|||
.boot{margin:1em 0em 1em 1em;font-size:1.5em}.boot #bootver{color:#9acd32;margin-left:1.12em}.boot #bootver::before{content:"WebRC version " "1.0"}.boot .bmsg[bmsg_type=ok]::after{content:'[OK]';float:right;color:#0fd30f}.boot .bmsg[bmsg_type=ok]::before{content:' * ';color:#0fd30f}.boot .bmsg[bmsg_type=warn]::after{content:'[WARNING]';float:right;color:#ff0}.boot .bmsg[bmsg_type=warn]::before{content:' * ';color:#ff0}.boot .bmsg[bmsg_type=error]::after{content:'[ERROR]';float:right;color:red}.boot .bmsg[bmsg_type=error]::before{content:' * ';color:red}.boot .bmsg::first-letter{text-transform:uppercase}.boot .bmsg{word-wrap:break-word;word-break:break-all}
|
||||
.boot{margin:1em 0em 1em 1em;font-size:1.5em}.boot #bootver{color:#9acd32;margin-left:1.12em}.boot #bootver::before{content:"WebRC version " "1.0"}.boot .bmsg[bmsg_type="ok"]::after{content:"[OK]";float:right;color:#0fd30f}.boot .bmsg[bmsg_type="ok"]::before{content:" * ";color:#0fd30f}.boot .bmsg[bmsg_type="warn"]::after{content:"[WARNING]";float:right;color:#ff0}.boot .bmsg[bmsg_type="warn"]::before{content:" * ";color:#ff0}.boot .bmsg[bmsg_type="error"]::after{content:"[ERROR]";float:right;color:red}.boot .bmsg[bmsg_type="error"]::before{content:" * ";color:red}.boot .bmsg::first-letter{text-transform:uppercase}.boot .bmsg{word-wrap:break-word;word-break:break-all}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import '../config/main';
|
||||
@import "../config/_main.scss";
|
||||
|
||||
.boot {
|
||||
margin: 1em 0em 1em 1em;
|
||||
|
@ -10,45 +10,44 @@
|
|||
}
|
||||
|
||||
#bootver::before {
|
||||
content: 'WebRC version ' $boot_ver;
|
||||
content: "WebRC version " $boot_ver;
|
||||
}
|
||||
|
||||
.bmsg[bmsg_type=ok] {
|
||||
.bmsg[bmsg_type="ok"] {
|
||||
&::after {
|
||||
content: '[OK]';
|
||||
content: "[OK]";
|
||||
float: right;
|
||||
color: $ok_colour;
|
||||
}
|
||||
|
||||
&::before {
|
||||
content: ' * ';
|
||||
content: " * ";
|
||||
color: $ok_colour;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.bmsg[bmsg_type=warn] {
|
||||
.bmsg[bmsg_type="warn"] {
|
||||
&::after {
|
||||
content: '[WARNING]';
|
||||
content: "[WARNING]";
|
||||
float: right;
|
||||
color: $warn_colour;
|
||||
}
|
||||
|
||||
&::before {
|
||||
content: ' * ';
|
||||
content: " * ";
|
||||
color: $warn_colour;
|
||||
}
|
||||
}
|
||||
|
||||
.bmsg[bmsg_type=error] {
|
||||
.bmsg[bmsg_type="error"] {
|
||||
&::after {
|
||||
content: '[ERROR]';
|
||||
content: "[ERROR]";
|
||||
float: right;
|
||||
color: $error_colour;
|
||||
}
|
||||
|
||||
&::before {
|
||||
content: ' * ';
|
||||
content: " * ";
|
||||
color: $error_colour;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,6 +5,6 @@ $bg_colour: #070707;
|
|||
$default_content_colour: #ffffff;
|
||||
$boot_header_colour: #9acd32;
|
||||
$font_default: monospace;
|
||||
$boot_ver: '1.0';
|
||||
$boot_ver: "1.0";
|
||||
$shell_colour: $ok_colour;
|
||||
$shell_font_size: 1.7em;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "../config/main";
|
||||
@import "../config/_main.scss";
|
||||
|
||||
:root {
|
||||
color-scheme: dark;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import '../config/_novpn';
|
||||
@import "../config/_novpn.scss";
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
|
|
|
@ -1 +1 @@
|
|||
.shell{margin:2em}.shell .prompt{color:#0fd30f;background-color:#070707;border:none;font-size:1.7em;width:90%;padding:0 0 1.2em 0}.shell .prompt:focus{border:none;outline:none}.shell .output{font-size:1.41667em}.shell::before{content:'$ ';font-size:1.7em;color:#fff}.shell[prompt=root]::before{content:'# ';font-size:1.7em;color:#fff}
|
||||
.shell{margin:2em}.shell .prompt{color:#0fd30f;background-color:#070707;border:none;font-size:1.7em;width:90%;padding:0 0 1.2em 0}.shell .prompt:focus{border:none;outline:none}.shell .output{font-size:1.41667em}.shell::before{content:"$ ";font-size:1.7em;color:#fff}.shell[prompt="root"]::before{content:"# ";font-size:1.7em;color:#fff}
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
@import '../config/main';
|
||||
|
||||
@import "../config/_main.scss";
|
||||
|
||||
.shell {
|
||||
margin: 2em;
|
||||
|
@ -25,14 +24,13 @@
|
|||
}
|
||||
|
||||
.shell::before {
|
||||
content: '$ ';
|
||||
content: "$ ";
|
||||
font-size: $shell_font_size;
|
||||
color: $default_content_colour;
|
||||
}
|
||||
|
||||
.shell[prompt=root]::before {
|
||||
content: '# ';
|
||||
.shell[prompt="root"]::before {
|
||||
content: "# ";
|
||||
font-size: $shell_font_size;
|
||||
color: $default_content_colour;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue