Advertisement
Turgen

CHICSS

Mar 24th, 2025 (edited)
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 8.51 KB | None | 0 0
  1. #game
  2.   {
  3.     background:#00110e;
  4.     background-size: cover;
  5.     font-family: DejaVu Sans Mono, monospace;
  6.     letter-spacing: 1px;
  7.     font-stretch: ultra-expanded
  8.     color:#ffc000;
  9.   }
  10.  
  11.  
  12. .box
  13. {
  14.     text-align:left;
  15.     padding: 0px;
  16.     box-shadow:none;
  17. }
  18. #box-res.fullWidth
  19. {
  20.     text-align:center;
  21.     width:100%;
  22.     top:0%;
  23.     height:5%;
  24.     min-height:32px;
  25.     z-index:100;
  26.     position:absolute;
  27.     color:#ffc000 !important;
  28. }
  29. .box-header,.box-footer,.box-bit
  30. {
  31.     background:#ffc000;
  32.     color:#00110e;
  33.    
  34. }
  35.  
  36. .box-header{
  37.     font-size: 20px;
  38.     font-style: italic;
  39.     font-weight: 1000;
  40.     text-align: start;
  41.     padding-left: 20px;
  42. }
  43. .box-bit{border-radius:0px;}
  44.  
  45. .box-header
  46. {
  47.     border-bottom-left-radius:0px;
  48.     border-bottom-right-radius:0px;
  49.     margin-bottom:0px;
  50. }
  51. .box-footer
  52. {
  53.     border-top-left-radius:0px;
  54.     border-top-right-radius:0px;
  55.     margin-top:4px;
  56. }
  57.  
  58.  
  59. #box-main
  60. {
  61.     left:0px;
  62.     top:0px;
  63.     bottom:0px;
  64.     overflow:hidden;
  65.     width:19%;
  66.     position:absolute;
  67. margin-bottom: 1%;
  68.     margin-left: 1%;
  69.     margin-right: 1%;
  70. }
  71.  
  72. #box-buttons
  73. {
  74.     top:0px;
  75.     right:0px;
  76.     bottom:0px;
  77.     left:0px;
  78.     position:absolute;
  79. }
  80. #box-store
  81. {
  82.     right:0px;
  83.     top:32px;
  84.     bottom:0px;
  85.     width:80% !important;
  86.     position:absolute;
  87.     margin-bottom: 1%;
  88.     margin-left: 1%;
  89.     margin-right: 1%;
  90. }
  91. #box-buildings,#box-upgrades, #box-buildings2,#box-upgrades2
  92. {
  93.     top:0px;
  94.     bottom:0px;
  95.     width:49%;
  96.     right:0%;
  97.     overflow-x:hidden;
  98.     overflow-y:auto;
  99.     position:absolute;
  100. }
  101. #box-buildings, #box-upgrades2
  102. {right:51%;}
  103.  
  104. #box-buildings, #box-upgrades
  105. {bottom: 52%;}
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112. .thing
  113. {
  114.     display:inline-block;
  115.     padding:0px;
  116.     margin:0px;
  117.     cursor:pointer;
  118. }
  119. .thing:hover,.thing.lit
  120. {
  121.     background:#ffc000;
  122. }
  123.  
  124.  
  125.  
  126. .upgrade.owned,.achiev.owned
  127. {
  128.     color:#ffc000;
  129.     background:#00000000;
  130. }
  131. .thing-text,.thing-costs{
  132.  
  133. font-weight:bold;
  134. font-size: 16px;
  135.  
  136. }
  137.  
  138. .building
  139. {
  140.     border-top-left-radius:0px;
  141.     border-bottom-left-radius:0px;
  142.     display:block;
  143.     margin-right:0px;
  144.     font-size:14px;
  145. }
  146. .building, .upgrade{
  147. padding-left: 4px;
  148. }
  149.  
  150.  
  151. .fullWidth
  152. {
  153.     display:block;
  154.     margin-left:0px;
  155.     margin-right:0px;
  156.     z-index:10;
  157. }
  158. #game .fullWidth
  159. {
  160.     height:auto;
  161.     min-height:auto;
  162. }
  163.  
  164. .fullWidth:before,.fullWidth:after
  165. {
  166.     content:'';
  167.     height:1px;
  168.     position:absolute;
  169.     left:0px;
  170.     right:0px;
  171.     z-index:-1;
  172. }
  173. .fullWidth:before{top:-1px;}
  174. .fullWidth:after{bottom:-1px;}
  175.  
  176. .fullWidth .thing-icon
  177. {
  178.     margin-top:0px;
  179.     margin-bottom:0px;
  180. }
  181. .fullWidth .thing-text
  182. {
  183.     margin-top:0px;
  184.     margin-bottom:0px;
  185. }
  186.  
  187.  
  188.  
  189. #box-buildingsHeader{
  190. top: 0px;
  191. width:49%;
  192. left: 0%;
  193. position: absolute;
  194. height: 32px;
  195.  
  196.  
  197.  
  198.  
  199. }
  200.  
  201. #box-upgradesHeader{
  202. top: 0px;
  203. width:49%;
  204. right: 0%;
  205. position: absolute;
  206. height: 32px;
  207. }
  208.  
  209. #box-buildings2Header{
  210. top: 51%;
  211. width:49%;
  212. right: 0%;
  213. position: absolute;
  214. height: 32px;
  215.  
  216.  
  217.  
  218.  
  219. }
  220.  
  221. #box-upgrades2Header{
  222. top: 51%;
  223. width:49%;
  224. left: 0%;
  225. position: absolute;
  226. height: 32px;
  227. }
  228.  
  229. #box-logHeader{
  230. opacity: 1;
  231. position: absolute;
  232. top: 51%;
  233. width: 86%;
  234. left: 0px;
  235. height: 32px;
  236. margin-left: 2%;
  237. margin-right: 2%;
  238. }
  239.  
  240.  
  241. #box-buildingsHeader:before, #box-upgradesHeader:before, #box-buildings2Header:before, #box-upgrades2Header:before, #box-logHeader:before{
  242.  
  243. height: 10px;
  244.  
  245.  
  246.     content: '';
  247.     position: absolute;
  248.     top: 0; left: 0;
  249.     border-top: 16px solid #00110e;
  250.     border-right: 16px solid #ffc000;
  251.     width: 0;
  252. }
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259. #box-buildings, #box-upgrades{
  260. top: 32px;
  261. border: thick solid #ffc000;
  262. color:#ffc000;
  263. }
  264.  
  265. #box-buildings2, #box-upgrades2{
  266.  
  267. top: 51%;
  268. margin-top: 32px;
  269. border: thick solid #ffc000;
  270. color:#ffc000;
  271. }
  272.  
  273. .building:hover, .upgrade:hover{
  274. transition: 0.2s;
  275. color: #00110e;
  276. background: #ffc000;
  277.  
  278. }
  279.  
  280. .building:active, .upgrade:active{
  281. transition: 0.3s;
  282. color: #ffc000;
  283. background: #00110e;
  284.  
  285. }
  286.  
  287. #bulkDisplay{
  288. position: absolute;
  289. left: 0%;
  290. top: 0px;
  291. }
  292. .upgrade{
  293. width:100%;
  294.  
  295. }
  296.  
  297. .thing-text, .thing-costs{
  298.  
  299. padding: 8px;
  300. text-shadow: 0px 0px 0px #000;
  301.  
  302. }.box{
  303. text-shadow: 0px 0px 0px #000;
  304.  
  305. }
  306.  
  307. #box-log{
  308. position: absolute !important;
  309. opacity: 1 !important;
  310. top: 51%;
  311. margin-top: 32px;
  312. left: 0% !important;
  313. bottom: 0%;
  314. width: 86% !important;
  315. background:#00110e;
  316. color:#ffc000;
  317. border: thick solid #ffc000;
  318.  
  319.     margin-left: 2%;
  320.     margin-right: 2%;
  321. }
  322. #logOuter{
  323. background:#00110e;
  324. color:#ffc000;
  325.  
  326.  
  327. }
  328. #logInner{
  329. display: flex;
  330. flex-direction: column;
  331. padding: 5%;
  332. background:#00110e;
  333. color:#ffc000;
  334. overflow:auto;
  335. }
  336.  
  337. #box-things-Buttons{
  338. position: absolute;
  339. height: 50%;
  340. top: 0%;
  341. width: 100%;
  342. }
  343.  
  344. .wobble {
  345.     animation: wobble 0.5s;
  346.     animation-duration: 0.5s;
  347.     transition: transform 1.00s ease-out;
  348.    
  349. }
  350.  
  351. @keyframes wobble {
  352. 0% {
  353.     opacity: 0.7;
  354.     transform: scale(1);
  355. }
  356. 5% {
  357.     opacity: 1;
  358.     transform: scale(0.9);
  359. }
  360. 100%
  361.     opacity: 1;
  362.     transform: scale(1);
  363. }
  364. }
  365. ::-webkit-scrollbar{
  366. width: 0.5vw !important;
  367.  
  368. }
  369. #log::-webkit-scrollbar, #box-upgrades::-webkit-scrollbar, #box-buildings::-webkit-scrollbar, #box-upgrades2::-webkit-scrollbar, #box-buildings2::-webkit-scrollbar {
  370.     width: 0.5vw !important;
  371. }
  372. #log::-webkit-scrollbar-thumb, #box-upgrades::-webkit-scrollbar-thumb, #box-buildings::-webkit-scrollbar-thumb, #box-upgrades2::-webkit-scrollbar-thumb, #box-buildings2::-webkit-scrollbar-thumb {
  373.    background: #ffc00099 !important;
  374.     box-shadow: 0px 0px 0px 0px #333 inset, 0px 0px 0px 0px #999 inset, 0px 0px 0px 0px #fff inset;
  375. }
  376. #log::-webkit-scrollbar-thumb:hover, #box-upgrades::-webkit-scrollbar-thumb:hover, #box-buildings::-webkit-scrollbar-thumb:hover, #box-upgrades2::-webkit-scrollbar-thumb:hover, #box-buildings2::-webkit-scrollbar-thumb:hover {
  377.    background: #ffc000 !important;
  378.     box-shadow: 0px 0px 0px 0px #333 inset, 0px 0px 0px 0px #999 inset, 0px 0px 0px 0px #fff inset;
  379. }
  380.  
  381. #log::-webkit-scrollbar-track, #box-upgrades::-webkit-scrollbar-track, #box-buildings::-webkit-scrollbar-track, #box-upgrades2::-webkit-scrollbar-track, #box-buildings2::-webkit-scrollbar-track {
  382.    background: #00110e !important;
  383.     box-shadow: 0px 0px 0px 0px #333 inset, 0px 0px 0px 0px #999 inset, 0px 0px 0px 0px #fff inset;
  384.  
  385. }
  386.  
  387. .thing.bigButton{
  388. position: absolute !important;
  389. margin-left: -100%;
  390. margin-top: -30%;
  391. margin-right: 10%;
  392.  
  393. position: absolute;
  394. width: 10vw;
  395. height: 10vw;
  396. top: 28vh;
  397. left: 23vw;
  398. }
  399.  
  400. .thing.bigButton .thing-icon{
  401.  
  402.  
  403. background-size: contain !important;
  404. }
  405.  
  406. .popup, #tooltip, .toast {
  407.     background: #00110e;
  408.     color: #ffc000 ;
  409.     border-radius: 0px;
  410.     box-sizing: border-box;
  411.     padding: 8px 8px;
  412.     border: thick solid #ffc000;
  413.     box-shadow: none !important;
  414.     text-shadow: none !important;
  415.  
  416. font-weight:bold;
  417. }
  418.  
  419.  
  420. #tooltipContent{
  421. color: #ffc000;
  422. font-weight: 100;
  423.  
  424. font-weight:bold;
  425. }
  426.  
  427. #tooltip .desc, .listing.b, .listing b{
  428.  
  429. color: #ffc000;
  430.  
  431. }
  432. #tooltip .thing-icon{
  433.  
  434. }.tooltipPoint{
  435. border: 0px !important;
  436. box-shadow: none !important;
  437. text-shadow: none !important;
  438. color: #ffc000;
  439. visibility: hidden;
  440. }
  441. #box-things-sortup, #box-things-sortup2, #box-things-Upgrades, #box-things-upgrades2  /*if necessary, change this to the name of the box containing your upgrades. it should start with "box-things" and you can use inspect element to find it*/
  442. {
  443.     display:flex;
  444.     flex-wrap:wrap;
  445.     justify-content:center; /*you can change this to "flex-start" if you want upgrades aligned to the left*/
  446.     flex-direction: column-reverse;
  447. }
  448.  
  449. #box-things-Buildings, #box-things-buildings2{
  450.     display:flex;
  451.     flex-wrap:wrap;
  452.     justify-content:center; /*you can change this to "flex-start" if you want upgrades aligned to the left*/
  453.     flex-direction: column-reverse;
  454. }
  455.  
  456. .tag-sortup, .tag-sortup2, .building, .upgrade2.notOwned, .upgrade2.cantAfford{
  457.     order:3;
  458. }
  459. .upgrade.notOwned {
  460.     order:3;
  461. }
  462. .upgrade.owned, .upgrade2.owned
  463. {
  464.     order:1;
  465. }
  466. .achiev:hover{
  467. margin-right: -1px;
  468. border: 1px solid #ffc000;
  469. color: #00110e;
  470. background: #ffc000;
  471.  
  472. }.achiev{
  473. margin-right: -1px;
  474. border: 1px solid #ffc000;
  475. color: #ffc000;
  476. background: #00110e;
  477.  
  478. }
  479.  
  480. .systemButton{
  481.     cursor: pointer;
  482.     display: inline-block;
  483.     font-weight: bold;
  484.     background: #00110e;
  485.     box-shadow: none;
  486.     padding: 4px 6px;
  487.     margin: 2px;
  488.     position: relative;
  489. border: 1px solid #ffc00099;
  490. }
  491. .systemButton:hover {
  492.    
  493.     background: #00110e;
  494.    
  495. border: 1px solid #ffc000;
  496. }
  497.  
  498. .tickbox.on:before {
  499.     background: #ffc000;
  500.     box-shadow: none;
  501. }
  502.  
  503. .tickbox, .footerTitle{
  504. color: #ffc000;
  505. }
  506.  
  507. .tickbox:before{
  508. background: #00110e;
  509. }
  510. .res .thing-text{
  511.  
  512. font-size: 2vh;
  513. padding: 1vh;
  514. letter-spacing: 0.1vh;
  515. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement