Guest User

Untitled

a guest
Sep 23rd, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. a, a:visited, a:active {
  2. color: #444;
  3. }
  4.  
  5. .container {
  6. max-width: 900px;
  7. margin: auto;
  8. }
  9.  
  10. .button {
  11. min-width: 130px;
  12. padding: 4px 5px;
  13. cursor: pointer;
  14. text-align: center;
  15. font-size: 13px;
  16. border: 1px solid #e0e0e0;
  17. text-decoration: none;
  18. }
  19.  
  20. .button.active {
  21. background: #000;
  22. color: #fff;
  23. }
  24.  
  25.  
  26. #vis {
  27. width: 940px;
  28. height: 600px;
  29. clear: both;
  30. margin-bottom: 10px;
  31. }
  32.  
  33. #toolbar {
  34. margin-top: 10px;
  35. }
  36.  
  37. .usgs {
  38. font-size: 21px;
  39. fill: #aab;
  40. cursor: default;
  41. }
  42.  
  43. .tooltip {
  44. position: absolute;
  45. top: 100px;
  46. left: 100px;
  47. -moz-border-radius:5px;
  48. border-radius: 8px;
  49. border: 0px;
  50. background: grey;
  51. opacity: .5;
  52. color: white;
  53. padding: 10px;
  54. width: 100px;
  55. font-size: 12px;
  56. z-index: 10;
  57. }
  58.  
  59. .tooltip .title {
  60. font-size: 13px;
  61. }
  62.  
  63. .tooltip .name {
  64. font-weight:bold;
  65. }
  66.  
  67. .footer {
  68. text-align: center;
  69. }
Add Comment
Please, Sign In to add comment