Mais ações
mSem resumo de edição Etiqueta: Revertido |
mSem resumo de edição Etiqueta: Revertido |
||
| Linha 24: | Linha 24: | ||
tr:nth-child(even) { | tr:nth-child(even) { | ||
background-color: #396bce; | background-color: #396bce; | ||
/* color:#dddddd;*/ | |||
opacity: 0.5; | opacity: 0.5; | ||
} | } | ||
Edição das 02h57min de 6 de novembro de 2022
/*text formatting*/
@import url('https://fonts.googleapis.com/css2?family=Spectral:wght@300&display=swap');
body {
font-family: 'Spectral', serif;
text-align: justify;
}
a {
color: #A88541;
}
a:hover {
color: #800A0C;
}
#content p {
text-align: justify;
}
#content h1,
#content h2,
#content h3 {
font-family: 'Spectral', serif;
}
th, td {
text-align: justify;
}
tr:nth-child(even) {
background-color: #396bce;
/* color:#dddddd;*/
opacity: 0.5;
}
/*Custom classes*/
.sublinhado{
border-bottom: 1px solid;
}
.tabulado{
margin-left: 3%;
}
.loretext{
margin-left: 5%;
margin-right: 5%;
font-style: italic;
}
.trait{
margin-left: 3%;
text-indent: -25px
}
.three-column{
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}