-
Notifications
You must be signed in to change notification settings - Fork 5
/
ldn-plugin.css
124 lines (106 loc) · 2.09 KB
/
ldn-plugin.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
.mirador-container .notifications-wrapper {
/* background: #efefef;
position: absolute;
width: 50%;
height: 50%;
top: 25%;
left: 25%;
padding: 10px;
box-shadow: 3px 0px 20px 2px #000000;
display: none;
overflow-wrap: break-word;*/
}
.mirador-container .mirador-btn-inbox {
color: #929191;
width: 30px;
margin-right: 5px;
position: relative;
}
.mirador-container .mirador-btn-inbox:hover {
color: #000;
}
.mirador-container .mirador-btn-inbox .badge-container {
position: absolute;
width: 16px;
height: 16px;
right: -3px;
top: -6px;
}
.mirador-container .mirador-btn-inbox .badge-count {
box-shadow: 0 0 0 1px #fff;
font-weight: 700;
display: block;
border-radius: 16px;
background: #CD4B5B;
height: 12px;
width: 12px;
color: #fff;
text-align: center;
line-height: 12px;
font-size: 8px;
cursor: pointer;
position: absolute;
top: 0;
left: 0;
opacity: 1;
transform: scale(1);
transition: all 0.3s;
}
.notifications-wrapper {
}
.notifications-wrapper > p {
margin-top: 0;
}
.notifications-wrapper-list {
list-style: none;
padding-left: 0;
display: table;
width: 100%;
}
.notifications-wrapper-list li {
display: table-row;
}
.notifications-wrapper-list li:nth-child(odd) {
background-color: #efefef;
}
.supplement-button,
.supplement-info {
display: table-cell;
padding: 8px 0 8px 8px;
vertical-align: middle;
}
.supplement-info {
font-size: .8em;
}
.supplement-info a {
border-bottom: 1px dotted #005ebd;
}
.supplement-info a:hover {
border-bottom: 1px dotted #ddd;
}
.supplement-info p {
margin: 0 0 4px 0;
word-wrap: break-word;
}
.supplement-button a.mirador-btn-supplement {
color: #fff;
display: inline-block;
padding: 4px 8px;
font-size: 12px;
/* font-weight: 400;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid lightGray;*/
border-radius: 2px;
transition: border-color 0.3s ease-out;
background-color: deepskyblue;
border: none;
}
.supplement-button a:hover {
background-color: #00a6dd;
}
.supplement-logo{
width: 100px
}