Guest User

Untitled

a guest
Sep 22nd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.98 KB | None | 0 0
  1. body {
  2. margin-bottom: 1200px;
  3. }
  4.  
  5. .jump-container {
  6. display: block;
  7. position: absolute;
  8. }
  9.  
  10. .jump-anchor {
  11. display: block;
  12. width: 24px;
  13. height: 24px;
  14. line-height: 24px;
  15. text-align: center;
  16. font-size: 12px;
  17. font-weight: bold;
  18. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  19. color: #fff;
  20. background-color: #49afcd;
  21. position: relative;
  22. top: 0px;
  23. left: -30px;
  24. -webkit-border-radius: 4px;
  25. -moz-border-radius: 4px;
  26. border-radius: 4px;
  27. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 2px rgba(0, 0, 0, 0.05);
  28. -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 2px rgba(0, 0, 0, 0.05);
  29. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 2px rgba(0, 0, 0, 0.05);
  30. border-style: solid;
  31. border-width: 1px;
  32. border-color: #2f96b4;
  33. border-color: rgba(0, 0, 0, 0.2);
  34. filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  35. }
  36.  
  37. #mofo-serp-data {
  38. position: fixed;
  39. top: 151px;
  40. right: 20px;
  41. height: 600px;
  42. overflow: hidden;
  43. padding: 10px;
  44. background-color: #f5f5f5;
  45. border: 1px solid #2F96B4;
  46. z-index: 999999999;
  47. -webkit-border-radius: 4px;
  48. -moz-border-radius: 4px;
  49. border-radius: 4px;
  50. -webkit-box-shadow: 0px 1px 4px 0px rgba(33, 105, 128, 0.3);
  51. -moz-box-shadow: 0px 1px 4px 0px rgba(33, 105, 128, 0.3);
  52. box-shadow: 0px 1px 4px 0px rgba(33, 105, 128, 0.3);
  53. }
  54.  
  55. #mofo-serp-data .scroll-wrapper {
  56. width: 100%;
  57. height: 100%;
  58. overflow-x: hidden;
  59. overflow-y: scroll;
  60. border: 1px solid #e5e5e5;
  61. }
  62.  
  63. #mofo-buttons {
  64. background-color: #eee;
  65. border: 1px solid #2F96B4;
  66. border-bottom: none;
  67. padding-bottom: 1px;
  68. cursor: move;
  69. }
  70.  
  71. .mofo-button {
  72. margin: 4px;
  73. float: left;
  74. }
  75.  
  76. .mofo-button a {
  77. display: inline-block;
  78. width: 64px;
  79. height: 20px;
  80. line-height: 20px;
  81. font-size: 10px;
  82. font-weight: bold;
  83. text-decoration: none;
  84. text-align: center;
  85. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  86. color: #fff;
  87. -webkit-border-radius: 4px;
  88. -moz-border-radius: 4px;
  89. border-radius: 4px;
  90. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  91. -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  92. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  93. background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  94. background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  95. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  96. background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  97. background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  98. background-image: linear-gradient(top, #5bc0de, #2f96b4);
  99. background-repeat: repeat-x;
  100. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  101. border-style: solid;
  102. border-width: 1px;
  103. border-color: #2f96b4 #2f96b4 #1f6377;
  104. filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  105. }
  106.  
  107. .mofo-button a:hover,
  108. .mofo-button a:active {
  109. color: #fff;
  110. background-color: #2F96B4;
  111. background-image: none;
  112. }
  113.  
  114. #close-mofo-table {
  115. float: right;
  116. }
  117.  
  118. #close-mofo-table a {
  119. width: 20px;
  120. }
  121.  
  122. #mofo-table table {
  123. width: 100%;
  124. border-collapse: collapse;
  125. }
  126.  
  127. #mofo-table table th,
  128. #mofo-table table td {
  129. padding: 4px;
  130. border: 1px solid #2F96B4;
  131. vertical-align: middle;
  132. }
  133.  
  134. #mofo-table table th {
  135. background-color: #f0f7f8;
  136. }
  137.  
  138. #mofo-table table td {
  139. background-color: #fff;
  140. }
  141.  
  142. td.col1 a {
  143. display: block;
  144. width: 33px;
  145. height: 33px;
  146. line-height: 33px;
  147. text-decoration: none;
  148. font-weight: bold;
  149. }
  150.  
  151. td.col1 { text-align: center; }
  152. td.col2 { text-align: right; }
  153. td.col3 { text-align: left; }
  154. td.col4 { text-align: right; }
  155. td.col5 { text-align: right; }
  156.  
  157. #mofo-table .col3 div {
  158. width: 512px;
  159. }
  160.  
  161. .citation-container,
  162. .snippet-container {
  163. display: none;
  164. }
Add Comment
Please, Sign In to add comment