View difference between Paste ID: bzFLiNJC and 2KsNdkzM
SHOW: | | - or go back to the newest paste.
1
Clone of https://pastebin.com/2KsNdkzM
2
********************************************************************
3
READ ME BEFORE YOU DO ANYTHING OR YOU'LL FUCK UP YOUR WHOLE PROFILE!
4
I WON'T FIX IT IF YOU'RE AN IDIOT AND FAIL TO FOLLOW THE DIRECTIONS!
5
********************************************************************
6
7
In order for this Pipboy to work as intended, you must enable CSS and disable Autoformatting on your profile page. If you can't figure out how to do that... well, this is probably too complicated for you, and I'm not going to hold your hand through it. Sorry.
8-
Otherwise, if you've done that, first, copy the text below. Paste it into the CSS text field of your profile.
8+
9
Otherwise, if you've done that, first, copy the text between the <style></style> below. Paste it into the CSS text field of your profile.
10
11
<style>
12
/*BEGIN PIPBOY CSS*/#pipboycontainer{color:lime;margin-left:auto;margin-right:auto;width:1000px;height:640px;font-family:"Lucida Console","Courier New",monospace;font-size:16px;}#pipboy{position:absolute;}#pipboyscreen{z-index:1;background-image:url('http://i.imgur.com/S0BD8eA.png');background-color:#001f00;width:470px;height:350px;top:62px;left:313px;position:relative;overflow:auto;}#homepage{text-align:center}.pipboymenu{display:none;}#pipboybackground{background-color:red;vertical-align:top;}.button{display:block;height:26px;
13
}a{color:lime;text-decoration:none!IMPORTANT;border-style:solid;border-width:1px;border-color:lime;}a:visited{color:lime;}a:hover{color:#143f2c;background:lime;}a:active{color:lime;background:lime;}#credits{text-align:center;}/*END PIPBOY CSS*/
14
</style>
15
16
Now that you've grabbed that chunk of the code, now you can actually grab the Pipboy its self. Copy the below text into your profile and edit it as you like. I've left my original version intact so you can have an idea on what stuff to look for and change.
17
18
<!--BEGIN PIPBOY scripted by Aces. COPY EVERYTHING HERE TO THE BOTTOM OF THIS PASTEBIN-->
19
<div id="pipboycontainer">
20
21
<img src="http://i.imgur.com/jhCJlEt.png" id="pipboy"  alt="Pipboy" usemap="#pipboy" border="0">
22
23
<div id="pipboyscreen">
24
25
<div name="newboxes" id="homepage"><!--HOMEPAGE STARTS HERE-->
26
===================================<br>
27
ROBCO INDUSTRIES -- PIPBOY 3000</br>
28
===================================<br>
29
<img src="http://i.imgur.com/TTohIbq.png" alt="Pipboy Splash Screen"><br>
30
<br>
31
Press any button to unlock.
32
<!--HOMEPAGE ENDS HERE--></div>
33
34
<div name="newboxes" id="stats" class="pipboymenu"><!--STATS PAGE STARTS HERE-->
35
Stats<br>
36
======================================<br>
37
<span class="stat-node" onload="status()"></span>
38
<br>
39
S.P.E.C.I.A.L.<br>
40
<br>
41
Strength:.........1<br>
42
Perception:.......1<br>
43
Endurance:........1<br>
44
Charisma:.........1<br>
45
Intelligence:.....1<br>
46
Agility:..........1<br>
47
Luck:.............1<br><br>
48
49
<span class="button"><a href="javascript:showonlyone('Skills');">VIEW SKILLS RECORD</a></span>
50
<span class="button"><a href="javascript:showonlyone('Perks');">VIEW PERKS RECORD</a></span>
51
<span class="button"><a href="javascript:showonlyone('Traits');">VIEW TRAITS RECORD</a></span>
52
53
<!--STATS PAGE ENDS HERE--></div>
54
55
<div name="newboxes" id="Skills" class="pipboymenu"><!--STATS/SKILLS PAGE STARTS HERE-->
56
Stats/Skills<br>
57
======================================<br>
58
<span class="stat-node"></span>
59
<br>
60
Barter...................00<br>
61
Energy Weapons...........00<br>
62
Explosives...............00<br>
63
Guns.....................00<br>
64
Lockpick.................00<br>
65
Medicine.................00<br>
66
Melee....................00<br>
67
Repair...................00<br>
68
Science..................00<br>
69
Sneak....................00<br>
70
Speech...................00<br>
71
Survival.................00<br>
72
Unarmed..................00
73
74
<!--STATS/SKILLS PAGE ENDS HERE--></div>
75
76
<div name="newboxes" id="Perks" class="pipboymenu"><!--STATS/PERKS PAGE STARTS HERE-->
77
Stats/Perks<br>
78
======================================<br>
79
<span class="stat-node"></span>
80
<br>
81
<span class="button">
82
Death Claws - <a href="#" onClick="alert('Who needs knives when you have claws? Thanks to Deathclaw DNA, this character gains a permanent +40 in unarmed combat!')">DETAILS</a><br>
83
</span>
84
<span class="button">
85
Paunch Pouch - <a href="#" onClick="alert('This character has mastered the art of lugging around a big full belly without being bogged down. He no longer suffers agility penalties while his stomach is carrying up to his own weight in food.')">DETAILS</a>
86
</span>
87
<span class="button">
88
<!-- Placeholder -->
89
</span>
90
91
<!--SKILLS/PERKS PAGE ENDS HERE--></div>
92
93
<div name="newboxes" id="Traits" class="pipboymenu"><!--STATS/TRAITS PAGE STARTS HERE-->
94
Stats/Traits<br>
95
======================================<br>
96
<span class="stat-node"></span>
97
<br>
98
Ironbelly - <a href="#" onClick="alert('Be it hundred year-old Salisbury steak, or some cranky meal jabbing at your insides, you have proven able to handle an upset stomach. Your gut is too tough to damage from the inside, but digests prey more slowly.')">DETAILS</a>
99
100
<!--SKILLS/TRAITS PAGE ENDS HERE--></div>
101
102
<div name="newboxes" id="items" class="pipboymenu"><!--"ITEMS" PAGE STARTS HERE-->
103
Items<br>
104
======================================<br>
105
<span class="stat-node"></span>
106
<br>
107
<span class="button"><a href="javascript:showonlyone('Weapons');">VIEW WEAPON INVENTORY</a></span>
108
<span class="button"><a href="javascript:showonlyone('Apparel');">VIEW APPAREL INVENTORY</a></span>
109
<span class="button"><a href="javascript:showonlyone('Aid');">VIEW AID INVENTORY</a></span>
110
<span class="button"><a href="javascript:showonlyone('Misc');">VIEW MISC INVENTORY</a></span>
111
<span class="button"><a href="javascript:showonlyone('Ammo');">VIEW AMMO INVENTORY</a></span>
112
113
<!--"ITEMS" PAGE ENDS HERE--></div>
114
115
<div name="newboxes" id="Weapons" class="pipboymenu"><!--ITEMS/WEAPON PAGE STARTS HERE-->
116
Items/Weapon<br>
117
======================================<br>
118
<span class="stat-node"></span>
119
<br>
120
9mm Pistol<br>
121
Varmint rifle<br>
122
<!--ITEMS/WEAPONS PAGE ENDS HERE--></div>
123
124
<div name="newboxes" id="Apparel" class="pipboymenu"><!--ITEMS/APPAREL PAGE STARTS HERE-->
125
Items/Apparel<br>
126
======================================<br>
127
<span class="stat-node"></span>
128
<br>
129
Wasteland fatigues &nbsp;|&nbsp; — 
130
<!--ITEMS/APPAREL PAGE ENDS HERE--></div>
131
132
<div name="newboxes" id="Aid" class="pipboymenu"><!--ITEMS/AID PAGE STARTS HERE-->
133
Items/Aid<br>
134
======================================<br>
135
<span class="stat-node"></span>
136
<br>
137
Healing powder<br>
138
Human remains<br>
139
Purified water<br>
140
RadAway<br>
141
Stimpak<br>
142
<!--ITEMS/AID PAGE ENDS HERE--></div>
143
144
<div name="newboxes" id="Misc" class="pipboymenu"><!--ITEMS/MISC PAGE STARTS HERE-->
145
Items/Misc<br>
146
======================================<br>
147
<span class="stat-node"></span>
148
<br>
149
Bottle caps (12)<br>
150
Lock Pick (10)<br>
151
<!--ITEMS/MISC PAGE ENDS HERE--></div>
152
153
<div name="newboxes" id="Ammo" class="pipboymenu"><!--ITEMS/AMMO PAGE STARTS HERE-->
154
Items/Ammo<br>
155
======================================<br>
156
<span class="stat-node"></span>
157
<br>
158
5.56mm round (32)<br>
159
9mm round (27)<br>
160
161
<!--ITEMS/AMMO PAGE ENDS HERE--></div>
162
163
<div name="newboxes" id="data" class="pipboymenu"><!--DATA PAGE STARTS HERE-->
164
Data<br>
165
======================================<br>
166
<span class="stat-node"></span>
167
<br>
168
NAME: John Doe<br>
169
AGE: 23<br>
170
RACE: Human, Caucasian<br>
171
HEIGHT: Unknown<br>
172
WEIGHT: Unknown<br>
173
GENDER: Unknown<br>
174
ORIENTATION: Unknown<br>
175
MATE: Unknown<br>
176
AFFILIATIONS: Unknown<br>
177
LOCATION: Nowhere, California<br>
178
<br>
179
<a href="javascript:showonlyone('bio');">VIEW BIOGRAPHIC RECORD</a>
180
181
<!--DATA PAGE ENDS HERE--></div>
182
183
<div name="newboxes" id="bio" class="pipboymenu"><!--DATA/BIO PAGE STARTS HERE-->
184
Data/Biography<br>
185
======================================<br>
186
<span class="stat-node"></span>
187
<br>
188
Field Report - Prepared by NCO J. Tuckman by audio dictation on behalf of PFC Matthew Scott. PFC Scott’s voice is the only source recorded in the following text.<br>
189
<br>
190
<a href="http://acesdump.webs.com/Field_enclave_report_holodisk.ogg" target="_blank">DOWNLOAD FILE</a><br>
191
<br>
192
<< BEGIN FILE >> Sir, I encountered three Ferals on my patrol. This was somewhere around 0300 hours, I think, and it was dark, so they saw me first. I discharged my firearm four times, fatally striking two of the three. My weapon jammed before I could fire on the third target, and just then I realized it wasn’t engaging. I knew our orders were to report on anything unusual, and well -- I thought that was pretty strange. He actually followed me back on his own. We put him in the trailer with the other and he's been quiet as you like. Strangest thing I’ve ever seen. << END FILE >> <br>
193
<br>
194
--------------------------------------<br>
195
<br>
196
Research Report - Prepared by Dr. J. Anderson by audio dictation. Dr. Anderson's voice is the only source recorded in the following text.<br>
197
<br>
198
<a href="http://acesdump.webs.com/Dr_Anderson_Report.ogg" target="_blank">DOWNLOAD FILE</a><br>
199
<br>
200
<< BEGIN FILE >> I know we had been working on this hybrid project for many years now, but this one isn't anywhere in our database. His genetics partially resemble an older female hybrid subject but we haven't heard anything about that one ever since she ate half the research team and escaped into the Mojave. If I were to make a guess, I'd say that Dr. Elwin's conclusions were incorrect, and the escaped subject was not sterile as Dr. Elwin's team had believed. As for the rest; the rest of his genome is surprisingly... human. << END FILE >><br>
201
<br>
202
--------------------------------------<br>
203
<br>
204
205
<!--DATA/BIO PAGE ENDS HERE--></div>
206
207
</div>
208
</div>
209
210
<!--*IMPORTANT* Don't screw with the script below unless you know what you're doing.-->
211
<span id="devspan">
212
<script language="javascript">
213
214
function showonlyone(thechosenone){
215
var newboxes = document.getElementsByTagName("div");
216
for(var x=0; x<newboxes.length; x++){
217
	name = newboxes[x].getAttribute("name");
218
	if (name == 'newboxes'){
219
		if (newboxes[x].id == thechosenone){
220
			newboxes[x].style.display = 'block';
221
			}
222
			else {
223
			newboxes[x].style.display = 'none';
224
			}
225
		}
226
	}
227
}
228
229
230
</script>
231
<map name="pipboy">
232
  <area shape="circle" coords="476,480,18" alt="Stats" id="myHeader1" href="javascript:showonlyone('stats');">
233
  <area shape="circle" coords="546,482,18" alt="Stats" id="myHeader2" href="javascript:showonlyone('items');">
234
  <area shape="circle" coords="616,481,18" alt="Stats" id="myHeader3" href="javascript:showonlyone('data');">
235
  <area shape="circle" coords="84,398,20" alt="Music" id="myHeader4" href="javascript:showonlyone('homepage');">
236
</map>
237
</span>
238
239
<div id="credits">Script for the pip-boy made by <a href='/profile/Aces'>Aces</a></div><br>
240
<!--END PIPBOY scripted by Aces-->