XSteam/res/qss/light_style.qss

114 lines
2.2 KiB
Plaintext

QWidget#m_widget{
border-radius:10px;
background-color: #F3F3F3;
color:#2F4F4F;
}
QPushButton#btn_opt{
image:url(:/res/img/xsteam.png);
width:35px;
height:35px;
border:none;
}
QLabel{
color:#404040;
}
QPushButton{
height:25px;
}
QComboBox{
height:25px;
}
QPushButton:hover{
padding-left:1px;
padding-top:1px;
}
QPushButton#BTN_DOWNLOAD{
width:25px;
height:25px;
border:none;
image:url(":/res/img/btn/btn_download.png");
}
QPushButton#BTN_SETS{
width:25px;
height:25px;
border:none;
image:url(":/res/img/btn/btn_setting.png");
}
QPushButton#BTN_UPDATE{
width:25px;
height:25px;
border:none;
image:url(":/res/img/btn/btn_update.png");
}
QPushButton#BTN_ABOUT{
width:25px;
height:25px;
border:none;
image:url(":/res/img/btn/btn_about.png");
}
QTableView#GAME_INFO_TABLE::item:selected {
background-color: #0078d4;
}
/*------------------标题栏样式 最小化 最大化 关闭---------------------*/
/*标题栏变量参数值定义*/
/*标题栏背景*/
QWidget#sui_title{
background-color: #ffffff;
margin-top:1px;
margin-right:1px;
margin-bottom:1px;
margin-left:1px;
}
QPushButton#btn_min,QPushButton#btn_max,QPushButton#btn_close{
margin-right:3px;
margin-bottom:0px;
border-radius:8px;
}
QPushButton#btn_min{
image:url(":/res/img/btn/btn_min.png");
border:none;
width:20px;
height:20px;
}
QPushButton#btn_max{
image:url(":/res/img/btn/btn_max.png");
border:none;
width:20px;
height:20px;
}
QPushButton#btn_max[maximizeProperty='maximize'] {
image:url(":/res/img/btn/btn_max.png");
border:none;
width:20px;
height:20px;
}
QPushButton#btn_max[maximizeProperty='restore'] {
image:url(":/res/img/btn/btn_max_restore.png");
border:none;
width:20px;
height:20px;
}
QPushButton#btn_close{
image:url(":/res/img/btn/btn_close.png");
border:none;
width:20px;
height:20px;
}
QPushButton#btn_min:hover,QPushButton#btn_max:hover,QPushButton#btn_close:hover{
padding-left:1px;
padding-top:1px;
}
QPushButton#btn_min:pressed,QPushButton#btn_max:pressed,QPushButton#btn_close:pressed{
padding-left:1px;
padding-top:1px;
}