Keine Beschreibung
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

InfluenceWindowStyle.uss 3.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. InfluenceWindow
  2. {
  3. height: 200px;
  4. }
  5. #HeaderImage
  6. {
  7. background-image: resource("Builtin Skins/LightSkin/images/rol-header.png");
  8. -unity-slice-left: 4;
  9. -unity-slice-right: 4;
  10. -unity-slice-top: 3;
  11. -unity-slice-bottom: 2;
  12. /* GUIStyle.clipping */
  13. overflow : hidden;
  14. /* GUIStyle.contentOffset */
  15. /*-unity-content-offset: 0 -1;*/
  16. /* GUIStyle.fixedHeight */
  17. height: 18px;
  18. }
  19. .Dark . #HeaderImage
  20. {
  21. background-image: resource("Builtin Skins/DarkSkin/images/d_rol-header.png");
  22. }
  23. #HeaderText
  24. {
  25. -unity-text-align : middle-center;
  26. }
  27. #ListView
  28. {
  29. background-image: resource("Builtin Skins/LightSkin/images/rol-body.png");
  30. flex: 1 auto;
  31. -unity-slice-left: 6;
  32. -unity-slice-right: 3;
  33. -unity-slice-bottom: 6;
  34. height : 130px;
  35. border-bottom-width : 5px;
  36. border-left-width : 1px;
  37. border-right-width : 1px;
  38. }
  39. .Dark . #ListView
  40. {
  41. background-image: resource("Builtin Skins/DarkSkin/images/d_rol-body.png");
  42. }
  43. #ListRow
  44. {
  45. -unity-text-align : middle-center;
  46. }
  47. .ListRowOddColor
  48. {
  49. background-color: #DFDFDF;
  50. }
  51. .ListRowEvenColor
  52. {
  53. background-color: #D8D8D8;
  54. }
  55. .Dark . .ListRowOddColor
  56. {
  57. background-color: #373737;
  58. }
  59. .Dark .ListRowEvenColor
  60. {
  61. background-color: #3C3C3C;
  62. }
  63. ListView . .unity-collection-view__item--selected
  64. {
  65. background-image: resource("Builtin Skins/LightSkin/images/ro_selected_l.png");
  66. -unity-slice-left: 2;
  67. -unity-slice-right: 2;
  68. -unity-slice-bottom: 3;
  69. }
  70. .Dark . ListView . .unity-collection-view__item--selected
  71. {
  72. background-image: resource("Builtin Skins/DarkSkin/images/ro_selected_d.png");
  73. }
  74. ScrollView .unity-list-view__empty-label
  75. {
  76. /* we don't want any text displayed when the list is is empty */
  77. display: none;
  78. }
  79. .Dark . #ContentBackgroundImage
  80. {
  81. background-image: resource("Builtin Skins/DarkSkin/images/d_rol-body.png");
  82. }
  83. #ButtonsContainer
  84. {
  85. flex-direction : row;
  86. align-self : flex-end;
  87. background-image: resource("Builtin Skins/LightSkin/images/rol-tab.png");
  88. -unity-slice-left: 4;
  89. -unity-slice-right: 4;
  90. -unity-slice-top: 3;
  91. -unity-slice-bottom: 4;
  92. height: 18px;
  93. width : 48px;
  94. top : -3px;
  95. }
  96. .Dark . #ButtonsContainer
  97. {
  98. background-image: resource("Builtin Skins/DarkSkin/images/d_rol-tab.png");
  99. }
  100. #AddButton
  101. {
  102. background-image: resource("Icons/Toolbar Plus.png");
  103. }
  104. .unity-button
  105. {
  106. flex : 0 0 auto;
  107. -unity-slice-left: 0;
  108. -unity-slice-right: 0;
  109. -unity-slice-top: 0;
  110. -unity-slice-bottom: 0;
  111. align-self: center;
  112. -unity-background-scale-mode : scale-to-fit;
  113. background-color: rgb(221, 221, 221);
  114. margin-top : 2px;
  115. margin-bottom : 2px;
  116. margin-left : 2px;
  117. margin-right : 2px;
  118. padding-top : 0;
  119. padding-bottom : 0;
  120. padding-left : 0;
  121. padding-right : 0;
  122. min-height : 0;
  123. height : 16px;
  124. width : 16px;
  125. }
  126. #AddButton:hover {
  127. background-color: rgb(255, 255, 255);
  128. }
  129. .Dark #AddButton:hover {
  130. /* GUIState.textColor */
  131. background-color: rgb(128, 128, 128);
  132. }
  133. .Dark . #AddButton
  134. {
  135. background-image: resource("Icons/d_Toolbar Plus.png");
  136. background-color: rgba(255, 255, 255,0);
  137. }
  138. #RemoveButton
  139. {
  140. background-image: resource("Icons/Toolbar Minus.png");
  141. }
  142. .Dark . #RemoveButton
  143. {
  144. background-image: resource("Icons/d_Toolbar Minus.png");
  145. background-color: rgba(255, 255, 255, 0);
  146. }
  147. #RemoveButton:hover {
  148. /* GUIState.textColor */
  149. background-color: rgb(255, 255, 255);
  150. }
  151. .Dark #RemoveButton:hover {
  152. /* GUIState.textColor */
  153. background-color: rgb(128, 128, 128);
  154. }
  155. Button:disabled {
  156. opacity: 0.5;
  157. }
  158. LayoutOverlay > #HorizontalHolder > #RightOverlay PopupWindow Slider {
  159. flex: 1 0;
  160. margin-left : 0;
  161. margin-top :16px;
  162. margin-right : 0;
  163. margin-bottom :16px;
  164. }