forked from nmaier/repagination
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathoptions.html
53 lines (47 loc) · 1005 Bytes
/
options.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
body {
width: 25em;
font-family: "Open Sans Light", sans-serif;
font-size: 0.9em;
font-weight: 300;
}
section.clear-options {
padding: 0.5em 0;
margin: 1em 0;
}
#clear-button {
margin: 0 1.3em 1em 0;
}
label {
display: block;
padding: 0.2em 0;
}
label:hover {
background-color: #EAEFF2;
}
.title {
font-size: 1.2em;
margin-bottom: 0.5em;
}
</style>
</head>
<body>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this file,
- You can obtain one at http://mozilla.org/MPL/2.0/. -->
<section>
<label><input type="checkbox" id="slideshows"/>Show 'Slideshow' menu item</label>
</section>
<script src="options.js"></script>
<section>
<h3>Credits</h3>
<ul>
<li>Original developer: Omar Lev</li>
<li>Developer, translator: Nils Maier</li>
<li>Current maintainer: Mathnerd314</li>
</section>
</body>