Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. #noticebox{
  2. position:fixed;
  3. width:125px
  4. z-index:99999999999999999999;
  5. height:auto;
  6. right:30px;
  7. top:40px;
  8. color:#000000;
  9. background-color:#ffffff;
  10. border:1px solid #000000;
  11. text-align:right;
  12. padding:3px; }
  13.  
  14. #noticebox a{
  15. text-decoration:none;
  16. font-style:italic;
  17. letter-spacing:1px;
  18.  
  19. #noticebox a:hover{
  20. font-style:normal;
  21. text-decoration:underline;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement