-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
43 lines (41 loc) · 1.16 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Radioactive Learning</title>
<script src="../Sencha/sencha-touch.js" type="text/javascript"></script>
<link href="../Sencha/resources/css/sencha-touch.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="main.js"></script>
<style>
.list-item-word
{
float:left;
width:100%;
font-size:90%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.list-item-def
{
float:left;
width:100%;
color:#666666;
font-size:80%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.x-item-selected .list-item-word
{
color:#ffffff;
}
.x-item-selected .list-item-def
{
color:#ffffff;
}
.x-list-disclosure{overflow:visible;-webkit-mask:0 0 url('../Sencha/') no-repeat;
</style>
</head>
<body></body>
</html>