Advertisement
ClickerGuy

Eric's Grandma Rebirth CSS

Oct 7th, 2021 (edited)
2,064
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /*Stylesheet created by morkysherk, owned by Eric*/
  2.  
  3. #game
  4. {
  5.     background-image:http://www.colorhexa.com/afafaf.png;
  6.     font-size:12px;
  7.     color:rgba(0,0,0,0.9);
  8.     text-shadow:none;
  9. }
  10.  
  11. .box
  12. {
  13.     text-align:center;
  14.     padding:0px;
  15.     box-shadow:none;
  16. }
  17.  
  18. .thing,.box-header,.box-footer,.box-bit
  19. {
  20.     background:#7c7c7c;
  21.     border:1px solid rgba(0,0,0,0.9);
  22.     margin:1px;
  23. }
  24. .thing.cantAfford
  25. {
  26.     background:#cf5055;
  27. }
  28.  
  29.  
  30. .thing:hover
  31. {
  32.     background:#cccccc;
  33. }
  34. .thing.cantAfford:hover
  35. {
  36.     background:#cc6a6d;
  37. }
  38.  
  39. .box-header
  40. {
  41.     margin-top:2px;
  42.     margin-bottom:4px;
  43.     display:inline-block;
  44.     font-family:Verdana;
  45.     font-weight:bold;
  46.     border-radius:10px;
  47.     border:3px solid black;
  48. }
  49. .box-footer
  50. {
  51.     margin-top:4px;
  52. }
  53.  #box-log
  54. {
  55.     height:64%;
  56.     width:100%;
  57.     border:1px solid black;
  58.     color:black;
  59.     padding:3px;
  60.     margin:0px;
  61. }
  62.  
  63. .title
  64. {
  65.     text-decoration:underline;
  66. }
  67.  
  68. #box-title
  69. {
  70.     display:inline-block;
  71.     margin-top:0.75%;
  72.     margin-left:0.75%;
  73.     float:left;
  74. }
  75. #box-version
  76. {
  77.     display:inline-block;
  78.     margin-top:0.75%;
  79.     margin-left:0.75%;
  80.     margin-right:0.75%;
  81.     float:left;
  82. }
  83.  
  84. #box-main
  85. {
  86.     left:0px;
  87.     top:0px;
  88.     bottom:0px;
  89.     overflow:hidden;
  90.     width:60%;
  91.     position:absolute;
  92.     border:5px solid black;
  93.     border-right:0px;
  94. }
  95. #box-buttons
  96. {
  97.     top:0px;
  98.     right:25px;
  99.     bottom:0px;
  100.     left:0px;
  101.     position:absolute;
  102. }
  103. #box-store
  104. {
  105.     right:0px;
  106.     top:0px;
  107.     bottom:0px;
  108.     width:40%;
  109.     position:absolute;
  110. }
  111. #box-buildings,#box-upgrades, upgradesVV,#box-achievs,#box-prestige
  112. {
  113.     top:0px;
  114.     bottom:0px;
  115.     width:50%;
  116.     right:0%;
  117.     overflow-x:hidden;
  118.     overflow-y:scroll;
  119.     padding-bottom:48px;/* this is to accommodate the info and settings buttons */
  120.     position:absolute;
  121.     border:solid 5px black;
  122. }
  123. #box-res
  124. {
  125.     border-top:5px solid black;
  126.     border-bottom:2.5px solid black;
  127.     width:150%;
  128.     right:100%;
  129.     bottom:75%;
  130.     height:25%;
  131.     z-index:100;
  132.     position:absolute;
  133.     overflow-y:scroll;
  134.     background:linear-gradient(to right,rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.6) 50%,rgba(0,0,0,0.15) 100%);
  135. }
  136. #box-buildings
  137. {
  138.     right:50%;
  139.     border-right:solid 0px black;
  140. }
  141. #box-achievs
  142. {
  143.     right:100%;
  144.     width:150%;
  145.     top:75%;
  146.     height:25%;
  147.     border-right:solid 0px black;
  148. }
  149. #box-prestige
  150. {
  151.     right:100%;
  152.     top:25%;
  153.     height:50%;
  154.     border-top:solid 0px black;
  155.     border-bottom:solid 0px black;
  156.     border-right:solid 0px black;
  157. }
  158. #box-stats
  159. {
  160.     border-top:2.5px solid black;
  161.     border-bottom:5px solid black;
  162.     width:0%;
  163.     bottom:0%;
  164.     right:0%;
  165.     z-index:100;
  166.     position:absolute;
  167.     overflow-y:scroll;
  168.     height:8.5%;
  169.     background:linear-gradient(to right,rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.6) 50%,rgba(0,0,0,0.15) 100%);
  170. }
  171.  
  172. #box-buildings>.box-header
  173. {
  174.     padding-bottom:16px;
  175. }
  176.  
  177. #bulkDisplay
  178. {
  179.     margin-top:-2.5px;
  180.     border:solid 1px black;
  181.     background:#7c7c7c;
  182.     width:70px;
  183.     margin-left:auto;
  184.     margin-right:auto;
  185.     position:relative;
  186.     z-index:200;
  187. }
  188.  
  189.  
  190. .thing
  191. {
  192.     display:inline-block;
  193.     padding:0px;
  194.     cursor:pointer;
  195.     font-family:Verdana;
  196. }
  197. .thing:active
  198. {
  199.     opacity:0.5;
  200. }
  201. .upgrade.owned,.achiev.owned
  202. {
  203.     box-shadow:0px 0px 0px 2px rgba(0,0,0,0.5) inset;
  204.     background:#55cf50;
  205. }
  206. .upgrade.owned:hover,.achiev.owned:hover
  207. {
  208.     background:#7dcc7a;
  209. }
  210. .thing.cantAfford
  211. {
  212.     opacity:0.65;
  213. }
  214. .upgrade.cantAfford
  215. {
  216.     border:none;
  217. }
  218.  
  219. .thing-costs{font-weight:bold;text-shadow:1px 1px 0px rgba(0,0,0,0.5);}
  220. .cost.hasEnough{color:#0f0;}
  221. .cost.notEnough{color:#f00;}
  222.  
  223.  
  224. .button>.thing-text
  225. {
  226.     text-decoration:underline;
  227. }
  228.  
  229. .building
  230. {
  231.     display:block;
  232.     margin-right:0px;
  233.     font-size:14px;
  234. }
  235.  
  236. .fullWidth
  237. {
  238.     display:block;
  239.     margin-left:0px;
  240.     margin-right:0px;
  241.     z-index:10;
  242. }
  243.  
  244. .fullWidth,.fullWidth:hover
  245. {
  246.     background:rgba(0,0,0,0.75);
  247.     box-shadow:none;
  248.     color:#fff;
  249. }
  250. .fullWidth:before,.fullWidth:after
  251. {
  252.     content:'';
  253.     height:1px;
  254.     background:rgba(255,255,255,0.75);
  255.     position:absolute;
  256.     left:0px;
  257.     right:0px;
  258.     z-index:-1;
  259. }
  260. .fullWidth .thing-icon
  261. {
  262.     margin-top:-10px;
  263.     margin-bottom:-10px;
  264. }
  265. .fullWidth .thing-text
  266. {
  267.     margin-top:-4px;
  268.     margin-bottom:-4px;
  269. }
  270.  
  271. .listing
  272. {
  273.     font-weight:normal;
  274. }
  275.  
  276. .res
  277. {
  278.     vertical-align:middle;
  279. }
  280.  
  281. #game.filtersOn .thing-icon{filter:drop-shadow(3px 3px 1px rgba(0,0,0,0.5));}
  282.  
  283. .tag-achievements
  284. {
  285.     margin-bottom:4px;
  286.     display:inline-block;
  287.     font-family:Verdana;
  288.     font-weight:bold;
  289.     border-radius:10px;
  290.     border:3px solid black;
  291. }
  292. .tag-upgradesII
  293. {
  294.     margin-bottom:4px;
  295.     display:inline-block;
  296.     font-family:Verdana;
  297.     font-weight:bold;
  298.     border-radius:10px;
  299.     border:3px solid black;
  300. }
  301. .tag-upgradesV
  302. {
  303.     margin-bottom:4px;
  304.     display:inline-block;
  305.     font-family:Verdana;
  306.     font-weight:bold;
  307.     border-radius:10px;
  308.     border:3px solid black;
  309. }
  310. .tag-prestigeII
  311. {
  312.     margin-bottom:4px;
  313.     display:inline-block;
  314.     font-family:Verdana;
  315.     font-weight:bold;
  316.     border-radius:10px;
  317.     border:3px solid black;
  318. }
  319. #box-things-achievements
  320. {
  321.     display:inline-block;
  322. }
  323. #box-things-upgradesII
  324. {
  325.     display:inline-block;
  326. }
  327. #box-things-upgradesV
  328. {
  329.     display:inline-block;
  330. }
  331. #box-things-prestigeII
  332. {
  333.     display:inline-block;
  334. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement