Mini Kabibi Habibi

Current Path : C:/Program Files/SmartPSSLite/Skin/White/VIMainControlUI/
Upload File :
Current File : C:/Program Files/SmartPSSLite/Skin/White/VIMainControlUI/VIMainControlCenterWidget.css

QWidget#wgtContainer
{
	background-color:#ffffff;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

QWidget#deviceDisplayWidget
{
	border:none;
	background-color:#ffffff;
}

/*主控台表格字体选中颜色置为none,代码代理中设置选中色与未选中色相同(由于基类为treeview,设为选中色为白色了)*/
DSGUI--DSTableView#realtimeVIRecView::item:selected,
DSGUI--DSTableView#realtimeVIRecView::branch:selected,
DSGUI--DSTableView#realtimeVIRecView::item:alternate:!selected,
DSGUI--DSTableView#realtimeVIRecView::item:!alternate:!selected
{	
	color: none;
}

QWidget#widgetTreeChange
{
	background-color: #f6f6f6;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
}

QWidget#wgtDevTreeCtrl
{
	background-color: #f6f6f6;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

QWidget#widgetEventInfo
{
	background-color: #ffffff;
}

QWidget#wgtEventList,
QWidget#InfoWidget
{
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

QWidget#wgtShowBtn
{
	background-color: #ffffff;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

QLabel#lblTree
{
	font-size: 12px;
	font-weight: normal;
	line-height: 36px;
	color: #4a515a;
}

/*
 *	历史事件
*/
QPushButton#btnHisEvent
{
	color:#4a4a4a;
	border:none;
	background-image:  url(./Skin/White/VIMainControlUI/intercom_history_n.png) ;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25;
	font-family: Microsoft YaHei;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	text-align: left center;
}

QPushButton#btnHisEvent:hover
{
	color:#232629;
	border:none;
	background-image:  url(./Skin/White/VIMainControlUI/intercom_history_h.png) ;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25;
	font-family: Microsoft YaHei;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	text-align: left center;
}

QPushButton#btnHisEvent:pressed
{
	color:#3598db;
	border:none;
	background-image:  url(./Skin/White/VIMainControlUI/intercom_history_p.png) ;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25;
	font-family: Microsoft YaHei;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	text-align: left center;
}

QPushButton#btnHisEvent:disabled
{
	color:#abb2bd;
	border:none;
	background-image:  url(./Skin/White/VIMainControlUI/intercom_history_d.png) ;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25;
	font-family: Microsoft YaHei;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	text-align: left center;
}

QPushButton#pushButtonCallEvent,
QPushButton#pushButtonACSEvent,
QPushButton#pushButtonAlarmEvent
{
    padding-left:20px;
	padding-right:20px;
}

QPushButton#pushButtonCallEvent,
QPushButton#pushButtonACSEvent,
QPushButton#pushButtonAlarmEvent
{
    background:transparent;
	border:none;
	color:#4a4a4a;
}

QPushButton#pushButtonCallEvent:pressed,
QPushButton#pushButtonACSEvent:pressed,
QPushButton#pushButtonAlarmEvent:pressed,
QPushButton#pushButtonCallEvent:checked,
QPushButton#pushButtonACSEvent:checked,
QPushButton#pushButtonAlarmEvent:checked
{
   background:transparent;
   border:none;
   border-bottom:3px solid #3598db;
   color:#3598db;
}

/*QPushButton#btnNormallyOpen
{
	background-color: rgb(53,152,219);
	border: none;
	font: bold 10px;                      
	color: rgb(255,255,255);  
	border-radius: 3px;           
}

QPushButton#btnRestore
{
	background-color: rgb(0,194,32);
	border: none;
	font: bold 10px;                      
	color: rgb(255,255,255); 
	border-radius: 3px;   	
}*/

QPushButton#btnNormallyOpen
{
	background-color:transparent;
	padding-left:20px;
	border:none;
	background-image:url(./Skin/White/VIMainControlUI/door_open_n.png);
	background-repeat:no-repeat;
	background-position: left;
	text-align:left;
	color:#4a4a4a;
}

QPushButton#btnNormallyOpen:disabled
{
	background-color: transparent;
	background-image: url(./Skin/White/VIMainControlUI/door_open_d.png);
	color:#abb2bd;
} 
QPushButton#btnNormallyOpen:pressed
{
	background-color: transparent;
	background-image: url(./Skin/White/VIMainControlUI/door_open_p.png);
	color:#3598db;
}
QPushButton#btnNormallyOpen:hover
{
	background-color: transparent;
	background-image: url(./Skin/White/VIMainControlUI/door_open_h.png);
	color:#232629;
}

QPushButton#btnRestore
{
	background-color:transparent;
	padding-left:20px;
	border:none;
	background-image:url(./Skin/White/VIMainControlUI/door_recovery_n.png);
	background-repeat:no-repeat;
	background-position: left;
	text-align:left;
	color:#4a4a4a;
}

QPushButton#btnRestore:disabled
{
	background-color: transparent;
	background-image: url(./Skin/White/VIMainControlUI/door_recovery_d.png);
	color:#abb2bd;
} 
QPushButton#btnRestore:pressed
{
	background-color: transparent;
	background-color: transparent;
	background-image: url(./Skin/White/VIMainControlUI/door_recovery_p.png);
	color:#3598db;
}
QPushButton#btnRestore:hover
{
	background-color: transparent;
	background-image: url(./Skin/White/VIMainControlUI/door_recovery_h.png);
	color:#232629;
}