Advertisement
Turgen

NGMCSS

May 25th, 2022 (edited)
3,777
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 23.17 KB | None | 0 0
  1. //NGM2CSS
  2. $yellow: #FFE800;
  3. $brown: #404040;
  4. $blue: #1CD3F8;
  5. $angle: 8px;
  6. $angle-o: 4px;
  7.  
  8.  
  9. .box
  10. {
  11.     text-align:center;
  12.     padding:0px;
  13.     box-shadow:none;
  14. }
  15.  
  16. .thing,.box-header,.box-footer,.box-bit
  17. {
  18. }
  19. .box-bit{border-radius:0px;}
  20.  
  21. .box-header
  22. {
  23.     border-bottom-left-radius:20px;
  24.     border-bottom-right-radius:20px;
  25.     margin-bottom:0px;
  26.     text-align: center;
  27. }
  28. .box-footer
  29. {
  30.     border-top-left-radius:20px;
  31.     border-top-right-radius:20px;
  32.     margin-top:1px;
  33. }
  34.  
  35.  
  36. #game{
  37. background-image: hidden !important;
  38. z-index: 3 !important;
  39. }
  40.  
  41. .thing .shiny .noClick .noText{
  42.  
  43. z-index: -1;
  44.  
  45. }
  46.  
  47. .thing .shiny .bigButton .noText{
  48.  
  49. z-index: -100;
  50.  
  51. }
  52.  
  53.  
  54.  
  55. .shiny-icon{
  56. z-index: -1000 !important;
  57. opacity: 1.0;
  58. //transform: rotate(90deg) !important;
  59. background-size: cover !important;
  60. }.shiny{background-size: cover !important;}
  61.  
  62. #box-main
  63. {
  64.     left:0px;
  65.     top:0px;
  66.     bottom:0px;
  67.     overflow:hidden;
  68.     width:100%;
  69.     position:absolute;
  70. }
  71. #box-res.fullWidth
  72. {  
  73.     display: flex !important;
  74.     flex-wrap: nowrap !important;
  75.     width:50% !important;
  76.     top:60% !important;
  77.     right: 25% !important;
  78.    
  79.     z-index:100;
  80.     position:absolute;
  81. }
  82.  
  83. #box-things-Resources
  84. {  
  85.     display: flex !important;
  86.     flex-wrap: nowrap !important;
  87. width:100% !important;
  88. justify-content: space-evenly !important;
  89.     height:5% !important;
  90. }
  91.  
  92. #box-buttons
  93. {
  94.     top:0px;
  95.     right:0px;
  96.     bottom:0px;
  97.     left:0px;
  98.     position:absolute;
  99. }
  100. #box-store
  101. {
  102.     right:0px;
  103.     top:0px;
  104.     bottom:0px;
  105.     margin-bottom:-2px;
  106.    
  107.     position:absolute;
  108. }
  109. #box-buildings,#box-upgrades,#box-buildings2,#box-upgrades2
  110. {
  111.     top:-2px;
  112.     bottom:0px;
  113.     width:25%;
  114.     //right:0px;
  115.     overflow-x:hidden;
  116.     overflow-y:scroll;
  117.     padding-bottom:48px;/* this is to accommodate the info and settings buttons */
  118.     position:absolute;
  119.     margin-top:-2px;
  120. }
  121. #box-buildings
  122. {right:60%;
  123. width:15%;}
  124.  
  125. #box-upgrades
  126. {left:0.5%;}
  127.  
  128. #box-buildings2
  129. {
  130. right:40%;
  131. width:20%;
  132. }
  133.  
  134. #box-upgrades2
  135. {right:0.5%;
  136. width:23.5%;
  137. }
  138.  
  139.  
  140.  
  141.  
  142. #bulkDisplay{margin:-11px 24px 4px 24px;}
  143.  
  144.  
  145. .thing
  146. {
  147.     display:inline-block;
  148.     padding:auto;
  149.     margin:auto;
  150.     margin-bottom:1px;
  151.     cursor:pointer;
  152. }
  153. .thing:hover,.thing.lit
  154. {
  155.     background:#6cf;
  156. }
  157. .thing.cantAfford
  158. {
  159.     opacity:0.65;
  160. }
  161. .upgrade.cantAfford
  162. {
  163.    
  164. }
  165. .upgrade.cantAfford:hover
  166. {
  167.    
  168. }
  169. .upgrade.owned,.achiev.owned
  170. {
  171.     background:#6cf;
  172. }
  173. .thing-text,.thing-costs{font-weight:bold;}
  174.  
  175.  
  176.  
  177. .building
  178. {
  179.     padding-left: 2% !important;
  180.     border-top-left-radius:20px;
  181.     border-bottom-left-radius:20px;
  182.     display:block;
  183.     padding-right: auto;
  184.     margin-right:auto;
  185.     font-size:14px;
  186. }
  187.  
  188.  
  189.  
  190.  
  191. //---------------------------------------------------------------------------------------------------------
  192.  
  193.  
  194.  
  195.  
  196.  
  197. #game
  198.   {
  199.     background:#24656B;
  200.     background-size: cover;
  201.     font-family: Kanit, sans-serif !important;
  202.     letter-spacing: 0px;
  203.     //font-size: 12px;
  204.     font-stretch: ultra-expanded
  205.    
  206.    // font-family: Kanit, sans-serif;
  207.     //font-weight:100;
  208.     color:#000000;
  209.   }
  210. .upgrade, .building
  211.   {
  212.  
  213. background-repeat: no-repeat;
  214.     font-weight:100 !important;
  215.     margin-top:0px;
  216.     padding: 2% 2%;
  217.     text-align: left;
  218.     //height: 48px;
  219.     border-radius:0px;
  220.     //background:#002130;
  221.     border: 1px solid #002130;
  222.     background:rgba(255,255,255,0.0);
  223.    
  224.     width: 100%;
  225.  
  226.   transition: all .15s linear 0s;
  227.   position: relative;
  228.   display: inline-block;
  229.  
  230.   background-color: $yellow;
  231.   color: $brown;
  232.  
  233.  
  234.  
  235.   box-shadow: -6px 6px 0 $brown;
  236.   text-decoration: none;
  237.  
  238.   &:hover {
  239.     top: 3px;
  240.     left: -3px;
  241.     box-shadow: -3px 3px 0 $brown;
  242.    
  243.     &::after {
  244.       top: 1px;
  245.       left: -2px;
  246.       width: $angle-o;
  247.       height: $angle-o;
  248.     }
  249.    
  250.     &::before {
  251.       bottom: -2px;
  252.       right: 1px;
  253.       width: $angle-o;
  254.       height: $angle-o;
  255.     }
  256.   }
  257.  
  258.   &::after {
  259.     transition: all .15s linear 0s;
  260.     content: '';
  261.     position: absolute;
  262.     top: 2px;
  263.     left: -4px;
  264.     width: $angle;
  265.     height: $angle;
  266.     background-color: $brown;
  267.     transform: rotate(45deg);
  268.     z-index: -1;
  269.    
  270.   }
  271.  
  272.   &::before {
  273.     transition: all .15s linear 0s;
  274.     content: '';
  275.     position: absolute;
  276.     bottom: -4px;
  277.     right: 2px;
  278.     width: $angle;
  279.     height: $angle;
  280.     background-color: $brown;
  281.     transform: rotate(45deg);
  282.     z-index: -1;
  283.   }
  284. }
  285.  
  286. .thing-text
  287. {
  288.  
  289.  
  290.  
  291. }
  292. .thing-icon
  293. {
  294.    
  295.  }
  296.  
  297.  
  298. #thing-0
  299.   {
  300.     transform: translate(-50%, -50%) !important;
  301.     left: 50% !important;
  302.     background-repeat: no-repeat;
  303.     border-radius:50%;
  304.     background:#00000000;
  305.      
  306.    
  307.  
  308. /*-webkit-animation-name: spin;
  309.     -webkit-animation-duration: 4000ms;
  310.     -webkit-animation-iteration-count: infinite;
  311.     -webkit-animation-timing-function: linear;
  312.     -moz-animation-name: spin;
  313.     -moz-animation-duration: 4000ms;
  314.     -moz-animation-iteration-count: infinite;
  315.     -moz-animation-timing-function: linear;
  316.     -ms-animation-name: spin;
  317.     -ms-animation-duration: 4000ms;
  318.     -ms-animation-iteration-count: infinite;
  319.     -ms-animation-timing-function: linear;
  320.    
  321.     animation-name: spin;
  322.     animation-duration: 910000ms;
  323.     animation-iteration-count: infinite;
  324.     animation-timing-function: linear;*/
  325. }
  326. @-ms-keyframes spin {
  327.     from { -ms-transform: rotate(0deg); }
  328.     to { -ms-transform: rotate(360deg); }
  329. }
  330. @-moz-keyframes spin {
  331.     from { -moz-transform: rotate(0deg); }
  332.     to { -moz-transform: rotate(360deg); }
  333. }
  334. @-webkit-keyframes spin {
  335.     from { -webkit-transform: rotate(0deg); }
  336.     to { -webkit-transform: rotate(360deg); }
  337. }
  338. @keyframes spin {
  339.     from {
  340.         transform:rotate(0deg);
  341.     }
  342.     to {
  343.         transform:rotate(360deg);
  344.     }
  345. }
  346.  
  347.  
  348.  
  349. #thing-0:hover
  350.   {
  351.    
  352.     //background-image: linear-gradient(to right, #00000000 , #4286f466 , #93f8ff99);
  353.    
  354.   }
  355.  
  356. .thing-text{
  357.  
  358. font-weight:100;
  359.  
  360. }
  361.  
  362. #thing-3
  363.   {
  364.     float:left;
  365.     width: 100%;
  366.    
  367.   }
  368. #thing-1
  369.   {
  370.     float:left;
  371.     width: 100%;
  372.   }
  373.  
  374. #thing-2
  375.   {
  376. float:left;
  377.     width: 100%;
  378.   }
  379.  
  380. #thing-4
  381.   {
  382.     float:left;
  383.     width: 100%;
  384.   }
  385.  
  386.  
  387. .building:hover {
  388.  
  389.     //transform: skew(30deg);
  390.    
  391. }
  392.  
  393. .thing:hover
  394.   {
  395.     //background:#002130;
  396.     color:#93f8ff;
  397.     background:rgba(0,55,79,0.00);
  398.     background-color: #999999;
  399.    
  400.   }
  401.  
  402.  
  403. .upgrade.owned, .achiev.owned {
  404.     //width: 100%;
  405.     //padding: 2% 2%;
  406.     text-align: left;
  407.     //height: 48px;
  408.     border-radius:0px;
  409.     //background:#002130;
  410.     border: 1px solid #002130;
  411.     background:rgba(255,255,255,0.0);
  412.     background-color: #qqqqqq;
  413.  
  414. }
  415. .upgrade:hover{
  416.     //width: 100%;
  417.     //background:#002130;
  418.     color:#93f8ff;
  419.     background-color: #999999;
  420. }
  421. .upgrade.owned:hover{
  422.     //width: 100%;
  423.     //height: 48px;
  424.     //background:#002130;
  425.     background:rgba(255,255,255,0.0);
  426.     background-color: #999999;
  427. }
  428. .upgrade.cantAfford {
  429.     //width: 100%;
  430.     float: left;
  431.     padding: 2% 2%;
  432.     text-align: left;
  433.     //height: 48px;
  434.     border-radius:0px;
  435.     //background:#002130;
  436.     border: 0px solid #002130;
  437.     background:rgba(255,255,255,0.0);
  438.     background-color: #eeeeee;
  439.     box-shadow: 0px 0px 0px #39f;
  440. }
  441. .upgrade {
  442.     width: 100%;
  443.     float: left;
  444.     padding: 2% 2%;
  445.     padding-left: 10% !important;
  446.     text-align: left;
  447.     //height: 48px;
  448.     border-radius:0px;
  449.     //background:#002130;
  450.     border: 1px solid #002130;
  451.     background:rgba(255,255,255,0.0);
  452.     background-color: #eeeeee;
  453.     box-shadow: 0px 0px 0px #39f;
  454.     font-family: Kanit, sans-sherif !important;
  455.     font-size: 14px;
  456.  
  457. }
  458. .upgrade.notOwned {
  459.     width: 100% !important;
  460.     float: left;
  461.     margin-left: auto;
  462.     margin-right: auto;
  463.     padding: 2% 2%;
  464.     text-align: left;
  465.     //height: 48px;
  466.     //background:#002130;
  467.    
  468.     background:rgba(255,255,255,0.0);
  469.     background-color: #999999;
  470.     box-shadow: 0px 0px 0px #39f;
  471. border: 1px solid #002130;
  472. border-style: solid !important;
  473. }
  474.  
  475. .upgrade.notOwned:hover{
  476.    
  477.     //float: left;
  478.     //background:#002130;
  479.     color:#93f8ff;
  480.     background-color: #999999;
  481. border: 1px solid #002130;
  482. border-style: solid !important;
  483. }
  484.  
  485.  
  486. .thing,.box-header,.box-footer,.box-bit
  487. {
  488.    
  489.    
  490.     //font-family: Kanit, sans-serif !important;
  491.     //font-weight:300;
  492.     //color:#93f8ff;
  493.     background:#24656B;
  494.     background:rgba(255,255,255,0.0);
  495.    
  496. }
  497.  
  498. .glow {
  499.     animation: glow 0.0s;
  500. }
  501.  
  502.  
  503.  
  504. .box-header {
  505.    
  506.     margin-bottom:1px;
  507.     padding: 15px 15px;
  508.     height: 40px;
  509.     border: 0px solid #000000;
  510.     border-radius: 0px;
  511.     //font-family: Kanit, sans-serif !important;
  512.     font-size: 18px;
  513.     //color: #93f8ff;
  514.    
  515.     text-align: center;
  516. }
  517.  
  518.  
  519. #bulkDisplay {
  520.     position: relative;
  521.     top: 0px;
  522.     margin: 0px 0px 0px 0px;
  523.     margin-bottom: 0px;
  524. }
  525.  
  526. #box-things-Buildings {
  527. position: relative;
  528.    
  529.  
  530. }
  531.  
  532.  
  533.  
  534.  
  535. .popup, #tooltip {
  536. color: #ffde00EE;
  537. border: 2px !important;
  538. border-color: #ffde00EE !important;
  539. background-color: #0a3a4dAA !important;
  540. border-style: dashed dashed dashed dashed !important;
  541.  
  542. }
  543.  .toast{
  544. background-color: #0a3a4dAA !important;
  545. }
  546.  
  547. #tooltipContent{
  548. color: #ffde00EE;
  549. border: 0px !important;
  550. border-color: #ffde0000 !important;
  551. background-color: #0a3a4d00 !important;
  552. border-style: dashed dashed dashed dashed !important;
  553.  
  554. }
  555.  
  556. ::-webkit-scrollbar-thumb {
  557.     background: #eeeeee;
  558.     //background: #1f546a;
  559.     border: 2px outset #FFFFFFFF;
  560.     //background-image: linear-gradient(to left, #00000000 , #93f8ff55);
  561.     box-shadow: 0px 0px 0px 0px #333 inset, 0px 0px 0px 0px #999 inset, 0px 0px 0px 0px #fff inset;
  562. }
  563.  
  564. ::-webkit-scrollbar-track {
  565.     background: #EEEEEE00;
  566.     box-shadow: 0px 0px 0px 0px #00000000 inset, 0px 0px 0px 0px #444 inset, 0px 0px 0px 0px #222 inset;
  567.     width: 20px !important;
  568.     border: 1px !important;
  569. border-color: #999999;
  570. margin-bottom: -1px !important;
  571. margin-right: 0px !important;
  572. border-style: solid solid solid none;
  573. }
  574. ::-webkit-scrollbar-thumb {
  575. width: 22px !important;
  576.     background: #eeeeee;
  577.     //background: #1f546a;
  578.     border: 2px outset #FFFFFFFF;
  579. margin: -1px;
  580. left: -1px !important;
  581.     //background-image: linear-gradient(to left, #00000000, #93f8ff55);
  582.     box-shadow: inset 0 0 0px #000000;
  583.  
  584. }
  585. ::-webkit-scrollbar-thumb:hover {
  586.     background: #aaaaaa;
  587.     //background: #5cb2c5;
  588. }
  589. .achiev, .achiev:hover{
  590.     padding:5px 5px;
  591.     background-image: linear-gradient(to right, #00000000 , #4286f400 , #93f8ff00);
  592. }
  593. title {
  594.     display: none;
  595. }
  596.  
  597. .my-anim {
  598.     animation-name: my-anim;
  599.     animation-duration: 0s;
  600. }
  601.  
  602. .thing.bigButton, .thing-icon {
  603.  
  604. background-repeat: no-repeat;
  605.    
  606.    
  607. }
  608.  
  609. .thing.bigButton{
  610.  
  611.  
  612. }
  613. #thing-icon-0{
  614. z-index: -2 !important;
  615.  
  616. }
  617. #game.filtersOn .shadowed {
  618.     filter: drop-shadow(0px 0px 0px rgba(0,0,0,0.0));
  619. }
  620.  
  621. .wobble {
  622.     animation: wobble 0.5s;
  623.     transform: scale(1);
  624.     animation-duration: 1s;
  625.     transition: transform 1.00s ease-out;
  626.     transition: transform 1.00s ease-in;
  627. }
  628.  
  629. @keyframes wobble {
  630. 0% {
  631.     opacity: 0.7;
  632.     transform: scale(1);
  633. }
  634. 10% {
  635.     opacity: 1;
  636.     transform: scale(1.3);
  637. }
  638. 100%
  639.     opacity: 1;
  640.     transform: scale(1);
  641. }
  642. }
  643.  
  644. .thing.bigButton .thing-icon{transform:scale(1);}
  645. .thing.bigButton:hover .thing-icon{transform:scale(1);}
  646. .thing.bigButton:active .thing-icon{transform:scale(1);}
  647.  
  648. div {
  649.     display: visible !important;
  650. }
  651.  
  652. #bulkDisplay {
  653.     position: relative;
  654.     top: 0px;
  655.     margin: 0px 0px 0px 0px;
  656.     margin-top: 5px;
  657.     margin-right: 0px;
  658.     margin-bottom: 0px;
  659.     margin-left: 0px;
  660.     margin-bottom: 0px;
  661.     visibility: visible !important;
  662.    
  663.     text-align: right;
  664. }
  665.  
  666.  
  667.  
  668.  
  669. .popup{
  670.     position: relative;
  671.     left: 50%;
  672.     top: 50%;
  673.     width: 30%;
  674.     pointer-events: auto;
  675.     transition: opacity 0.15s,left 0.15s,top 0.15s;
  676.     color: #ffde00EE;
  677. border: 2px !important;
  678. border-color: #ffde00EE !important;
  679. background-color: #0a3a4dDD !important;
  680. border-style: dashed dashed dashed dashed !important;
  681. }
  682. .box{
  683. margin: 0px !important;
  684. padding: 0px !important;
  685. }
  686.  
  687. #fpsGraph {
  688.     background: #333;
  689.     color: #93f8ff33;
  690.     position: absolute;
  691.     left: 0px;
  692.     bottom: 0px;
  693.     padding: 3px;
  694.     width: 128px;
  695.     height: 64px;
  696.     z-index: 10000000;
  697.     opacity: 0.5;
  698.     pointer-events: none;
  699. }
  700.  
  701.  
  702.  
  703. #box-upgrades::-webkit-scrollbar, #box-buildings::-webkit-scrollbar, #box-upgrades2::-webkit-scrollbar, #box-buildings2::-webkit-scrollbar {
  704.     width: 10px !important;
  705. margin-bottom: -1px !important;
  706. margin-right: 0px !important;
  707.  
  708. }
  709.  
  710. #box-upgrades, #box-buildings, #box-upgrades2, #box-buildings2{
  711.     top: 35px;
  712.     overflow-y: visible !important;
  713. }
  714.  
  715. #box-upgrades{
  716. width: 23.5%;
  717. }
  718.  
  719.  
  720.  
  721. .outFrame #game {
  722.     right: 0% !important;
  723.     bottom: 0px;
  724. }
  725. div#bulkDisplay.box-bit
  726. {
  727.  
  728. }
  729. #box-store{
  730.  
  731. top: 0px !important;
  732. }
  733.  
  734. #box-buildings2Header{
  735.  
  736. right:0%;
  737.  
  738.  
  739. }
  740. #box-upgrades2Header{
  741.  
  742. right:25%;
  743.  
  744.  
  745. }
  746. #box-upgradesHeader{
  747.  
  748. right:50%;
  749.  
  750.  
  751. }
  752. #box-buildingsHeader{
  753.  
  754. right:75%;
  755.  
  756.  
  757. }
  758.  
  759. #box-buildings2Header, #box-upgrades2Header, #box-upgradesHeader, #box-buildingsHeader{
  760. top: 0px;
  761. position:absolute;
  762. width: 23.5%;
  763. height: 0px;
  764. }
  765.  
  766. #toasts {
  767. position: absolute !important;
  768. top: 52% !important;
  769.  
  770. z-index: 1000 !important;
  771.  
  772. }
  773. #fpsCounter, #fpsGraph{
  774. position: absolute !important;
  775. bottom: 60px !important;
  776. left: 40px !important;
  777. width: 128px !important;
  778. height: 64px !important;
  779. }
  780.  
  781. #thing-8{
  782. visibility: hidden !important;
  783. position: absolute !important;
  784. top: -37vh;
  785. font-size: 2.8vh;
  786. left: 1vw;
  787. color: #ffffff44;
  788. background-color: #00000000;
  789. background-color: #999999;
  790. }
  791.  
  792. #thing-text-8{
  793. font-weight: 900 !important;
  794. }
  795.  
  796. #thing-9{
  797. visibility: hidden !important;
  798. position: absolute !important;
  799. top: -35vh;
  800. font-size: 1.8vh;
  801. left: 1vw;
  802. color: #93f8ff44;
  803. background-color: #00000000;
  804. background-color: #999999;
  805.  
  806. }
  807.  
  808. .thing{
  809. border: 2px #FFFFFFFF !important;
  810. color: #999999;
  811. border-style: outset !important;
  812. background-color: #eeeeee !important;
  813. margin-bottom: -1px !important;
  814. font-family: Kanit, sans-serif !important;
  815. text-shadow: 0px 0px !important;
  816. }
  817. .thing:hover{
  818. background-color: #FFFFFFFF;
  819.  
  820. }
  821. .box-header{
  822. border: 0px !important;
  823. margin-bottom: -1px !important;
  824. margin-left: 0px !important;
  825. border-style: solid none solid solid !important;
  826. }
  827. .box-header:hover{
  828.  
  829.  
  830. }
  831. .box{
  832.  
  833. }
  834. #box-buildings,#box-upgrades,#box-buildings2,#box-upgrades2
  835. {
  836. border: 0px;
  837.  
  838. border-color: #555555 !important;
  839. border-style: none solid none none !important;
  840. overflow-y: scroll !important;
  841. background-color: #eeeeee !important;
  842. }
  843.  
  844. #box-upgrades{
  845. transform: skew(0deg, 10deg);
  846. top: -0.01vw !important;
  847. height: 86% !important;
  848. }
  849. #box-upgrades2{
  850. transform: skew(0deg, -10deg);
  851. top: -0.01vw !important;
  852. height: 86% !important;
  853. }
  854. #box-buildingsHeader{
  855. transform: skew(0deg, 10deg);
  856. top: -3.4vw !important;
  857. }
  858. #box-buildings2Header{
  859. transform: skew(0deg, -10deg);
  860. top: -3.4vw !important;
  861. }
  862.  #thing-1{
  863. //transform: skew(0deg, 10deg);
  864. //top: -3.4vw !important;
  865. }
  866.  #thing-4{
  867. //transform: skew(0deg, -10deg);
  868. //top: -3.4vw !important;
  869. }
  870. .box.sep3, .box.sep4, .box.sepOne, .box.sepTwo{
  871. height: 7%;
  872. }
  873. .box.sepOne,.box.sepOne:hover{
  874.  
  875. width: 200%;
  876. color: #eeeeee !important;
  877. border: 0px;
  878. border: 0px;
  879. z-index:-1000;
  880. background: rgb(2,0,36);
  881. background-image: linear-gradient(to left,  rgba(196,184,107,1) 26%, rgba(237,237,237,1) 71%);
  882. }
  883. .box.sepTwo,.box.sepTwo:hover{
  884.  
  885. width: 200%;
  886. color: #eeeeee !important;
  887. border: 0px;
  888. border: 0px;
  889. z-index:-1000;
  890. background: rgb(2,0,36);
  891. background-image: linear-gradient(to right,  rgba(196,184,107,1) 26%, rgba(237,237,237,1) 71%);
  892. }
  893. .box.sep3,.box.sep3:hover{
  894.  
  895. width: 200%;
  896. color: #eeeeee !important;
  897. border: 0px;
  898. border: 0px;
  899. z-index:-1000;
  900. background: rgb(2,0,36);
  901. background-image: linear-gradient(to right,  rgba(196,184,107,1) 26%, rgba(237,237,237,1) 71%);
  902. }
  903. .box.sep4,.box.sep4:hover{
  904.  
  905. width: 200%;
  906. color: #eeeeee !important;
  907. border: 0px;
  908. border: 0px;
  909. z-index:-1000;
  910. background: rgb(2,0,36);
  911. background-image: linear-gradient(to left,  rgba(196,184,107,1) 26%, rgba(237,237,237,1) 71%);
  912. }
  913.  
  914. #box-sepOne{
  915. top: 69%;
  916. left: -40%;
  917. transform: rotate(-35deg);
  918. }
  919. #box-sep3{
  920. top: 58%;
  921. left: -40%;
  922. transform: rotate(-35deg);
  923. }
  924.  
  925. #box-sepTwo{
  926. top: 63%;
  927. right: 59%;
  928. transform: rotate(35deg);
  929. }
  930. #box-sep4{
  931. top: 52%;
  932. right: 59%;
  933. transform: rotate(35deg);
  934. }
  935.  
  936.  
  937. body{
  938. text-shadow: 0px 0px !important;
  939. }#game{
  940. text-shadow: 0px 0px !important;
  941. }
  942.  
  943. #box-store{
  944.  
  945. background-color: #eeeeee !important;
  946. width: 100% !important;
  947. height: 40% !important;
  948. top: 60% !important;
  949. }
  950. #game{
  951. background-position: center center;}
  952.  
  953. .thing.shiny.noClick.noText{
  954. visibility: hidden !important;
  955. }
  956.  
  957. #thing-0{
  958.     transform: translate(0px, -128px) rotate(0deg) !important;
  959.     transition: 0.3s !important;
  960.     transition-timing-function: ease-in-out;
  961.     left: 50% !important;
  962.     background-repeat: no-repeat;
  963.     border-radius:50%;
  964.     background:#00000000;
  965. border: 2px !important;
  966. border-color: #ffde00EE !important;
  967. background-color: #eeeeee00 !important;
  968. border-style: dashed dashed dashed dashed !important;
  969. }
  970. #thing-0:hover{
  971. transform:  translate(0, -129px) rotate(60deg) !important;
  972. transition: 0.3s !important;
  973. transition-timing-function: ease-in-out;
  974. border: 2px !important;
  975. border-color: #ffde00EE !important;
  976. background-color: #eeeeee00 !important;
  977. border-style: solid solid solid solid !important;
  978. }
  979. #thing-0:active{
  980. transform: translate(-2px, -129px) rotate(60deg) !important;
  981.     left: 50% !important;
  982. border: 4px !important;
  983. border-color: #ff7800EE !important;
  984. background-color: #eeeeee00 !important;
  985. border-style: solid solid solid solid !important;
  986. }
  987. .shiny{
  988. width: 40px !important;
  989. height: 40px !important;
  990. border: 2px !important;
  991. border-color: #ffde00EE !important;
  992. background-color: #eeeeee00 !important;
  993. border-style: dashed dashed dashed dashed !important;
  994. }
  995. .stationSh{
  996. width: 250px !important;
  997. height: 250px !important;
  998. }
  999. .shiny:hover{
  1000.  
  1001. border: 2px !important;
  1002. border-color: #ffde00EE !important;
  1003. background-color: #eeeeee00 !important;
  1004. border-style: solid solid solid solid !important;
  1005. }
  1006. .shiny:active{
  1007.  
  1008. border: 4px !important;
  1009. border-color: #ff7800EE !important;
  1010. background-color: #eeeeee00 !important;
  1011. border-style: solid solid solid solid !important;
  1012. }
  1013.  
  1014. .box-things
  1015. {
  1016. }
  1017.  
  1018. .toast.popInVertical{
  1019. color: #ffde00EE;
  1020. border: 2px !important;
  1021. border-color: #ffde00EE !important;
  1022. background-color: #18546cAA !important;
  1023. border-style: dashed dashed dashed dashed !important;
  1024. border-radius: 0px;
  1025. z-index: 100 !important;
  1026. }
  1027. .building{
  1028. border: 8px !important;
  1029. border-style: outset !important;
  1030. background-color: #eeeeeeFF !important;
  1031. border-color: #FFFFFFFF !important;
  1032. }
  1033. .building:hover{
  1034. top: 0px !important;
  1035. right: 0px !important;
  1036. left: 0px !important;
  1037. color: #ffe33b;
  1038. background-color: #FFFFFFFF !important;
  1039. border-color: #FFFFFFFF !important;
  1040. }
  1041. .building:active{
  1042. background-color: #EEEEEEFF !important;
  1043. border-color: #FFFFFFFF !important;
  1044. border-style: inset !important;
  1045. }
  1046. .upgrade{
  1047. border: 1px solid #002130;
  1048. border-style: solid;
  1049. background-color: #eeeeeeFF;
  1050. border-color: #aaaaaaAA;
  1051. }
  1052. .upgrade:hover{
  1053. top: 0px;
  1054. left: 0px;
  1055. right: 0px;
  1056. color: #ffe33b;
  1057. background-color: #FFFFFFFF;
  1058. border-color: #FFFFFFFF;
  1059. }
  1060. .upgrade:active{
  1061. background-color: #EEEEEEFF!important;
  1062. border-color: #FFFFFFFF !important;
  1063. border-style: solid !important;
  1064. }
  1065. #box-log{
  1066. position: absolute !important;
  1067. top: 65%;
  1068. right: 25.7%;
  1069. height: 30%;
  1070. width: 14%;
  1071. border-radius: 5%;
  1072. border: 10px !important;
  1073. border-color: #FFFFFFFF !important;
  1074. border-style: outset !important;
  1075. background: rgba(0,0,0,1);
  1076. background-image: linear-gradient(0deg, rgba(118,101,0,1) 0%, rgba(37,69,82,1) 100%);
  1077. }
  1078.  
  1079. #log::-webkit-scrollbar {
  1080.   display: none;
  1081. }
  1082.  
  1083. #logOuter{
  1084. display: table;
  1085. width: 100% !important;
  1086. height: 100% !important;
  1087.  
  1088. }
  1089. #logInner{
  1090. padding: 5%;
  1091. color: #ffe33b;
  1092. width: 110% !important;
  1093. height: 110% !important;
  1094. font-family: 'Courier Prime', monospace !important;
  1095.  
  1096. }
  1097. #bulkDisplay{
  1098. visibility: hidden !important;
  1099. }
  1100.  
  1101. .cost.hasEnough{
  1102.  
  1103. color: #a7c000;
  1104.  
  1105. }
  1106. .cost.notEnough{
  1107.  
  1108. color: #e67700;
  1109.  
  1110. }
  1111. #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*/
  1112. {
  1113.     display:flex;
  1114.     flex-wrap:wrap;
  1115.     justify-content:center; /*you can change this to "flex-start" if you want upgrades aligned to the left*/
  1116.     flex-direction: column-reverse;
  1117. }
  1118.  
  1119. #box-things-Buildings, #box-things-buildings2{
  1120.     display:flex;
  1121.     flex-wrap:wrap;
  1122.     justify-content:center; /*you can change this to "flex-start" if you want upgrades aligned to the left*/
  1123.  
  1124.     flex-direction: column-reverse;
  1125. }
  1126.  
  1127. .tag-sortup, .tag-sortup2, .building, .thing-77, .upgrade2.notOwned, .upgrade2.cantAfford{
  1128.     order:3;
  1129. }
  1130. .upgrade.notOwned {
  1131.     order:2;
  1132. }
  1133. .upgrade.owned, .upgrade2.owned
  1134. {
  1135.     order:1;
  1136. }
  1137. #box-upgrades, #box-upgrades2 {
  1138.     border: 5px solid #ddddddFF !important;
  1139.    
  1140.     outline: 20px solid #eeeeeeFF !important;
  1141.     border-bottom-color: #FeFeFe !important;
  1142.     border-right-color: #FeFeFe !important;
  1143.    
  1144. }
  1145.  
  1146. #box-upgrades{border-radius: 0% 0% 0% 0%;}
  1147. #box-upgrades2{border-radius: 0% 0% 0% 0%;}
  1148.  
  1149.  
  1150. #box-buildings {
  1151.  
  1152.     z-index: 100;}
  1153.  
  1154. #box-upgrades, #box-buildings, #box-upgrades2{
  1155.    
  1156.     overflow-y: auto !important;
  1157. }
  1158.  
  1159. #box-upgrades2, #box-upgrades{
  1160.  
  1161. background-image: linear-gradient(0deg, rgba(118,101,0,1) 0%, rgba(37,69,82,1) 100%) !important;
  1162. }
  1163. .tag-upgrades2,.upgrade{
  1164.  
  1165. background-color: #00000000 !important;
  1166. border-style: solid !important;
  1167. border-width:  0.1em !important;
  1168. border-color: #ffe33b !important;
  1169. color: #ffe33b !important;
  1170. }
  1171. .tag-upgrades2,.upgrade{
  1172. transition: 0s !important;
  1173. }
  1174. .tag-upgrades2:hover, .upgrade:hover{
  1175.  
  1176. background-color: #ffe33bFF !important;
  1177. border-style: solid !important;
  1178. border-width:  0.1em !important;
  1179. border-color: #ffe33b !important;
  1180. color: #00000066 !important;
  1181. transition: 0s !important;
  1182. }
  1183.  
  1184. #box-upgrades, #box-buildings, #box-upgrades2{
  1185.    
  1186.     overflow-y: auto !important;
  1187. }
  1188.  
  1189. #box-upgrades2::-webkit-scrollbar, #box-upgrades::-webkit-scrollbar  {
  1190.   display: none;
  1191. }
  1192. #box-upgrades{border-radius: 5% 20% 5% 10%;}
  1193. #box-upgrades2{border-radius: 20% 5% 10% 5%;}
  1194.  
  1195. #box-upgrades{border-radius: 0% 0% 0% 0%;}
  1196. #box-upgrades2{border-radius: 0% 0% 0% 0%;}
  1197.  
  1198. .upgrade, .tag-upgrades2 {
  1199.     padding: 2% 2% 2% 13% !important;
  1200.     background-color: #00000000 !important;
  1201. }
  1202. #fpsCounter, #fpsGraph{
  1203. border-style: outset;
  1204.     border-width: 10px;
  1205.     border-color: #FFFFFFFF !important;
  1206.     opacity: 1;
  1207.     background-image: linear-gradient(0deg, rgba(118,101,0,1) 0%, rgba(37,69,82,1) 100%) !important;
  1208.     border-bottom-color: #FFFFFF !important;
  1209.     border-right-color: #FFFFFF !important;
  1210.    
  1211.     }
  1212.     #fpsGraph{
  1213. opacity: 0.15;
  1214. background-color:#FFFFFF;
  1215. z-index: 10000002;
  1216.     }#fpsCounter, #fpsGraph{
  1217.     bottom: 40% !important;
  1218.     left: 24% !important;
  1219.     width: 128px !important;
  1220.     height: 64px !important;
  1221.     transform: skew(15deg, 0deg);
  1222. border-radius: 5px;
  1223.     }
  1224.  
  1225. #box-upgrades2, #box-upgrades{
  1226.  
  1227. background-image: linear-gradient(0deg, rgba(118,101,0,1) 0%, rgba(37,69,82,1) 100%) !important;
  1228. }
  1229. #fpsCounter{
  1230.  
  1231. color: #ffe33b !important;
  1232.  
  1233. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement