just a pro-themer tip: donāt use element idās or classes likeĀ ā.eventsā orĀ ā#eventā bcs tumblr wonāt let you upload/update your external CSS into the theme-related files. maybe for security reasons, i bet.
seen from Türkiye
seen from United States

seen from United States

seen from Germany
seen from Japan
seen from United States

seen from France
seen from China
seen from United States
seen from Thailand
seen from Oman

seen from Belgium

seen from United States

seen from United States

seen from United Kingdom
seen from United States
seen from United States

seen from Germany
seen from Canada

seen from United States
just a pro-themer tip: donāt use element idās or classes likeĀ ā.eventsā orĀ ā#eventā bcs tumblr wonāt let you upload/update your external CSS into the theme-related files. maybe for security reasons, i bet.

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
How to host a external CSS file on DropBox
Things you need:
a theme done
a DropBox account
First thing you need to do is save your css file in a notepad called name.css the css part is very very very important. You can either delete the <style> tags or leave it like that, it will not make any difference.
Now, go to dropbox and click upload > files. Select the new css file you just saved and wait for it to load. You can either save in your dropbox home or create a folder, each theme/project you do can be organized in folders too.
This is how the file is on your dropbox page
Click on share and after, click on create a link.
Lastly click on copy a link. This is important to make sure everyone with this link can see the file. Now, the code you copied, paste it on a notepad, it should be a code like this:
https://www.dropbox.com/s/rn2vkymsmoq9fhr/blcodes.css?dl=0
is important to edit this link like this, delete the final part from ?dl=0 and replace the www. to dl.Ā Now th code will be like this:
https://dl.dropbox.com/s/rn2vkymsmoq9fhr/blcodes.css
Now itās time to apply this external css file to your html blog, that has no css. In your customize page, search for <head> and bellow paste:
<link href='DROPBOX LINK' rel='stylesheet'/>
replace the dropbox link part with your css link and save it. Wait a few seconds and see if the file is working.
How to edit this file and not need to replace the link every time?
Whenever you create a name.css file and upload to your dropbox page, it will replace the current file on the folder. That is, whenever you need to edit something on your code you donāt have to make a new link and edit the link on the head tag.Ā
The only thing iāve noticed is, you have to click share and create a link again, wait a few seconds and refresh the page.Ā
But why have a external css if I can go to the customize and edit there?
You know, for the past years I have a lot of problems with tumblr, it canāt let me edit my codes, sometimes, it canāt let me even post or reblog sometimes. And Iām that kind of person who see something and donāt like in her theme, and want to edit/change asap. That is, if something super ugly appear in front of me and tumblr wonāt let me change it, Iāll have to way until next day. Thatās why I was eager in find how to make this, since Iāve tried many things that didnāt work. This is useful for people like me who is having a hard time with tumblr.