-
Notifications
You must be signed in to change notification settings - Fork 3
/
guide.html
82 lines (82 loc) · 1.58 KB
/
guide.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
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
75
76
77
78
79
80
81
82
<html>
<head>
<style>
body{
font-family: "Ubuntu", "Lucida Grande", "Lucida Sans", "Arial", sans-serif;
padding: 0; margin: 0;
}
.middle{
margin: 0 auto;
width: 800px;
}
@media(max-width: 800px){
.middle{
margin: 0;
width: 100%;
}
}
@media(min-width: 800px){
.toc{
position: fixed;
top: 70px;
left: 20px;
width: 200px;
}
}
pre{
white-space: pre-wrap;
word-break: break-all;
word-wrap: break-word;
}
#body, .footer{
padding: 10px;
}
h1,h2,h3{
font-weight: lighter;
}
.footer{
margin-top: 5px;
border-top: 1px solid #CCC;
padding-top: 5px;
font-size: 12px;
color: #333;
}
.hide{ display: none; }
.readmore{
background: #EEEFFF;
padding: 9px;
}
#header{
background: #669900;
color: #fff;
padding: 9px;
font-size: 25px;
position: fixed;
left: 0; right: 0; top: 0;
}
.toc-h2{
margin-left: 20px;
}
.toc-h3{
margin-left: 40px;
}
</style>
<title>Android Additions Guide</title>
</head>
<body>
<div id="header"><div class="middle">
Android Additions Guide
</div></div>
<div style="height: 50px"> </div>
<div class="toc">
<strong>Table of Contents</strong><br/>
<div id="toc"></div>
</div>
<div class="middle">
<div id="body">please wait</div>
<div class="footer">This guide was brought to you by Android Additions and not by Google<br/>There is no location in the address bar as this page is inside of the extension. Instead <a href="https://chrome.google.com/webstore/detail/omakkdelnjjgfmohpfkejgfcckpkbhbj">link people here</a></div>
</div>
<script type="text/javascript" src="jquery.min.js"></script>
<script type="text/javascript" src="guide.js"></script>
</body>
</html>