Первая копия
This commit is contained in:
39
metadata/tree/tree.css
Normal file
39
metadata/tree/tree.css
Normal file
@ -0,0 +1,39 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user