-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
61 lines (60 loc) · 1.22 KB
/
style.css
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
59
60
61
#speech_input {
position:absolute;
top:100px;
left:50px;
color: transparent;
background-color: transparent;
border: 1px;
width: 15px;
cursor: pointer;
-webkit-transform: scale(5.0, 5.0);
-moz-transform: scale(5.0, 5.0);
-ms-transform: scale(5.0, 5.0);
transform: scale(5.0, 5.0);
}
#input_text {
position:absolute;
top:200px;
padding: 10px;
height:150px;
width:300px;
background-color:grey;
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
font-size:30px;
-moz-border-radius: 20px;
border-radius: 20px;
}
#output_text {
position:absolute;
top:380px;
padding: 10px;
height:150px;
width:300px;
background-color:grey;
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
font-size:30px;
-moz-border-radius: 20px;
border-radius: 20px;
}
#language {
position:absolute;
top:0px;
background-color:grey;
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
font-size:20px;
-moz-border-radius: 3px;
border-radius: 3px;
}
#about {
background-color:grey;
position:absolute;
height:500px;
width:270px;
left:350px;
padding: 10px;
top:30px;
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
font-size:20px;
-moz-border-radius: 20px;
border-radius: 20px;
}