
PR's Tumblrdome
No title available
Color Me Curious
hello vonnie
No title available
Claire Keane
untitled
The Bowery Presents
EXPECTATIONS
Sade Olutola
ojovivo
macklin celebrini has autism
No title available

bliss lane
Show & Tell

shark vs the universe
Monterey Bay Aquarium
YOU ARE THE REASON

❣ Chile in a Photography ❣
Cosimo Galluzzi
seen from Russia
seen from United States
seen from Türkiye
seen from Nigeria

seen from South Korea

seen from Germany

seen from India
seen from Malaysia

seen from United Kingdom
seen from Dominican Republic
seen from Myanmar (Burma)

seen from United States
seen from Nicaragua

seen from United Kingdom

seen from United Kingdom

seen from United States
seen from United States
seen from Indonesia
seen from Spain
seen from United States
@cocoppadarkita
transmigration -sweet pool remix- // (scans)
visual representation of playing cocoppa in 2017
-W-wait! I'm still changing!! +I was aware of that 🌚
-Lemme get uhhh, 🅱oneless 🅱izza?
-Drawing lewd sh*t again, onii-chan?~ -The loli asked him
Okay but who told the designers that flamingos in high heels was a good idea?
Rabbit, albinism, and fancy shows
#CoupleGoals ❤️❤️❤️
-I feel like someone were watching me… I must be imaginating stuff… + >///< *bless*
Pride month show ~ ♥
MENSAJE DE HIATUS/HIATUS MESSAGE
si alguno de mis seguidores es mi amigo o es capaz, podrian poner un mensaje en mi tablero, diciendo que estare en hiatus hasta que tenga un telefono nuevo por favor? T_T
si no son mis amigos, mi cuenta es: Darkita⋆Demeow
me cambiaron el telefono, y desde entonces no funcionaba bien, ahora tengo uno que no tiene casi nada de espacio, por eso no he entrado a ccp por mas de un mes creo, ay ;n;
lo pido en español e ingles ya que tengo amigos que hablan estos (?
****
if any of my followers here is my friend or is able, can you please post a message in my board saying that I’ll be on hiatus until I get a new cellphone?
If you aren’t my friend, my account is; Darkita⋆Demeow
my cellphone was changed by a new one, but it didn’t work properly. Now I have one that doesn’t have enough memory, so I wasn’t able to enter to ccp for a month or more, ouch ;n;
I’m asking this in both english and spanish because I have friends that speak both (?
someone with 200,000 charm, catching the last boss with a gold glove during 2x peak time would receive 12,000,000 points. a tank.
#ok but we haven’t considered: someone with 200k charm using a 2.5x peak time whistle AND getting the last chara with a 2x combo
oop the 12mil count actually includes the 2x combo, I just forgot to list it. essentially, if almost everything goes right with this hypothetical charm homunculus, they would be unstoppable
transparent sprites, models, and backgrounds from this last event! i use ccpp assets for my themes and phone backgrounds so i’ll post these in case others want them.
Seguir leyendo
HTML coding for CCP!
Not sure if anyone has done this yet, but I’ve compiled a list of codes that will work in CCP profiles for anyone who’s curious and wants to use them. (:
For the following html codes, be sure to remove the brackets ( ) when using the codes!
Moving text:
<marquee behavior=“(insert behavior here)” direction=“(insert direction here)”>text goes here</marquee>
For behavior, you can use: slide, scroll, or alternate. For direction, you can use: up, down, left, or right.
GIFs / Images:
<img src=“(link goes here)” width=“400”>
You can alter the width to whichever size you prefer. (: Links must end in .gif / . png / .jpg
Font Color:
<font color=“(color code here)”>text goes here</font>
You can use a color picker online to get the color code. I like to use: http://htmlcolorcodes.com/color-picker/
Audio:
<audio src=“(audio file here)” controls></audio>
To get the audio file, I went through these steps: 1. Get a youtube link to the audio you want. 2. Convert the link to a .mp3 file (You can search for a YouTube to mp3 converter) 3. Download the file and go to www.kiwi6.com to upload the file. 4. Once the file is done uploading, get the direct hot link code and insert it in the html coding above. (:
Videos:
<video id=“sampleMovie” src=“(link goes here)” controls></video>
Make sure the link ends in .mp4
Adding links:
<a href=“(link goes here)”>text goes here</a>