updated on - Tue Jun 27 07:16:08 UTC 2023
This commit is contained in:
parent
1225b89bb5
commit
33d6e80aa2
@ -1,71 +1,44 @@
|
|||||||
body {
|
body {
|
||||||
margin: 2.5rem auto;
|
margin: 2.5rem auto;
|
||||||
max-width: 700px;
|
max-width: 700px;
|
||||||
line-height: 1.6;
|
|
||||||
background: #fffff5;
|
background: #fffff5;
|
||||||
color: #000;
|
color: #000;
|
||||||
padding-inline: 1rem;
|
padding-inline: 1rem;
|
||||||
line-height: 28px;
|
font-family: "Lora", sans-serif;
|
||||||
font-family: "Lora";
|
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
}
|
||||||
body::selection {
|
body::selection {
|
||||||
color: #fffff5;
|
color: #fffff5;
|
||||||
background: #a4aeb6;
|
background: #4D5460;
|
||||||
}
|
}
|
||||||
|
|
||||||
.timestamp {
|
h1, h2, h3 {
|
||||||
color: #333333;
|
font-family: "Lora", sans-serif;
|
||||||
|
margin-top: 2.5rem;
|
||||||
|
line-height: 1.2;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --------------------------------------------------- */
|
img {
|
||||||
/* Make a nice input form with rounded corners and hover
|
display: block;
|
||||||
* *animations */
|
width: 100%;
|
||||||
/* --------------------------------------------------- */
|
object-fit: cover;
|
||||||
input {
|
object-position: center;
|
||||||
padding: 10px 16px;
|
|
||||||
margin: 2px 0;
|
|
||||||
box-sizing: border-box;
|
|
||||||
border: 2px solid #dabebe;
|
|
||||||
border-radius: 6px;
|
|
||||||
background: #fffff4;
|
|
||||||
color: #3a1616;
|
|
||||||
font-size: 16px;
|
|
||||||
transition: 0.5s;
|
|
||||||
outline: none;
|
|
||||||
}
|
|
||||||
input:focus {
|
|
||||||
border: 2px solid #3a1616;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --------------------------------------- */
|
a {
|
||||||
/* The button is very similar to the input */
|
color: #195880;
|
||||||
/* --------------------------------------- */
|
}
|
||||||
.button {
|
a:hover {
|
||||||
background-color: #fffff4;
|
|
||||||
border: none;
|
|
||||||
color: black;
|
|
||||||
padding: 6px 14px;
|
|
||||||
text-align: center;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
display: inline-block;
|
|
||||||
font-size: 16px;
|
|
||||||
margin: 4px 2px;
|
|
||||||
transition-duration: 0.4s;
|
|
||||||
cursor: pointer;
|
|
||||||
border: 2px solid #3a1616;
|
|
||||||
border-radius: 6px;
|
|
||||||
}
|
|
||||||
.button:hover {
|
|
||||||
background-color: #3a1616;
|
|
||||||
color: white;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ----------------------------------------------- */
|
pre {
|
||||||
/* Various classes for messages of different kinds */
|
font-family: "Inconsolata", monospace;
|
||||||
/* ----------------------------------------------- */
|
font-display: swap;
|
||||||
|
}
|
||||||
|
|
||||||
.isa_info, .isa_success, .isa_warning, .isa_error {
|
.isa_info, .isa_success, .isa_warning, .isa_error {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
margin: 10px 0px;
|
margin: 10px 0px;
|
||||||
@ -92,27 +65,8 @@ input:focus {
|
|||||||
background-color: #ffd2d2;
|
background-color: #ffd2d2;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3 {
|
.timestamp {
|
||||||
line-height: 1.2;
|
color: #333333;
|
||||||
font-family: "Lora";
|
|
||||||
}
|
|
||||||
|
|
||||||
img {
|
|
||||||
display: block;
|
|
||||||
width: 100%;
|
|
||||||
object-fit: cover;
|
|
||||||
object-position: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
|
||||||
color: #3297d3;
|
|
||||||
}
|
|
||||||
a:hover {
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
pre {
|
|
||||||
font-family: "Inconsolata", monospace;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*# sourceMappingURL=light.css.map */
|
/*# sourceMappingURL=light.css.map */
|
||||||
|
Loading…
Reference in New Issue
Block a user