Show dino
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user