
Notification Top Bar
By: a guest on
May 1st, 2012 | syntax:
CSS | size: 0.77 KB | hits: 23 | expires: Never
/* Notification at the top */
/* This concept was originally developed by redditor jamt9000 */
body {
position: relative
}
.content {
margin-top: 55px
}
.pagename {
font-size: 12pt
}
.titlebox form {
position: static
}
.titlebox .usertext-body .md ol {
width: 60%;
background-image: url(%%announce%%);
background-position: 2px 2px;
background-repeat: no-repeat;
background-color: #f6e69f;
border: 1px solid orange;
position: absolute;
top: 80px;
left: 20px;
z-index: 50;
margin: 0;
padding: 4px;
padding-left: 30px;
list-style: none;
display: block;
white-space: nowrap;
overflow: hidden
}
.titlebox .usertext-body .md ol li {
margin: 3px
}