Advertisement
Guest User

Untitled

a guest
Jan 5th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. div.box-header-groups {
  2. color: #000000;
  3. border-radius: 5px 5px 0px 0px;
  4. font-weight: normal;
  5. background-image: linear-gradient(to bottom, #548BCE, #2F72C4);
  6. padding-left: 5px;
  7. border: 0px;
  8. }
  9.  
  10. div.box-header-timeline {
  11. color: #000000;
  12. border-radius: 5px 5px 0px 0px;
  13. background-image: linear-gradient(to bottom, #548BCE, #2F72C4);
  14. padding-left: 10px;
  15. font-weight: normal;
  16. margin: 0;
  17. font-size: 16px;
  18. border: 0px;
  19. }
  20.  
  21. div.box-header-friends {
  22. color: #000000;
  23. border-radius: 5px 5px 0px 0px;
  24. font-weight: normal;
  25. background-image: linear-gradient(to bottom, #548BCE, #2F72C4);
  26. padding-left: 5px;
  27. border: 0px;
  28. }
  29.  
  30. html.sessionstorage.localstorage body {
  31. background-color: #999999;
  32. font-weight: normal;
  33. }
  34.  
  35. div.sidebar .box-body {
  36. background-color: #fff;
  37. padding: 10px;
  38. border-radius: 0px 0px 5px 5px;
  39. }
  40.  
  41. div.header {
  42. background-image: url('http://friendfeedmemorial.com/static/images/nano-logo.png');
  43. background-repeat: no-repeat;
  44. background-position: left center;
  45. }
  46.  
  47. div.title h1 {
  48. opacity: 0;
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement