-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSteve.html
227 lines (195 loc) · 6.44 KB
/
Steve.html
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
<html translate="no">
<head>
<title>Minecraft World Community - Users</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.3.2/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.3.2/firebase-database.js"></script>
<script src="infobox/infoBox.js"></script>
<link rel="stylesheet" href="infobox/infoBoxStyle.css">
<script src="steve.js"></script>
<link rel="icon" type="image/png" href="MinecraftLogo.jpg" />
<link rel="stylesheet" href="geral.css">
<style>
@font-face {
font-family: Minecraft;
src: url(Minecraft.ttf);
}
body {
background-color: rgb(144, 245, 206);
background-image: url("Stone Background.png");
background-position: center;
background-size: 1500px;
background-repeat: repeat-y;
}
#logo {
width: 100%;
height: 32%;
border-style: ridge;
border-width: 2px;
border-color: chartreuse;
}
#MainBar {
background-image: url("TopBar.jpg");
background-position: center;
background-size: 500px;
background-repeat: repeat-x;
width: 100%;
height: 80px;
border-bottom: 6px ridge green;
}
#MainBar label {
color: cyan;
font-family: Minecraft;
}
#userhandler {
width: 90%;
margin-left: 5%;
margin-top: 2%;
border: goldenrod ridge 3px;
}
#mainbody img {
width: 10%;
margin: 5px;
border: 2px blueviolet outset;
}
#mainbody img:hover {
border-color: cornflowerblue;
}
#mainbody label {
font-size: 50px;
height: 100px;
margin-top: 1%;
}
#Exit {
z-index: 2;
top: 20%;
right: 30px;
color: red;
border-style: outset;
border-width: 2px;
border-color: red;
background-color: rgba(51, 22, 8, 0.027);
position: absolute;
}
p,
label,
h1 {
color: white;
}
.MCButton {
border: 5px green ridge;
border-radius: 0%;
height: 40px;
}
.TopButton {
float: right;
background-color: rgba(0, 0, 0, 0.500);
color: aliceblue;
}
.mc-do-button {
color: aliceblue;
height: 40px;
border: 5px ridge green;
background-color: cadetblue;
}
#output {
width: 90%;
margin-top: 2%;
border-top: 1px outset white;
}
#output div {
border: 1px outset white;
text-align: left;
}
.follow {
float: right;
margin-top: 8%;
}
#output button {
border: 1px outset white;
background-color: gold;
border: green 2px outset;
}
#configTheme {
color: aliceblue;
}
#configTheme #on {
background-color: lawngreen;
float: right;
}
#configTheme #off {
background-color: red;
float: right;
}
#search {
color: white;
margin-left: 5%;
border: outset 2px green;
width: 400px;
text-align: center;
padding: 5px;
}
#search button,
#search input {
background-color: green;
border: outset rgba(0, 0, 0, 0.500) 2px;
}
.pictureSelector {
width: 50px;
height: 50px;
border: 2px rgba(0, 0, 0, 0.500) outset;
background-color: rgba(0, 0, 0, 0.500);
}
</style>
</head>
<body onload="loadUser()">
<div id="infoBox"></div>
<img src="MinecraftSitesLogo.png" id="Logo" title="MINECRAFT WORLD COMMUNITY">
<button id="Exit" onclick="returnPage()">Return to Rooms</button>
<br>
<div id="mainbody">
<h1>Your Account</h1>
<div id="userhandler">
<img src="UserCreeper.png" id="userPicture">
<label id="userName"></label>
<p class="follow" id="userFollow">Following: 0</p>
<hr>
<span id="configTheme">Dark Theme
<button onclick="onTheme()" id="on">On</button>
<button onclick="offTheme()" id="off">Off</button>
</span>
<hr>
<p>Profile Picture:</p>
<center>
<button class="pictureSelector" onclick="selectPicture('creeper')">
<img src="UserCreeper.png" style="width: 130%;margin: -5px;">
</button>
<button class="pictureSelector" onclick="selectPicture('enderman')">
<img src="UserEnderman.png" style="width: 130%;margin: -5px;">
</button>
<button class="pictureSelector" onclick="selectPicture('zombie')">
<img src="UserZombie.png" style="width: 130%;margin: -5px;">
</button>
<button class="pictureSelector" onclick="selectPicture('steve')">
<img src="UserSteve.png" style="width: 130%;margin: -5px;">
</button>
<button class="pictureSelector" onclick="selectPicture('pig')">
<img src="UserPig.png" style="width: 130%;margin: -5px;">
</button>
</center>
</div>
<hr>
<h1>Users</h1>
<div id="search">
Search:
<input id="searchBox">
<button onclick="searching()">Search</button>
</div>
<center>
<div id="output"></div>
</center>
</div>
</body>
</html>