View Full Version : Has Anyone...
mrs brightside
July 16th, 2008, 07:10 PM
Figured out how to customize the new ugly MySpace navbar completely?
I can't figure out how to change the drop down menu background color (the white) and the blue text color on the drop down (Compose, Friend Requests, etc.)...
http://img139.imageshack.us/img139/777/64668376st6.jpg
What I have figured out to customize..
http://img529.imageshack.us/img529/6692/customizens5.jpg
<style>div td {background-color:000000;}</style>- Changes the color of the navbar background. (#1 - The Dark Purple)
<style>ul li a.open small {color:ffffff!important;}</style>- Changes the color of the text on the navbar. (#2 - White Text)
<style>ul li a:hover, ul li a.open:hover, ul li a:hover {background-color:C0287B!important; color:ffffff!important;}</style>- Changes the color of the background on the hover & the color of the text on the hover. (#3 - The Light Purple Hover Background & the white text)
erkstuh
July 16th, 2008, 07:12 PM
How did you customize the top bar as far as you got? :offtopic:
ditsynerd
July 16th, 2008, 07:14 PM
Isn't it transparent ?
mrs brightside
July 16th, 2008, 07:17 PM
Isn't it transparent ?
The navbar is transparent on regular layouts but not on the defaults.
erkstuh
July 16th, 2008, 07:20 PM
I have only been able to customize it on tabled layouts, is that a default or tabled layout that your workin on?
Andrew2
July 16th, 2008, 07:24 PM
Same Tonya, I haven't seen a single profile with a customised hover part, Just the base where the navigation is.. :-/ I really don't think it's customizable.
mrs brightside
July 16th, 2008, 07:33 PM
I have only been able to customize it on tabled layouts, is that a default or tabled layout that your workin on?
Just a default one.
& I added the code I have so far on the first post if anyone needs that. :]
erkstuh
July 16th, 2008, 07:43 PM
Thanks! :]
stoplightt
July 16th, 2008, 07:59 PM
Same Tonya, I haven't seen a single profile with a customised hover part, Just the base where the navigation is.. :-/ I really don't think it's customizable.
ya, because if you look in the style sheet, at the very end of it; there are codes to keep it from hiding!
http://x.myspacecdn.com/modules/common/static/css/header/profileheader003.css
/*AVOID HIDING*/
#header *{visibility:visible !important;}
#header input{display:inline !important;}
#header table{width:100% !important;}
#header table table{width:1px !important;}
#header table div{display:block !important;}
#header table div#srchMenuList{display:none !important;}
#header table div#srchMenuList.open{display:block !important;}
**edit!!** i really think its the #header *{visibility:visible !important;}
because if you please this code on your page, it will hide everything, the tables, ad, copyright! everything,
<style>
* {display:none;}
</style>
so ya!
falsetigerlimbs
July 19th, 2008, 03:52 PM
Ok, I've been able to do this so far:
http://img410.imageshack.us/img410/1493/rawr2me6.gif
using this code:
body div div table td{background-color:E6F8B4;color:000000!important; }
div li{background-color:E6F8B4!important; color:000000!important; }
div li a:hover{background-color:F9F2B3!important; color:000000!important;}
div li a {color:000000!important;}
Some of the importants probably aren't necessary but I put them there just in case lol.
I think the only thing is that it changes the color of everything... I wonder if you can make it so the drop-down part is a different color from the actual nav bar. and I'm working right now to see if I can change that navy blue text... isn't looking good but you never know lol
Ok I'm giving up on it for a little bit.. maybe someone else can mess with it haha. It's a start I think, maybe? It's something at least. I might mess with it some more later.
capricieux
July 19th, 2008, 04:19 PM
Are you talking about the background color of the drop down menu links or the background color of the drop down menu links when you hover on them? The only one I know how to do is the latter.
stephysan
July 19th, 2008, 06:23 PM
kirstyssss awesomeeee ;DD
vBulletin® v3.7.1, Copyright ©2000-2009, Jelsoft Enterprises Ltd.