is this active still?
nope!
- Celina
TVSTRANGERTHINGS
macklin celebrini has autism

Kiana Khansmith
I'd rather be in outer space 🛸
let's talk about Bridgerton tea, my ask is open
we're not kids anymore.
🪼
cherry valley forever
Claire Keane
sheepfilms
PUT YOUR BEARD IN MY MOUTH
Game of Thrones Daily
Aqua Utopia|海の底で記憶を紡ぐ
icyghini twinkie


PR's Tumblrdome

Jar Jar Binks Fan Club
official daine visual archive
Xuebing Du

Product Placement
seen from Türkiye

seen from Malaysia

seen from United States

seen from Austria

seen from United States

seen from Maldives
seen from Malaysia

seen from Malaysia

seen from Singapore

seen from Malaysia

seen from Canada
seen from Argentina
seen from Brazil

seen from Singapore

seen from United States

seen from United States
seen from United States

seen from United States
seen from United States
seen from United States
@html-network
is this active still?
nope!
- Celina

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
Who can I join your network?
This network is inactive. We are not looking for members!
- Celina
how do i change my posts in order to make them smaller and not cut off? whenever i change the width, the post is cut off, and it's far from pretty. much regard xx
find the #entry code and decrease the width number or you can try increasing your #center width number! :)
(message back not on anon if problem still occurs)
-- celina
Do you accept members to this network?
this network is dead
- celina
Hi! So, I was just wondering if there was a way to make my own music player. I am currently using the SCM music player and I like it ok I would just like to have a music player like the billy music player but I can't get it to work, even with MP3 files. Is there a way that I can make my own like the billy music player?
I never really use music players, so there isn’t much help from me lol.
But for billy music player, have you tried uploading your mp3 files to Dropbox? (watch this video for a tutorial)
- Celina

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
is it possible to change colors of images you put on your blog?
for b&w images you can use the following (put this all under .entry{):
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
-filter: grayscale(100%);
you can change the number 100 in the brackets to any number you want from 0-100 :)
-christie
HI so I didn't really know who to ask for this so I thought I'd ask you guys? So I made my theme using outlasting's base code and the posts are doing this thing (you can look at my blog to see it) where there's big gaps in between them? Idk that was a really sucky explanation but yeah. Is it just my computer? Or did I do something with the coding? Thanks a lot!
it looks fine to me, are you talking about the gaps between each post? or the white border around them? if you're talking about the white border, go to .entry{ and make the padding number smaller. if not, then it's probably just your computer, sorry!
-christie
where do you put a networks badge code?
anywhere you want, it can be in your description or networks tab if your theme has one :)
-christie
what do i do if my links are working???
LINK TEXT HERE
^this should work~
-Christie
for celina: can you make a tutorial to something similar to your updates box and stats box like when you hover over the link?
I can try my best, but it would have many flaws since we have different themes with different kind of coding. Also, you'd have to know a little bit about how to resize & change colours in the codes of HTML. Unfortunately, June is a pretty busy month for me because of exams and such (as said on my blog), so the tutorial won't be up until late June and maybe even into the summer. But I will promise to make a tutorial, or even if you want to message me privately and I can help you out :)
You can also check out more tutorials from me here, I don't have a lot though lolz.
- Celina

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
the sort by tutorial link wont work for me D:
It should work, when you click on it it is meant to appear over the "about us" column!
-Christie
what's the name of the font you guys use for this blog? (the font on the links/title)
it’s called flex display and you can find/download it here :)
-Julia
To Celina and Sarahi (and anyone else is they can help), how do you make the description different for the mobile users?
ok so basically: the text you enter in the normal description is going to be your mobile description. example:
the description under there is what’s going to show on the mobile tumblr app. so under that you can put whatever you want on mobile. however, if you don’t want the mobiile description to appear on your blog, just go to your html coding and search for {description}. replace this with whatever you want you want your description to be (on your web blog). then you’ll have 2 different descriptions!
- Sara (not sarahi lol)
To add on, I also made a tutorial for this awhile ago! :]
- Celina!
on my theme, there's no buttons at the top right to exit to dashboard. should there be? do i have to add the code in the html?
There should be?? If you're using a base code, the code is already there. The code for it is:
iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.05;-webkit-transition: all 0.8s ease-out;-moz- transition: all 0.8s ease-out;transition: all 0.8s ease-out;} iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
You put it under
And if you already see a similar code but it doesn't work then please come off anon for any further help because you may have accidentally did something to the code. I hope this helps even though it probably won't :)
-Ekhlas
can you do the triangle ask/description using a base code? because it’s not working out with me :( (it’s on my second blog)
What do you mean by using a base code? It should work with Celina’s method. Maybe you placed the codes in the wrong place? Message me personally if you still need help!
-Christie

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
this page is very well made
Thank you!
a description one :') *for celina*
well it’s actually not that difficult.
for the actual description, you do a normal box.
and then add a triangle with the code tobi posted earlier in the blog.
here is the code from my old theme; (it wasn’t the description though)
add this between
{description}
then add this before , i usually put it somewhere before .title{ though. ;
#msg{position:fixed !important;width:270px;height:50px;padding:5px;margin-top:330px;margin-left:20px;background:COLOR;border-radius:5px;border:1px solid white;opacity:0;-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;}
#sidebar:hover #msg{opacity:1;margin-left:30px;}
#triangle{position:absolute;width: 0px;height: 0px;margin-left:20px; /* move the triangle left/right by decreasing/increasing the number */margin-top:342px; /* move the triangle up/down by decreasing/increasing the number */border-top: 12px solid transparent;border-bottom: 12px solid transparent;border-right: 12px solid COLOR;opacity:0;-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;}
#sidebar:hover #triangle{opacity:1;}
add a colour where I wrote colour. if you use this code, please credit me because this is from one of my old themes. also, you can edit the width and height :)
- celina