Dagfinn1962 commited on
Commit
de1331f
1 Parent(s): be911e8

Update main.css

Browse files
Files changed (1) hide show
  1. main.css +11 -20
main.css CHANGED
@@ -1,22 +1,15 @@
1
- H1 P H3 {
2
- background: #982696;
3
-
4
- font-family: 'IBM Plex Sans', sans-serif;
5
- width: 95%;
6
  color: #FFFFFF;
7
- width: 100%;
8
- padding: 20px;
9
- border-radius: 10px;
10
- border: 1px solid #0e010e;
11
  }
12
-
13
  gr.blocks {
14
- background-color: #000000;
15
  width: 100%;
16
  color: #FFFFFF;
17
  }
18
  h3 {
19
- background-color:#00000;
20
  color: #FFFFF;
21
  text-align: center;
22
  font-family: verdana;
@@ -32,7 +25,7 @@ p {
32
 
33
  label {
34
  font-family: verdana;
35
- color: FFFFFFF;
36
  font-weight: 700;
37
  font-size: 14px;
38
  border: 1px solid #000000;
@@ -40,8 +33,8 @@ label {
40
 
41
  gr.Textbox {
42
  font-family: verdana;
43
- background-color: #000000;
44
- color: #FFFFFF;
45
  font-weight: 700;
46
  font-size: 14px;
47
  border: 1px solid #FFFFFF;
@@ -50,7 +43,7 @@ gr.Textbox {
50
 
51
  gr.Botton {
52
  font-family: verdana;
53
- background-color: #0e010e;
54
  color: #FFFFFF;
55
  font-weight: 700;
56
  font-size: 14px;
@@ -61,11 +54,9 @@ gr.Botton {
61
  a a:active a.hover
62
  {
63
  font-family: verdana;
64
- color: #FFFFFFF;
65
  text-decoration: none;
66
  font-weight: 700;
67
  font-size: 14px;
68
 
69
- }
70
-
71
-
 
1
+ 962 Bytes
2
+ body {
3
+ background-color: #750706;
4
+ width: 100%;
 
5
  color: #FFFFFF;
 
 
 
 
6
  }
 
7
  gr.blocks {
8
+ background-color: #750706;
9
  width: 100%;
10
  color: #FFFFFF;
11
  }
12
  h3 {
 
13
  color: #FFFFF;
14
  text-align: center;
15
  font-family: verdana;
 
25
 
26
  label {
27
  font-family: verdana;
28
+ color: #000000;
29
  font-weight: 700;
30
  font-size: 14px;
31
  border: 1px solid #000000;
 
33
 
34
  gr.Textbox {
35
  font-family: verdana;
36
+ background-color: #279700;
37
+ color: #000000;
38
  font-weight: 700;
39
  font-size: 14px;
40
  border: 1px solid #FFFFFF;
 
43
 
44
  gr.Botton {
45
  font-family: verdana;
46
+ background-color: #279700;
47
  color: #FFFFFF;
48
  font-weight: 700;
49
  font-size: 14px;
 
54
  a a:active a.hover
55
  {
56
  font-family: verdana;
57
+ color: #572430;
58
  text-decoration: none;
59
  font-weight: 700;
60
  font-size: 14px;
61
 
62
+ }