Files
RRJClient/style.css
2024-12-27 15:41:41 +03:00

201 lines
2.9 KiB
CSS

QMainWindow
{
background-image: url(:/resource/SSJ_backgroundDarkSM.png);
background-position: center;
}
QFrame#backgroundUpdate
{
background-image: url(:/resource/SSJ_backgroundDarkSM.png);
background-position: center;
}
QListWidget#updateListWidget
{
background-color: rgba(81,81,81,180);
color:white;
}
QFrame#NewVerBackground
{
background-color:rgba(0,0,0,90%);
}
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;
}
QTextEdit#inlineTextDebug
{
background-color: rgba(0,0,0,0);
font-family: "Calibri";
font: 18px;
color: white;
}
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: white;
}
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;
}