initial checkin from subversion
This commit is contained in:
54
node.css
Normal file
54
node.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user