forked from ProjectMirador/mirador
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyleGuide.html
32 lines (29 loc) · 992 Bytes
/
styleGuide.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
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link rel="stylesheet" type="text/css" href="build/mirador/css/mirador-combined.css">
<title>Mirador Viewer</title>
<style type="text/css">
body { padding: 0; margin: 0; overflow: hidden; font-size: 70%; }
#viewer { background: #333 url(images/debut_dark.png) left top repeat; width: 100%; height: 100%; position: fixed; }
#manifest-select-menu { opacity: 1; -webkit-transform: none;}
</style>
</head>
<body>
<div id="viewer">
<div id="manifest-select-menu">
<h1>Bodeleian Manuscript 1337</h1>
<h2>A Second Level Heading</h2>
<h3>Third Level</h3>
<h4></h4>
<h5></h5>
<hr>
<div class="imagePlaceholder"></div>
<img src="" alt="Here is an example of an image">
<caption></caption>
</div>
</div>
<script src="build/mirador/mirador.js"></script>
</body>
</html>