mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
184 lines
2.6 KiB
CSS
184 lines
2.6 KiB
CSS
|
|
QMainWindow
|
|
{
|
|
background-image: url(:/resource/SSJ-100Dark.png);
|
|
background-position: center;
|
|
}
|
|
|
|
QComboBox
|
|
{
|
|
background-color: rgb(203,228,255);
|
|
border-style: outset;
|
|
border-radius: 3px;
|
|
font-family: "Calibri";
|
|
font: 16px;
|
|
color: rgb(45,84,130);
|
|
}
|
|
|
|
QPushButton
|
|
{
|
|
background-color: rgb(203,228,255);
|
|
border-style: outset;
|
|
border-radius: 3px;
|
|
font-family: "Calibri";
|
|
font: 16px;
|
|
color: rgb(45,84,130);
|
|
}
|
|
|
|
QPushButton:disabled
|
|
{
|
|
background-color: lightGray;
|
|
color: gray
|
|
}
|
|
|
|
QMessageBox
|
|
{
|
|
background-color: white;
|
|
}
|
|
|
|
QMessageBox QLabel
|
|
{
|
|
font-family: "Calibri";
|
|
font: 20px;
|
|
color: black;
|
|
}
|
|
|
|
QMessageBox QPushButton
|
|
{
|
|
border-radius: 2px;
|
|
padding: 0.2em 0.2em 0.3em 0.2em;
|
|
min-width: 70px;
|
|
}
|
|
|
|
QLineEdit
|
|
{
|
|
border-style: outset;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
QProgressBar
|
|
{
|
|
border: 2px solid rgb(45,84,130);
|
|
border-radius: 5px;
|
|
color: black;
|
|
font-family: "Calibri";
|
|
font: 15px bold;
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
QProgressBar::chunk
|
|
{
|
|
border-radius: 5px;
|
|
background-color: rgb(203,228,255);
|
|
}
|
|
|
|
QCheckBox
|
|
{
|
|
font-family:"Calibri";
|
|
font: 18px;
|
|
color: white;
|
|
}
|
|
|
|
QWidget#iconWidget
|
|
{
|
|
border-image: url(:/resource/Icons/plane.png) 0 0 0 0 stretch stretch;
|
|
position: center;
|
|
}
|
|
|
|
QLabel
|
|
{
|
|
font-family: "Calibri";
|
|
font: 20px;
|
|
color: white;
|
|
}
|
|
|
|
QLabel#inlineTextDebug
|
|
{
|
|
font-family: "Calibri";
|
|
font: 18px;
|
|
}
|
|
|
|
QWidget#headerWidget
|
|
{
|
|
background-color:rgb(203,228,255);
|
|
}
|
|
|
|
QWidget#updateWidget
|
|
{
|
|
background-color: rgba(203,228,255,255);
|
|
border-style: outset;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
QWidget #updateWidget
|
|
{
|
|
background-color: rgba(203,228,255,200);
|
|
border-style: outset;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
QWidget #updateWidget QLabel
|
|
{
|
|
font-family: "Calibri";
|
|
font: 20px;
|
|
color: rgb(45,84,130);
|
|
}
|
|
|
|
MyWinHeader#headerLabel
|
|
{
|
|
font-family: "Calibri";
|
|
font: 18px;
|
|
color: rgb(45,84,130);
|
|
}
|
|
|
|
QLabel#languageTitle
|
|
{
|
|
font-family: "Calibri";
|
|
color: white;
|
|
}
|
|
|
|
QLabel#NotificationLabel
|
|
{
|
|
font-family: "Calibri";
|
|
color: black;
|
|
}
|
|
|
|
QLabel#notificationLabel
|
|
{
|
|
font: 20px;
|
|
}
|
|
|
|
QToolButton#displayView
|
|
{
|
|
border: 4px solid rgb(45,84,130);
|
|
border-radius: 5px;
|
|
color:rgb(45,84,130);
|
|
background-color: white;
|
|
}
|
|
|
|
QToolButton#displayView:checked
|
|
{
|
|
background-color: rgb(151,176,201);
|
|
}
|
|
|
|
|
|
QToolButton#displayView:disabled
|
|
{
|
|
background-color: rgb(151,176,201);
|
|
color:rgb(45,84,130);
|
|
|
|
}
|
|
QPushButton#checkedLabelButton
|
|
{
|
|
background-color: rgba(0,0,0,0);
|
|
}
|
|
|
|
QPushButton#linkButton
|
|
{
|
|
background-color: rgba(0,0,0,0);
|
|
font-family: "Calibri";
|
|
color:blue;
|
|
}
|
|
|