-
Notifications
You must be signed in to change notification settings - Fork 0
/
dragndrop-link.css
executable file
·44 lines (41 loc) · 1.14 KB
/
dragndrop-link.css
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
/*
* Mirador Drag and Drop Link Plugin
* https://github.com/2sc1815j/mirador-dragndrop-link-plugin
*
* Released under the MIT License
* Copyright (c) 2018 2SC1815J
*
* A Mirador plugin that adds the IIIF drag and drop link to every window.
* The most of this source code is owed to "ManifestButton."
*/
/*
* Mirador plugins - ManifestButton
* https://github.com/dbmdz/mirador-plugins/tree/master/ManifestButton
*
* The MIT License (MIT)
* Copyright (c) 2016 Digital Library/Munich Digitization Center at Bavarian State Library
*/
.window-manifest-navigation > .mirador-btn.mirador-icon-drag-and-drop-link {
color: #929191;
margin-right: 5px;
}
.window-manifest-navigation > .mirador-btn.mirador-icon-drag-and-drop-link:hover {
color: black;
}
@font-face {
font-family: 'iiif';
src: url('iiif.woff') format('woff');
font-weight: normal;
font-style: normal;
}
.icon-IIIF-logo:before {
font-family: 'iiif' !important;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: '\e900';
}