Files
RRJClient/style.css
2024-10-02 11:19:38 +03:00

112 lines
1.5 KiB
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);
}
QPushButton:disabled
{
background-color: lightGray;
color: gray
}
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: 12px;
color: black;
font-family: "Calibri";
font: 15px bold;
text-align: center;
}
QProgressBar::chunk
{
border-radius: 10px;
background-color: rgb(203,228,255);
}
QCheckBox
{
font-family:"Calibri";
font: 16px;
color: white;
}
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);
}
QPushButton#displayView:disabled
{
background-color: rgb(151,176,201);
color:rgb(45,84,130);
}
QPushButton#linkButton
{
background-color: rgba(0,0,0,0);
font-family: "Calibri";
color:blue;
}