Advertisement
Guest User

Untitled

a guest
Apr 27th, 2015
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. <div id="WWtray">
  2. <div id="WWclock_val">
  3. 13:59
  4. </div>
  5. <div/>
  6.  
  7. #WWtray{
  8. position: absolute;
  9. bottom: 0px;
  10. left: 0px;
  11. width: 92%;
  12. height: 35px;
  13. border: 0px;
  14. border-top: 1px solid #0099FF;
  15. background-color: #66CCFF;
  16. opacity: 0.5;
  17. z-index: 1;
  18. }
  19. #WWclock_val{
  20. position: absolute;
  21. bottom: 17px;
  22. right: 8px;
  23. width: 60px;
  24. color: #FFFFFF;
  25. height: 17px;
  26. border: 0px;
  27. overflow: hidden;
  28. background-color: #77CCFF;
  29. opacity: 0.8;
  30. z-index: 2;
  31. }
  32.  
  33. #WWtray{
  34. position: absolute;
  35. bottom: 0px;
  36. left: 0px;
  37. width: 92%;
  38. height: 35px;
  39. border: 0px;
  40. border-top: 1px solid #0099FF;
  41. background-color: rgba(102, 204, 255, 0.5);
  42. z-index: 1;
  43. }
  44. #WWclock_val{
  45. position: absolute;
  46. bottom: 17px;
  47. right: 8px;
  48. width: 60px;
  49. color: #FFFFFF;
  50. height: 17px;
  51. border: 0px;
  52. overflow: hidden;
  53. background-color: rgba(119, 204, 255, 0.8);
  54. z-index: 2;
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement