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. ♥
Lung--
</div>
in this part:</table></div></center>
AngelWings-- Try one of these? I don't know which you want.
".body{background:#000000}"
"#wrapper #container #center .right-corner .left-corner{background:#000000}"
EternalQueen-- Do you still need help with this? I've been slacking off here, sorry.
:'3 Yes please. If you have
I think this is all you need
#squeeze h2{margin:auto}
No difference. :/
Can you help me with this
I can't make the right side be the color I want )= Please help if you have time =)
Thank you Kaoori for this drawing!Natali looks beautiful =D
Try "body{background:#000}"
Oh okay,thanks =)
Thank you Kaoori for this drawing!Natali looks beautiful =D
Hello Thank you for all the
I would like to ask for another rim, you do not know a code that hides a blog avatar?
.node
If you want to hide them in the comments too:
.comment .picture{display:none}
or
.comment .picture{visibility:hidden}
comment
Hi! 1) I just wanted to ask
1) I just wanted to ask you how I put: Recent posts, Current Map, Search in a box centered at the top of the blogg, like this:
http://endlessforest.org/community/djinn
2) And also how to take away the sidebar?
Thank you! <33
For the first one, they just
#2, .sidebar{display:none} or .sidebar{visibility:hidden}
Thank you! (:: What do you
What do you mean with Manually? (I'm a noob ;D)
You just make a link to the
Oh, I understand now :'D
Edit: Btw, do you know how to change the size of the comment box and how to put a border around it? Like this : http://endlessforest.org/community/bio-beautiful-white-albino-doe-3-ofline-music?page=11
I know its alot of ppls that have asked you this, but I still don't understand it.
<3
#comments{width:600px}.commen
^ this should do it
Yeaaa I workt ;D Thank you
Sorry for all my questions ;; I feel stupid.
How do I center the Headline and how do I change the color on it? <3
Hello again! XD I hope you
So well this is my testing blog.. What I'm running into seems to be browser-related. I work in google-chrome, but when re-checking my code in Firefox I noticed the tabs don't work quite the same. In Chrome, the scrollbars look fine. They start where they are supposed to, and they end where they are supposed to. But in Firefox, it looks like in each tab, the next div gets pushed down a little further, and the bottom arrow of the previous div's scrollbar is visible. And because it gets pushed down, the bottom line is hard to read.
I think it has to do with how both browsers deal with padding? In Chrome I made the size of the div that contains the tabs 450px, and all the tabs are 430. This way the padding doesn't exceed the borders. Though in firefox, it seems I need to make the big div 430 as well for the scrollbars not to flow into the next tab.
But.. I need like, a middle-way. XD How to get it to look okay in both browsers.. Maybe I am doing it wrong, or maybe I am missing someone. I realised in my old bio, the issue was the same but less prominent? I don't even know why.
Hmm could you give me your
http://textuploader.com/
Though I think it might be just a problem of spacing. Try putting more space between each tab-div, and make sure the a name="1" etc also all have the same amount of space between them and the div.
Oh. That was actually fairly
Bloop Blop. Just checking out
Siggy by Stalkerdino! Avatar by me! :3
http://www.endlessforest.org/
I am completely clueless as to how to fix the comments area and get the boxes centered properly.
Here's the code.
In the second "div
The comments look okay to me. Mind providing a screenshot of what's wrong?
How do you make all the
#comments{margin:auto} or .co
or
.comment{text-align:center}
not sure which one you mean?
Like in the Comments, I want
Mrph, I meant the "Add new
.links{text-align:right}
Generally the left-aligned glitch happens when you got one /div too much somewhere, but it's easier to use this css code to move it back to the right. (not necessarily prettier though)
Yep, that worked! Thank
Heh, yeah I figured that. But when it comes to CSS, I sorta prefer the easier methods. /lazy
This has helped me so
A few questions, on this blog, how would you center the .node, or put more space between the left side and the .node?
Also, on that same blog, how would you get the date/time posted above the blog and the comments to go back to the left?
For the centering: #wrapper
For the date/time, remove ".comment.odd,.comment.even{text-align:center}" from your css
Heys Unplugged c: You know
You know the three links at the bottom of the node, yes? Do you have any idea what "Insert name's blog", "Add New Comment" & "reads" 'names' are...? Cause I want to remove "Insert name's blog" from my blog, and I have no idea how to... Tried firebug, but really, I couldn't figure it out x'D
For the "name's blog",
Great, thanks! One more, is
One more, is there a way to add a glow around the .node?
.node,#comments{-moz-box-shad
the 0,0,0 are the RGB values (black, in this case). 0.8 is the transparency. You can also change the 15px which determines how "big" the glow is.
8D Ah thanks
Thank you! Okay, just three
1. How do you change the color of the links (such as a picto link) in the blog?
2. How do you resize the __'s blog, Add new comment, and reads?
3. How do you add space between comments?
Can I also have some help...?
This is a bit messed up. As you can see, I have a huge space from "css test" to the div, and honestly, I can't get rid of it. I also have troubles with the comments... Why won't it adjust to how much I write?
Lynetta-- 1) .node
1) .node a{color:#ffffff} is how to do it through CSS
2) .node .links{font-size:10px} (I assume you mean resizing the text)
3) .comment{margin-top:50px}
Ertale--
there's so much space because in your code you have also left a lot of space between the CSS code and the actual code of the blog.
as for the adjusting, try removing "height:700px".
Alright, thank you soo much
Hello~ These questions have
Thanks in advance!
#header-region{display:none}
.node .submitted{text-align:center}
.node .links{text-align:center}
These three should do it
You seem to know everything,
Hey unplugged, it´s been a
it´s been a while. Hope ya doing fine!
Today I wanted to redo my deer´s profile,
I already know the design but I have no
clue of coding. There are already a few basic
coding things done on my WISHery profile.
Maybe you´d be so kind and help me out?
*didnt want to spam this blog with my specifications*
You can e-mail me what you
Because right now it looks lovely and I don't know what you want to do, haha.
Alrighty, did that. Hope ya
Sorry goodvibration, I didn't
Hey Unplugged I was wondering
Sianna's tooltip CSS blog can
*bows at feet* Oh how smart