kill.ccss 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. #wrapper:
  2. padding: 20px
  3. #ship:
  4. float: left
  5. width: 356px // 256 + 32 * 2 + 32 (last 32 is for medium charges)
  6. height: 320px
  7. line-height: 0
  8. background-position: 32px 32px
  9. background-repeat: no-repeat
  10. #high:
  11. margin-left: 32px
  12. #high_charges:
  13. display: inline-block;
  14. margin-left: 32px
  15. #medium:
  16. width: 32px
  17. float: right
  18. #medium_charges:
  19. width: 32px
  20. float: right
  21. #rig:
  22. width: 32px
  23. float: left
  24. margin-top: 48px
  25. #subsystem:
  26. width: 32px
  27. float: left
  28. margin-top: 16px
  29. #low:
  30. margin-left: 32px
  31. #low_charges:
  32. display: inline-block
  33. margin: 16px 0 0 32px
  34. .slot:
  35. display: inline-block
  36. width: 32px
  37. height: 32px
  38. .avail:
  39. border: 1px solid #888
  40. table#victim:
  41. float: right
  42. table-layout: fixed
  43. width: 388px
  44. table#attackers:
  45. float: right
  46. table-layout: fixed
  47. width: 388px
  48. td:
  49. height: 64px
  50. &:nth-child(1):
  51. width: 66px
  52. white-space: normal
  53. &:nth-child(2):
  54. width: 200px
  55. &:nth-child(3):
  56. width: 32px
  57. white-space: normal
  58. &:nth-child(3):
  59. width: 50px
  60. table#items:
  61. table-layout: fixed
  62. width: 460px
  63. th:nth-child(1):
  64. width: 32px
  65. th:nth-child(2):
  66. width: 300px
  67. th:nth-child(3):
  68. width: 50px
  69. .slot:
  70. background-color: #222
  71. tr:nth-child(odd):
  72. background-color: #181818
  73. td:nth-child(3):
  74. text-align: right
  75. font-weight: bold
  76. padding-right: 8px
  77. .dropped:
  78. background-color: #050
  79. .destroyed:
  80. color: #a22