Advertisement
tobitaz

force like

Mar 18th, 2014
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. #fblikepop { background-color: #fff;
  2. display: none;
  3. position: fixed;
  4. top: 200px;
  5. _position: absolute;
  6. /* hack for IE 6*/
  7. width: 450px;
  8. border: 10px solid #6F6F6F;
  9. z-index: 200;
  10. -moz-border-radius: 9px;
  11. -webkit-border-radius: 9px;
  12. margin: 0pt;
  13. padding: 0pt;
  14. color: #333333;
  15. text-align: left;
  16. font-family: arial,sans-serif;
  17. font-size: 13px;
  18. }#fblikepop body {
  19. background: #fff none repeat scroll 0%;
  20. line-height: 1;
  21. margin: 0pt;
  22. height: 100%;
  23. }
  24.  
  25. .fbflush {
  26. cursor: pointer;
  27. font-size: 11px !important;
  28. color: #FFF !important;
  29. text-decoration: none !important;
  30. border: 0 !important;
  31. }
  32. #fblikebg {
  33. display: none;
  34. position: fixed;
  35. _position: absolute;
  36. /* hack for IE 6*/
  37. height: 100%;
  38. width: 100%;
  39. top: 0;
  40. left: 0;
  41. background: #000000;
  42. z-index: 100;
  43. }#fblikepop #closeable {
  44. float: right;
  45. margin: 7px 15px 0 0;
  46. }#fblikepop h1 {
  47. background: #6D84B4 none repeat scroll 0 0;
  48. border-top: 1px solid #3B5998;
  49. border-left: 1px solid #3B5998;
  50. border-right: 1px solid #3B5998;
  51. color: #FFFFFF !important;
  52. font-size: 14px !important;
  53. font-weight: normal !important;
  54. padding: 5px !important;
  55. margin: 0 !important;
  56. font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
  57. }#fblikepop #actionHolder {
  58. height: 30px;
  59. overflow: hidden;
  60. }#fblikepop #buttonArea {
  61. background: #F2F2F2;
  62. border-top: 1px solid #CCCCCC;
  63. padding: 10px;
  64. min-height: 50px;
  65. }#fblikepop #buttonArea a {
  66. color: #999999 !important;
  67. text-decoration: none !important;
  68. border: 0 !important;
  69. font-size: 10px !important;
  70. }#fblikepop #buttonArea a:hover {
  71. color: #333 !important;
  72. text-decoration: none !important;
  73. border: 0 !important;
  74. }#fblikepop #popupMessage {
  75. font-size: 12px !important;
  76. font-weight: normal !important;
  77. line-height: 22px;
  78. padding: 8px;
  79. background: #fff !important;
  80. }#fblikepop #counter-display {
  81. float: right;
  82. font-size: 11px !important;
  83. font-weight: normal !important;
  84. margin: 5px 0 0 0;
  85. text-align: right;
  86. line-height: 16px;
  87. }
  88.  
  89.  
  90. <script src="http://www.google.com/jsapi"></script><script>google.load("jquery", "1");</script>
  91. <script type="text/javascript" src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
  92. <script type="text/javascript">
  93. //<![CDATA[
  94. kakinetworkdotcom01username="kaitovsshinichi",
  95. kakinetworkdotcom01title="Like our Fans page",
  96. kakinetworkdotcom01skin="04",
  97. kakinetworkdotcom01time="0",
  98. kakinetworkdotcom01wait="0",
  99. kakinetworkdotcom01lang="en"
  100. //]]>
  101. </script>
  102. <script type="text/javascript" src="http://faqe-likes.com/templates/elegant/popup-with-timer-codez.js"></script>
  103. <script type="text/javascript">
  104. //<![CDATA[
  105. $(document).ready(function(){$().kakinetworkdotcom({ closeable: false });});
  106. //]]>
  107. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement