updated on - Mon Jun 26 12:18:31 UTC 2023
This commit is contained in:
parent
4e196eb6b6
commit
c02c3dd919
@ -1,30 +1,28 @@
|
|||||||
|
|
||||||
:root {
|
|
||||||
--color-bg: #FFFFF5;
|
|
||||||
--color-text: #000;
|
|
||||||
--gap-l: 2.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin: var(--gap-l) auto;
|
margin: 2.5rem auto;
|
||||||
max-width: 610px;
|
max-width: 700px;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
background: var(--color-bg);
|
background: #fffff5;
|
||||||
color: var(--color-text);
|
color: #000;
|
||||||
padding: 0 10px;
|
padding-inline: 1rem;
|
||||||
line-height: 28px;
|
line-height: 28px;
|
||||||
font-family: "Lora";
|
font-family: "Lora";
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
/* Smooth the font a little bit, it's a
|
font-display: swap;
|
||||||
bit too bold on retina screens */
|
}
|
||||||
-webkit-font-smoothing: antialiased;
|
body::selection {
|
||||||
|
color: #fffff5;
|
||||||
|
background: #a4aeb6;
|
||||||
|
}
|
||||||
|
|
||||||
|
.timestamp {
|
||||||
|
color: #333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --------------------------------------------------- */
|
/* --------------------------------------------------- */
|
||||||
/* Make a nice input form with rounded corners and hover
|
/* Make a nice input form with rounded corners and hover
|
||||||
animations*/
|
* *animations */
|
||||||
/* --------------------------------------------------- */
|
/* --------------------------------------------------- */
|
||||||
input {
|
input {
|
||||||
padding: 10px 16px;
|
padding: 10px 16px;
|
||||||
@ -35,7 +33,6 @@ input {
|
|||||||
background: #fffff4;
|
background: #fffff4;
|
||||||
color: #3a1616;
|
color: #3a1616;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
-webkit-transition: 0.5s;
|
|
||||||
transition: 0.5s;
|
transition: 0.5s;
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
@ -69,34 +66,33 @@ input:focus {
|
|||||||
/* ----------------------------------------------- */
|
/* ----------------------------------------------- */
|
||||||
/* Various classes for messages of different kinds */
|
/* Various classes for messages of different kinds */
|
||||||
/* ----------------------------------------------- */
|
/* ----------------------------------------------- */
|
||||||
.isa_info,
|
.isa_info, .isa_success, .isa_warning, .isa_error {
|
||||||
.isa_success,
|
|
||||||
.isa_warning,
|
|
||||||
.isa_error {
|
|
||||||
width: 90%;
|
width: 90%;
|
||||||
margin: 10px 0px;
|
margin: 10px 0px;
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.isa_info {
|
.isa_info {
|
||||||
color: #00529b;
|
color: #00529b;
|
||||||
background-color: #bde5f8;
|
background-color: #bde5f8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.isa_success {
|
.isa_success {
|
||||||
color: #4f8a10;
|
color: #4f8a10;
|
||||||
background-color: #dff2bf;
|
background-color: #dff2bf;
|
||||||
}
|
}
|
||||||
|
|
||||||
.isa_warning {
|
.isa_warning {
|
||||||
color: #9f6000;
|
color: #9f6000;
|
||||||
background-color: #feefb3;
|
background-color: #feefb3;
|
||||||
}
|
}
|
||||||
|
|
||||||
.isa_error {
|
.isa_error {
|
||||||
color: #d8000c;
|
color: #d8000c;
|
||||||
background-color: #ffd2d2;
|
background-color: #ffd2d2;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1,
|
h1, h2, h3 {
|
||||||
h2,
|
|
||||||
h3 {
|
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
font-family: "Lora";
|
font-family: "Lora";
|
||||||
}
|
}
|
||||||
@ -115,7 +111,7 @@ a {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: #217ab7;
|
color: #217ab7;
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
transition: .14s;
|
transition: 0.14s;
|
||||||
}
|
}
|
||||||
a:hover {
|
a:hover {
|
||||||
color: white;
|
color: white;
|
||||||
@ -134,7 +130,4 @@ pre {
|
|||||||
font-family: "Inconsolata", monospace;
|
font-family: "Inconsolata", monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
::selection {
|
/*# sourceMappingURL=light.css.map */
|
||||||
color: white;
|
|
||||||
background: #ff4081;
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user