-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathinterbraille.css
69 lines (66 loc) · 1.06 KB
/
interbraille.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
62
63
64
65
66
67
68
69
textarea{
resize: none;
width: 32%;
margin: 0.2%;
height: 80%;
font-family: Verdana;
font-size: 32px;
border-radius: 10px;
}
.selectblock{
margin-left: calc((100% - 650px) / 2);
margin-right: calc((100% - 650px) / 2);
outline: none;
}
select{
border: none;
outline: none;
border-bottom: blue 2px solid;
font-size: 34px;
text-align: center;
color: black;
}
h1, h3{
text-align: center;
font-family: Verdana;
}
.tables{
margin-left: 1vw;
margin-right: 1vw;
display: block;
float: left;
width: 100%;
}
table{
font-size: 24px;
font-family: Verdana;
float: left;
margin: 0.5vw;
}
td{
border: 0.1vw black solid;
width: 6vw;
height: 6vw;
text-align: center;
display: block;
float: left;
font-size: 4vw;
margin: 0.2vw;
}
.brl{
background-color: #d2d2d2;
}
#changelog, #link{
font-family: Verdana;
text-align: center;
margin: 0px;
}
#changelog a{
color: orangered;
}
#link a{
color: darkgreen;
}
#ascii{
font-size: 16px;
}