57 lines
886 B
Plaintext
57 lines
886 B
Plaintext
|
|
QFrame#mainFrame{
|
||
|
|
background-color: #0b2a51;
|
||
|
|
border:1px solid #0669af;
|
||
|
|
}
|
||
|
|
QWidget#mainWidget,QWidget#titleWidget{
|
||
|
|
color:#01a6ec;
|
||
|
|
border:1px solid #0669af;
|
||
|
|
}
|
||
|
|
|
||
|
|
QDialog{
|
||
|
|
background:#0b2a51;
|
||
|
|
}
|
||
|
|
KbdPropertyDlg{
|
||
|
|
background:#0b2a51;
|
||
|
|
}
|
||
|
|
|
||
|
|
KbdTable{
|
||
|
|
color:#01a6ec;
|
||
|
|
border:1px solid #0669af;
|
||
|
|
gridline-color:#09304c;
|
||
|
|
alternate-background-color: #09314d;
|
||
|
|
background-color:#0b2a51;
|
||
|
|
}
|
||
|
|
|
||
|
|
KbdTable::item{
|
||
|
|
color:#01a6ec;
|
||
|
|
height:50px;
|
||
|
|
}
|
||
|
|
|
||
|
|
KbdTable::item:selected {
|
||
|
|
background-color: #134a72;
|
||
|
|
color:#02efef;
|
||
|
|
}
|
||
|
|
|
||
|
|
QTableView QTableCornerButton::section {
|
||
|
|
background-color:#072d48;
|
||
|
|
}
|
||
|
|
|
||
|
|
QTreeView:!enabled{
|
||
|
|
color:gray;
|
||
|
|
}
|
||
|
|
QAbstractSpinBox::up-button {
|
||
|
|
height:3px;
|
||
|
|
}
|
||
|
|
QAbstractSpinBox::down-button {
|
||
|
|
height:3px;
|
||
|
|
}
|
||
|
|
|
||
|
|
QLabel#SignatureLable{
|
||
|
|
background: #032448;
|
||
|
|
border:1px;
|
||
|
|
max-width:490px;
|
||
|
|
min-height:300px;
|
||
|
|
font-size:36px;
|
||
|
|
font-style:italic;
|
||
|
|
font-weight:Bold;
|
||
|
|
}
|