div.smalltext help |
div.smalltext help |
Sep 23 2005, 11:30 PM
Post
#1
|
|
|
chill ![]() ![]() ![]() ![]() Group: Member Posts: 113 Joined: Apr 2005 Member No: 124,700 |
http://www.xanga.com/albinotech
my smalltext code is: div.smalltext{ color: #CCCCCC; width: WIDTHpx; padding: 0px; text-align: right; font-family: arial; font-size: 9pt; letter-spacing : -1px; font-weight: bold; } everything works except the color. also my chatterbox fonts aren't matching up with my site's, anyway to change it through scripting? |
|
|
|
![]() |
Sep 23 2005, 11:32 PM
Post
#2
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 |
meh, try editing it to font-color: #CCCCCC;
or.. something. not sure about your chatterbox because i don't use flooble, but i'm pretty sure cbox has an option for you to edit the colors including scrollbar. |
|
|
|
Sep 23 2005, 11:56 PM
Post
#3
|
|
|
chill ![]() ![]() ![]() ![]() Group: Member Posts: 113 Joined: Apr 2005 Member No: 124,700 |
yeah, i tried that too, didn't work =\ it's like that on some other certain sections i try it on as well
also, anyone know of a way to get rid of just the 'albinotech: reviews - events - subscribe!' part? |
|
|
|
Sep 24 2005, 12:05 AM
Post
#4
|
|
![]() Amberific. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 12,913 Joined: Jul 2004 Member No: 29,772 |
^ To get rid of that navigation add the following to your stylesheet:
CODE table.navigation{ display:none; } And, if you're using the code you posted for your comments, your code may not be working because xanga no longer uses the div.smalltext for it. I'm trying to search for that post a member made a while back. Found it: http://www.createblog.com/forums/index.php...topic=50243&hl= |
|
|
|
Sep 24 2005, 12:17 AM
Post
#5
|
|
|
chill ![]() ![]() ![]() ![]() Group: Member Posts: 113 Joined: Apr 2005 Member No: 124,700 |
div.smalltext still works for me and i use it to affect my 'xanga - username - sign in' as well.
and that gets rid of all the navagation links, i just wanted to get rid of those first four links. |
|
|
|
Sep 24 2005, 12:35 AM
Post
#6
|
|
![]() Amberific. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 12,913 Joined: Jul 2004 Member No: 29,772 |
It doens't selectively hide elements of the navigation. You can always just add the links you want in your header.
|
|
|
|
Sep 24 2005, 01:36 AM
Post
#7
|
|
|
chill ![]() ![]() ![]() ![]() Group: Member Posts: 113 Joined: Apr 2005 Member No: 124,700 |
the only reason i want them is because they're dynamic, one link for signing out if you're signed in (vice versa), and a way to track back to the homepage of whatever account you're signed into.
i just assumed because div.smalltext only affected one side of the table.navagation, there'd be a way to edit the other side. |
|
|
|
![]() ![]() |