132 lines
1.9 KiB
Plaintext
132 lines
1.9 KiB
Plaintext
LogicNode
|
|
{
|
|
max-width: 250px;
|
|
}
|
|
|
|
EventNode
|
|
{
|
|
max-width: 250px;
|
|
}
|
|
|
|
#selection-container
|
|
{
|
|
align-self: stretch;
|
|
flex-grow: 1;
|
|
border-width: 1px 1px 1px 1px;
|
|
border-radius: 4px 4px 4px 4px;
|
|
}
|
|
|
|
.hover
|
|
{
|
|
border-color: rgba(68, 192, 255, 0.5);
|
|
}
|
|
|
|
.selected
|
|
{
|
|
border-color: rgba(68, 192, 255, 0.9);
|
|
}
|
|
|
|
#node-container
|
|
{
|
|
align-self: stretch;
|
|
flex-grow: 1;
|
|
border-width: 1px 1px 1px 1px;
|
|
border-radius: 3px 3px 3px 3px;
|
|
}
|
|
|
|
.tree-node-container
|
|
{
|
|
padding-top: 8px;
|
|
padding-bottom: 12px;
|
|
}
|
|
|
|
#title-container
|
|
{
|
|
flex-grow: 1;
|
|
justify-content: center;
|
|
align-items: center;
|
|
align-self: stretch;
|
|
}
|
|
|
|
.graph-logic-title-container
|
|
{
|
|
border-color: rgba(0, 0, 0, 0.1);
|
|
border-width: 1px 1px 1px 1px;
|
|
background-color: rgba(0, 0, 0, 0.3);
|
|
}
|
|
|
|
.graph-structural-logic-title-container
|
|
{
|
|
padding: 8px 10px 8px 10px;
|
|
}
|
|
|
|
.graph-logic-container-accent
|
|
{
|
|
height: 5px;
|
|
}
|
|
|
|
.graph-event-title-container
|
|
{
|
|
padding: 4px 0px 4px 0px;
|
|
border-color: rgba(255, 255, 255, 0.3);
|
|
border-width: 1px 1px 1px 1px;
|
|
}
|
|
|
|
#title-label
|
|
{
|
|
font-size: 14px;
|
|
-unity-font-style: bold;
|
|
padding-left: 2px;
|
|
padding-right: 2px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#icon
|
|
{
|
|
width: 42px;
|
|
height: 42px;
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
#small-tree-icon
|
|
{
|
|
width: 30px;
|
|
height: 30px;
|
|
}
|
|
|
|
#small-graph-icon
|
|
{
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
|
|
CommentElement
|
|
{
|
|
padding: 4px 4px 4px 4px;
|
|
border-width: 1px 1px 1px 1px;
|
|
border-radius: 4px 4px 4px 4px;
|
|
border-color: rgba(0, 0, 0, 1);
|
|
max-width: 200px;
|
|
align-items: center;
|
|
overflow: hidden;
|
|
-unity-text-align: upper-center;
|
|
}
|
|
|
|
.comment-element-dark
|
|
{
|
|
background-color: rgba(30, 30, 30, 0.7);
|
|
}
|
|
|
|
.comment-element-light
|
|
{
|
|
background-color: rgba(196, 196, 196, 0.7);
|
|
}
|
|
|
|
#node-error-indicator
|
|
{
|
|
position: absolute;
|
|
top: -8px;
|
|
right: -8px;
|
|
background-color: rgba(0, 0, 0, 0);
|
|
border-color: rgba(0, 0, 0, 0);
|
|
} |