Blackboard.uss 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310
  1. .sgblackboard {
  2. border-left-width: 1px;
  3. border-top-width: 1px;
  4. border-right-width: 1px;
  5. border-bottom-width: 1px;
  6. border-radius: 5px;
  7. flex-direction: column;
  8. background-color: #2b2b2b;
  9. border-color: #191919;
  10. min-width: 100px;
  11. min-height: 100px;
  12. }
  13. .sgblackboard * {
  14. font-size: 12px;
  15. }
  16. .sgblackboard.scrollable {
  17. position: absolute;
  18. }
  19. .sgblackboard.selected {
  20. border-color: #44C0FF;
  21. }
  22. .sgblackboard > .mainContainer {
  23. flex-direction: column;
  24. align-items: stretch;
  25. }
  26. .sgblackboard.scrollable > .mainContainer {
  27. position: absolute;
  28. top: 0;
  29. left: 0;
  30. right: 0;
  31. bottom: 0;
  32. }
  33. .sgblackboard > .mainContainer > #content {
  34. flex-direction: column;
  35. align-items: stretch;
  36. }
  37. .sgblackboard.scrollable > .mainContainer > #content {
  38. position: absolute;
  39. top: 0;
  40. left: 0;
  41. right: 0;
  42. bottom: 0;
  43. flex-direction: column;
  44. align-items: stretch;
  45. }
  46. .sgblackboard > .mainContainer > #content > ScrollView {
  47. flex: 1;
  48. }
  49. .sgblackboard > .mainContainer > #content > ScrollView #ContentView {
  50. left: 0;
  51. right: 0;
  52. }
  53. .sgblackboard > .mainContainer > #content > #contentContainer {
  54. min-height: 50px;
  55. padding-left: 0;
  56. padding-top: 0;
  57. padding-right: 0;
  58. padding-bottom: 6px;
  59. flex-direction: column;
  60. align-items: stretch;
  61. }
  62. .sgblackboard > .mainContainer > #content > #header {
  63. flex-direction: row;
  64. align-items: stretch;
  65. background-color: #393939;
  66. border-bottom-width: 1px;
  67. border-color: #212121;
  68. border-top-right-radius: 4px;
  69. border-top-left-radius: 4px;
  70. padding-left: 1px;
  71. padding-top: 4px;
  72. padding-bottom: 2px;
  73. }
  74. .sgblackboard > .mainContainer > #content > #header > #labelContainer {
  75. flex: 1;
  76. flex-direction: column;
  77. align-items: stretch;
  78. }
  79. .sgblackboard > .mainContainer > #content > #header > #addButton {
  80. align-self:center;
  81. font-size: 20px;
  82. background-image: none;
  83. padding-left: 0;
  84. padding-top: 0;
  85. padding-right: 0;
  86. padding-bottom: 0;
  87. }
  88. .sgblackboard > .mainContainer > #content > #header > #addButton:hover {
  89. background-image: resource("Builtin Skins/DarkSkin/Images/btn.png");
  90. }
  91. .sgblackboard > .mainContainer > #content > #header > #addButton:hover:active {
  92. background-image: resource("Builtin Skins/DarkSkin/Images/btn act.png");
  93. }
  94. .sgblackboard > .mainContainer > #content > #header > #labelContainer > #titleLabel {
  95. font-size : 14px;
  96. color: #c1c1c1;
  97. }
  98. .sgblackboard > .mainContainer > #content > #header > #labelContainer > #subTitleLabel {
  99. font-size: 11px;
  100. color: #606060;
  101. }
  102. .sgblackboardSection {
  103. padding-left: 0;
  104. padding-right: 0;
  105. padding-bottom: 0;
  106. padding-top: 0;
  107. }
  108. .sgblackboardSection > .mainContainer > #sectionHeader {
  109. flex-direction: row;
  110. align-items: stretch;
  111. }
  112. .sgblackboardSection > .mainContainer > #sectionHeader > #sectionTitleLabel {
  113. color: #606060;
  114. font-size: 11px;
  115. }
  116. .sgblackboardSection > #dragIndicator {
  117. background-color: #44C0FF;
  118. min-height: 2px;
  119. }
  120. .sgblackboardRow {
  121. padding-left: 4px;
  122. padding-right: 8px;
  123. }
  124. .sgblackboardRow > .mainContainer > #root > #itemRow {
  125. flex-direction: row;
  126. }
  127. .sgblackboardRow > .mainContainer > #root > #itemRow > #itemRowContentContainer {
  128. flex: 1;
  129. align-items: stretch;
  130. }
  131. .sgblackboardRow > .mainContainer > #root > #itemRow > #itemRowContentContainer > #itemContainer {
  132. flex-direction: row;
  133. align-items: stretch;
  134. }
  135. .sgblackboardRow > .mainContainer > #root > #itemRow > #expandButton {
  136. align-self: center;
  137. background-image: none;
  138. border-left-width: 0;
  139. border-top-width: 0;
  140. border-right-width: 0;
  141. border-bottom-width: 0;
  142. margin-left: 0;
  143. margin-top: 0;
  144. margin-right: 0;
  145. margin-bottom: 0;
  146. padding-left: 0;
  147. padding-top: 0;
  148. padding-right: 0;
  149. padding-bottom: 0;
  150. }
  151. .sgblackboardRow > .mainContainer > #root > #itemRow > #expandButton > #buttonImage {
  152. --unity-image : resource("GraphView/Nodes/NodeChevronRight");
  153. width: 12px;
  154. height: 12px;
  155. }
  156. .sgblackboardRow.expanded > .mainContainer > #root > #itemRow > #expandButton > #buttonImage {
  157. --unity-image : resource("GraphView/Nodes/NodeChevronDown");
  158. }
  159. .sgblackboardRow > .mainContainer > #root > #itemRow > #expandButton:hover > #buttonImage {
  160. background-color: #212121;
  161. border-radius: 1px;
  162. }
  163. .sgblackboardRow > .mainContainer > #root > #propertyViewContainer {
  164. }
  165. .sgblackboardField {
  166. flex: 1;
  167. flex-direction: row;
  168. align-items: stretch;
  169. }
  170. .sgblackboardField > .mainContainer {
  171. flex: 1;
  172. flex-direction: row;
  173. align-items: stretch;
  174. }
  175. .sgblackboardField > .mainContainer > #contentItem {
  176. flex: 1;
  177. flex-direction: row;
  178. align-items: stretch;
  179. }
  180. .sgblackboardField > .mainContainer > #textField {
  181. position: absolute;
  182. top: 0;
  183. left: 0;
  184. right: 0;
  185. bottom: 0;
  186. -unity-text-align: middle-left;
  187. font-size: 11px;
  188. }
  189. .sgblackboardField > .mainContainer > #contentItem > #typeLabel {
  190. flex: 1;
  191. flex: 1;
  192. -unity-text-align: middle-right;
  193. color: #808080;
  194. font-size: 11px;
  195. }
  196. .sgblackboardField > .mainContainer > #contentItem > #pill {
  197. flex-direction: row;
  198. align-items: stretch;
  199. background-color: #252525;
  200. border-radius: 40px;
  201. border-color: #272727;
  202. padding-left: 8px;
  203. padding-top: 3px;
  204. padding-bottom: 3px;
  205. padding-right: 8px;
  206. border-bottom-width: 1px;
  207. margin-left: 4px;
  208. margin-top: 2px;
  209. margin-bottom: 2px;
  210. }
  211. .sgblackboardField:hover > .mainContainer > #contentItem > #pill {
  212. border-color: rgba(68, 192, 255, 0.5);
  213. border-left-width: 1px;
  214. border-top-width: 1px;
  215. border-right-width: 1px;
  216. border-bottom-width: 1px;
  217. padding-left: 7px;
  218. padding-top: 2px;
  219. padding-bottom: 3px;
  220. padding-right: 7px;
  221. }
  222. .sgblackboardField.selected > .mainContainer > #contentItem > #pill {
  223. border-color: #44C0FF;
  224. border-left-width: 2px;
  225. border-top-width: 2px;
  226. border-right-width: 2px;
  227. border-bottom-width: 2px;
  228. padding-left: 6px;
  229. padding-top: 1px;
  230. padding-bottom: 2px;
  231. padding-right: 7px;
  232. }
  233. .sgblackboardField > .mainContainer > #contentItem > #pill > #borderItem {
  234. position: absolute;
  235. top: 0px;
  236. left: 1px;
  237. right: 1px;
  238. bottom: 1px;
  239. border-radius: 40px;
  240. background-color: #606061;
  241. border-color: #252525;
  242. border-left-width: 1px;
  243. border-top-width: 1px;
  244. border-right-width: 1px;
  245. border-bottom-width: 1px;
  246. }
  247. .sgblackboardField > .mainContainer > #contentItem > #pill > #backgroundItem {
  248. position: absolute;
  249. top: 2px;
  250. left: 1px;
  251. right: 1px;
  252. bottom: 1px;
  253. border-radius: 40px;
  254. background-image: resource("GraphView/Nodes/BlackboardFieldPillBackground");
  255. }
  256. .sgblackboardField > .mainContainer > #contentItem > #pill > #iconItem {
  257. align-self: center;
  258. width: 6px;
  259. height: 6px;
  260. }
  261. .sgblackboardField.noIcon > .mainContainer > #contentItem > #pill > #iconItem {
  262. width: 0;
  263. height: 0;
  264. }
  265. .sgblackboardField > .mainContainer > #contentItem > #pill > #textLabel {
  266. font-size: 11px;
  267. }