Guest User

Untitled

a guest
Jun 20th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. #body .tools
  2. {
  3. width: 100%;
  4. overflow: hidden;
  5. }
  6.  
  7. #body .tools .li
  8. {
  9. list-style-type: none;
  10. display: block;
  11. float: right;
  12. padding: 10px;
  13.  
  14. }
  15.  
  16. #body .tools li a
  17. {
  18. display: block;
  19. float: right;
  20. min-width: 100px;
  21. padding: 10px;
  22. color: #FFF;
  23. font-weight: bold;
  24. }
  25.  
  26. #body .tools .blue
  27. {
  28. background:url(../images/tools_left_blue_bg.jpg) no-repeat top left;
  29. height: 35px;
  30. line-height: 35px;
  31. }
  32.  
  33. #body .tools .blue a
  34. {
  35. background:url(../images/tools_right_blue_bg.jpg) no-repeat top right;
  36. height: 35px;
  37. line-height: 35px;
  38.  
  39. }
  40.  
  41. #body .tools .grey
  42. {
  43. background:url(../images/tools_left_grey_bg.jpg) no-repeat top left;
  44. height: 35px;
  45. line-height: 35px;
  46.  
  47. }
  48.  
  49. #body .tools .grey a
  50. {
  51. background:url(../images/tools_right_grey_bg.jpg) no-repeat top right;
  52. height: 35px;
  53. line-height: 35px;
  54.  
  55. }
Add Comment
Please, Sign In to add comment