Advertisement
Kimeraweb

personPopupContainer

Jan 29th, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.24 KB | None | 0 0
  1. @charset "utf-8";
  2. #personPopupContainer
  3. {
  4.     position:absolute;
  5.     left:0;
  6.     top:0;
  7.     display:none;
  8.     z-index: 20000;
  9. }
  10.  
  11. .personPopupPopup
  12. {
  13. }
  14.  
  15. #personPopupContent
  16. {
  17.     min-width: 500px;
  18.     min-height: 350px;
  19. }
  20.  
  21. .personPopupPopup .personPopupImage
  22. {
  23.     margin: 5px;
  24.     margin-right: 15px;
  25. }
  26.  
  27. .personPopupPopup .corner
  28. {
  29.     width: 19px;
  30.     height: 15px;
  31. }
  32.    
  33. .personPopupPopup .topLeft
  34. {
  35.     background: url(../images/balloon_topLeft.png) no-repeat;
  36. }
  37.    
  38. .personPopupPopup .bottomLeft
  39. {
  40.     background: url(../images/balloon_bottomLeft.png) no-repeat;
  41. }
  42.    
  43. .personPopupPopup .left
  44. {
  45.     background: url(../images/balloon_left.png) repeat-y;
  46. }
  47.    
  48. .personPopupPopup .right
  49. {
  50.     background: url(../images/balloon_right.png) repeat-y;
  51. }
  52.    
  53. .personPopupPopup .topRight
  54. {
  55.     background: url(../images/balloon_topRight.png) no-repeat;
  56. }
  57.    
  58. .personPopupPopup .bottomRight
  59. {
  60.     background: url(../images/balloon_bottomRight.png) no-repeat;
  61. }
  62.    
  63. .personPopupPopup .top
  64. {
  65.     background: url(../images/balloon_top.png) repeat-x;
  66. }
  67.    
  68. .personPopupPopup .bottom
  69. {
  70.     background: url(../images/balloon_bottom.png) repeat-x;
  71.     text-align: center;
  72. }/* CSS Document */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement