Home | Profile | My Blog
PolyRaptor/Byte🛸👾

Last Login:
February 6th, 2024



Gender: Male
Age: 18
Sign: Leo
Country: Spain

Signup Date:
December 17, 2020

Subscriptions:

04/06/2021 03:29 PM 

Omori layout!


I made this OMORI layout!

Code:
<style type=text/css>
.pimp_my_profile { Made by Polydino }
  table, tr, td {
  background-color:transparent;
 }

  table, tr, td {
  background-color:transparent;
 border:none;
 border-width:0px;
 }

  table table table {
  width:100%; max-width: 600px; } table table table table { width:100%;;
 }

  body, .bodyContent  {
  background-color:8822FF;
 background-image:url(https://ct.pimp-my-profile.com/i68/2/4/6/pmp_aa57322256d94bcd5c23525e74c23b50.gif);
 background-position:Center Center;
 background-attachment:fixed;
 background-repeat:repeat;
 border-width:0px;
 border-style:Solid;
 }

  table table {
  border:0px;
 }

  table table table table {
  border:0px;
 background-image:none;
 background-color:transparent;
 }

  table table table {
  border-style:Double;
 border-width:6px;
 border-color:ffffff;
 background-image:url(https://ct.pimp-my-profile.com/i58/2/4/6/pmp_075e7ab39d3df1926ae2abb3f951da05.gif);
 background-attachment:scroll;
 }

  table, tr, td, li, p, div,.text,.redtext, .blacktext12  {
  color:ffffff;
 font-size:10pt;
 font-family:Mv Boli;
 }

   .whitetext12, .orangetext15 {
  color:ffffff;
 font-size:12pt;
 font-family:Mv Boli;
 font-weight:bold;
 text-decoration:underline;
 }

   .lightbluetext8, .blacktext10, .redbtext,.btext  {
  color:ffffff;
 font-size:12pt;
 font-family:Mv Boli;
 }

   .nametext {
  color:ffffff;
 }

  a:active, a:visited, a:link, a.searchlinksmall:active, a.searchlinksmall:visited, a.searchlinksmall:link, a.navbar:active, a.navbar:visited, a.navbar:link, a.redlink:active, a.redlink:visited, a.redlink:link  {
  color:8822FF;
 font-size:10pt;
 font-family:Mv Boli;
 text-decoration:underline;
 }

  a:hover, a.searchlinksmall:hover, a.navbar:hover, a.redlink:hover  {
  color:22FFFF;
 font-size:10pt;
 font-family:Mv Boli;
 text-decoration:underline;
 }

  table table table td {
  vertical-align:top !important;}span.blacktext12 {visibility:visible !important;background-color:transparent;background-image:url(https://i.imgur.com/0aFxDQv.gif);background-repeat:no-repeat;background-position:center center;font-size:12px; letter-spacing:-0.5px;;
 width:437px;
 height:75px; display:block !important; }span.blacktext12 img {display:none;;
 }

 </style> <p align=center>

<style type="text/css">* {cursor: url(https://i.imgur.com/XqHtjbg.png), auto !important;}</style>

<style type="text/css">.contactTable {width:308px!important; height:40px!important; padding:0px!important; background-image:url("https://i.imgur.com/y4Fil7v.gif "); background-attachment:scroll; background-position:center center; background-repeat:no-repeat; background-color:transparent;}.contactTable table, table.contactTable td {padding:0px !important; border:0px; background-color:transparent; background-image:none;}.contactTable a img {visibility:hidden; border:0px!important;}.contactTable a {display:block; height:28px; width:115px;}.contactTable .text {font-size:1px!important;}.contactTable .text, .contactTable a, .contactTable img {filter:none!important;}</style>

Additional code:
Paste this in headline if you want the scrolling quote. ("oyasumi... oyasumi... close your eyes and you'll leave this dream..."):
<a href="https://youtu.be/rM9V99VlgrI" target"_blank"><marquee behavior="scroll" direction="left">Oyasumi...oyasumi...close your eyes and you'll leave this dream...</marquee></a>

Paste this in about me if you want the gif:
<center><a href="https://www.friendproject.net/chargergreenscreen"><img src= "https://media.tenor.com/images/bcea1c45b67b52b3f1f7bb1df7897a72/tenor.gif" width= "348" height= "261"></img></a></center>

03/17/2021 01:03 PM 

Pop-up layout pic tutorial




Hewo hoomans! Today I'm teaching y'all how to make these "pop-up" images I have on my profile :D

All you need is this code! I'll explain where to put everything just in a moment


<img src="(insert image link here)" style="position:absolute;top:(insert coordinate)px;left:(insert coordinate)px;" width="(insert image width)" height="(insert image height)" border=0 alt="(a word)">

So, let's get started!

1.Image link: Search some picture you like and copy its link. If the picture you want to use in on your pc and not on the internet upload the picture to a webpage and copy the link (I recommend using imgur).
The code would look like this:

<img src="https://i.imgur.com/kEYLjNr.gif" style="position:absolute;top:(insert coordinate)px;left:(insert coordinate)px;" width="(insert image width)" height="(insert image height)" border=0 alt="(a word)">

2.Coordinates: This one is a bit tricky.
Next to top: write a number according how far from the top you want your image to be (For example, if you want it near to the top write something like 1px and if you want it far write 800px). Don't forget to write "px" after the number.
Next to left: The same as with top, but this time the position will change according to the left (For example, if you want the image to be near the left write 1px and if you want it far write 800px).
The code looks like this now:

<img src="https://i.imgur.com/kEYLjNr.gif" style="position:absolute;top:10px;left:20px;" width="(insert image width)" height="(insert image height)" border=0 alt="(a word)">

3.Width and height: For this you will need to know the dimensions of the picture you are using, you can look at them by downloading the picture(in case you don't have it on your computer already), pressing right click on the file, clicking properties and clicking the details tab. Then write the width and height on the picture on the code. In case that it is too big, you can make the picture smaller by dividing the dimension by some number (for example, if you divide the dimension by 2, the will one half smaller than before).
The code now looks like this:

<img src="https://i.imgur.com/kEYLjNr.gif" style="position:absolute;top:10px;left:20px;" width="220" height="165" border=0 alt="(a word)">

4. Key word: This step isn't really necessary, but I really recommend to do it. Just insert a key word for your picture there. This is really useful in case your layout has lots of this images. You can press Ctrl+F to make a search bar appear when you are editing your layout to find a specific image code easier.
The final code looks like this:

<img src="https://i.imgur.com/kEYLjNr.gif" style="position:absolute;top:10px;left:20px;" width="220" height="165" border=0 alt="cute picture">

The last step is to copy the code and paste it somewhere on your profile!

03/15/2021 03:24 PM 

Background music / embed youtube video tutorial

In this tutorial I'm gonna show you how to insert a youtube video/music in your profile!

Step 1:
First search on youtube the video/music you want to insert, then click share and select insert.


Then just copy the part marked in this picture:


Step 2:
Insert in this code the part you copied before:

<object width="300" height="150" type="text/html" allowscriptaccess="always" allowfullscreen="true" data="(insert here the copied part)?&autoplay=1" allow="autoplay;"></object>

Step 3:
Time to adapt the code to your preferences!
In this picture I will add what each part does so you can change it however you like.

12/24/2020 01:44 PM 

How to erase the pimp-my-profile watermark.


I'm gonna teach you how to erase that annoying watermark from the pimp-my-profile profile editor
Just after you've finished your profile you copy the code and delete the part that right after "".

 

And it is as easy as that!

 

View All Posts



Mobile | Terms Of Use | Privacy | Cookies | Copyright | FAQ | Support

© 2024. FriendProject.net All Rights Reserved.