Guest User

Untitled

a guest
Nov 23rd, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. <div id="DIV_1">
  2. <div id="DIV_2">
  3. <span id="SPAN_3">35%</span>
  4. <div id="DIV_4">
  5. <div id="DIV_5">
  6. </div>
  7. <div id="DIV_6">
  8. </div>
  9. </div>
  10. </div>
  11. </div>
  12.  
  13. #DIV_1, #DIV_2 {
  14. bottom: 0px;
  15. float: left;
  16. height: 120px;
  17. left: 0px;
  18. position: relative;
  19. right: 0px;
  20. top: 0px;
  21. width: 120px;
  22. perspective-origin: 60px 60px;
  23. transform-origin: 60px 60px;
  24. background: rgb(204, 204, 204) none repeat scroll 0% 0% / auto padding-box border-box;
  25. border-radius: 50% 50% 50% 50%;
  26. font: normal normal 400 normal 120px / normal "Times New Roman";
  27. margin: 0px 12px 12px 0px;
  28. }
  29.  
  30. #DIV_1:after, #DIV_2:after {
  31. bottom: 9.60938px;
  32. content: ' ';
  33. display: block;
  34. height: 100.797px;
  35. left: 9.6px;
  36. position: absolute;
  37. right: 9.60938px;
  38. top: 9.6px;
  39. width: 100.797px;
  40. perspective-origin: 50.3906px 50.3906px;
  41. transform-origin: 50.3906px 50.3906px;
  42. background: rgb(245, 245, 245) none repeat scroll 0% 0% / auto padding-box border-box;
  43. border-radius: 50% 50% 50% 50%;
  44. font: normal normal 400 normal 120px / normal "Times New Roman";
  45. transition: all 0.2s ease-in 0s;
  46. }
  47.  
  48. #SPAN_3 {
  49. bottom: 0px;
  50. color: rgb(204, 204, 204);
  51. display: block;
  52. height: 120px;
  53. left: 0px;
  54. position: absolute;
  55. right: 0px;
  56. text-align: center;
  57. text-decoration: none solid rgb(204, 204, 204);
  58. top: 0px;
  59. white-space: nowrap;
  60. width: 120px;
  61. z-index: 1;
  62. column-rule-color: rgb(204, 204, 204);
  63. perspective-origin: 60px 60px;
  64. transform-origin: 60px 60px;
  65. caret-color: rgb(204, 204, 204);
  66. border: 0px none rgb(204, 204, 204);
  67. font: normal normal 400 normal 24px / 120px "Times New Roman";
  68. outline: rgb(204, 204, 204) none 0px;
  69. transition: all 0.2s ease-out 0s;
  70. }
  71.  
  72. #DIV_4 {
  73. bottom: 0px;
  74. clip: rect(0px 120px 120px 60px);
  75. height: 120px;
  76. left: 0px;
  77. position: absolute;
  78. right: 0px;
  79. top: 0px;
  80. width: 120px;
  81. perspective-origin: 60px 60px;
  82. transform-origin: 60px 60px;
  83. font: normal normal 400 normal 120px / normal "Times New Roman";
  84. }
  85.  
  86. #DIV_5 {
  87. bottom: 0.015625px;
  88. clip: rect(0px 60px 120px 0px);
  89. height: 100.797px;
  90. left: 0px;
  91. position: absolute;
  92. right: 0.015625px;
  93. top: 0px;
  94. width: 100.797px;
  95. perspective-origin: 59.9844px 59.9844px;
  96. transform: matrix(-0.587785, 0.809017, -0.809017, -0.587785, 0, 0);
  97. transform-origin: 59.9844px 59.9844px;
  98. border: 9.59375px solid rgb(77, 181, 60);
  99. border-radius: 50% 50% 50% 50%;
  100. font: normal normal 400 normal 120px / normal "Times New Roman";
  101. }
  102.  
  103. #DIV_6 {
  104. width: 120px;
  105. perspective-origin: 60px 0px;
  106. transform-origin: 60px 0px;
  107. border: 0px none rgb(77, 181, 60);
  108. font: normal normal 400 normal 120px / normal "Times New Roman";
  109. }
Add Comment
Please, Sign In to add comment