Advertisement
Guest User

Untitled

a guest
Aug 28th, 2015
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. ody {
  2. background-color: transparent;
  3. color: white;
  4. }
  5.  
  6. #content {
  7. /* width:100%; */
  8. padding: 10px 10px;
  9. }
  10.  
  11. #thermometer {
  12. position: relative;
  13. margin: 0px 10px 10px 10px;
  14. height:100px;
  15. background: 0001fc !important;
  16. background-image: url('http://puu.sh/jOdKs/c86747946f.png') !important;
  17. border: 3px solid #179893 !important;
  18. -webkit-border-radius: 0px !important;
  19. -webkit-box-shadow: 0px 0px 10px #179893, 0px 0px 20px #179893, 0px 0px 30px #179893 !important;
  20. }
  21.  
  22. #thermometer .track {
  23. height:50px;
  24. top: 0px;
  25. border: 1px solid #179893 !important;
  26. margin: 20px 20px;
  27. background: #0001fc !important;
  28. }
  29.  
  30. #thermometer .progress {
  31. height: 50px;
  32. width:10%;
  33. background: #179893 !important;
  34. }
  35.  
  36. #thermometer .goal {
  37. position:absolute;
  38. width: 100%;
  39. }
  40.  
  41. #thermometer .start-amount {
  42. position: absolute;
  43. float: right;
  44. display: inline-block;
  45. border-top:0px solid black;
  46. font-family: Impact !important;
  47. font-weight: bold;
  48. font-size: 25px !important;
  49. top: 50px;
  50. right: 0px;
  51. width: 100%;
  52. color: #FFFF00 !important;
  53. -webkit-text-stroke-color: #000000;
  54. -webkit-text-stroke-width: 2px;
  55. }
  56. #thermometer .end-amount {
  57. position: absolute;
  58. float: right;
  59. display: inline-block;
  60. padding-right: 40px;
  61. border-top:0px solid black;
  62. font-family: Impact !important;
  63. font-weight: bold;
  64. font-size: 25px !important;
  65. top: 50px;
  66. right: 0px;
  67. color: #FFFF00 !important;
  68. -webkit-text-stroke-color: #000000;
  69. -webkit-text-stroke-width: 2px;
  70. }
  71. #thermometer .progress .amount {
  72. display: block;
  73. position: absolute;
  74. text-align: center;
  75. border-top: 0px solid #060;
  76. font-family: Impact !important;
  77. font-size: 32px;
  78. font-weight: bold;
  79. color: #0001fc !important;
  80. top: 27px;
  81. width: 100%;
  82. -webkit-text-stroke-color: #179893;
  83. -webkit-text-stroke-width: 2px;
  84. text-shadow:0px 0px 25px #179893;
  85. }
  86.  
  87. .track:after {
  88. content: 'Benq Screen' !important;
  89. display: block;
  90. position: absolute;
  91. text-align: left;
  92. border-top: 0px solid #060;
  93. font-family: Impact !important;
  94. font-size: 28px;
  95. font-weight: bold;
  96. color: #FFFF00 !important;
  97. top: 27px;
  98. width: 100%;
  99. -webkit-text-stroke-color: #000000;
  100. -webkit-text-stroke-width: 2px;
  101. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement