Advertisement
Turgen

TestF2CSS

Dec 1st, 2021 (edited)
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.47 KB | None | 0 0
  1. @font-face {
  2. font-family: "LunarSans";
  3.  
  4. src: url("https://pipe.miroware.io/5d82255bb72a043564fd78a6/LunarSans.otf");
  5. color: rgb(0, 0, 0);
  6. }
  7.  
  8. #game {
  9. text-shadow: 0px 0px 0px rgb(0 0 0 / 100%);
  10. height: 100% !important;
  11. /*overflow-y: hidden !important;*/
  12.  
  13. }
  14. .upgrade {
  15. background-color: rgb(128, 128, 128);
  16. cursor: pointer;
  17. width: 100%;
  18.  
  19. font-size: 18px;
  20.  
  21. display: inline-block;
  22. }
  23. .box{
  24.  
  25. }
  26.  
  27.  
  28. body, html, div {
  29. font-family: "LunarSans";
  30. }
  31.  
  32. .thing {
  33. padding: 5px;
  34. background-color: rgb(128, 128, 128);
  35. color: rgb(0, 0, 0);
  36. width: 100%;
  37. font-family: "LunarSans";
  38. font-size: 18px;
  39. /*height: 10%;*/
  40. text-align: center !important;
  41. line-height: 1.0 !important;
  42. /*display: inline-block !important;*/
  43.  
  44. }
  45. .thing:hover {
  46. background-color: rgb(190, 190, 190);
  47.  
  48. }
  49.  
  50. .thing-costs{
  51. padding: 0px !important;
  52. }
  53.  
  54. #thing-0 {
  55.  
  56. left: 0% !important;
  57. top: 0% !important;
  58. width: 100% !important;
  59. height: 100% !important;
  60. position: absolute !important;
  61. z-index: 2000 !important;
  62. }
  63. #thing-1 {
  64. left: 0% !important;
  65. top: 0% !important;
  66. width: 100% !important;
  67. height: 100% !important;
  68. position: absolute !important;
  69. z-index: 2000 !important;
  70. }
  71. #thing-2 {
  72. left: 0% !important;
  73. top: 0% !important;
  74. width: 100% !important;
  75. height: 100% !important;
  76. position: absolute !important;
  77. z-index: 2000 !important;
  78. }
  79. #thing-3 {
  80. left: 0% !important;
  81. top: 0% !important;
  82. width: 100% !important;
  83. height: 100% !important;
  84. position: absolute !important;
  85. z-index: 2000 !important;
  86. }
  87. #thing-4 {
  88. left: 0% !important;
  89. top: 0% !important;
  90. width: 100% !important;
  91. height: 100% !important;
  92. position: absolute !important;
  93. z-index: 2000 !important;
  94. }
  95. #thing-5 {
  96. left: 0% !important;
  97. top: 0% !important;
  98. width: 100% !important;
  99. height: 100% !important;
  100. position: absolute !important;
  101. z-index: 2000 !important;
  102. }
  103. #thing-6 {
  104. left: 0% !important;
  105. top: 0% !important;
  106. width: 100% !important;
  107. height: 100% !important;
  108. position: absolute !important;
  109. z-index: 2000 !important;
  110. }
  111. #thing-7 {
  112. left: 0% !important;
  113. top: 0% !important;
  114. width: 100% !important;
  115. height: 100% !important;
  116. position: absolute !important;
  117. z-index: 2000 !important;
  118. }
  119. #thing-8 {
  120.  
  121. left: 0%;
  122. top: 0%;
  123. width: 100% !important;
  124. height: 100% !important;
  125.  
  126. position: absolute !important;
  127. background-size: contain !important;
  128. background-repeat: no-repeat !important;
  129. z-index: 2000 !important;
  130. }
  131. #thing-9 {
  132. left: 0% !important;
  133. top: 0% !important;
  134. width: 100% !important;
  135. height: 100% !important;
  136. position: absolute !important;
  137. background-repeat: no-repeat !important;
  138. z-index: 2000 !important;
  139. }
  140. #thing-10 {
  141. left: 0% !important;
  142. top: 0% !important;
  143. width: 100% !important;
  144. height: 100% !important;
  145. position: absolute !important;
  146. background-repeat: no-repeat !important;
  147. z-index: 2000 !important;
  148. }
  149. #thing-11 {
  150. left: 0% !important;
  151. top: 0% !important;
  152. width: 100% !important;
  153. height: 100% !important;
  154. position: absolute !important;
  155. background-repeat: no-repeat !important;
  156. z-index: 2000 !important;
  157. }
  158. #thing-12 {
  159. left: 0% !important;
  160. top: 0% !important;
  161. width: 100% !important;
  162. height: 100% !important;
  163. position: absolute !important;
  164. background-repeat: no-repeat !important;
  165. z-index: 2000 !important;
  166. }
  167.  
  168.  
  169.  
  170. .thing.bigButton{
  171. left: 0% !important;
  172. top: 0% !important;
  173. margin-left: auto !important;
  174. margin-top: auto !important;
  175. position: absolute !important;
  176. opacity: 1;
  177. z-index: 900;
  178. }
  179.  
  180. .thing.bigButton:hover{
  181. opacity: 1;
  182. }
  183. .bigButton:hover, .thing-icon:hover {
  184. transform: scale(1.05) !important;
  185. transition: transform 0.15s ease-out !important;
  186. }
  187.  
  188.  
  189. .menu1css {
  190. right: 25% !important;
  191. top: 0% !important;
  192. width: 38% !important;
  193. height: 42% !important;
  194. overflow-x: hidden;
  195. overflow-y: scroll;
  196. position: absolute !important;
  197. }
  198.  
  199.  
  200. .scroll1 {
  201. height: 200px;
  202. overflow-x: hidden;
  203. overflow-y: scroll;
  204. }
  205. .playerhpposition {
  206. left: 5%;
  207. top: 45%;
  208. width: 25%;
  209. height: 300px;
  210. font-size: 160%;
  211. position: absolute !important;
  212. }
  213. .enemyhpposition {
  214. right: 0%;
  215. top: 74%;
  216. width: 25%;
  217. height: 20%;
  218. font-size: 160%;
  219. position: absolute !important;
  220.  
  221.  
  222. }
  223. .logcss {
  224. right: 25.1%;
  225. top: 42.5%;
  226. width: 37.7%;
  227. height: 31%;
  228. font-family: "LunarSans";
  229. position: absolute !important;
  230. background-color: rgb(128, 128, 128);
  231. color: #000000;
  232. font-size: 18px;
  233. padding: 8px !important;
  234. }
  235.  
  236. #logInner {
  237. display: table-cell;
  238. vertical-align: top;
  239. }
  240.  
  241. .inventoryHeader{
  242. right: 0px;
  243. top: 0%;
  244. width: 25%;
  245. height: 5% !important;
  246. position: absolute !important;
  247. overflow-x: hidden;
  248. overflow-y: hidden;
  249.  
  250. display: inline-block !important;
  251. min-height: 30px !important;
  252. border-style: solid;
  253. border-width: 2px;
  254. border-color: #000;
  255. z-index: 1000 !important;
  256. }
  257.  
  258. .inventory1css {
  259. right: 0px;
  260. top: 5%;
  261. width: 25%;
  262. height: 40%;
  263. position: absolute !important;
  264. overflow-x: hidden;
  265. overflow-y: scroll;
  266. }
  267.  
  268. .box-header{
  269.  
  270. }
  271. .sellitemsHeader {
  272. right: 0px;
  273. top: 47%;
  274. width: 25%;
  275. height: 5% !important;
  276. position: absolute !important;
  277. overflow-x: hidden;
  278. overflow-y: hidden;
  279.  
  280.  
  281. display: inline-block !important;
  282.  
  283. border-style: solid;
  284. border-width: 2px;
  285. border-color: #000;
  286. }
  287.  
  288. .sellitemsCss {
  289. right: 0px;
  290. top: 52%;
  291. width: 25%;
  292. height: 20%;
  293. position: absolute !important;
  294. overflow-x: hidden;
  295. overflow-y: scroll;
  296.  
  297.  
  298. }
  299. .box-header {
  300. background-color: rgb(128, 128, 128) !important;
  301. right: 0% !important;
  302. top: 0% !important;
  303. width: 100% !important;
  304. height: 100% !important;
  305. position: absolute !important;
  306.  
  307. padding: 10px;
  308. margin-bottom 0px;
  309. z-index: 1000;
  310. color: #000000;
  311. font-size: 18px;
  312. text-align:center;
  313. display: inline-block;
  314.  
  315. }
  316. #box-things-Upgrades{
  317. right: 0px;
  318. //top: 10% !important;
  319. width: 100%;
  320. height: 90%;
  321. position: absolute !important;
  322.  
  323. }
  324. .ability1css {
  325.  
  326. left: 0%;
  327. top: 80%;
  328. width: 5%;
  329. height: 100% !important;
  330.  
  331. padding-top: 100%;
  332.  
  333. position: absolute !important;
  334. }
  335. .ability2css {
  336. left: 5%;
  337. top: 80%;
  338. width: 5%;
  339. padding-top: 100%;
  340. position: absolute !important;
  341. }
  342. .ability3css {
  343. left: 10%;
  344. top: 80%;
  345. width: 5%;
  346.  
  347. padding-top: 100%;
  348. position: absolute !important;
  349.  
  350. }
  351. .ability8css {
  352. left: 15%;
  353. top: 80%;
  354. width: 5%;
  355. height: 5%;
  356. padding-top: 100%;
  357. position: absolute !important;
  358. }
  359.  
  360. #thing-text-4, #thing-text-6, #thing-text-5{
  361. display: none !important;
  362.  
  363. }
  364.  
  365. .ability4css {
  366. left: 30%;
  367. top: 80%;
  368. width: 5%;
  369. padding-top: 100%;
  370.  
  371. position: absolute !important;
  372. }
  373. .ability5css {
  374. left: 35%;
  375. top: 80%;
  376. width: 5%;
  377. padding-top: 100%;
  378. position: absolute !important;
  379. }
  380. .acritcss {
  381. left: 30.5%;
  382. top: 65%;
  383. width: 6%;
  384. padding-top: 100%;
  385. position: absolute !important;
  386. }
  387.  
  388. .ability6css {
  389. left: 50%;
  390. top: 80%;
  391. width: 5%;
  392. padding-top: 100%;
  393. position: absolute !important;
  394. }
  395. .ability7css {
  396. left: 55%;
  397. top: 80%;
  398. width: 5%;
  399. padding-top: 100%;
  400. position: absolute !important;
  401. }
  402.  
  403.  
  404. .abilitymeleecss {
  405. background-color: rgb(128, 128, 128);
  406. left: 0%;
  407. top: 74%;
  408. width: 30%;
  409. height: 6%;
  410. position: absolute !important;
  411. color: rgb(0, 0, 0);
  412. font-size: 18px;
  413.  
  414. border-style: solid;
  415. border-width: 2px;
  416. border-color: #000000FF;
  417. }
  418. .abilitydefcss {
  419. background-color: rgb(128, 128, 128);
  420. left: 30%;
  421. top: 74%;
  422. width: 20%;
  423. height: 6%;
  424. position: absolute !important;
  425. color: rgb(0, 0, 0);
  426. font-size: 18px;
  427.  
  428. border-style: solid;
  429. border-width: 2px;
  430. border-color: #000000FF;
  431. }
  432.  
  433.  
  434.  
  435. .abilityregencss {
  436. background-color: rgb(128, 128, 128);
  437. left: 50%;
  438. top: 74%;
  439. width: 25%;
  440. height: 6%;
  441. position: absolute !important;
  442. color: rgb(0, 0, 0);
  443. font-size: 18px;
  444.  
  445. border-style: solid;
  446. border-width: 2px;
  447. border-color: #000000FF;
  448. }
  449.  
  450. .box-things{
  451. left: 0% !important;
  452. top: 0% !important;
  453. position: absolute !important;
  454. width: 100% !important;
  455. height: 5% !important;
  456.  
  457. }
  458. #thing-icon-0, #thing-icon-1, #thing-icon-2, #thing-icon-3, #thing-icon-4, #thing-icon-5, #thing-icon-6, #thing-icon-7, #thing-icon-8, #thing-icon-9, #thing-icon-10, #thing-icon-11, #thing-icon-12 {
  459. background-repeat: no-repeat !important;
  460. display: inline-block !important;
  461. width: 100% !important;
  462. height: 100% !important;
  463.  
  464. background-size: 100% auto !important;
  465.  
  466. z-index: 2000 !important;
  467. }
  468.  
  469.  
  470.  
  471.  
  472. .statscss {
  473. left: 5%;
  474. top: 15%;
  475. width: 25%;
  476. height: 300px;
  477. position: absolute !important;
  478. }
  479.  
  480. .thing-icon{
  481. background-repeat: no-repeat !important;
  482. }
  483.  
  484.  
  485.  
  486.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement