Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Tumblr help :L
#1
[COLOR="Orange"][SIZE="2"]Hey, idk if anybody's familiar with html customization, and I remember asking a year+ ago, but never got anywhere with it.

I'm trying to edit my Tumblr so that the 'box' behind my posts, and my sidebar is a bit transparent (maybe 80% opacity), so that my background can be seen behind it..

Here's a picture of what I want to be transparent:

[Image: 4OuTJsW.png]


And here's the code:

[HTML] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR - Pastebin.com


Any help is appreciated.[/SIZE][/COLOR]
#2
can you use css?
#3
[COLOR="Orange"][SIZE="2"]
Mircast Wrote:can you use css?
[MENTION=231]Mircast[/MENTION], there's an "add custom css" option:

[Image: cee82dd41e2c23c684fb8f7acdaee693.png][/SIZE][/COLOR]
#4
klk Wrote:[COLOR="Orange"][SIZE="2"]

[MENTION=231]Mircast[/MENTION], there's an "add custom css" option:

[Image: cee82dd41e2c23c684fb8f7acdaee693.png][/SIZE][/COLOR]

im not an expert, but you have to find the div tag for what you want to be transparent first

and inside of that tag, you can add inline css or the class/id for internal css
the property you use for transparency is

opacity:

the html would be something like
Code:
<div class=[color=Red]"main content"[/color]>


</div>

Internal/external css
Code:
[color=red].main content [/color]
{
[color=PaleGreen]opacity:0.4[/color];
}

there's internal css already in the html code, it starts at line 45 and you can put your declaration here if there is no external css file (as long as its b4 line 74, that's when it closes)

if that's too complicated for you, inline css would work too, you just add a style atribute to the div tag

Inline css
Code:
<div [color=Red]class="main content"[/color] [color=PaleGreen]style="opacity:0.4;[/color]">


</div>

it's just a matter of finding the tag for the box you want..... i'd play around with changing some stuff to pinpoint it


Possibly Related Threads…
Thread Author Replies Views Last Post
  trippy tumblr banner Rs Himself 2 439 04-02-2014, 03:14 PM
Last Post: Rs Himself

Forum Jump:


Users browsing this thread: 1 Guest(s)