Advertisement
ClickerGuy

Stylesheet for Diamond Clicker

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