]>
Commit | Line | Data |
---|---|---|
76380d62 JF |
1 | <?xml version="1.0" encoding="UTF-16"?> |
2 | <html><head> | |
3 | <title localize="MANAGE"></title> | |
4 | <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0"/> | |
5 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> | |
6 | <script type="text/javascript" src="menes/menes.js"></script> | |
7 | <script type="text/javascript" src="localize.js"></script> | |
8 | <base target="_blank"/> | |
9 | ||
10 | <style> | |
11 | body { | |
76380d62 JF |
12 | background-size: 7px 1px; |
13 | display: table; | |
14 | font-family: Helvetica; | |
15 | height: 337px; | |
16 | margin: 0; | |
17 | padding: 0; | |
18 | -webkit-text-size-adjust: none; | |
19 | -webkit-user-select: none; | |
20 | } | |
21 | ||
22 | div.page { | |
23 | display: table-cell; | |
24 | text-align: center; | |
25 | margin: 0 auto; | |
26 | vertical-align: middle; | |
27 | width: 320px; | |
28 | } | |
29 | ||
30 | a.giant-button { | |
31 | background-color: rgba(0, 0, 0, .15); | |
32 | -webkit-border-radius: 10px; | |
33 | color: #193250; | |
34 | display: block; | |
35 | margin: 10px; | |
36 | text-decoration: none; | |
37 | } | |
38 | ||
39 | a.giant-button > img { | |
40 | display: inline-block; | |
41 | float: left; | |
42 | height: 80px; | |
43 | margin: 10px -10px 0 10px; | |
44 | width: 80px; | |
45 | vertical-align: middle; | |
46 | } | |
47 | ||
48 | a.giant-button > div.contents { | |
49 | display: inline-block; | |
50 | width: 190px; | |
51 | margin: 5px 10px 17px 10px; | |
52 | } | |
53 | ||
54 | a.giant-button > div.contents > label { | |
55 | display: block; | |
56 | font-size: 28px; | |
57 | margin: 8px 0 8px 0; | |
58 | text-align: center; | |
59 | text-shadow: rgba(200, 200, 200, 0.75) 1px 1px 0; | |
60 | } | |
61 | ||
62 | a.giant-button > div.contents > div { | |
63 | display: block; | |
64 | font-size: 14px; | |
65 | margin-left: 4px; | |
66 | text-align: center; | |
67 | } | |
68 | </style> | |
69 | </head><body><div class="page"> | |
70 | <div class="dialog"> | |
71 | <div class="panel"> | |
72 | ||
73 | <a href="cydia://installed" class="giant-button"> | |
74 | <img src="packages.png"/> | |
75 | <div class="contents"> | |
76 | <label localize="PACKAGES"></label> | |
77 | <div localize="PACKAGES_EX"></div> | |
78 | </div> | |
79 | </a> | |
80 | ||
81 | <a href="cydia://sources" class="giant-button"> | |
82 | <img src="sources.png"/> | |
83 | <div class="contents"> | |
84 | <label localize="SOURCES"></label> | |
85 | <div localize="SOURCES_EX"></div> | |
86 | </div> | |
87 | </a> | |
88 | ||
89 | <a href="cydia://storage" class="giant-button"> | |
90 | <img src="storage.png"/> | |
91 | <div class="contents"> | |
92 | <label localize="STORAGE"></label> | |
93 | <div localize="STORAGE_EX"></div> | |
94 | </div> | |
95 | </a> | |
96 | ||
97 | </div> | |
98 | </div> | |
99 | </div></body></html> |