SHOW:
|
|
- or go back to the newest paste.
1 | body | |
2 | - | {background:#FFFFFF; |
2 | + | {background:#000000; |
3 | - | color:#000000;} |
3 | + | color: #FFFFFF;} |
4 | #title | |
5 | {position: fixed; | |
6 | width: 250px; | |
7 | left: 320px;} | |
8 | #clickables | |
9 | {position: fixed; | |
10 | width: 250px; | |
11 | left: 320px; | |
12 | top: 14%; | |
13 | bottom: 48%; | |
14 | overflow-x: none; | |
15 | overflow-y: auto;} | |
16 | color:#800000;} | |
17 | #clickableTitle | |
18 | {display: none;} | |
19 | #resources | |
20 | {position: fixed; | |
21 | left: 590px; | |
22 | right: 300px; | |
23 | top: 28px; | |
24 | bottom: 48%; | |
25 | font-size: 14px; | |
26 | - | background:#C0C0C0; |
26 | + | background:#000000; |
27 | - | color:#304846; |
27 | + | color:#00faff; |
28 | overflow: auto;} | |
29 | #resource-money | |
30 | {font-size: 20px;} | |
31 | .veryimportantresource | |
32 | {font-size: 18px;} | |
33 | .importantresource | |
34 | {font-size: 16px;} | |
35 | #upgrades | |
36 | - | {background:#C0C0C0; |
36 | + | {background:#000000; |
37 | - | color:#304846; |
37 | + | color:#fd4eb3; |
38 | height: auto; | |
39 | right: 1%; | |
40 | top: 2%; | |
41 | padding-bottom: 200px;} | |
42 | .upgrade | |
43 | {margin: 1px;} | |
44 | .bought | |
45 | {font-size: 0px; | |
46 | margin: 2px; | |
47 | padding: 0px;} | |
48 | .upgrade .upgradeType | |
49 | {font-weight: bold;} | |
50 | #achievements | |
51 | {position: fixed; | |
52 | - | background:#C0C0C0; |
52 | + | background:#000000; |
53 | - | color:#304846; |
53 | + | color:#fd4eb3; |
54 | overflow: auto; | |
55 | left: 320px; | |
56 | right: 300px; | |
57 | top: 52%; | |
58 | bottom: 0%;} | |
59 | .achievement | |
60 | {font-size: 0px; | |
61 | margin: 2px; | |
62 | padding: 0px;} | |
63 | #achievement-dummy | |
64 | {width: 100%; | |
65 | height: 150px; | |
66 | color: rgba(0, 0, 0, 0); | |
67 | text-shadow: none; | |
68 | border: none; | |
69 | box-shadow: none;} | |
70 | #achievement-dummy:hover | |
71 | {background: rgba(0, 0, 0, 0);} | |
72 | #achievement-dummy:active | |
73 | {background: rgba(0, 0, 0, 0); | |
74 | box-shadow: none;} | |
75 | #buildings | |
76 | {position: fixed; | |
77 | top: 28px; | |
78 | bottom: 30px; | |
79 | left: 0%; | |
80 | width: 300px; | |
81 | font-size: 12px; | |
82 | - | background:#FFFFFF; |
82 | + | background:#000000; |
83 | - | color:#000000; |
83 | + | color:#008000; |
84 | overflow-x: none; | |
85 | overflow-y: auto;} |