16 lines
319 B
Plaintext
16 lines
319 B
Plaintext
#main {
|
|
|
|
}
|
|
#content {
|
|
background-color: #2b2b2b,
|
|
position: absolute;
|
|
}
|
|
#inspector {
|
|
border-left-width: 1px;
|
|
border-left-color: #000;
|
|
border-left_style: solid;
|
|
padding: 3px;
|
|
}
|
|
.node { background-color: #222; border-radius:4px; padding:6px; }
|
|
#title { unity-font-style: bold; color: white; }
|