xLorinX's profile
Member ID: 101007
Joined: 2015-01-18 02:51:10 UTC
About me:
ı moved to peappa5
test
3DSPlaza - Edit profile
body
{
background-color: #D8D8D8;
padding: 0px;
margin: 0px;
}
#navbar
{
width: 100%;'
border: none;
text-decoration: none;
}
.navblock_change
{
background-color: C0C0C0;
width: 19%;
border: 0px outset aqua;
font-size: 11pt;
font-family: Arial, Helvetica, sans-serif;
padding-top: 3px;
padding-bottom: 3px;
text-decoration: none;
}
.navblock
{
background-repeat: repeat-x;
font-size: 11pt;
font-family: Arial, Helvetica, sans-serif;
height: 40px;
width: auto;
padding: 0px;
margin: 0px;
border: none;
text-align: center;
text-decoration: none;
}
.content
{
width: 96%;
border: 1px solid black;
background-color: white;
padding: 2%;
margin-top: 20px;
min-height: 20px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
behavior: url(border-radius.htc);
position: relative;
left: -1px;
}
#container
{
width: 95%;
padding: 0px;
top: 0px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom: 0px;
position: relative;
}
.header
{
width: 100%;
overflow: hidden;
position: relative;
}
.loginbar
{
position: relative;
top: 0px;
left: 0px;
height: 90px;
width: 300px;
background-color: rgba(240,240,240,0.7);
-moz-border-radius: 15px;
border-radius: 15px;
-webkit-border-radius: 15px;
border: 1px solid black;
padding: 5px;
opacity: 0.7;
font-size: 13px;
z-index: 1;
}
A.menulink:link {text-decoration: none; color: black;}
A.menulink:visited {text-decoration: none; color: black;}
A.menulink:active {text-decoration: none; color: black;}
A.menulink:hover {text-decoration: none; color: gray;}
.menulink
{
font-size: 15px;
font-family: Arial, Helvetica, sans-serif;
}
.loginbox_link
{
color: blue;
text-decoration: none;
}
.loginbox_link:link
{
color: blue;
text-decoration: none;
}
.loginbox_link:visited
{
color: blue;
text-decoration: none;
}
.loginbox_link:hover
{
color: #606060;
text-decoration: underline;
}
img
{
border: none;
}
.login_username
{
background-image: url(/images/login/username.png); padding-left: 20px; border: 1px solid gray; background-repeat: no-repeat; background-position: 2px 1px;
margin: 1px;
}
.login_password
{
background-image: url(/images/login/password.png); padding-left: 20px; border: 1px solid gray; background-repeat: no-repeat; background-position: 2px 1px;
margin: 1px;
}
.login_submit
{
border: 1px solid gray;
background-color: white;
width: 80px;
margin: 1px;
}
.loginbar_wrapper
{
position: absolute;
height: 90px;
width: 300px;
bottom: 50px;
right: 10px;
padding: 5px;
}
.share_buttons
{
position: absolute;
height: 25px;
bottom: 45px;
left: 10px;
padding: 0px;
}
.fb-like
{
top: -5px;
}
.openbox
{
border-radius: 10px;
border: 1px solid blue;
background-color: #CDF0F0;
padding: 5px;
max-height: 200px;
overflow: auto;
z-index: 2;
position: absolute;
width: 300px;
opacity: 0.9;
top: 150px;
right: 4px;
}
.openbox_title
{
font-weight: bold;
text-align: center;
display: block;
}
#notification
{
width: 71px;
position:fixed;
top: 20px;
z-index: 2;
height: 20px;
border: 2px outset blue;
background-color: #CDF0F0;
font-size: 10pt;
padding-left: 5px;
padding-right: 5px;
margin-left: 5px;
margin-right: 5px;
text-align: center;
opacity: 0.8;
border-radius: 5px;
}
.notification_box_seen
{
background-color: white;
}
.notification_box_unseen
{
background-color: aqua;
}
.copyright
{
table-layout: fixed;
position: static;
width: 100%;
border: 1px solid black;
background-color: white;
margin-top: 20px;
behavior: url(border-radius.htc);
height: 50px;
line-height: 50px;
border-top-left-radius: 15px;
-moz-border-radius-topleft: 15px;
-webkit-border-top-left-radius: 15px;
border-top-right-radius: 15px;
-moz-border-radius-topright: 15px;
-webkit-border-top-right-radius: 15px;
border-bottom: 0px;
font-size: 14px;
text-align: center;
}
.copyright_left
{
border-right: 1px solid gray;
}
Source Code
if (document.images) { navblockright = new Image(); navblockright.src = '/images/navblock_right.png'; navblockleft = new Image(); navblockleft.src = '/images/navblock_left.png'; navblockmiddle = new Image(); navblockmiddle.src = '/images/navblock_middle.png'; navblockrightchanged = new Image(); navblockrightchanged.src = '/images/navblock_right_changed.png'; navblockleftchanged = new Image(); navblockleftchanged.src = '/images/navblock_left_changed.png'; navblockmiddlechanged = new Image(); navblockmiddlechanged.src = '/images/navblock_middle_changed.png'; } function navigate(number,direction) { if(direction == 'in'
{
document.getElementById('nav_img_left_' + number).src=navblockleftchanged.src;
document.getElementById('nav_img_right_' + number).src=navblockrightchanged.src;
document.getElementById('navblock_' + number).style.backgroundImage="url('"+navblockmiddlechanged.src+"'
";
}
if(direction == 'out'
{
document.getElementById('nav_img_left_' + number).src=navblockleft.src;
document.getElementById('nav_img_right_' + number).src=navblockright.src;
document.getElementById('navblock_' + number).style.backgroundImage="url('"+navblockmiddle.src+"'
";
}
}
if (document.images) { navblockright = new Image(); navblockright.src = '/images/navblock_right.png'; navblockleft = new Image(); navblockleft.src = '/images/navblock_left.png'; navblockmiddle = new Image(); navblockmiddle.src = '/images/navblock_middle.png'; navblockrightchanged = new Image(); navblockrightchanged.src = '/images/navblock_right_changed.png'; navblockleftchanged = new Image(); navblockleftchanged.src = '/images/navblock_left_changed.png'; navblockmiddlechanged = new Image(); navblockmiddlechanged.src = '/images/navblock_middle_changed.png'; } function navigate(number,direction) { if(direction == 'in'
Source Code
window.onload = function() { var plusheight = window.innerHeight - document.body.offsetHeight; var current_height = document.getElementById('content'
.offsetHeight;
var box_padding = parseFloat(window.getComputedStyle(document.getElementById('content'
, null).getPropertyValue('padding-left'
);
var calculated_padding = Math.round(2*box_padding + 2);
var let_be_height = current_height + plusheight - calculated_padding;
document.getElementById('content'
.style.minHeight = let_be_height + 'px';
var header_height = document.getElementById('header'
.offsetHeight;
var newtop = parseInt(header_height);
document.getElementById('openbox'
.style.top = newtop + 1 + 'px';
}
window.onload = function() { var plusheight = window.innerHeight - document.body.offsetHeight; var current_height = document.getElementById('content'
Source Code
[/code] [code] function showhidestatus(name) { var switched = 'no'; if(document.getElementById('status_'+name).style.height == 0 + 'px'
{
document.getElementById('status_'+name).style.height = 50 + 'px';
document.getElementById('arrow_'+name).src = '/images/status/fold_icon.gif';
switched = 'yes';
}
if(switched == 'no'
{
document.getElementById('status_'+name).style.height = 0 + 'px';
document.getElementById('arrow_'+name).src = '/images/status/unfold_icon.gif';
}
}
[/code] [code] function showhidestatus(name) { var switched = 'no'; if(document.getElementById('status_'+name).style.height == 0 + 'px'
Source Code
// AJAX END
// AJAX END
Source Code
var changed = false; var achange = 'no'; var savestat = ''; function update_status() { achange = 'no'; if(changed == false) { document.getElementById('savestat'
.value = document.getElementById('my_status'
.innerHTML;
document.getElementById('my_status'
.innerHTML = '<input id="bericht" maxlength=100 value="'+document.getElementById('my_status'
.innerHTML+'"> <input type="button" oNclick="sendstatus();" value="Update!">';
document.getElementById('changebutton'
.value = 'Cancel';
achange = 'yes';
changed = true;
}
if(achange == 'no'
{
document.getElementById('changebutton'
.value = 'Update status';
document.getElementById('my_status'
.innerHTML = document.getElementById('savestat'
.value;
changed = false;
}
return(savestat);
}
function sendstatus()
{
var posttext = document.getElementById('bericht'
.value;
if(posttext != null && posttext != undefined && posttext != ''
{
document.getElementById('bericht'
.value = '';
postrequest.open("POST","/ajax/update_status.php",true);
postrequest.setRequestHeader("Content-type","application/x-www-form-urlencoded"
;
postrequest.send("bericht="+encodeURIComponent(posttext));
document.getElementById('savestat'
.value = posttext;
update_status();
}
}
var changed = false; var achange = 'no'; var savestat = ''; function update_status() { achange = 'no'; if(changed == false) { document.getElementById('savestat'
Source Code
var openboxes = new Array(); openboxes['notifications']=new Array('Notifications','/ajax/notifications.php'
;
openboxes['friends']=new Array('Friends','/ajax/friends.php'
;
openboxes['apps']=new Array('Games and apps','/ajax/apps.php'
;
function toggle_screen(id)
{
if(document.getElementById(id).style.display == 'none'
{
document.getElementById(id).style.display = 'block';
}
else if(document.getElementById(id).style.display != 'none'
{
document.getElementById(id).style.display = 'none';
}
}
function open_box(id)
{
var link = openboxes[id][1];
var linkname = openboxes[id][0];
if(document.getElementById('openbox'
.style.display == 'none'
{
toggle_screen('openbox'
;
}
document.getElementById('openbox_title'
.innerHTML = linkname;
document.getElementById('openbox_content'
.innerHTML = 'Loading...';
ajax_request_asynchronous(link,"document.getElementById('openbox_content'
.innerHTML = responsetext; document.title = '"+originaltitle+"';"
;
}
var last_selected_app = 'none';
function select_app(id,aname,alink)
{
var launchtext = "<input type='submit' value='Launch' onClick=\"window.location='"+alink+"';\">";
document.getElementById('current_selected_app'
.innerHTML = aname + ' ' + launchtext;
document.getElementById(id).style.border = '2px solid yellow';
if(last_selected_app != 'none'
{
document.getElementById(last_selected_app).style.border = '1px solid gray';
}
last_selected_app = id;
}
function refreshfriends()
{
document.getElementById('friends_content'
.innerHTML = ajax_request('ajax/status.php'
;
}
function showhidestatus(name)
{
var switched = 'no';
if(document.getElementById('status_'+name).style.height == 0 + 'px'
{
document.getElementById('status_'+name).style.height = 50 + 'px';
document.getElementById('arrow_'+name).src = '/images/status/fold_icon.gif';
switched = 'yes';
}
if(switched == 'no'
{
document.getElementById('status_'+name).style.height = 0 + 'px';
document.getElementById('arrow_'+name).src = '/images/status/unfold_icon.gif';
}
}
var loc = 'profile_edit';
var newnotifications = 0;
var openboxes = new Array(); openboxes['notifications']=new Array('Notifications','/ajax/notifications.php'
Source Code
[/code] [code](function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/nl_NL/all.js#xfbml=1&appId=271543752960329"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'
);
[/code] [code](function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/nl_NL/all.js#xfbml=1&appId=271543752960329"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'
Notification
Notifications ([url=javascript: void 0;'openbox'
-- Content here --
[img]/images/new_header.png]
peappa5 ([url=/members/profile_edit.php?user=peappa5&logout=ja]Log out[/url])
[url=/members/pm.php][img]/images/mail.png[/img] Personal messages (0)[/url] |
[url=/members/view_profile.php?user=peappa5]Profile[/url]
[url=javascript: void 0;'notifications[/img]0)--][/url][url=javascript: void 0;'friends"
Source Code
(function() { var po = document.createElement('script'
; po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script'
[0]; s.parentNode.insertBefore(po, s);
})();
(function() { var po = document.createElement('script'
[url=/index.php][img]/images/navblock_left.png]Home[img]/images/navblock_right.png[/img][/url]
[img]/images/navblock_left.png]About the 3DS[img]/images/navblock_right.png[/img][/url]
[img]/images/navblock_left.png]News[img]/images/navblock_right.png[/img][/url]
[img]/images/navblock_left.png]Chat[img]/images/navblock_right.png[/img][/url]
[img]/images/navblock_left.png]Forums[img]/images/navblock_right.png[/img][/url]
[img]/images/navblock_left.png]Links[img]/images/navblock_right.png[/img][/url]
input.friendcode
{
width: 50px;
}
Edit profile
[url=view_profile.php?user=peappa5[/img]View profile[/url]
Username: peappa5
Current avatar: [img]http://3dsplaza.com/profile_pics/85662.jpg] ([url=profile_picture.php]Change[/url])
--
Schematic tags (leave alone if you don't know what you are doing!):
Signature:
Source Code
[blink]this is a test[/blink]>>>>Ask Me Anything!<<<<
ANIME RAWCKS!
Ayato Ish Mwine <3
Ok Hello....
OMFG SEASON 2 OF DIABOLIK LOVERS!!!!!!!!! :0 :0 :0 :0
FUC.ING WOWWOWOWOOWOWOOWW YUI IS A VWAMPIAR :0:0:0
AUGUST 2015
HERE I COME U LITTLE BITC.H!!!
[cspoiler=Technical Issues. Stay Back.]
Alsooooo Laito IS MWINE TWO! You Dont Want A Fight Do You? (Little Bitc.h
)
Ok Im Getting Adicted To Anime....
Soooo...
「......saa, kakugo wa ii ka?ã€
「......koi yoã€
tsukiyo no shijima wo kirisaki
oikakereba oikakeru hodo kanjita kakushin
Uh, masaka no famu fataru?
matowasareta wana ni wakitateba
kumifuseta tenohira ni
kirameita gin no kurosu wa shigyaku no kiwami sa
「...... motto, hoshiin daro?ã€
saa, nake! sakebe! hageshiku afurederu shinku no shoudou
koyoi, fukaku tsukisashi oku kara mezameru, kesshi no ribidoo!
「motto (zutto) hageshiku
eã€
taekirenu itami to yorokobi wa tsumi ka?
wanana ita asayake ni chikau, kyuuketsusuru Fate
sousa, oretachi Mr. Sadistic Night
kinjita inori ga hibiite
sei nozomeba, shikitaru Magic toonoku kakushin
Ah, motometa dekadansu?
irodorareta ai wa kieusete
kuchizuketa kuchibiru ni
uritakuru kuroi ruujyu wa kagyaku no renbin
「......iku made, sutte yaruã€
mou, karehateta kasuka ni yureugoku kiwoku no zanshi!
tsuyoku nejikondeiku kami sura mihanasu kyuushi no metafaa
GOOD/BAD imi wo motome aragaenu hitomi ni utsuru Bl00d in the Moonlight
yurusarenu afurodiite akaku, some ageru MIDNIGHT
sousa, oretachi Mr. Sadistic Night
「mou darenimo watasanee yo...... yurusarenai ai hodoã€
「kono chi ga wakitatsu...... saa, sutte yaru......ã€
「fu...... kono juubaku wo, tokihanachiã€
「......omae no subete wo te ni ireru......ã€
「owaranai yoru wo, owaraseru, sono chiã€
「yoake made, sui tsuku
e yaru......ã€
「saa, omou zenbun, ike......ã€
「......honto, tamanee......ã€
「......kuku, owaraseru wake nee daro?ã€
「......kuku, owaraseru wake nai daro?ã€
saa, nake! sakebe! hageshiku afurederu shinku no shoudou
koyoi, fukaku tsukisashi oku kara mezameru, kesshi no ribidoo!
「motto (zutto) hageshiku
eã€
taekirenu itami to yorokobi wa tsumi ka?
wanana ita asayake ni chikau, kyuuketsusuru Fate
sousa, oretachi Mr. Sadistic Night
「......saa, kakugo wa ii ka?ã€
「......koi yoã€
tsukiyo no shijima wo kirisaki
oikakereba oikakeru hodo kanjita kakushin
Uh, masaka no famu fataru?
matowasareta wana ni wakitateba
kumifuseta tenohira ni
kirameita gin no kurosu wa shigyaku no kiwami sa
「...... motto, hoshiin daro?ã€
saa, nake! sakebe! hageshiku afurederu shinku no shoudou
koyoi, fukaku tsukisashi oku kara mezameru, kesshi no ribidoo!
「motto (zutto) hageshiku
eã€
taekirenu itami to yorokobi wa tsumi ka?
wanana ita asayake ni chikau, kyuuketsusuru Fate
sousa, oretachi Mr. Sadistic Night
kinjita inori ga hibiite
sei nozomeba, shikitaru Magic toonoku kakushin
Ah, motometa dekadansu?
irodorareta ai wa kieusete
kuchizuketa kuchibiru ni
uritakuru kuroi ruujyu wa kagyaku no renbin
「......iku made, sutte yaruã€
mou, karehateta kasuka ni yureugoku kiwoku no zanshi!
tsuyoku nejikondeiku kami sura mihanasu kyuushi no metafaa
GOOD/BAD imi wo motome aragaenu hitomi ni utsuru Blood in the Moonlight
yurusarenu afurodiite akaku, some ageru MIDNIGHT
sousa, oretachi Mr. Sadistic Night
「mou darenimo watasanee yo...... yurusarenai ai hodoã€
「kono chi ga wakitatsu...... saa, sutte yaru......ã€
「fu...... kono juubaku wo, tokihanachiã€
「......omae no subete wo te ni ireru......ã€
「owaranai yoru wo, owaraseru, sono chiã€
「yoake made, sui tsuku
e yaru......ã€
「saa, omou zenbun, ike......ã€
「......honto, tamanee......ã€
「......kuku, owaraseru wake nee daro?ã€
「......kuku, owaraseru wake nai daro?ã€
saa, nake! sakebe! hageshiku afurederu shinku no shoudou
koyoi, fukaku tsukisashi oku kara mezameru, kesshi no ribidoo!
「motto (zutto) hageshiku
eã€
taekirenu itami to yorokobi wa tsumi ka?
wanana ita asayake ni chikau, kyuuketsusuru Fate
sousa, oretachi Mr. Sadistic Night
The Song Link >Here< Sing Along My Bitc.hes <3 (I Have To Stop Acting Like Laito
) Start Wıth 0:31
[detect=3ds][/detect]
[detect=dsi][/detect]
[detect=pc][/detect]@keyframes color{0%{color:red}14%{color: orange}28%{color:yellow}42%{color:green}56%{color:blue}70%{color:indigo}84%{color:violet}100%{color:red}} @-webkit-keyframes color{0%{color:red}14%{color: orange}28%{color:yellow}42%{color:green}56%{color:blue}70%{color:indigo}84%{color:violet}100%{color:red}} body{animation:color 3s infinite linear; -webkit-animation:color 3s infinite linear;}
[blink]this is a test[/blink]>>>>Ask Me Anything!<<<<
Ok Hello....
OMFG SEASON 2 OF DIABOLIK LOVERS!!!!!!!!! :0 :0 :0 :0
FUC.ING WOWWOWOWOOWOWOOWW YUI IS A VWAMPIAR :0:0:0
AUGUST 2015
HERE I COME U LITTLE BITC.H!!!
[cspoiler=Technical Issues. Stay Back.]
Alsooooo Laito IS MWINE TWO! You Dont Want A Fight Do You? (Little Bitc.h Who can view your profile?
Everybody
Just friends
Who can PM you?
Everybody
Just friends
Your email address: [email protected] ([url=change_email.php]Change email[/url])
Allow 3DSPlaza to email you newsletters?
No
Yes
Source Code
PM If Fan!
Source Code
( function() { if (window.CHITIKA === undefined) { window.CHITIKA = { 'units' : [] }; }; var unit = {"calltype":"async[2]","publisher":"RealRobdeprop","width":728,"height":90,"sid":"Chitika Default"}; var placement_id = window.CHITIKA.units.length; window.CHITIKA.units.push(unit); document.write('<div id="chitikaAdBlock-' + placement_id + '"></div>'
;
}());
( function() { if (window.CHITIKA === undefined) { window.CHITIKA = { 'units' : [] }; }; var unit = {"calltype":"async[2]","publisher":"RealRobdeprop","width":728,"height":90,"sid":"Chitika Default"}; var placement_id = window.CHITIKA.units.length; window.CHITIKA.units.push(unit); document.write('<div id="chitikaAdBlock-' + placement_id + '"></div>'
© Copyright 2011-2015 3DSPlaza 6695 members (306 new today) Newest member: [url=/members/view_profile.php?user=OrangePython]OrangePython[/url]
Friends of xLorinX (6) show
xLorinX does not have a Nintendo 3DS / Nintendo 3DS friend code.
Comments
Log in to submit a comment
View the profile of:
New registered users today: 7
Newest registered user: ElegantVulpes
















I'm angry 😡 but I still love you â¤ï¸