-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmirador-bc.css
91 lines (76 loc) · 1.77 KB
/
mirador-bc.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
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
83
84
85
86
87
88
89
90
91
/* Includes BC branding and other local Mirador styles.
* Load after 'mirador-combined.css' */
body {
font-size: 80%;
}
#viewer {
width: 100%;
height: 100%;
position: fixed;
}
.mirador-container .mirador-main-menu-bar {
border-bottom: 1px solid #dccaa0;
background-color: #8a100b;
}
#bc-logo {
background-image: url(https://library.bc.edu/theme/img/title_295x30_transparent_whitetext.png);
background-size: auto;
background-repeat: no-repeat;
background-position: center;
display: inline-block;
color: transparent;
overflow: hidden;
width: 295px;
height: 30px;
margin-top: -6px;
}
.mirador-container .mirador-main-menu-bar a {
color: #fff;
opacity: .8;
}
.user-logo a:hover {
color: #c0bda5;
}
.mirador-main-menu-bar a:hover {
color: #c0bda5;
}
.slicknav_menu {
display:none;
}
.window-manifest-navigation > .mirador-btn.mirador-icon-download {
color: #929191;
margin-right: 10px;
width: 30px;
}
.window-manifest-navigation > .mirador-btn.mirador-icon-download:hover {
color: black;
}
@media screen and (max-width: 900px) {
/* #menu is the original menu */
.user-buttons, .mainmenu-button {
display:none;
}
.slicknav_menu {
display:inline-block;
position:relative;
z-index: 9001;
float:right;
height: 33px;
padding:0 !important;
margin:0 !important;
background: #8a100b !important;
//background: rgba(0,0,0,0.9) !important;
}
.slicknav_menu > .slicknav_btn {
margin: 0;
background: #8a100b;
}
.slicknav_nav {
background: #8a100b;
//background: rgba(0,0,0,0.9);
}
}
//.metadata-listing > .metadata-item:first-child >
.metadata-value {
font-weight: normal;
}