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

54
node.css Normal file
View File

@@ -0,0 +1,54 @@
span.collapsedNode {
border: 2px #F7D56D solid;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
background:#a41e2a;
font-size:13px;
padding:10px;
position:absolute;
left:100px;
top:100px;
min-width:50px;
display:block;
z-index:50;
cursor:move;
}
span.node {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
background:#a41e2a;
font-size:13px;
padding:10px;
position:absolute;
left:100px;
top:100px;
min-width:50px;
display:block;
z-index:50;
cursor:move;
}
span.boxToolbar {
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:#BEF76D;
color:#000000;
min-width:120;
position:absolute;
z-index:50;
opacity:0.7;
cursor:pointer;
}
span.boxText {
white-space:pre;
width:100%;
background:#eeeeee;
}
span.iconContainer {
cursor:default;
}