Advertisement
PeteyK473

PeteyK473's ROBLOX CSS Style

Aug 29th, 2014
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.77 KB | None | 0 0
  1.    background-color: #9C0000
  2. ;
  3. }
  4.  
  5. div.navigation-container {
  6.     background-color: #383838;
  7. }
  8.  
  9. div.notification-icon {
  10.     background-color: #ff00d6;
  11. }
  12.  
  13. div.robux-icon {
  14.     background: url('http://i.imgur.com/AU7GBi4.png?2')
  15. ;
  16. }
  17.  
  18. div.search-icon {
  19.     background: url('http://imgur.com/zgaBZyB');
  20. }
  21.  
  22. div.settings-icon {
  23.     background: url("http://i.imgur.com/F9AVPFG.png")
  24. ;
  25. }
  26.  
  27. div.tickets-icon {
  28.     background: url('http://i.imgur.com/zC8WmKx.png')
  29. ;
  30. }
  31.  
  32. h3.notification-text {
  33.     background-color: #4E4E4E;
  34. }
  35.  
  36. span.logo {
  37.     background-image: url(http://i.imgur.com/Rn3TgcL.png);
  38.     background-repeat: no-repeat;
  39. }
  40.  
  41. span.logo:hover {
  42.     background-color: #9C0000
  43. ;
  44. }
  45.  
  46. span.upsell-icon {
  47.     background: url('http://imgur.com/zgaBZyB');
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement