This commit is contained in:
bacalhau 2026-03-04 18:50:24 +00:00
parent a35085c8fd
commit 2b835d7500
4 changed files with 52 additions and 41 deletions

View file

@ -14,15 +14,17 @@
}
body {
background: #101210;
color: #e0e0e0;
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
max-width: 800px;
background: #FFE0F4;
color: #FF00AA;
text-shadow: 0px 0px 5px rgba(255, 0, 170, 0.8);
padding: 5px;
max-width: 75%;
margin: auto;
font-family: font;
font-weight: normal;
line-height: 1.2rem;
word-wrap: break-word;
font-size: 22px;
}
footer {
@ -42,44 +44,55 @@ strong, b {
font-weight: bold;
}
section {
margin-top: 32px;
background: #fff;
padding: 5px;
border: medium;
border-color: #FF00AA;
border-radius: 5px;
border-style: dashed;
}
h1 {
color: #00ff00;
color: #FF00AA;
text-decoration: underline yellow;
text-align: center;
}
h2 {
color: #00ff00;
color: #FF00AA;
}
h3 {
color: #00ff00;
color: #FF00AA;
}
a {
color: #ffff00;
color: #FF699B;
}
a:hover {
color: #ffffff;
}
summary {
color: #008800;
background: #101210;
table {
width: 100%;
border-collapse: collapse;
}
details {
background: #222;
th, td {
border: 1px solid #ddd;
padding: 8px;
text-align: left;
}
summary:hover {
color: #fff;
cursor: pointer;
th {
background-color: #FF00AA;
color: white;
}
.service {
padding: 0.5rem;
border: solid thin #ffff00;
tr:nth-child(even) {
background-color: #FF00AA;
}