Advertisement
Guest User

T(-) Countdown - Carbonlite style.css

a guest
Aug 7th, 2012
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. /*above the dashboard*/
  2. .carbonlite-tophtml {
  3. margin: 0;
  4. padding: 0;
  5. }
  6.  
  7. /*above the dashboard*/
  8. .carbonlite-dashboard {
  9. height: 60px;
  10. width: 250px;
  11. margin: 0 auto;
  12. padding-top: 10px;
  13. padding-left: 10px;
  14. background: transparent url('images/bg_countdown.png') 0 0 no-repeat;
  15. }
  16.  
  17. .carbonlite-dash {
  18. width: 42px;
  19. height: 44px;
  20. float: left;
  21. margin-left: 2px;
  22. padding-left: 2px;
  23. padding-top: 10px;
  24. position: relative;
  25. color: #FFF;
  26. }
  27.  
  28. .carbonlite-tripdash {
  29. width: 62px;
  30. height: 44px;
  31. float: left;
  32. margin-left: 2px;
  33. padding-left: 2px;
  34. padding-top: 10px;
  35. position: relative;
  36. color: #FFF;
  37. }
  38.  
  39. .carbonlite-hours_dash, .carbonlite-minutes_dash, .carbonlite-seconds_dash {
  40. background: transparent url('images/bg_dash.png') 0 0 no-repeat;
  41. }
  42.  
  43. .carbonlite-days_dash {
  44. margin-left: 2px;
  45. background: transparent url('images/bg_dash.png') 0 0 no-repeat;
  46.  
  47. }
  48.  
  49. .carbonlite-days_trip_dash {
  50. background: transparent url('images/bg_trip_dash.png') 0 0 no-repeat;
  51. }
  52.  
  53. .carbonlite-weeks_dash {
  54. margin-left: 2px;
  55. background: transparent url('images/bg_dash.png') 0 0 no-repeat;
  56. }
  57.  
  58. .carbonlite-weeks_trip_dash {
  59. margin-left: 2px;
  60. background: transparent url('images/bg_trip_dash.png') 0 0 no-repeat;
  61. }
  62.  
  63. .carbonlite-digit {
  64. font: normal normal normal 12pt/normal arial;
  65. float: left;
  66. width: 17px;
  67. text-align: center;
  68. position: relative;
  69. }
  70.  
  71. .carbonlite-dash .carbonlite-dash_title {
  72. display: block;
  73. position: absolute;
  74. text-transform:uppercase;
  75. top: 33px;
  76. color: #AAA;
  77. text-align: center;
  78. font-size: 9px;
  79. }
  80.  
  81. .carbonlite-tripdash .carbonlite-dash_title {
  82. display: block;
  83. position: absolute;
  84. text-transform: uppercase;
  85. top: 33px;
  86. left: 17px;
  87. color: #AAA;
  88. text-align: center;
  89. font-size: 9px;
  90. }
  91.  
  92. /*below the dashboard*/
  93. .carbonlite-bothtml {
  94. margin: 0;
  95. padding: 0;
  96. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement