-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (25 loc) · 1.56 KB
/
index.html
File metadata and controls
31 lines (25 loc) · 1.56 KB
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
<!DOCTYPE HTML>
<html manifest="" lang="en-US">
<head>
<meta charset="UTF-8">
<title>Reference</title>
<script id="microloader" type="text/javascript" src="sdk/cordova-1.9.0.js"></script>
<link rel="stylesheet" href="resources/fontawesome/css/font-awesome.css">
<style type="text/css">
html, body { height: 100%; background: #1b1a1b url('resources/images/txture.png') repeat center scroll; cursor: default; }
#app-logo { background: #fff url('') no-repeat center scroll; }
#screen-toolbar { background: #fff; }
#reference-screen-main-grid h1 { font-weight: bold; }
#reference-screen-main-grid p { font-weight: size: 15px; }
.category-screen.light p, .category-screen.light h1 { color: #fff; }
.category-screen.light .item_count { background: url('resources/images/book-light.png') no-repeat top right scroll; padding-right: 25px; background-size: 24px; }
.category-screen.light .favorite { background: url('resources/images/favorite-light.png') no-repeat top right scroll; width: 24px; background-size: 24px; }
.category-screen.dark p, .category-screen.dark h1 { color: #333; }
.category-screen.dark .item_count { background: url('resources/images/book-dark.png') no-repeat top right scroll; padding-right: 25px; background-size: 24px; }
.category-screen.dark .favorite { background: url('resources/images/favorite-dark.png') no-repeat top right scroll; width: 24px; background-size: 24px; }
</style>
<script id="microloader" type="text/javascript" src="sdk/microloader/development.js"></script>
</head>
<body>
</body>
</html>