-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
executable file
·106 lines (88 loc) · 1.42 KB
/
main.css
File metadata and controls
executable file
·106 lines (88 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
#myCanvas {
float: left;
width: 30%;
height: 100%;
top:0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
body {
margin: auto;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: url(finger.png), auto;
font-family: Verdana;
background-image: url(background.png);
}
#leftbar {
float: left;
width: 35%;
height: 100%;
position: relative;
}
#donateButton {
position: absolute;
left: 0%;
bottom: 0%;
}
#rightbar {
overflow: scroll;
overflow-x:hidden;
float: left;
width: 35%;
height: 100%
}
#stats {
text-align: center;
padding: 10px;
}
#totMangos {
font-size: 2.2em;
}
.upgrade {
border-radius: 10px;
width: 75%;
background-color: darkorange;
margin: auto;
text-align: center;
position: relative;
padding: 5%;
margin-bottom: 5%;
}
#upgradeMenu {
padding: 10%
}
.upgradeText {
font-size: 1.2em;
margin: auto;
position: relative;
z-index: 2;
}
.mpsupgrade {
position: relative;
z-index: 2;
}
.mumbot {
position: absolute;
right: 5%;
margin-top: 7%;
color: orange;
font-size: 5em;
text-align: right;
z-index: 1;
}
#numberBoughten1 {
}
#upgrade1 {
}
#upgrade2 {
}
::-webkit-scrollbar {
display: none;
}