Advertisement
pusatdata

fb-like-pop.css

Mar 1st, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. #fblikepop{
  2. display:none;
  3. position:fixed;
  4. _position:absolute; /* hack for IE 6*/
  5. width:450px;
  6. border:10px solid #6F6F6F;
  7. z-index:999;
  8. -moz-border-radius: 9px;
  9. -webkit-border-radius: 9px;
  10. margin:0pt;
  11. padding:0pt;
  12. color:#333333;
  13. text-align:left;
  14. font-family:arial,sans-serif !important;
  15. font-size:13px;
  16. }
  17.  
  18.  
  19. #fblikepop body{
  20. background:#fff !important;
  21. line-height:1;
  22. margin:0pt;
  23. height:100%;
  24. }
  25.  
  26. .fbflush{
  27. cursor: pointer;
  28. font-size:11px;
  29. color:#FFFFFF !important;
  30. border:0px !important;
  31. text-decoration:none !important;
  32. }
  33.  
  34. .fbflush:hover{
  35. color:#000 !important;
  36. }
  37.  
  38. #fblikebg{
  39. display:none;
  40. position:fixed;
  41. _position:absolute; /* hack for IE 6*/
  42. height:100%;
  43. width:100%;
  44. top:0;
  45. left:0;
  46. background:#000000;
  47. z-index:998;
  48. }
  49.  
  50. #fblikepop #closeable{
  51. float:right;
  52. margin:5px 15px 0 0;
  53. }
  54.  
  55. #fblikepop h1{
  56. background:#6D84B4 none repeat scroll 0 0 !important;
  57. border:1px solid #3B5998 !important;
  58. color:#FFFFFF !important;
  59. font-size:14px !important;
  60. font-weight:normal !important;
  61. padding:3px !important;
  62. margin:0 !important;
  63. font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
  64. }
  65.  
  66. #fblikepopClose{
  67. line-height:14px;
  68. right:6px;
  69. top:4px;
  70. position:absolute;
  71. display:block;
  72. }
  73.  
  74. #fblikepop #buttonArea{
  75. background:#F2F2F2;
  76. border-top:1px solid #CCCCCC;
  77. padding:9px;
  78. min-height:50px;
  79. }
  80.  
  81. #fblikepop #buttonArea a{
  82. color:#999999 !important;
  83. border-bottom: 1pxs olid #e3e3e3 !important;
  84. }
  85.  
  86. #fblikepop #buttonArea a:hover{
  87. color:#333 !important;
  88. border-bottom:1px solid #333 !important;
  89. }
  90.  
  91. #fblikepop #popupMessage{
  92. font-size:12px !important;
  93. font-weight:normal !important;
  94. line-height:22px;
  95. padding:8px;
  96. background:#fff !important;
  97. }
  98.  
  99. #fblikepop #counter-display{
  100. float:right;
  101. font-size:11px !important;
  102. font-weight:normal !important;
  103. margin:5px 0 0 0;
  104. text-align:right;
  105. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement