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. ♥
I think the name of my blog
How weird...
Thank you for the help.
You never know, it could have
Either way, glad to see that you've got it working, and no problem with the help. Though I know little of CSS, I've got my own coding background and I enjoy trying to help solve a coding problem regardless of the language.
(No subject)
Laaate track, for exactly the
Is there a code that allows
I've tried to find a code for
So no, sorry, nothing that I know of. :x
The pain is so very worth it
Thank you so much!
Hey Unplugged, sorry to
But is the a code that puts the comments into the text box where all your writing is?
If that makes sense..?
So the comments are in a text box?
I'm not sure if that's
#comments{height:550px; overflow:auto}
I'm really interested in
But I have no idea how to make it work, especially if I want it for Ravyn's voice text.
"I'm also glowing but more blurry" is what I'm leaning towards...
Thank you for all of the help you've given to the community and I. <3
Oh, all that nifty CSS3
Only few browsers actually support it yet, so it will only be visible to a few people.
When writing, you would have to use following code that is given on the website then:
<font style="color:#000000;text-shadow: 0px 0px 3px #000000;font-size:16px;">Good evening.</font>
Good evening.
The "color:#000000" being your font colour, the other one being the colour of the glow.
I beliiieeevee that in "0px 0px 3px" the first 0px is how far away from the text the glow is, x-coordinate, the second "0px" how far away from the text y-coordinate, and the last one "3px" the blurriness of it.
(No subject)
Thank you very much.
Since I've been asked several
Remove user picture in Blog only:
.node .picture{display:none}
Remove user pictures in comments only:
#comments .picture{display:none}
Remove date-time-user in Blog only:
.node .submitted{visibility:hidden}
Remove date-time-user in comments only:
#comments .submitted{visibility:hidden}
Thanks!
Thanks x 2! 8D
Do you know how to make links
Never seen that. Do you have
The code for transparency is this:
a{filter:alpha(opacity=15);-moz-opacity:0.15;opacity:0.15}a:hover{filter:alpha(opacity=30);-moz-opacity:0.30;opacity:0.30}
/meep/ =X no I dont I saw it
You just put it between the
<style>
and</style>
tags as you would with other CSS.Oh! =X How silly of me! Thank
Hm, btw... Please don't laugh
Is there like any way to put the whole site in a box?
I mean... I have a screen that's 1024 x 768, so my page looks alot wider for someone with bigger screen. (Unless they ofcourse don't have the internet window maximized, right?)
Can I make everything appear as it would be on a normal 1024 x 768 screen? Leaving a blank space to the very right if the window is maximized on a bigger screen?
/I have really no idea o: Maybe this is just about browser settings? XD Anyway.
Well uh.. you could define
body{width:600px}
for example.It doesn't look really nice though, I wouldn't recommend it.
Okay. Thanks, I'll try it out
#comments
Does it only not work in her
Alternatively you could try #comments .picture{visibility:hidden}.
It doesn't seem to be working
Do you also see the comment
Yes.
I don't though, if that
Mick Kreiger: You Know You Love Me XOXO
...Alright, I'm stuck now. So
You use Firefox? Do you use the latest version?
(I have to go offline soon-ish so sorry I can't help immediately)
[e]: That does help a bit.
If it doesn't work for someone else too, it'd be very helpful to know.
Yes, firefox. The latest
So I guess it is.
Alright. Sorry I've been
I'm clueless atm. I'll ask some others about how the code works for them for now.
I'm not seeing the comment
This is probably going to
I've been trying to work with CSS for blogs, but nothing will work. I just see the coding as if it was written in text (and yes, I do have < style > tags and all that, I'm pretty good with CSS otherwise). But I'm the kind of person who doesn't want to press "submit" until everything looks okay, so I was wondering if this might be the problem? :s
It works to some extent. But
Also you're making sure your
Ugh. Stupid blog system is stupid. I can't believe that's even possible. I feel like I'm a part of an Alpha or something.
I was asking if you were making sure to put your (style) code in one unbroken line, Eslie.
Edit: Thanks to Hraeth for suggesting the idea of using a (/style) tag to fix the broken comment. That was getting aggrivating.
do you know of any sites that
I used to know lots of
Naked and Angry, Zebbie recommended me this. Simply tick all the boxes and click on "List 'em". Lots of fun patterns.
Damask Wallpaper Patterns if you're going for a kinda vintage-y look.
Vintage Wallpapers. Unfortunately not all of them are tiled.
PatternCooler, Terabetha once mentioned this. You can pick a pattern and then edit the colours to your liking. Really lovely.
Patterriffic Lovely, lovely stuff. :D
You can also just google "free patterns", browse pages like deviantart and search in pretty much every other picture-oriented community.
This has helped me a great
*a bow of gratitude*
Yet I have a question.. perhaps even two..
First, what are the codes for all the green text/lines/asterisk? They need a color change..
Second.. hmm.. Is there a way to make pictures in avatars and signatures almost transparent? So they would become 'solid' again, when the mouse hovers above them.
Is it possible to remove only
Uitleger-- I'll look into it
a{color:#ffffff}a:hover{#000000}
in theory, but I haven't checked.[e]: Oh yeah, sorry, forgot about the transparency thing.
.picture{filter:alpha(opacity=15);-moz-opacity:0.15;opacity:0.15}.picture:hover{filter:alpha(opacity=30);-moz-opacity:0.30;opacity:0.30}
First one is normal, second when hovered.
[e2]: Asterisk:
span.form-required{color:#00ffff}
Green line:
fieldset{border-color:#ffff00}
Tally-- I've posted it somewhere before, here you go:
CODE FOR REMOVING SIGNATURES ONLY
.content .clear-block{display:none}
It worked just fine, except
Is it possible for the
Edit: Nevermind, someone
Thank you.. -v-
300 >3