Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.16 KB | None | 0 0
  1. .links line {
  2. stroke: rgb(108, 109, 105);
  3. cursor: pointer;
  4. }
  5.  
  6. .nodes circle {
  7. stroke-width: 0px;
  8. cursor: pointer;
  9. }
  10.  
  11. .everything {
  12. pointer-events: all;
  13. }
  14.  
  15. .node-tooltip {
  16. <<<<<<< HEAD
  17. position: absolute;
  18. height: 100px;
  19. width: 200px;
  20. }
  21.  
  22. .node-tooltip:hover{
  23. opacity: 1;
  24. }
  25.  
  26. .link-tooltip {
  27. position: absolute;
  28. height: 200px;
  29. width: 300px;
  30. }
  31.  
  32.  
  33. .node-tooltip::after,
  34. .link-tooltip::after{
  35. top: 100%;
  36. left: 50%;
  37. border: solid transparent;
  38. content: " ";
  39. height: 0;
  40. width: 0;
  41. position: absolute;
  42. pointer-events: none;
  43. border-color: rgba(136, 183, 213, 0);
  44. border-top-color: #fbfbfb;
  45. border-width: 10px;
  46. margin-left: -10px;
  47. }
  48.  
  49. li {
  50. display: list-item;
  51. }
  52.  
  53. .link-tooltip-articles-list-wrapper {
  54. height: calc(200px - 24px - 5px);
  55. padding-left: 10px;
  56. padding-top: 5px;
  57. padding-right: 10px;
  58. padding-bottom: 5px;
  59. overflow: auto;
  60. }
  61. div.node-tooltip, div.link-tooltip {
  62. position: absolute;
  63. box-shadow: 0 6px 25px -5px rgba(205,210,214,.8);
  64. background-color: #fbfbfb;
  65. display: none;
  66. }
  67.  
  68. .node-tooltip-title-wrapper {
  69. height: 80px;
  70. padding: 5px;
  71. margin: 0 0 0 0;
  72. align-items: center;
  73. justify-content: center;
  74. overflow: auto;
  75. display: flex;
  76. }
  77.  
  78. .link-tooltip-article-item:hover{
  79. background-color: #FEF0C1;
  80. }
  81.  
  82. a {
  83. text-decoration: none;
  84. =======
  85. position: absolute;
  86. height: 100px;
  87. width: 200px;
  88. }
  89.  
  90. .node-tooltip:hover{
  91. opacity: 1;
  92. }
  93.  
  94. .link-tooltip {
  95. position: absolute;
  96. height: 200px;
  97. width: 300px;
  98. }
  99.  
  100.  
  101. .node-tooltip::after,
  102. .link-tooltip::after{
  103. top: 100%;
  104. left: 50%;
  105. border: solid transparent;
  106. content: " ";
  107. height: 0;
  108. width: 0;
  109. position: absolute;
  110. pointer-events: none;
  111. border-color: rgba(136, 183, 213, 0);
  112. border-top-color: #fbfbfb;
  113. border-width: 10px;
  114. margin-left: -10px;
  115. }
  116.  
  117. li {
  118. display: list-item;
  119. }
  120.  
  121. .link-tooltip-articles-list-wrapper {
  122. height: calc(200px - 24px - 5px);
  123. padding-left: 10px;
  124. padding-top: 5px;
  125. padding-right: 10px;
  126. padding-bottom: 5px;
  127. overflow: auto;
  128. }
  129. div.node-tooltip, div.link-tooltip {
  130. position: absolute;
  131. box-shadow: 0 6px 25px -5px rgba(205,210,214,.8);
  132. background-color: #fbfbfb;
  133. display: none;
  134. }
  135.  
  136. .node-tooltip-title-wrapper {
  137. height: 80px;
  138. padding: 5px;
  139. margin: 0 0 0 0;
  140. align-items: center;
  141. justify-content: center;
  142. overflow: auto;
  143. display: flex;
  144. >>>>>>> df21880d2a370e1e2643e5392e8a8ca190101423
  145. }
  146.  
  147. .link-tooltip-article-item a,
  148. .node-tooltip-title {
  149. cursor: pointer;
  150. pointer-events: all;
  151. font-size: 18px;
  152. font-family: sans-serif;
  153. color: grey;
  154. display: block;
  155. overflow-y: auto;
  156. }
  157.  
  158. .link-tooltip-title {
  159. font-weight: bold;
  160. font-size: 14px;
  161. font-family: sans-serif;
  162. height: 24px;
  163. background-color: #78B7BB;
  164. text-align: center;
  165. padding: 6px;
  166. color: #fbfbfb;
  167. }
  168.  
  169. .link-tooltip-article-item {
  170. margin-right: 0px;
  171. margin-left: 0px;
  172. margin-top: -5px;
  173. margin-bottom: 10px;
  174. padding : 5px;
  175. }
  176.  
  177. .link-tooltip-article-item:hover{
  178. background-color: #FEF0C1;
  179. }
  180.  
  181. a {
  182. text-decoration: none;
  183. }
  184.  
  185. .link-tooltip-article-item a,
  186. .node-tooltip-title {
  187. color: #818B98;
  188. }
  189.  
  190. .link-tooltip-article-item a:visited,
  191. .node-tooltip-title:visited {
  192. color: #afa5ba;
  193. }
  194.  
  195. .link-tooltip-article-item a:hover,
  196. .node-tooltip-title:hover {
  197. color: #78B7BB;
  198. }
  199.  
  200. .link-tooltip-articles-list {
  201. height: calc(100% - 24px - 15px);
  202. cursor: pointer;
  203. pointer-events: all;
  204. list-style-type: square;
  205. padding: 0 0 5px 0;
  206. margin: 0 0 0 0;
  207. overflow: auto;
  208. <<<<<<< HEAD
  209. }
  210.  
  211. .nodetooltip-div {
  212. background-color: white;
  213. }
  214.  
  215. .nodetooltip-fo {
  216. background-color: white;
  217. min-height: 50px;
  218. min-width: 50px;
  219. }
  220. =======
  221. }
  222.  
  223. .nodetooltip-div {
  224. background-color: white;
  225. }
  226.  
  227. .nodetooltip-fo {
  228. background-color: white;
  229. min-height: 50px;
  230. min-width: 50px;
  231. }
  232. >>>>>>> df21880d2a370e1e2643e5392e8a8ca190101423
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement