Advertisement
Guest User

Untitled

a guest
Sep 29th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.59 KB | None | 0 0
  1. .CustomHudRoot
  2. {
  3. width: 100%;
  4. height: 100%;
  5. }
  6.  
  7. #TopBarScoreboard
  8. {
  9. margin-top: 1px;
  10. margin-left: 212px;
  11. horizontal-align: left;
  12. vertical-align: top;
  13. width: 1495px;
  14. }
  15.  
  16. .AspectRatio4x3 #TopBarScoreboard,
  17. .AspectRatio5x4 #TopBarScoreboard
  18. {
  19. margin-left: 200px;
  20. width: 1070px;
  21. }
  22.  
  23. .AspectRatio16x10 #TopBarScoreboard
  24. {
  25. margin-left: 200px;
  26. width: 1335px;
  27. }
  28.  
  29. #ScoreboardContainer
  30. {
  31. horizontal-align: left;
  32. vertical-align: top;
  33. width: 100%;
  34. }
  35.  
  36. #MultiteamScoreboard
  37. {
  38. horizontal-align: left;
  39. vertical-align: top;
  40. height: 80px;
  41. width: 100%;
  42. }
  43.  
  44. .ScoreboardTeamWrapper
  45. {
  46. width: 48%;
  47. height: 100%;
  48. }
  49.  
  50. #ScoreboardTeam
  51. {
  52. padding-left: 5px;
  53. padding-right: 5px;
  54. flow-children: right;
  55. }
  56.  
  57. #_dynamic_team_2
  58. {
  59. horizontal-align: left;
  60. }
  61.  
  62. #_dynamic_team_3
  63. {
  64. horizontal-align: right;
  65. }
  66.  
  67. .AspectRatio4x3 .ScoreboardTeamWrapper,
  68. .AspectRatio5x4 .ScoreboardTeamWrapper
  69. {
  70. padding-left: 0px;
  71. padding-right: 0px;
  72. }
  73.  
  74. .ScoreboardTeamWrapper.local_player_team #ScoreboardTeam
  75. {
  76. }
  77.  
  78. #LogoAndScore
  79. {
  80. height: 100%;
  81. width: 64px;
  82. }
  83.  
  84. #TeamScore
  85. {
  86. horizontal-align: center;
  87. vertical-align: top;
  88. margin-top: 3px;
  89. color: white;
  90. font-size: 28px;
  91. font-weight: bold;
  92. text-shadow: 4px 4px 4px black;
  93. margin-bottom: -2px;
  94. text-overflow: clip;
  95. }
  96.  
  97. #TeamPadding
  98. {
  99. width: fill-parent-flow(1);
  100. }
  101.  
  102. #_dynamic_team_2 #TeamScore
  103. {
  104. horizontal-align: left;
  105. margin-left: 5px;
  106. // color: #70e770;
  107. }
  108.  
  109. #_dynamic_team_3 #TeamScore
  110. {
  111. horizontal-align: right;
  112. margin-right: 5px;
  113. // color: #d16a4f;
  114. }
  115.  
  116. #TeamStatus
  117. {
  118. width: 100%;
  119. height: 100%;
  120. }
  121.  
  122. #PlayersContainer
  123. {
  124. flow-children: right;
  125. }
  126.  
  127. #TeamColorBar
  128. {
  129. }
  130.  
  131. #TeamOverlayBar
  132. {
  133. width: 100%;
  134. height: 48px;
  135. }
  136.  
  137. .ScoreboardTeamWrapper.local_player_team #TeamOverlayBar
  138. {
  139. }
  140.  
  141. #LocalTeamOverlay
  142. {
  143. width: 100%;
  144. height: 43px;
  145. }
  146.  
  147. .ScoreboardTeamWrapper.local_player_team #LocalTeamOverlay
  148. {
  149. box-shadow: -3px -3px 12px 6px #FFFFFF88;
  150. }
  151.  
  152. .ScoreboardPlayer
  153. {
  154. }
  155.  
  156. .AspectRatio4x3 .ScoreboardPlayer
  157. {
  158. margin-top: 2px;
  159. }
  160. .AspectRatio16x10 .ScoreboardPlayer
  161. {
  162. margin-top: 4px;
  163. }
  164.  
  165. .ScoreboardPlayerWrapper
  166. {
  167. }
  168.  
  169. .FlowDown
  170. {
  171. flow-children: down;
  172. }
  173.  
  174. .ScoreboardPlayerWrapper.is_local_player
  175. {
  176. }
  177.  
  178. .PlayerPortraitWrapper
  179. {
  180. flow-children: down;
  181. }
  182.  
  183. #PlayerColorBar
  184. {
  185. height: 4px;
  186. width: 100%;
  187. border-bottom: 1px solid #000000;
  188. }
  189.  
  190.  
  191. #HeroIcon
  192. {
  193. border-left: 1px solid black;
  194. border-right: 1px solid black;
  195. width: 64px;
  196. height: 36px;
  197. }
  198.  
  199. .AspectRatio4x3 #HeroIcon,
  200. .AspectRatio5x4 #HeroIcon
  201. {
  202. border-left: 0px solid black;
  203. border-right: 0px solid black;
  204. width: 44px;
  205. height: 25px;
  206. }
  207.  
  208. .AspectRatio16x10 #HeroIcon
  209. {
  210. border-left: 0px solid black;
  211. border-right: 0px solid black;
  212. width: 55px;
  213. height: 30px;
  214. }
  215.  
  216. .player_dead #HeroIcon
  217. {
  218. wash-color: #666666;
  219. saturation: 0;
  220. }
  221.  
  222. .player_connection_abandoned #HeroIcon
  223. {
  224. wash-color: #FF0000;
  225. saturation: 0;
  226. }
  227.  
  228. #DisconnectionIndicator
  229. {
  230. opacity: 0;
  231. width: 100%;
  232. height: 18px;
  233. vertical-align: top;
  234. margin-top: 24px;
  235. }
  236.  
  237. .player_connection_abandoned #DisconnectionIndicator,
  238. .player_connection_failed #DisconnectionIndicator,
  239. .player_connection_disconnected #DisconnectionIndicator
  240. {
  241. opacity: 1;
  242. }
  243.  
  244. #ScoreRow
  245. {
  246. width: 100%;
  247. }
  248.  
  249. #RespawnIndicator
  250. {
  251. margin-top: 26px;
  252. width: 42px;
  253. height: 49px;
  254. background-size: 100%;
  255. background-repeat: no-repeat;
  256. background-position: 50% 50%;
  257. background-image: url("s2r://panorama/images/custom_game/deathtimer_background_psd.vtex");
  258. horizontal-align: center;
  259. transform: translateY(-30px);
  260. opacity: 0;
  261. transition-property: transform;
  262. transition-duration: 0.3s;
  263. transition-timing-function: ease-out;
  264. }
  265.  
  266. #HealthIndicatorContainer
  267. {
  268. // margin-top: 54px;
  269. margin-top: 40px;
  270. width: 100%;
  271. background-color: black;
  272. height: 13px;
  273. horizontal-align: center;
  274. border-radius: 2px;
  275. box-shadow: -1px -1px 2px 2px black;
  276. visibility: collapse;
  277. }
  278.  
  279. .AspectRatio4x3 #HealthIndicatorContainer
  280. {
  281. margin-top: 32px;
  282. }
  283.  
  284. .local_player_is_spectator #HealthIndicatorContainer
  285. {
  286. visibility: visible;
  287. }
  288.  
  289. .ScoreboardPlayerWrapper.player_dead #HealthIndicatorContainer
  290. {
  291. opacity: 0;
  292. }
  293.  
  294. #HealthIndicatorHealth
  295. {
  296. background-color: white;
  297. height: 100%;
  298. horizontal-align: left;
  299. }
  300.  
  301. #_dynamic_team_2 #HealthIndicatorHealth
  302. {
  303. background-color: gradient( linear, 0% 0%, 0% 100%, from( #529a52 ), color-stop( 0.5, #0d570d ), color-stop( 0.75, #186510 ), to( #084e08 ) );
  304. }
  305.  
  306. #_dynamic_team_3 #HealthIndicatorHealth
  307. {
  308. background-color: gradient( linear, 0% 0%, 0% 100%, from( #b06652 ), color-stop( 0.5, #88270d ), color-stop( 0.75, #852c1b ), to( #631609 ) );
  309. }
  310.  
  311. #RespawnTimer
  312. {
  313. color: #e5460e;
  314. width: 100%;
  315. text-align: center;
  316. vertical-align: bottom;
  317. margin-bottom: 4px;
  318. font-size: 18px;
  319. text-shadow: 2px 2px 2px black;
  320. }
  321.  
  322. .ScoreboardPlayerWrapper.player_dead #RespawnIndicator
  323. {
  324. opacity: 1;
  325. transform: translateY(0px);
  326. }
  327.  
  328. #UltimateIndicatorContainer
  329. {
  330. horizontal-align: center;
  331. width: 20px;
  332. height: 20px;
  333. margin-top: 32px;
  334. }
  335.  
  336. .player_ultimate_not_leveled #UltimateIndicatorContainer
  337. {
  338. visibility: collapse;
  339. }
  340.  
  341. .not_local_player_team #UltimateIndicatorContainer
  342. {
  343. visibility: collapse;
  344. }
  345.  
  346. .UltimateIndicatorShared
  347. {
  348. width: 100%;
  349. height: 100%;
  350. background-size: 100%;
  351. background-repeat: no-repeat;
  352. background-position: 50% 50%;
  353. }
  354.  
  355. .is_local_player #LocalPlayerIndicator
  356. {
  357. visibility: visible;
  358. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement