Guest User

Untitled

a guest
Jun 23rd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.63 KB | None | 0 0
  1. .FloatRight
  2. {
  3.     float:right;
  4.  }
  5.  
  6. .FloatLeft {
  7.     float:left;
  8. }
  9. .FloatCenter
  10. {
  11.     margin: 0 auto;
  12. }
  13. .NoMargin
  14. {margin:0px !important;}
  15.  
  16. .Margin5
  17. {margin:5px;}
  18.  
  19. .MarginLeft5
  20. {margin-left:5px;}
  21.  
  22. .MarginTop5
  23. {margin-top:5px;}
  24.  
  25. .MarginTop10
  26. {margin-top:10px;}
  27.  
  28. .MarginLeft10
  29. {margin-left:10px;}
  30.  
  31. .MarginLeft45
  32. {margin-left:45px;}
  33.  
  34. .Padding2
  35. {padding:2px;}
  36.  
  37. .Padding10
  38. {padding:10px;}
  39. .PaddingTop10 {
  40.     padding-top: 10px;
  41. }
  42. .SmallText
  43. {font-size:x-small !important;}
  44.  
  45. .xSmallText
  46. {font-size:xx-small !important;}
  47.  
  48. .ClearBoth
  49. {clear:both;}
  50.  
  51. .VSpacer20
  52. {min-Height:20px; height:20px;}
  53.  
  54. .HSpacer20
  55. {min-width:20px; width:20px;}
  56.  
  57. .CursorHand
  58. {cursor:pointer;}
Add Comment
Please, Sign In to add comment