color of pic menu
Posted: 20 Jul 2008, 12:00
hi,
where i can change the color of the font in the picmenu?
in the imagevue.css its not possible, a change of the body color do nothing.
this is my current testcss:
body {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
<b>color: #9bb0db;</b> <- this change do nothing
}
a:link {
color: #fff; <-- this too
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
text-decoration: underline;
color: #fff; <-- this too
}
.mm1{color: #fff;
}
.mm1_title{color: #fff;
}
.mm1_amount{color: #fff;
}
.mm1_description{color: #fff;
}
.mainmenu {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color: #fff;
}
.mainmenu_menubutton {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color: #fff;
}
.mainmenu_node {
color: #cc0000;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
}
.mainmenu_title {color: #fff;
}
.mainmenu_amount{
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:19px;
color: #fff;
}
.maincontrols {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:19px;
color: #fff;
}
.text_1 {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color: #fff;
}
.text_1_imageindex {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:8px;
color:#FFFFFF;
thnx
savantos
where i can change the color of the font in the picmenu?
in the imagevue.css its not possible, a change of the body color do nothing.
this is my current testcss:
body {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
<b>color: #9bb0db;</b> <- this change do nothing
}
a:link {
color: #fff; <-- this too
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
text-decoration: underline;
color: #fff; <-- this too
}
.mm1{color: #fff;
}
.mm1_title{color: #fff;
}
.mm1_amount{color: #fff;
}
.mm1_description{color: #fff;
}
.mainmenu {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color: #fff;
}
.mainmenu_menubutton {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color: #fff;
}
.mainmenu_node {
color: #cc0000;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
}
.mainmenu_title {color: #fff;
}
.mainmenu_amount{
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:19px;
color: #fff;
}
.maincontrols {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:19px;
color: #fff;
}
.text_1 {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color: #fff;
}
.text_1_imageindex {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:8px;
color:#FFFFFF;
thnx
savantos