In the top right of every skin there is a NAVIGATION BUTTON. How do I change that button to be other then blue / grey etc..
The one here is bright yellow matching your skin.
I want mine to also reflect to my skin colors.
Thanks,
Nia
| Author | Comment | |||
|---|---|---|---|---|
Nia Time |
NAVIGATION BUTTON : Access menu navigation controls |
Lead | ||
|
In the top right of every skin there is a NAVIGATION BUTTON. How do I change that button to be other then blue / grey etc..
|
||||
|
|
||||
m0zaic |
#1 | |||
|
I don't think Alison will mind. This is how she did it on this skin.
/* ------------------ sliver -------------------- */
.mgr-navigation-sliver { background: #B8B2B9; } .mgr-navigation-content-hidden .mgr-right-col .mgr-sliver-open-button a { background-color: #786D7B; border: 1px solid #666;} body div#mgr-navigation-holder-top.mgr-navigation-content-hidden div.mgr-navigation-sliver-content p.mgr-sliver-open-button.mgr-highlight a:link, body div#mgr-navigation-holder-top.mgr-navigation-content-hidden div.mgr-navigation-sliver-content p.mgr-sliver-open-button.mgr-highlight a:visited { color: #333; background: no-repeat top right; background-image: url(http://images.yuku.com/image/gif/b44215d4a8726d301ee1626955a0a37ee96.gif); } |
||||
|
|
||||
Nia Time |
#2 | |||
|
wow lots of codes for just one button lol..
WHERE would I put that? At the bottom of the skin? |
||||
|
|
||||
m0zaic |
#3 | |||
|
Best place would be at the bottom of your advanced CSS.
The reason there is so much code is that the yuku CSS needs to be over-ridden. If you are a WYSIWYG editor user, that code will get fragmented and generally reordered. In other words, it could look quite different and be placed differently if you use the WYSIWYG editor. |
||||
|
|
||||
Nia Time |
#4 | |||
|
Thanks A lot
|
||||
|
|
||||
m0zaic |
#5 | |||
|
You're welcome.
|
||||
|
|
||||