Advertisement
Turgen

Test2CSS

Nov 29th, 2021 (edited)
422
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 19.85 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.  
  57. z-index: -1000 !important;
  58. opacity: 1.0;
  59. //transform: rotate(90deg) !important;
  60.  
  61. }
  62.  
  63. #box-main
  64. {
  65.     left:0px;
  66.     top:0px;
  67.     bottom:0px;
  68.     overflow:hidden;
  69.     width:100%;
  70.     position:absolute;
  71. }
  72. #box-res.fullWidth
  73. {  
  74.     display: flex !important;
  75.     flex-wrap: nowrap !important;
  76.     width:50% !important;
  77.     top:60% !important;
  78.     right: 25% !important;
  79.    
  80.     z-index:100;
  81.     position:absolute;
  82. }
  83.  
  84. #box-things-Resources
  85. {  
  86.     display: flex !important;
  87.     flex-wrap: nowrap !important;
  88. width:100% !important;
  89. justify-content: space-evenly !important;
  90.     height:5% !important;
  91. }
  92.  
  93. #box-buttons
  94. {
  95.     top:0px;
  96.     right:0px;
  97.     bottom:0px;
  98.     left:0px;
  99.     position:absolute;
  100. }
  101. #box-store
  102. {
  103.     right:0px;
  104.     top:0px;
  105.     bottom:0px;
  106.     margin-bottom:-2px;
  107.    
  108.     position:absolute;
  109. }
  110. #box-buildings,#box-upgrades,#box-buildings2,#box-upgrades2
  111. {
  112.     top:-2px;
  113.     bottom:0px;
  114.     width:25%;
  115.     //right:0px;
  116.     overflow-x:hidden;
  117.     overflow-y:scroll;
  118.     padding-bottom:48px;/* this is to accommodate the info and settings buttons */
  119.     position:absolute;
  120.     margin-top:-2px;
  121. }
  122. #box-buildings
  123. {right:60%;
  124. width:15%;}
  125.  
  126. #box-upgrades
  127. {right:75%;}
  128.  
  129. #box-buildings2
  130. {
  131. right:40%;
  132. width:20%;
  133. }
  134.  
  135. #box-upgrades2
  136. {right:0%;
  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: 25%;
  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: 25%;
  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.  
  811. color: #999999;
  812. border-style: outset !important;
  813. background-color: #eeeeee !important;
  814. margin-bottom: -1px !important;
  815. font-family: Kanit, sans-serif !important;
  816. text-shadow: 0px 0px !important;
  817. }
  818. .thing:hover{
  819. background-color: #FFFFFFFF;
  820.  
  821. }
  822. .box-header{
  823. border: 0px !important;
  824. margin-bottom: -1px !important;
  825. margin-left: 0px !important;
  826. border-style: solid none solid solid !important;
  827. }
  828. .box-header:hover{
  829.  
  830.  
  831. }
  832. .box{
  833.  
  834. }
  835. #box-buildings,#box-upgrades,#box-buildings2,#box-upgrades2
  836. {
  837. border: 0px;
  838.  
  839. border-color: #555555 !important;
  840. border-style: none solid none none !important;
  841. overflow-y: scroll !important;
  842. background-color: #eeeeee !important;
  843. }
  844.  
  845. #box-upgrades{
  846. transform: skew(0deg, 10deg);
  847. top: -1.4vw !important;
  848. height: 95% !important;
  849. }
  850. #box-upgrades2{
  851. transform: skew(0deg, -10deg);
  852. top: -1.4vw !important;
  853. height: 95% !important;
  854. }
  855. #box-buildingsHeader{
  856. transform: skew(0deg, 10deg);
  857. top: -3.4vw !important;
  858. }
  859. #box-buildings2Header{
  860. transform: skew(0deg, -10deg);
  861. top: -3.4vw !important;
  862. }
  863.  #thing-1{
  864. //transform: skew(0deg, 10deg);
  865. //top: -3.4vw !important;
  866. }
  867.  #thing-4{
  868. //transform: skew(0deg, -10deg);
  869. //top: -3.4vw !important;
  870. }
  871. .box.sep3, .box.sep4, .box.sepOne, .box.sepTwo{
  872. height: 7%;
  873. }
  874. .box.sepOne,.box.sepOne:hover{
  875.  
  876. width: 200%;
  877. color: #eeeeee !important;
  878. border: 0px;
  879. border: 0px;
  880. z-index:-1000;
  881. background: rgb(2,0,36);
  882. background-image: linear-gradient(to left,  rgba(196,184,107,1) 26%, rgba(237,237,237,1) 71%);
  883. }
  884. .box.sepTwo,.box.sepTwo:hover{
  885.  
  886. width: 200%;
  887. color: #eeeeee !important;
  888. border: 0px;
  889. border: 0px;
  890. z-index:-1000;
  891. background: rgb(2,0,36);
  892. background-image: linear-gradient(to right,  rgba(196,184,107,1) 26%, rgba(237,237,237,1) 71%);
  893. }
  894. .box.sep3,.box.sep3:hover{
  895.  
  896. width: 200%;
  897. color: #eeeeee !important;
  898. border: 0px;
  899. border: 0px;
  900. z-index:-1000;
  901. background: rgb(2,0,36);
  902. background-image: linear-gradient(to right,  rgba(196,184,107,1) 26%, rgba(237,237,237,1) 71%);
  903. }
  904. .box.sep4,.box.sep4:hover{
  905.  
  906. width: 200%;
  907. color: #eeeeee !important;
  908. border: 0px;
  909. border: 0px;
  910. z-index:-1000;
  911. background: rgb(2,0,36);
  912. background-image: linear-gradient(to left,  rgba(196,184,107,1) 26%, rgba(237,237,237,1) 71%);
  913. }
  914.  
  915. #box-sepOne{
  916. top: 69%;
  917. left: -40%;
  918. transform: rotate(-35deg);
  919. }
  920. #box-sep3{
  921. top: 58%;
  922. left: -40%;
  923. transform: rotate(-35deg);
  924. }
  925.  
  926. #box-sepTwo{
  927. top: 63%;
  928. right: 59%;
  929. transform: rotate(35deg);
  930. }
  931. #box-sep4{
  932. top: 52%;
  933. right: 59%;
  934. transform: rotate(35deg);
  935. }
  936.  
  937.  
  938. body{
  939. text-shadow: 0px 0px !important;
  940. }#game{
  941. text-shadow: 0px 0px !important;
  942. }
  943.  
  944. #box-store{
  945.  
  946. background-color: #eeeeee !important;
  947. width: 100% !important;
  948. height: 40% !important;
  949. top: 60% !important;
  950. }
  951. #game{
  952. background-position: center center;}
  953.  
  954. .thing.shiny.noClick.noText{
  955. visibility: hidden !important;
  956. }
  957.  
  958. #thing-0{
  959.     transform: translate(0px, -128px) rotate(0deg) !important;
  960.     transition: 0.3s !important;
  961.     transition-timing-function: ease-in-out;
  962.     left: 50% !important;
  963.     background-repeat: no-repeat;
  964.     border-radius:50%;
  965.     background:#00000000;
  966. border: 2px !important;
  967. border-color: #ffde00EE !important;
  968. background-color: #eeeeee00 !important;
  969. border-style: dashed dashed dashed dashed !important;
  970. }
  971. #thing-0:hover{
  972. transform:  translate(0, -129px) rotate(60deg) !important;
  973. transition: 0.3s !important;
  974. transition-timing-function: ease-in-out;
  975. border: 2px !important;
  976. border-color: #ffde00EE !important;
  977. background-color: #eeeeee00 !important;
  978. border-style: solid solid solid solid !important;
  979. }
  980. #thing-0:active{
  981. transform: translate(-2px, -129px) rotate(60deg) !important;
  982.     left: 50% !important;
  983. border: 4px !important;
  984. border-color: #ff7800EE !important;
  985. background-color: #eeeeee00 !important;
  986. border-style: solid solid solid solid !important;
  987. }
  988. .shiny{
  989. width: 40px !important;
  990. height: 40px !important;
  991. border: 2px !important;
  992. border-color: #ffde00EE !important;
  993. background-color: #eeeeee00 !important;
  994. border-style: dashed dashed dashed dashed !important;
  995. }
  996. .stationSh{
  997. width: 250px !important;
  998. height: 250px !important;
  999. }
  1000. .shiny:hover{
  1001.  
  1002. border: 2px !important;
  1003. border-color: #ffde00EE !important;
  1004. background-color: #eeeeee00 !important;
  1005. border-style: solid solid solid solid !important;
  1006. }
  1007. .shiny:active{
  1008.  
  1009. border: 4px !important;
  1010. border-color: #ff7800EE !important;
  1011. background-color: #eeeeee00 !important;
  1012. border-style: solid solid solid solid !important;
  1013. }
  1014.  
  1015. .box-things
  1016. {
  1017. }
  1018.  
  1019. .toast.popInVertical{
  1020. color: #ffde00EE;
  1021. border: 2px !important;
  1022. border-color: #ffde00EE !important;
  1023. background-color: #18546cAA !important;
  1024. border-style: dashed dashed dashed dashed !important;
  1025. border-radius: 0px;
  1026. z-index: 100 !important;
  1027. }
  1028. .building{
  1029. border: 8px !important;
  1030. border-style: outset !important;
  1031. background-color: #eeeeeeFF!important;
  1032. border-color: #FFFFFFFF !important;
  1033. }
  1034. .building:hover{
  1035.  
  1036. color: #ffe33b;
  1037. background-color: #FFFFFFFF!important;
  1038. border-color: #FFFFFFFF !important;
  1039. }
  1040. .building:active{
  1041. background-color: #EEEEEEFF!important;
  1042. border-color: #FFFFFFFF !important;
  1043. border-style: inset !important;
  1044. }
  1045. .upgrade{
  1046. border: 1px solid #002130 !important;
  1047. border-style: solid !important;
  1048. background-color: #eeeeeeFF!important;
  1049. border-color: #aaaaaaAA !important;
  1050. }
  1051. .upgrade:hover{
  1052.  
  1053. color: #ffe33b;
  1054. background-color: #FFFFFFFF!important;
  1055. border-color: #FFFFFFFF !important;
  1056. }
  1057. .upgrade:active{
  1058. background-color: #EEEEEEFF!important;
  1059. border-color: #FFFFFFFF !important;
  1060. border-style: solid !important;
  1061. }
  1062. #box-log{
  1063. position: absolute !important;
  1064. top: 65%;
  1065. right: 25.7%;
  1066. height: 30%;
  1067. width: 14%;
  1068. border-radius: 5%;
  1069. border: 10px !important;
  1070. border-color: #FFFFFFFF !important;
  1071. border-style: outset !important;
  1072. background: rgba(0,0,0,1);
  1073. background-image: linear-gradient(0deg, rgba(118,101,0,1) 0%, rgba(37,69,82,1) 100%);
  1074. }
  1075.  
  1076. #log::-webkit-scrollbar {
  1077.   display: none;
  1078. }
  1079.  
  1080. #logOuter{
  1081. display: table;
  1082. width: 100% !important;
  1083. height: 100% !important;
  1084.  
  1085. }
  1086. #logInner{
  1087. padding: 5%;
  1088. color: #ffe33b;
  1089. width: 110% !important;
  1090. height: 110% !important;
  1091. font-family: 'Courier Prime', monospace !important;
  1092.  
  1093. }
  1094. #bulkDisplay{
  1095. visibility: hidden !important;
  1096. }
  1097.  
  1098. .cost.hasEnough{
  1099.  
  1100. color: #a7c000;
  1101.  
  1102. }
  1103. .cost.notEnough{
  1104.  
  1105. color: #e67700;
  1106.  
  1107. }
  1108.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement