CSS names, just two |
![]() ![]() |
CSS names, just two |
Sep 13 2006, 09:25 PM
Post
#1
|
|
![]() I listen to bands that don't even exist yet... ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 330 Joined: Sep 2005 Member No: 249,189 |
what's the css name for the blog text? I seem to have forgotton it and can't pict it up from reading other layout codes.
and I want to know the CSS name for the border of "private module" or whatever. the one that says: New Weblog Entry, Public Preview, etc.... |
|
|
|
| *Azarel* |
Sep 13 2006, 09:32 PM
Post
#2
|
|
Guest |
.blogbody, I think.. o_o
And I don't know the CSS title for the border, but you can change it on your CLAF. |
|
|
|
Sep 13 2006, 09:34 PM
Post
#3
|
|
![]() I listen to bands that don't even exist yet... ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 330 Joined: Sep 2005 Member No: 249,189 |
I'm writing a layout. Doing it in claf won't help me
|
|
|
|
Sep 13 2006, 09:50 PM
Post
#4
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 122 Joined: Feb 2005 Member No: 106,057 |
you ought to learn how to use the DOM explorer.
anyway, load up xanga private to understand what's what. the class of the whole "pirvate module" (which is a <table>) is "announcements." the top row of cells are all <th> rather than <td> so you can do something like "table.announcements th {}" to customize those. the second row is just a huge spanned <td> cell, which you can customize with "table.announcements td {}." |
|
|
|
Sep 14 2006, 12:34 PM
Post
#5
|
|
![]() I listen to bands that don't even exist yet... ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 330 Joined: Sep 2005 Member No: 249,189 |
I don't really understand what you said but
table.announcements th {} and td dn't seem to work what do I put in the brackets? color: #FFFFFF? |
|
|
|
Sep 14 2006, 03:55 PM
Post
#6
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 122 Joined: Feb 2005 Member No: 106,057 |
whatever CSS you want. If you want a border, just lookup the css for a border and put it into the brackets. It should be something like border: 1px solid #000000 Note that the "css name" refers to the actual "private module" itself, not the border.
|
|
|
|
Sep 14 2006, 07:50 PM
Post
#7
|
|
![]() I listen to bands that don't even exist yet... ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 330 Joined: Sep 2005 Member No: 249,189 |
ok your really not helping me.
This is what I have for the annocement box CODE table.announcements td, table.announcements th {display: none; color: #FFFFFF; border: 0px solid} why is it not working? I also can't change the font color for the blog CODE .blogbody {
/* this edits the other the place where the blog is */ background-color: transparent; family-font: Wingdings; color: #FFFFFF; font-color: #FFFFFF; BORDER: 0px solid;} |
|
|
|
| *digital.fragrance* |
Sep 14 2006, 07:53 PM
Post
#8
|
|
Guest |
Okay for a border:
CODE table.announcements td, table.announcements th {display: none; color: #FFFFFF; border: 1px solid #000000;} for text color: CODE .blogbody { /* this edits the other the place where the blog is */ background-color: transparent; family-font: Wingdings; color: #FFFFFF; BORDER: 0px solid;} The "color" should edit the font color. |
|
|
|
Sep 14 2006, 09:21 PM
Post
#9
|
|
![]() I listen to bands that don't even exist yet... ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 330 Joined: Sep 2005 Member No: 249,189 |
|
|
|
|
| *Azarel* |
Sep 14 2006, 09:59 PM
Post
#10
|
|
Guest |
To change the font, you should have "font-family" instead of "family-font."
|
|
|
|
Sep 14 2006, 10:14 PM
Post
#11
|
|
![]() I listen to bands that don't even exist yet... ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 330 Joined: Sep 2005 Member No: 249,189 |
ok
the font color thing isn't working for me. What's going on |
|
|
|
| *Azarel* |
Sep 14 2006, 11:47 PM
Post
#12
|
|
Guest |
Do you have anything put in the CLAF color field? It might be overriding your CSS. I can't think of any other reason that it wouldn't work.
|
|
|
|
Sep 15 2006, 01:33 AM
Post
#13
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Posts: 8,274 Joined: Mar 2004 Member No: 8,001 |
You try putting css at different location.
Yes, it does matter where you put it. |
|
|
|
Sep 15 2006, 12:17 PM
Post
#14
|
|
![]() I listen to bands that don't even exist yet... ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 330 Joined: Sep 2005 Member No: 249,189 |
I have blue in the Claf field. All my code is in Custom Header space. but that shouldn't be affecting it. I moved all my CSS to website stats. and nothing changed
|
|
|
|
Sep 15 2006, 12:31 PM
Post
#15
|
|
![]() I listen to bands that don't even exist yet... ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 330 Joined: Sep 2005 Member No: 249,189 |
never mind, I fixed it myself.
|
|
|
|
Sep 15 2006, 04:02 PM
Post
#16
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 7,025 Joined: Feb 2004 Member No: 4,051 |
Alright, problem solved topic closed. PM me if you want it re-opened.
|
|
|
|
![]() ![]() |