Files
Metadata_PHP/metadata/tree/tree.css
2020-02-27 00:28:43 +06:00

39 lines
542 B
CSS

.tmmenu
{
cursor: pointer;
background-color: #dddddd;
border: solid 1px #cdcdcd;
padding: 3px;
color: #0000f4;
}
.tmmenu a:link
{ color: #000000;
font-size: 14px;
font-weight: bold;
}
.tmmenu a:visited
{
color: #545454;
font-size: 14px;
font-weight: bold;
}
.tmenu
{
position: absolute;
/*position: relative;*/
z-index: 9999;
/*border-color: red;*/
background-color: rgba(255,255,255,0.9);
border: 1px solid #dddddd;
/*color: white;*/
display: none;
padding: 0px;
margin: 0px;
}
.tmenu a:link
{ color: #000000;
}