.subtextClosedClass a.item
{
font-family: @menu-font-family;
font-size: @menu-font-size;
line-height: @menu-line-height;
color: cyan !important;
padding: 4px 12px;
text-align: left;
text-shadow: 0 1px 2px @menu-text-shadow;
text-decoration: none;
display: block;
outline: 0;
cursor: pointer;
// Subtext styling
&.subtext
{
padding-top: 5px;
padding-bottom: 8px;
> em
{
display: block;
font-size: @menu-font-size - 2;
line-height: @menu-line-height - 12;
color: orange !important;
text-shadow: 0 1px 2px @menu-text-shadow;
text-align: left;
font-style: normal;
}
}
}
#rt-header ul li a.item.subtext {
color: #FD8905 !important;
}
#rt-header ul li a.item.subtext:hover {
color: #FFFFFF !important;
}
.gf-menu .item.subtext.classopen > em {
color: #8CB942 !important;
}
.gf-menu .item.subtext.classclosed > em {
color: #DD2807 !important;
}
.classopen .item.subtext > em {
color: #8CB942 !important;
}
.classclosed .item.subtext > em {
color: #DD2807 !important;
}
Time to create page: 0.060 seconds