initial checkin from subversion

This commit is contained in:
Tretter
2017-02-07 20:13:14 +00:00
commit e8fa4b7ae6
80 changed files with 3318 additions and 0 deletions

115
menu.css Normal file
View File

@@ -0,0 +1,115 @@
div.menuBarMenu {
position:absolute;
background:#AB934B;
border:1px #000000 solid;
z-index:100;
}
div.contextMenu {
position:absolute;
background:#FFFFFF;
border:1px #000000 solid;
z-index:100;
cursor:default;
}
div.contextMenuItem {
font-weight:bold;
border:1px #000000 solid;
font-size:14px;
font-family: Arial, Helvetica, sans-serif;
position:inherit;
text-align:left;
white-space:nowrap;
width:100%;
height:100%;
background:#eeeeee;
color:#000000;
cursor:pointer;
}
div.ContextMenuItem:hover {
background: #37add4;
}
div.nodeIconMenuItem {
font-weight:bold;
font-size:14px;
font-family: Arial, Helvetica, sans-serif;
position:inherit;
text-align:left;
white-space:nowrap;
width:100%;
height:100%;
background:#eeeeee;
color:#000000;
cursor:pointer;
}
div.nodeIconMenuItem:hover {
background: #37add4;
}
div.nodeContextMenu {
border:1px #000000 solid;
position:absolute;
background:#FFFFFF;
border:1px #000000 solid;
z-index:100;
cursor:default;
}
div.nodeContextMenuItem {
font-weight:bold;
font-size:14px;
font-family: Arial, Helvetica, sans-serif;
border:1px #000000 solid;
position:inherit;
text-align:left;
white-space:nowrap;
width:54px;
background:#eeeeee;
color:#000000;
cursor:pointer;
}
div.nodeContextMenuItem:hover {
background: #37add4;
}
div.menuBarRootItem {
font-weight:bold;
font-size:14px;
font-family: Arial, Helvetica, sans-serif;
border:1px #000000 solid;
position:inherit;
text-align:left;
white-space:nowrap;
width:55px;
background:#eeeeee;
color:#000000;
cursor:pointer;
}
div.menuBarRootItem:hover {
background: #37add4;
}
div.menuBarSubItem {
font-weight:bold;
font-size:14px;
font-family: Arial, Helvetica, sans-serif;
border:1px #000000 solid;
position:inherit;
text-align:left;
white-space:nowrap;
width:150px;
background:#eeeeee;
color:#000000;
cursor:pointer;
}
div.menuBarSubItem:hover {
background: #37add4;
}
div.contextMenuItemRed {
font-weight:bold;
font-size:14px;
font-family: Arial, Helvetica, sans-serif;
border:1px #000000 solid;
position:inherit;
background:#FF0000;
color:#000000;
cursor:pointer;
}
div.contextMenuItemRed:hover {
background: #37add4;
}