This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
khosb/includes/phplayers/layerstreemenu.css

85 lines
1.7 KiB
CSS
Raw Normal View History

.treemenudiv {
display: block;
white-space: nowrap;
}
.phplmnormal {
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size: 13px;
color: black;
2010-11-29 22:41:08 +00:00
vertical-align: top;
}
a.phplmnormal:hover {
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size: 13px;
color: black;
2010-11-29 22:41:08 +00:00
vertical-align: top;
}
a.phplm:link {
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size: 13px;
color: #006699;
text-decoration: none;
2010-11-29 22:41:08 +00:00
vertical-align: top;
border: 0px;
margin: 0px;
}
a.phplm:visited {
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size: 13px;
text-decoration: none;
color: #006699;
2010-11-29 22:41:08 +00:00
vertical-align: top;
}
a.phplm:hover {
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size: 13px;
color: #006699;
background-color: #eee;
text-decoration: none;
2010-11-29 22:41:08 +00:00
vertical-align: top;
}
a.phplm:active {
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size: 13px;
text-decoration: none;
color: #006699;
2010-11-29 22:41:08 +00:00
vertical-align: top;
}
a.phplmselected:link {
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size: 13px;
color: #8e8e8e;
text-decoration: none;
}
a.phplmselected:visited {
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size: 13px;
text-decoration: none;
}
a.phplmselected:hover {
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size: 13px;
color: #9999cc;
text-decoration: none;
}
a.phplmselected:active {
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size: 13px;
text-decoration: none;
}