WIP: whitelist, queue

This commit is contained in:
2026-03-23 12:24:24 +01:00
parent 7ecd952f08
commit 36370c4b80
7 changed files with 246 additions and 66 deletions

View File

@@ -43,7 +43,8 @@ QLabel#queue_lbl {
}
QPushButton#connexion_btn[chantier="false"] {
/* ------------------------------------ BUTTONS --------------------------------------------------*/
QPushButton#connexion_btn[en_chantier="false"] {
/* Dégradé chaleureux : Orange vers Orange-Rouge */
background: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop: 0 #ff9d00,
@@ -55,7 +56,7 @@ QPushButton#connexion_btn[chantier="false"] {
padding: 10px;
}
QPushButton#connexion_btn[chantier="false"]:hover {
QPushButton#connexion_btn[en_chantier="false"]:hover {
background: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop: 0 #ffb338,
stop: 1 #ff7a29);
@@ -64,7 +65,7 @@ QPushButton#connexion_btn[chantier="false"]:hover {
outline: none;
}
QPushButton#connexion_btn[chantier="false"]:pressed {
QPushButton#connexion_btn[en_chantier="false"]:pressed {
background: #cc5200;
padding-top: 12px; /* Effet d'enfoncement */
}
@@ -72,39 +73,31 @@ QPushButton#connexion_btn[chantier="false"]:pressed {
/* État normal - Rouge Corail Vibrant */
QPushButton#staff_btn {
background: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 #FF4B2B, stop:1 #FF416C);
color: white;
stop: 0 #FF4B2B,
stop: 1 #FF416C);
border-radius: 12px;
border: 1px solid #d03522;
padding: 5px 15px;
}
HazardButton#connexion_btn {
color: #0A1A3A;
/* color: #0D2A6B;*/
font-weight: bold;
}
HazardButton#connexion_btn:hover {
/* color: #ffffff;*/
color: #0D2A6B;
}
HazardButton#connexion_btn:pressed {
color: #333333;
color: white;
/* padding: 5px 15px;*/
padding: 10px;
}
QPushButton#staff_btn:hover {
background: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 #FF6046, stop:1 #FF527B);
border: 1px solid #FF4B2B;
stop: 0 #FF6046,
stop: 1 #FF527B);
/* border: 1px solid #FF4B2B;*/
border: 1px solid #FFFFFF;
/* Un léger halo autour du bouton */
outline: none;
}
QPushButton#staff_btn:pressed
{
background-color: #d03522;
padding-top: 7px;
padding-left: 17px;
/* padding-top: 7px;*/
/* padding-left: 17px;*/
padding: 12px;
}
QPushButton#discord_btn,
@@ -171,6 +164,23 @@ QPushButton#minimize_btn {
padding-top: 0
}
HazardButton#connexion_btn {
color: #0A1A3A;
/* color: #0D2A6B;*/
font-weight: bold;
}
HazardButton#connexion_btn:hover {
/* color: #ffffff;*/
color: #0D2A6B;
}
HazardButton#connexion_btn:pressed {
color: #333333;
}
/* ------------------------------------ Other --------------------------------------------------*/
QFrame#info_frame{
background: qlineargradient(
x1:0, y1:0,