mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
update @ Sat 30 Apr 22:18:48 EEST 2022
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
5cbae4fc93
commit
eeba891eb1
2 changed files with 36 additions and 2 deletions
|
@ -1 +1,35 @@
|
||||||
.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;
|
||||||
|
/* makes it that it aligns with 'boot' messages */ }
|
||||||
|
.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: #ffff00; }
|
||||||
|
.boot .bmsg[bmsg_type=warn]::before {
|
||||||
|
content: ' * ';
|
||||||
|
color: #ffff00; }
|
||||||
|
.boot .bmsg[bmsg_type=error]::after {
|
||||||
|
content: '[ERROR]';
|
||||||
|
float: right;
|
||||||
|
color: #ff0000; }
|
||||||
|
.boot .bmsg[bmsg_type=error]::before {
|
||||||
|
content: ' * ';
|
||||||
|
color: #ff0000; }
|
||||||
|
.boot .bmsg::first-letter {
|
||||||
|
text-transform: uppercase; }
|
||||||
|
.boot .bmsg {
|
||||||
|
word-wrap: break-word;
|
||||||
|
word-break: break-all; }
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#bootver::before {
|
#bootver::before {
|
||||||
content: 'WEBrc version ' $boot_ver;
|
content: 'webRC version ' $boot_ver;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bmsg[bmsg_type=ok] {
|
.bmsg[bmsg_type=ok] {
|
||||||
|
|
Loading…
Add table
Reference in a new issue