Wip page auth discord
This commit is contained in:
@@ -1,19 +1,12 @@
|
||||
QLabel {
|
||||
color: rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
#main_container {
|
||||
border-radius: 30px;
|
||||
/*background-image: url(:/assets/background.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center; */
|
||||
/*background: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
||||
stop: 0 #050a0f,
|
||||
stop: 1 #0f172a);*/
|
||||
background: qradialgradient(cx:0.5, cy:0.5, radius:0.8, fx:0.5, fy:0.5,
|
||||
stop: 0 #16213e,
|
||||
stop: 1 #0a0e14);
|
||||
|
||||
/*background: qlineargradient(x1:0, y1:0, x2:1, y2:1,
|
||||
stop: 0 #0d1117,
|
||||
stop: 0.7 #0d1117,
|
||||
stop: 1 #1e3a8a); /* Une pointe de bleu plus vif en bas à droite */
|
||||
}
|
||||
|
||||
QFrame#logo_frame {
|
||||
@@ -27,13 +20,16 @@ QFrame#frame_2 QLabel {
|
||||
}
|
||||
|
||||
QFrame#frame_2 QLabel#discord_title_label {
|
||||
color: rgb(255, 255, 255);
|
||||
font-size: 24px;
|
||||
font-size: 28px;
|
||||
color: rgb(255, 255, 255) /* label enfant, obligé de définir la couleur car ne prend pas la général */
|
||||
}
|
||||
|
||||
QFrame#frame_2 QLabel#label_2 {
|
||||
/* font-family: 'sans serif'; */
|
||||
}
|
||||
|
||||
QLabel#maintitle_label {
|
||||
font-size: 38px;
|
||||
color: rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
QLabel#subtitle_label {
|
||||
@@ -46,7 +42,7 @@ QLabel#queue_position {
|
||||
}
|
||||
|
||||
QLabel#queue_lbl {
|
||||
color: rgb(255, 255, 255);
|
||||
|
||||
}
|
||||
|
||||
QPushButton#connexion_btn {
|
||||
@@ -75,48 +71,6 @@ 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,
|
||||
@@ -161,7 +115,6 @@ QPushButton#discord_auth_btn:hover
|
||||
}
|
||||
|
||||
QPushButton#intranet_btn:hover {
|
||||
/* background: rgb(68, 124, 143); */
|
||||
background-color: rgba(0, 242, 255, 0.15); /* Teinte turquoise légère en fond */
|
||||
border: 2px solid #00f2ff; /* Bordure turquoise vive et épaisse */
|
||||
color: #ffffff;
|
||||
|
||||
Reference in New Issue
Block a user