1
0
Fork 0

Nuevo poema en traducción: un color real

This commit is contained in:
Lethe Beltane 2024-09-25 13:53:02 -05:00
parent 4ca0509c43
commit 74e00d5269
Signed by: lethe
GPG key ID: 21A3DA3DE29CB63C
15 changed files with 367 additions and 9 deletions

41
recs/style.css Normal file
View file

@ -0,0 +1,41 @@
body {
margin: auto;
margin-top: 14px;
font-family: monospace !important;
background-color: #cc99ff;
max-width: 1114px;
}
table {
margin-left: auto;
margin-right: auto;
background-color: #99ccff;
}
table, td {
max-width: 1114px;
width: 100%;
}
td {
border: 1px solid;
}
h1 {
text-align: center;
}
h1, td {
padding: 4px;
}
tr {
display: flex;
}
.snippet {
width: 100%;
font-style: italic;
}
.info {
text-align: center;
}
.f {
background-color: #99ff99;
}
.m {
background-color: #ff8080;
}