File size: 798 Bytes
6b8d73b
23459cc
6b8d73b
1529ec8
d7fde8d
 
 
6b8d73b
883428d
8f01ea3
883428d
 
 
 
 
 
 
 
 
 
 
 
 
 
d7fde8d
883428d
 
6b8d73b
883428d
 
 
 
56c480c
de1331f
883428d
 
6b8d73b
883428d
 
 
 
56c480c
883428d
 
 
6b8d73b
883428d
 
 
 
 
 
de1331f
883428d
 
 
 
de1331f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58

 
body {
  background-color: #6262d1;
  width: 100%;
  color: #FFFFFF;
}

h3 {
  color: #FFFFFF;
  text-align: center;
  font-family: verdana;
  font-size: 24px;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
}

p {
  font-family: verdana;
  font-size: 14px;
}

label {
  font-family: verdana;
  color: #000000;
  font-weight: 700;
  font-size: 14px;
  
} 

gr.Textbox {
  font-family: verdana;
  background-color: #6262d1;
  color: #000000;
  font-weight: 700;
  font-size: 14px;
   border-radius: 6px;
} 

gr.Botton {
  font-family: verdana;
  background-color: #6262d1;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 14px;
  
  border-radius: 6px;
} 

a a:active a.hover
 {
  font-family: verdana;
  color: #572430;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  
}