This commit is contained in:
Miloslav Ciz 2024-01-30 07:54:47 +01:00
parent 911143c7a0
commit 56bfbd2c10
7 changed files with 205 additions and 28 deletions

View file

@ -4,9 +4,9 @@ body
{
padding: 20px 40px 0;
font-family: "Lucida Console", monospace;
color: #0e0;
color: #0d0;
margin: auto;
background-color: #080808;
background-color: #0e0e0e;
text-align: justify;
font-size: 16px;
}
@ -16,14 +16,9 @@ h1:first-of-type:after
content: ": HAX0R edition";
}
b, strong, h1, h2, h3
b, strong
{
color: #ddd;
}
h1, h2, h3
{
background-color: #030;
color: #ccc;
}
h1:before
@ -55,12 +50,16 @@ em, i
hr
{
margin: 20px 0 20px;
border: 1px solid #ccc;
}
h1, h2, h3
{
margin: 30px 0 10px;
border-bottom: 1px solid #0e0;
border-bottom: 2px solid #0e0;
color: #eee;
background-color: #030;
padding: 5px 0 0;
}
ul, ol
@ -71,46 +70,60 @@ ul, ol
ul
{
list-style: square;
list-style: none;
}
ul li:before
{
content: "-";
margin: 0 5px;
color: #eee;
}
li
{
margin: 3px 0;
margin: 2px 0;
}
pre, code
{
font-family: "Lucida Console", monospace;
background-color: #111;
color: #eee;
color: #ddd;
font-size: 15px;
}
pre
{
padding: 3px 0 0 15px;
border-left: 3px solid #0e0;
border-left: 2px solid #0e0;
}
table
{
border-collapse: collapse;
margin: 40px 20px;
}
table td, th
{
border: 1px solid #eee;
padding: 5px 7px;
border: 1px solid #ccc;
padding: 6px 8px;
}
th
{
background-color: #444;
text-align: left;
}
a
{
color: #00e;
color: #04f;
text-decoration: underline;
}
.dead
{
color: #e00;
color: #f20;
}