You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

189 lines
2.8 KiB

#notifstab, #notifslist {
position: fixed;
right: 0em;
top: 0em;
z-index: 4;
background-color: #242424;
}
#notifstab {
width: 3em;
height: 3em;
top: 0em;
}
#notifs, #notifs a:link, #notifs a:visited {
color: white;
}
#notifstab:hover {
cursor: pointer;
}
#notifstab span {
line-height: 3em;
font-weight: bold;
width: 3em;
text-align: center;
display: block;
}
#notifstab span.red {
background-color: #D92727;
}
#notifslist {
transition: right 0.5s ease;
margin-top: 3em;
right: -100%;
width: 200px;
}
#notifslist.show {
right: 0em;
}
#notifslist li {
overflow: hidden;
line-height: 3em;
list-style-type: none;
}
#notifslist li:hover {
background-color: black;
}
#notifslist li a:not(.button) {
display: block;
}
#notifslist li.title {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding: 0em 1em;
}
#notifslist li img {
float: left;
width: 3em;
height: 3em;
margin-right: 1em;
}
#notifslist #acceptcontact {
padding: 0.5em;
padding-bottom: 0em;
}
/*
#notifstab {
position: fixed;
top: 0px;
right: 50%;
cursor: pointer;
z-index: 4;
padding: 0.8em 0.5em;
}
#notifs span {
color: white;
font-size: 0.8em;
padding: 0px;
line-height: 1.7em;
float: right;
padding: 0px 1em;
border-radius: 0.1em;
background-color: #444;
}
#notifstab span.red {
background-color: #D92727;
}
#notifstab:hover {
color: white;
}
#notifstab:hover:after {
background-color: #888;
}
#notifslist #acceptcontact p {
padding: 0.5em;
}
#notifslist {
display: none;
position: fixed;
top: 3em;
right: 50%;
margin-right: -300px;
z-index: 3;
background-color: #4C5A61;
overflow: hidden;
max-height: 400px;
width: 300px;
overflow-y: auto;
overflow-x: hidden;
}
#notifslist ul li:hover .black {
color: #BBB;
}
#notifslist #refresh:before {
color: #BBB;
}
#notifslist ul {
list-style-type: none;
clear: both;
}
#notifslist ul li {
line-height: 2em;
width: 100%;
display: block;
}
#notifslist ul li:nth-child(2n) {
background-color: rgba(255, 255, 255, 0.03);
}
#notifslist ul li p {
line-height: 1em;
padding: 0em 0.5em;
}
#notifslist ul li span.num {
background-color: #D92727;
margin: 0.3em 0.7em;
}
#notifslist ul li.title {
text-align: center;
border-top: none;
color: white;
}
#notifslist ul li img {
max-width: 2em;
float: left;
margin-right: 0.5em;
}
#notifslist ul li a {
overflow: hidden;
text-overflow: ellipsis;
color: white;
}
#notifslist ul li a.delete {
float: right;
margin-right: 10px;
}
#notifslist ul li a.delete:hover {
text-decoration: underline;
}
*/