Advertisement
y7h65

Untitled

Sep 22nd, 2019
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.98 KB | None | 0 0
  1. /*==================*/
  2. /* Moonlite */
  3. /*==================*/
  4. .wrapper.v {
  5. max-width: 1038px;
  6. width: 100% !important;
  7. }
  8.  
  9. /*== General fleet views ==*/
  10. .v .module.fleet .shiplist {
  11. width: 406px !important;
  12. background: none !important;
  13. }
  14.  
  15. .v .module.fleet {
  16. width: 406px !important;
  17. }
  18.  
  19. .v .module.fleet .ship_hp_box, .v .ship_name {
  20. z-index: 1;
  21. }
  22.  
  23. /*==MVP icon adjusts==*/
  24. .v .module.fleet .lship .mvp_icon {
  25. top: 29px !important;
  26. left: 38px !important;
  27. }
  28.  
  29. .v .module.fleet .sship .mvp_icon {
  30. top: 32px !important;
  31. left: 0px !important;
  32. }
  33.  
  34. /*== Single fleet view ==*/
  35. .v .module.fleet .lship {
  36. width: 406px !important;
  37. margin-left: -5px !important;
  38. margin-right: 0px !important;
  39. overflow: hidden !important;
  40. }
  41.  
  42. .v .module.fleet .lship .ship_gears, .v .module.fleet .lship .ex_item {
  43. margin-top: -1px;
  44. margin-left: -23px;
  45. }
  46.  
  47. .v .module.fleet .lship .ship_img, .v .fit_ship_pic.fit_profile_pic {
  48. border-radius: 5px;
  49. margin-left: -15px !important;
  50. }
  51.  
  52. .v .module.fleet .lship .ship_supplies {
  53. margin-left: -62px;
  54. margin-top: 4px;
  55. }
  56.  
  57. .v .module.fleet .lship .ship_morale {
  58. margin-left: -299px;
  59. margin-top: 14px;
  60. width: 30px;
  61. }
  62.  
  63. .v .module.fleet .lship .ship_exp_next {
  64. width: 35px !important;
  65. }
  66.  
  67. .v .module.fleet .lship .ship_name, .v .module.fleet .lship .ship_hp_text, .v .module.fleet .lship .ship_hp_box {
  68. margin-left: -15px !important;
  69. }
  70.  
  71.  
  72. .v .module.fleet .lship .ship_img, .v .fit_ship_pic.fit_profile_pic {
  73. border-radius: 5px;
  74. margin-left: -15px !important;
  75. }
  76.  
  77. .v .module.fleet .lship .ship_supplies {
  78. margin-left: -62px;
  79. margin-top: 4px;
  80. }
  81.  
  82. .v .module.fleet .lship .ship_morale {
  83. margin-left: -299px;
  84. margin-top: 14px;
  85. width: 30px;
  86. }
  87.  
  88. .v .module.fleet .lship .ship_exp_next {
  89. width: 35px !important;
  90. }
  91.  
  92. /*== Combined fleet view ==*/
  93. .v .module.fleet .shiplist.shiplist_combined {
  94. width: 410px !important;
  95. }
  96.  
  97. .v .module.fleet .sship {
  98. width: 203px !important;
  99. height: 58px !important;
  100. margin-left: -6px !important;
  101. overflow: hidden !important;
  102. }
  103.  
  104. .v .module.fleet .sship_background {
  105. height: 100%;
  106. }
  107.  
  108. .v .module.fleet .shiplist_combined_fleet {
  109. width: 203px !important;
  110. margin-right: 2px !important;
  111. }
  112.  
  113. .v .module.fleet .sship .ship_name {
  114. width: 90px;
  115. margin-top: 0px;
  116. text-overflow: ellipsis
  117. }
  118.  
  119. .v .module.fleet .sship .ship_hp {
  120. margin-top: 10px;
  121. }
  122.  
  123. .v .module.fleet .sship .ship_morale {
  124. margin-left: -165px;
  125. margin-top: 21px;
  126. }
  127.  
  128. .v .module.fleet .sship .ship_img {
  129. margin-top: 4px;
  130. }
  131.  
  132. .v .module.fleet .sship .ship_gears {
  133. width: 65px;
  134. margin-left: -1px;
  135. margin-top: 0px;
  136. }
  137.  
  138. .module.fleet .sship .ship_gear {
  139. width: 20px !important;
  140. height: 18px !important;
  141. }
  142.  
  143. .v .module.fleet .sship .ex_item {
  144. margin-left: -158px;
  145. margin-top: 12px;
  146. }
  147.  
  148. .v .module.fleet .sship .ship_supply.ship_fuel {
  149. margin-left: -71px;
  150. margin-top: 27px;
  151. }
  152. .v .module.fleet .sship .ship_supply.ship_ammo {
  153. margin-left: -42px;
  154. margin-top: -16px;
  155. }
  156.  
  157. /*== Right panels ==*/
  158. .v .module.fleet .lship .ship_name, .v .module.fleet .lship .ship_hp_text, .v .module.fleet .lship .ship_hp_box {
  159. margin-left: -15px !important;
  160. }
  161.  
  162. .v .module.controls .scrollable {
  163. margin-left: 82px !important;
  164. }
  165.  
  166. .v .module.admiral, .v .module.controls, .v .module.summary, .v .module.status, .v .module.expeditions2, .v .module.expeditions3, .v .module.layouts {
  167. margin-left: -86px;
  168. }
  169.  
  170. .v .module.status .status_box {
  171. width: 107.3px;
  172. margin-right: 0px;
  173. }
  174.  
  175. .v .module.admiral, .v .module.summary {
  176. width: 160px !important;
  177. }
  178.  
  179. .v .module.status, .v .module.expeditions2, .v .module.layouts {
  180. width: 324px;
  181. }
  182.  
  183. .v .quest.complete {
  184. background-color: rgba(94,177,76,0.6) !important;
  185. width: 160px !important;
  186. }
  187.  
  188. .v .module.quests {
  189. margin-left: -117px;
  190. }
  191.  
  192. .v .module.quests .quest_text {
  193. width: 106px;
  194. }
  195.  
  196. .v .module.quests .quest_track {
  197. margin-left: 125px !important;
  198. margin-top: 7px;
  199. position: absolute;
  200. }
  201.  
  202. .rotarZairo {
  203. margin-left: -103px !important;
  204. display: none;
  205. }
  206.  
  207. .rotation2 .rotarHidden, .rotation2 .rotarExpedition, .rotation2 .rotarBack, .rotation2 .rotarLayout {
  208. margin-left: -107px !important;
  209. display: block;
  210. }
  211.  
  212. .module.status .status_icon {
  213. margin-right: 1px;
  214. }
  215.  
  216. .module.expeditions2 .expeditions {
  217. left: 0px;
  218. }
  219.  
  220. .module.expeditions2 .timers {
  221. margin-left: -13px;
  222. }
  223.  
  224. .module.expeditions2 .timer_boxes.builds {
  225. margin-left: -8px !important;
  226. }
  227.  
  228. .v .module.quests {
  229. width: 162px;
  230. height: 193px !important;
  231. padding-left: -2px !important;
  232. border-radius: 5px;
  233. border: 1px solid rgba(68, 34, 68,0);
  234. }
  235.  
  236. /*== Activity panel ==*/
  237. .v .module.activity {
  238. left: 2px;
  239. }
  240.  
  241. /*== Air base ==*/
  242. .v .airbase {
  243. margin-left: 30px;
  244. }
  245.  
  246. /* Waifu Ship Names */
  247.  
  248. #ShipBox30.lship.sWife .ship_name {
  249. color: #344140;
  250. text-shadow: 0px 0px 5px white
  251. }
  252. #ShipBox2892.lship.sWife .ship_name {
  253. color: #C87E83;
  254. text-shadow: 0px 0px 5px white
  255. }
  256. #ShipBox9070.lship.sWife .ship_name {
  257. color: #D87A7F;
  258. text-shadow: 0px 0px 5px white
  259. }
  260. #ShipBox2033.lship.sWife .ship_name {
  261. color: #ffd700;
  262. text-shadow: 0px 0px 5px white
  263. }
  264. #ShipBox8006.lship.sWife .ship_name {
  265. color: #eee8aa;
  266. text-shadow: 0px 0px 5px white
  267. }
  268. #ShipBox11521.lship.sWife .ship_name {
  269. color: #c79879;
  270. text-shadow: 0px 0px 5px white
  271. }
  272. #ShipBox191.lship.sWife .ship_name {
  273. color: #f4953f;
  274. text-shadow: 0px 0px 5px white
  275. }
  276. #ShipBox3422 .ship_name {
  277. text-shadow: none;
  278. font-weight: 900;
  279. background-image: linear-gradient(90deg, rgba(108,100,255,1) 0%, rgba(108,100,255,1) 23%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 45%, rgba(255,88,88,1) 49%, rgba(255,88,88,1) 70%);
  280. color: transparent;
  281. -webkit-background-clip: text;
  282. background-clip: text;
  283. }
  284.  
  285. /* Ship container */
  286.  
  287. /* Replaces the red taiha highlight with red warning stripes */
  288. .module.fleet .shiplist .hp_taiha {
  289. border-radius: 0;
  290. background: repeating-linear-gradient(135deg,
  291. rgba(255,0,0,0.5) 0,rgba(255,0,0,0.5) 8pt,
  292. rgba(0,0,0,0) 8pt,rgba(0,0,0,0) 16pt);
  293. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement