Add no whitelist page
This commit is contained in:
@@ -15,19 +15,17 @@ QFrame#logo_frame {
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
QFrame#frame_2 QLabel {
|
||||
QFrame#frame_2 QLabel,
|
||||
QFrame#frame_6 QLabel {
|
||||
color: rgb(163, 177, 198);
|
||||
}
|
||||
|
||||
QFrame#frame_2 QLabel#discord_title_label {
|
||||
QFrame#frame_2 QLabel#discord_info_title_label,
|
||||
QFrame#frame_6 QLabel#whitelist_info_title_label {
|
||||
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;
|
||||
}
|
||||
@@ -111,7 +109,8 @@ QPushButton#staff_btn:pressed
|
||||
|
||||
QPushButton#discord_btn,
|
||||
QPushButton#discord_auth_btn,
|
||||
QPushButton#intranet_btn
|
||||
QPushButton#intranet_btn,
|
||||
QPushButton#whitelist_ok_boutton
|
||||
{
|
||||
background-color: rgba(32, 58, 67, 0.6); /* Bleu très sombre semi-transparent */
|
||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||
@@ -122,7 +121,8 @@ QPushButton#intranet_btn
|
||||
}
|
||||
|
||||
QPushButton#discord_btn:hover,
|
||||
QPushButton#discord_auth_btn:hover
|
||||
QPushButton#discord_auth_btn:hover,
|
||||
QPushButton#whitelist_ok_boutton: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 */
|
||||
|
||||
Reference in New Issue
Block a user