Advertisement
Guest User

Untitled

a guest
Aug 14th, 2015
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. .main-ui {
  2. width: 100%;
  3. height: 100%;
  4. margin-bottom: 26.6%; /*REMOVE ME*/
  5. }
  6.  
  7. #TopBar {
  8. width: 100%;
  9. height: 50px;
  10. }
  11.  
  12. #TopBarOpenMenu {
  13. }
  14.  
  15. #PlayerInfo {
  16. height: 45%;
  17. width: height-percentage(67.8%);
  18. box-shadow: fill #000000 -5px -10px 10px 15px;
  19. }
  20.  
  21. #PlayerInfoBottomRow {
  22. box-shadow: fill #1D1D1D -5px 0px 10px 4px;
  23. }
  24.  
  25. #PlayerInfoAvatarImage {
  26. box-shadow: fill #4d9ade -2px -2px 4px 4px;
  27. }
  28.  
  29. .passive {
  30. box-shadow: fill #000000 -2px -2px 4px 4px;
  31. }
  32.  
  33. #PlayerInfoExtended {
  34. height: 10%;
  35. width: height-percentage(200%);
  36. box-shadow: fill #000000 -6px -2px 8px 4px;
  37. }
  38. #PlayerInfoExtendedTopPanel {
  39. height: 50%;
  40. }
  41.  
  42. #PlayerInfoExtendedBottomPanel {
  43. margin-right: 10px;
  44. }
  45. #PlayerInfoExp {
  46. background-color: #333333;
  47. box-shadow: fill #333333 -1px -1px 2px 2px;
  48. margin-bottom: 3px;
  49. }
  50. #PlayerInfoExpBar {
  51. background-color: #ffff55;
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement