mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
58 lines
738 B
CSS
58 lines
738 B
CSS
|
|
QMainWindow
|
|
{
|
|
background-image: url(:/resource/SSJ-100.png);
|
|
background-position: center;
|
|
}
|
|
|
|
QPushButton
|
|
{
|
|
background-color: rgb(203,228,255);
|
|
border-style: outset;
|
|
border-radius: 3px;
|
|
font-family: "Calibri";
|
|
font: 16px;
|
|
color: rgb(45,84,130);
|
|
}
|
|
|
|
|
|
|
|
QLineEdit
|
|
{
|
|
border-style: outset;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
QLabel
|
|
{
|
|
font-family: "Calibri";
|
|
font: 17px;
|
|
color: white;
|
|
}
|
|
|
|
QLabel#languageTitle
|
|
{
|
|
font-family: "Calibri";
|
|
color: white;
|
|
}
|
|
|
|
QLabel#notificationLabel
|
|
{
|
|
font: 20px;
|
|
}
|
|
|
|
QPushButton#displayView
|
|
{
|
|
border: 4px solid rgb(45,84,130);
|
|
border-radius: 5px;
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
QPushButton#displayView:checked
|
|
{
|
|
background-color: rgb(151,176,201);
|
|
}
|
|
|