Chat-iFly
view release on metacpan or search on metacpan
public/themes/dark/dark.css view on Meta::CPAN
#drupalchat ul li a.active { /*--Active state when sub-panel is open--*/
background: #4C4C4C url(images/subpanel_bar.png) repeat-x center 1px;
border-top: none;
height: 18px;
margin-top: -2px; /*--Push it up 2px to attach the active button to sub-panel--*/
position: relative;
z-index: 200; /*--Keeps the active link on top of the sub-panel--*/
}
#drupalchat ul li a.active span.subpanel_title_text {
float: left;
margin-top: 2px;
}
#drupalchat img.icon {
float: left;
margin-right: 6px;
padding: 0;
}
#drupalchat ul li a.chat {
width: 188px;
border-right: 1px solid #1D1D1D;
}
#drupalchat ul li a.chatboxhead {
width: 213px;
}
#drupalchat ul li div a { /*--Reset link style for sub-panel links--*/
color: #fff;
float: none;
height: auto;
padding: 0;
position: static;
width: auto;
}
#drupalchat ul li div a:hover {
text-decoration: underline;
}
#drupalchat .subpanel {
border: 1px solid #1d1d1d;
bottom: 29px;
display: none; /*--Hide by default--*/
left: 0px;
overflow: hidden;
position: absolute;
width: 150px;
}
#drupalchat #chatpanel .subpanel {
width: 200px;
}
#drupalchat .chatbox .subpanel {
width: 239px;
}
/* Subpanel title */
#drupalchat .subpanel_title {
background: #333333;
border-bottom: 1px solid #333333;
color: #fff;
cursor: pointer;
font-weight: bold;
padding: 3px 4px 3px 8px;
font-size: 13px;
}
#drupalchat .subpanel_title div.status-1{
display: block;
float: left;
background: url(images/online.png) no-repeat 100% center;
height: 9px;
width: 9px;
overflow: hidden;
margin-top: 5px;
margin-right: 6px;
}
#drupalchat .subpanel_title div.status-0{
display: block;
float: left;
background: url(images/offline.png) no-repeat 100% center;
height: 9px;
width: 9px;
overflow: hidden;
margin-top: 5px;
margin-right: 6px;
}
#drupalchat .subpanel_title span {
filter: alpha(opacity=100); /* For IE */
opacity: 1.0;
-moz-opacity: 1.0;
font-size: 16px;
font-weight: bold;
float: right;
line-height: 0.6em;
padding: 5px 4px 0 4px;
}
#drupalchat .subpanel_title span.min {
padding: 2px 4px 0 4px;
}
#drupalchat .subpanel_title:hover span.min {
filter: alpha(opacity=75); /* For IE */
opacity: 0.75;
-moz-opacity: 0.75;
}
#drupalchat .subpanel_title span:hover {
filter: alpha(opacity=75); /* For IE */
opacity: 0.75;
-moz-opacity: 0.75;
}
#drupalchat .subpanel_title span.options {
background: url(images/options.png) no-repeat 6px center;
width: 12px;
height: 12px;
}
#drupalchat .subpanel ul {
background: #4C4C4C;
border: none;
margin: 0;
overflow: auto;
width: 100%;
}
#drupalchat .subpanel li {
( run in 1.420 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )