Show dino

This commit is contained in:
Gustavo Adolfo Mesa Roldán
2020-04-01 23:50:42 +02:00
parent 13822fcaba
commit 09924eb01c
171 changed files with 3126 additions and 1270 deletions
+40 -1
View File
@@ -169,4 +169,43 @@ table.info{
border-radius: 35px;
font-size: 12px;
text-align: center;
}
}
a.black{
cursor: pointer;
color: black;
}
.family-link{
font-size: 30px;
}
#a-childrens{
margin-top: 20px;
}
.hidden{
display: none;
}
.bar-container{
width: 100%;
height: 34px;
background-color: rgba(0, 0, 0, 0.3);
border: 2px solid rgba(0, 0, 0, 0.9);
margin-bottom: 5px;
overflow: hidden;
}
.bar-container>span{
position: relative;
top: -29px;
left: 10px;
display: block;
width: 500px;
}
.bar{
height: 32px;
background-color: rgba(0, 0, 0, 0.9);
}