Solo salta el arbol..

This commit is contained in:
root
2019-11-30 06:20:07 +00:00
parent 1c78566f5b
commit 810c213b0f
440 changed files with 108008 additions and 35 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+83
View File
@@ -0,0 +1,83 @@
body{
background-image: url(/images/bg.jpg);
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
text-shadow: 0px 0px 3px rgb(0, 153, 153);
}
#menu{
background: rgba(0, 153, 153, 0.5);
width: 150px;
float: left;
padding-top: 50px;
padding-bottom: 50px;
border: 2px solid rgb(0, 153, 153);
position: absolute;
margin: 15px;
}
#menu h4 a, h1{
color: rgb(0, 153, 153);
text-shadow: 0px 0px 3px rgb(0, 0, 0);
text-decoration: underline;
}
#menu h4 a:hover{
}
#menu li a{
cursor: pointer;
}
#menu li a:hover{
color: rgb(0, 153, 153);
text-shadow: 0px 0px 3px rgb(0, 0, 0);
}
#menu li h4{
text-align: center;
}
#body{
background: rgba(0, 153, 153, 0.5);
width: calc(100vw - 195px);
min-height: 518px;
margin: 15px;;
padding-left: 25px;
padding-right: 25px;
padding-top: 50px;
padding-bottom: 50px;
border: 2px solid rgb(0, 153, 153);
position: absolute;
right: 0;
}
#body h1{
text-align: center;
}
table{
text-shadow: none;
}
.options-table{
width: 176px;
}
td.options-table{
text-align: center;
}
.options-table-species{
width: 60px;
}
td.options-table-species{
text-align: center;
}