Dagfinn1962 commited on
Commit
bb0b286
·
1 Parent(s): 271ef2c

Create main.css

Browse files
Files changed (1) hide show
  1. main.css +61 -0
main.css ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ body {
2
+ background-color: #750706;
3
+ width: 100%;
4
+ color: #FFFFFF;
5
+ }
6
+ gr.blocks {
7
+ background-color: #750706;
8
+ width: 100%;
9
+ color: #FFFFFF;
10
+ }
11
+ h3 {
12
+ color: #FFFFF;
13
+ text-align: center;
14
+ font-family: verdana;
15
+ font-size: 24px;
16
+ border: 1px solid #FFFFFF;
17
+ border-radius: 10px;
18
+ }
19
+
20
+ p {
21
+ font-family: verdana;
22
+ font-size: 14px;
23
+ }
24
+
25
+ label {
26
+ font-family: verdana;
27
+ color: #000000;
28
+ font-weight: 700;
29
+ font-size: 14px;
30
+ border: 1px solid #000000;
31
+ }
32
+
33
+ gr.Textbox {
34
+ font-family: verdana;
35
+ background-color: #279700;
36
+ color: #000000;
37
+ font-weight: 700;
38
+ font-size: 14px;
39
+ border: 1px solid #FFFFFF;
40
+ border-radius: 6px;
41
+ }
42
+
43
+ gr.Botton {
44
+ font-family: verdana;
45
+ background-color: #279700;
46
+ color: #FFFFFF;
47
+ font-weight: 700;
48
+ font-size: 14px;
49
+ border: 1px solid #000000;
50
+ border-radius: 6px;
51
+ }
52
+
53
+ a a:active a.hover
54
+ {
55
+ font-family: verdana;
56
+ color: #572430;
57
+ text-decoration: none;
58
+ font-weight: 700;
59
+ font-size: 14px;
60
+
61
+ }