-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathip-conjurer.css
48 lines (41 loc) · 882 Bytes
/
ip-conjurer.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
#conjurerNotificationsContainer {
position: fixed;
bottom: 90px;
right: 20px;
width: 330px;
}
#conjurerNotificationsList li div {
position: relative;
}
.conjurer-entry-close-button {
cursor: pointer;
font-weight: bold;
position: absolute;
top: 0;
right: 0;
}
#conjurerNotificationsList {
list-style-type: none;
}
#conjurerNotificationsList li {
padding: 0.4em;
margin-bottom: 0.4em;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px
}
#conjurerNotificationsList p {
margin: 1px 0;
padding: 0;
line-height: 1.1em;
}
#conjurerNotificationsList:last-child {
margin-bottom: 0
}
#conjurerNotificationsList li {
background: #ccc;
background: rgba(250, 250, 250, 0.8);
-moz-box-shadow: 0 0 6px #ccc;
-webkit-box-shadow: 0 0 6px #ccc;
box-shadow: 0 0 6px #ccc
}