Nuevo poema en traducción: un color real
This commit is contained in:
parent
4ca0509c43
commit
74e00d5269
15 changed files with 367 additions and 9 deletions
41
recs/style.css
Normal file
41
recs/style.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue