WIP: design, discord page

This commit is contained in:
2026-03-16 09:28:16 +01:00
parent a4ba0e29e8
commit c1d3b98949
12 changed files with 2990 additions and 14 deletions

View File

@@ -22,6 +22,15 @@ QFrame#logo_frame {
background-position: center;
}
QFrame#frame_2 QLabel {
color: rgb(163, 177, 198);
}
QFrame#frame_2 QLabel#discord_title_label {
color: rgb(255, 255, 255);
font-size: 24px;
}
QLabel#maintitle_label {
font-size: 38px;
color: rgb(255, 255, 255);
@@ -66,7 +75,73 @@ QPushButton#connexionBtn:pressed {
padding-top: 12px; /* Effet d'enfoncement */
}
/* État normal - Bleu Cyan */
/* QPushButton#staff_btn {
background: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 #00d2ff, stop:1 #3a7bd5);
color: white;
border-radius: 12px;
border: 1px solid #2d5ea3;
padding: 5px 15px;
}
QPushButton#staff_btn:hover {
background: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 #33dbff, stop:1 #528ce0);
border: 1px solid #3a7bd5;
}
QPushButton#staff_btn:pressed {
background-color: #2d5ea3;
padding-top: 7px;
} */
/* État normal - Doré dégradé */
/* QPushButton#staff_btn {
background: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 #f1c40f, stop:1 #e67e22);
color: white;
border-radius: 12px;
border: 1px solid #d35400;
padding: 5px 15px;
}
QPushButton#staff_btn:hover {
background: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 #f39c12, stop:1 #f1c40f);
border: 1px solid #e67e22;
}
QPushButton#staff_btn:pressed {
background-color: #d35400;
padding-top: 7px;
} */
/* É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;
border-radius: 12px;
border: 1px solid #d03522;
padding: 5px 15px;
}
QPushButton#staff_btn:hover {
background: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 #FF6046, stop:1 #FF527B);
border: 1px solid #FF4B2B;
}
QPushButton#staff_btn:pressed
{
background-color: #d03522;
padding-top: 7px;
padding-left: 17px;
}
QPushButton#discord_btn,
QPushButton#discord_auth_btn,
QPushButton#intranet_btn
{
background-color: rgba(32, 58, 67, 0.6); /* Bleu très sombre semi-transparent */
@@ -77,7 +152,9 @@ QPushButton#intranet_btn
padding: 8px 15px;
}
QPushButton#discord_btn:hover {
QPushButton#discord_btn:hover,
QPushButton#discord_auth_btn:hover
{
background-color: rgba(88, 101, 242, 0.4); /* Fond bleu Discord translucide */
border: 2px solid #7289da; /* Bordure plus épaisse et claire pour l'éclat */
color: white;
@@ -90,7 +167,10 @@ QPushButton#intranet_btn:hover {
color: #ffffff;
}
QPushButton#discordBtn:pressed, QPushButton#intranetBtn:pressed {
QPushButton#discord_btn:pressed,
QPushButton#discord_auth_btn:pressed,
QPushButton#intranet_btn:pressed
{
background-color: #0f172a;
padding-top: 10px; /* Petit effet d'enfoncement */
}