.section { border-bottom: 1px dotted black; padding:1em;font-family:helvetica;background-color:white;color:#333;}
.menu {
position:fixed;
right:10em; top:1em;
background-color:white;
padding:0.3em;
opacity:0.8;
z-index:5000;
filter:alpha(opacity=80);
box-shadow: 2px 2px 19px #aaa;
-o-box-shadow: 2px 2px 19px #aaa;
-webkit-box-shadow: 2px 2px 19px #aaa;
-moz-box-shadow: 2px 2px 19px #aaa;
}
a {text-decoration:none;color:#05f;font-weight:bold;font-family:helvetica;}
a:hover {text-decoration:underline;}
.window, .label {
cursor:pointer;
box-shadow: 2px 2px 19px #aaa;
-o-box-shadow: 2px 2px 19px #aaa;
-webkit-box-shadow: 2px 2px 19px #aaa;
-moz-box-shadow: 2px 2px 19px #aaa;
}
.selected {
color:rgb(189,11,11);
}
/* these styles are what jsPlumb attaches to the various elements it creates.
._jsPlumb_connector {
border:1px solid blue;
}
._jsPlumb_endpoint {
border:1px solid green;
}
._jsPlumb_overlay {
border:1px solid yellow;
}
*/
.section li {
list-style-type:none;
}
li.bullet {
list-style-type:circle;
}
.section {
padding-left:2em;
font-size:10pt;
}
.index.section {
padding-left:0;
}
.index {
width:20em;
font-size:9pt;
float:left;
background-color:#e4eeee;
overflow:auto;
padding-left:0.5em;
}
.index li {
list-style-type:none;
}
.index ul, .index h3 {
padding-left:1.5em;
}
#demo {
height:50em;
margin-left:3em;
margin-top:3em;
position:relative;
}
.sub {
margin-left:1em;
}
.table td {
text-align:center;
}
# |
Change |
User |
Description |
Committed |
|
#1
|
16445 |
christiane_renck |
Rename/move file(s) |
|
|
//guest/christiane_renck/MergeQuestJS/main/demos/jsPlumb/flowchartDemo/jsPlumbDemo.css |
#1
|
16444 |
christiane_renck |
Adding MergeQuestJS to the Workshop. |
|
|