Tetris

Форк
0
/
styleDialog.css 
37 строк · 692.0 Байт
1
QDialog {
2
  background-color: #31363b;
3
}
4

5
QPushButton {
6
  border-radius: 15px;
7
  border-style: outset;
8
  border-width: 4px;
9
  border-color: rgb(200,200,200);
10
  color: #eff0f1;
11
  font: bold 17px;
12
  font-family:"Lucida Console";
13
  min-width: 7em;
14
  padding: 6px;
15
	 }
16

17
QPushButton:hover {
18
  border-width: 2px;
19
  border-color: rgb(255,255,255);
20
  background-color:rgb(0,0,0) ;
21
  color: rgb(255,255,255); }
22

23
QPushButton:pressed {
24
  background-color:rgb(200,200,200) ;
25
  border-color: rgb(0,0,0);
26
  border-style: inset;
27
   }
28
QLabel{
29
	color: rgb(255,255,255);
30
	qproperty-alignment:AlignCenter;
31
	font: bold 14px;
32
        font-family:"Lucida Console";
33
}
34
QRadioButton{
35
	color: rgb(255,255,255);
36

37
}
38

39

40
 
41

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.