-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
41 lines (40 loc) · 971 Bytes
/
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
.blk {width:50px;height:50px;overflow:hidden;}
.card {
margin:5px;
padding:5px;
width:40px;
height:40px;
border:solid 1px #f00;
font:bold 3em verdana,arial,sans-serif;
}
.back {background:#ffd;cursor:pointer;}
.cf1 {background:#ff0;color:#00f;}
.cf2 {background:#f9f;color:#00f;}
.cf3 {background:#0cf;color:#c00;}
.ui-btn {width: 9em; margin:auto !important;}
.count {
margin:auto;
margin-bottom:10px !important;
margin-top:10px !important;
width:75px;
border-bottom-left-radius: 4px 4px;
border-bottom-right-radius: 4px 4px;
border-top-left-radius: 4px 4px;
border-top-right-radius: 4px 4px;
border: 4px solid #f78803;
float: none;
padding: 0px 8px;
font-size:20px;
}
.memo {
margin-top:5% !important;
width:100%;
height:100%;
padding-bottom:10px;
}
[data-role=page]{height: 100% !important; position:relative !important;}
[data-role=footer]{bottom:0; position:absolute !important; top: auto !important; width:100%;}
.brain {
text-align:center;
margin-top:100px;
}