-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcharsort_stilo.css
74 lines (66 loc) · 1.11 KB
/
charsort_stilo.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
70
71
72
73
74
@font-face {
font-family: 'KatamotzIkasiMedium';
src: url(KatamotzIkasi.ttf);
}
html {
height: 100%;
}
body {
height: 100%;
background-color: #FFE8E8;
}
.canvas {
width:100%;
height:30%;
background-color: #FFCCFF;
border: 1px none #000000;
text-align: center;
}
.cap {
width:9%;
height:100%;
color: black;
background-color: #CC99CC;
border: 3px solid #FFCCFF;
line-height:1.5;
font-size: 500%;
text-align: center;
display: inline-block;
}
.question {
width:100%;
height:20%;
font-family: 'KatamotzIkasiMedium';
font-size: 300%;
text-align: center;
line-height:1.8;
font-weight: bold;
}
.foots {
width:100%;
height:30%;
font-family: 'KatamotzIkasiMedium';
font-size: 300%;
display: inline;
text-align: center;
font-weight: bold;
}
.arrows {
width:100%;
height:30%;
background-color: #FFFFFF;
line-height:1;
text-align: center;
}
.mesage {
position:absolute;
top:0px;
width:100%;
height:20%;
line-height:1.5;
background-color: #66FF66;
font-size: 500%;
display: none;
text-align: center;
font-weight: bold;
}