Colours for visualizing, not my fault if you go blind. :B
(may 23, reworked link section. USE BBCODE INSTEAD OF FILTERED HTML )
Remember to put your CSS under the cut!
Set your Input Format to BBCode!
Write all CSS in one line!
You don't need to credit me for anything.
CSS Templates
The easiest way yo use these templates is to change #ffffff hex colours and replace background images.
Experiment with the colours to see what is what.
simplest and easiest to edit; lacking refinement
simple, easy to edit; slight transparency effects
refined, transparency effects, right-aligned sidebar; code for 'normal' sidebar in comments (page 2)
3 Versions. refined, heavy page altering, lots of transparency
This Blog
This blog is only useful to you when you have any
pre-knowledge of CSS!
Otherwise you will not gain much from it. This blog shows the "names" of different parts through different colours.
If you want to understand CSS, check out
* {CSS Basics} How Do I CSS?
BLOG CODE
Colours for Sidebar Links
OUTSIDE (RED & PINK)
body
(includes: #logo #header #header-region #center .sidebar .menu .item-list
anything pink and red here)
#logo
#header
#header-region
(includes: .menu)
#center
(includes .sidebar .menu .item-list)
.sidebar
(includes: .menu .item-list)
.menu
.item-list
INSIDE (BLUE)
#wrapper #container #center .right-corner .left-corner
(includes: .breadcrumb .node .submitted(blog only) #tabs-wrapper .picture .links
anything blue)
.breadcrumb
.node
.submitted
(in comments and blog)
#tabs-wrapper
.picture
.links
COMMENTS (GREEN)
#comments
(includes: .comment.odd, tr.odd tr.even, .comment.even)
(only visible when you have "background:none" on .comment.odd, tr.odd and tr.even, .comment.even )
.comment.odd, tr.odd
(darker comments)
tr.even, .comment.even
(lighter comments)
.new
(the "New" that appears by a new comment)
.comment div.links
("edit" and "reply" buttons, although I am not sure if it affects all links in comments)
CSS rule set
I am not a professional, so I can't guarantee accuracy. My english is not perfect either, but I hope this will help you understand CSS a little bit better.
Selectutorial
Very helpful site if you want to understand CSS better. I highly recommend looking through it sometime.
Build of a basic CSS code:
The
start tag and the
end tag define where your CSS code starts and where it ends.
The
Selector "selects" the element of the page that is affected by the rule set. If you want to define more than one Selector at once, you can seperate them with a comma.
example
body, .sidebar {color:#ffff00}
The
Declaration Block is the container for
Declarations. It stands between curly brackets.
The
Declarations tell the browser how to draw the selected element.
(Not pictured: A Declaration splits up into
Property and
Value. The Property is the aspect that you chose to style (like font, background), while the Value is the exact style for this Property (like font style, background color).)
Link colours
To change the colour of links in different parts, you have to add an
"a" at the end of your
Selector.
example
body a {color:#ff00ff}
If you want to change the link-color when you hover your mouse over it, you additionally have to add
:hover, which is a so-called
Pseudo-Class
example
body a:hover {color:#00ffff}
You can apply these
Pseudo-Classes not only to links, but pretty much any Selector.
Read more about it
here!
If you have any problems, questions, ideas or find any mistakes here, please let me know!
Enjoy. ♥
Ive read it, but i still dont
Well, the most simple way to
What exactly do you have problems with?
Okay so I put entered my
~ And it didn't do anything? What did I do wrong? ;-;
I can't remember if I
This really has helped me out a lot, even I still take it as a bunch of gobblety-gook, it kinda makes sense now..... I think.... Maybe...
Nevertheless, thank ye kindly :3 *bowbow*
Did you keep the ' '
Where did you put the code?
Did you just preview your blog or update it? Some parts are not visible in the preview.
GingerNut-- Once you understand the logic behind it it doesn't look that confusing anymore. Glad it's useful.
Oh no~ Nvm! I figured it out!
track gdfg
I've been informed that my
I don't know why...
I've kept everything the same except for changing the colors and the background.
I was wondering if you could take a look at my coding?
I'll make a new blog if you want to post it...
Does this problem still
Do you know of any way to
Quote:Do you know of any way
...Or make them disappear?
Continuing from before, it seems only Jin is having a problem with them.
They don't respond to her clicks or anything.
To make them
<style>ul li, ul.menu li, .item-list ul li, li.leaf{background:none;}</style>
Changing colour is a bit more complicated.
Save this and change its colour manually. Save and upload, add it in this code:
<style>ul li, ul.menu li, .item-list ul li, li.leaf{background:url('URL HERE') no-repeat scroll 1px 0.35em transparent}</style>
Thanks for asking this, I finally found something new too. :b
As for the problem with the tabs, I'm not sure why this is happening. :/
*tracks*
Wonderful. :'D Thank you!
Hm... you have any idea why
Sorry, I'm not really
Mwahaha rofl x'D I hate IE so
@Munkel: I didn't see what
Mick Kreiger: You Know You Love Me XOXO
Well I just looked at it in
Is there any way to remove
Ohhh, that's a favourite
<style>#comments{display:none}</style>
Oh! Thank you. I saw it
Hey there, Unplugged! I've
Is it possible to separate one blog into, say, four links without any other parts showing?
(ex.) Having a link to the basics of the bio- then having a link that takes you to the same blog but has, say, the friends ect?
I don't think that made sense. Vee had something like it in Virgil's bio- but she removed it.
I think this is what you
hey, how do i post a video in
YES! EXACTLY! Thank you!
Thank you! <333
Lolamad911-- I think you just
This is awesome!
Excuse me, Unplugged. Sorry
Trackage, just in case. Thank
Thank you for this post. <3
Rhyolite, I believe I have
Thank you Unplugged (: It did
Sorry for bothering you again haha
Oh, I think you'd have to ask
Haha, no problem. I'll be
(You don't need to apologize
What code do you use? You need to use the code they give you when you click "Get Code".
Ok, I ask that then all of a
The MySpace code is the right
Do you use the long code in the box?
Can you show me what your code is?
Is Input Format set to Filtered HTML or BBCode?
Yes, I use the long code and
And he only shows an url.
Are other Mixpods visible to you?
Yes, other MixPods are
:/ I am confused. Try
Can you give me a link to both, your playlist and the blog you tried to put it in?
Sorry for my horrible wording
Aha! SUCCESS! thank you!
Yes, just leave it. You can
First of all, thank you for
I'm going to impede on your generosity again. |D
Is there a way to either color the scrollbars of div layers or make them partially transparent?
So far I can only get the color change to work with certain browsers, but maybe you know of something I don't.
Nope, unfortunately colored
If you use divs, I know a way to completely hide scrollbars there, in case you're interested.
Link:
Is there a way to make some blogs invisible? I HATE taking up room on that page.
I know in order to do this I'll probably need to make a new one for the code, but when I do I want to hide that blog as well and bookmark it so I'll be able to delete it later when needed.
Ahh I've been using that
You don't actually need to create a new blog for this, just put the CSS code into the Summary-part of one of your blogs.
- Right click somewhere on the page and click "View Source Code".
- Crtl+F to search the title of the blog you want to hide.
- Check a little above that title, you should find following:
<div id="node-#####" class="node">
The ##### being a number.
- Copy the "node-#####" with your number.
Add following then to the summary of any of your blogs:
<style>#node-#####{display:none}</style>
Repeat.
Thank you so much for this
I'd also love to know how to hide scrollbars in divs! I'm really curious about it. It was frustrating to find out it'd only work in IE when I searched the internet, so if you have another way that would be cool..
Thank you! <333
Thank you guys for asking! It
There you go Seele! It's just sort of a... prototype as I haven't experimented much with it yet but it should work fine.
If you want to change the size you'll need to play with the widths. Just make sure the numbers in the first div are always bigger than those in the second div.