Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. // Code by Tom Tamaira 17 Jul 2019
  2.  
  3. .dp-upcoming-calendar {
  4. float: left;
  5. margin-top:0px;
  6. margin-bottom:0px;
  7. margin-left:0px;
  8. margin-right: 6px;
  9. width: 42px;
  10. height: 42px;
  11. background-image: url('images/calendar-icon.gif');
  12. background-repeat:no-repeat;
  13. padding:0px;
  14. }
  15.  
  16. .dp-upcoming-calendar-background {
  17. width: 34px;
  18. height: 12px;
  19. margin-bottom:0px;
  20. margin-right:0px;
  21. margin-top: 6px;
  22. margin-left: 4px;
  23. padding:0px;
  24. }
  25.  
  26. .dp-upcoming-text-month {
  27. color: #FFFFFF;
  28. padding: 0px;
  29. font-family: arial,sans-serif;
  30. font-weight: bold;
  31. font-size: 11px;
  32. line-height: 1em;
  33. text-align: center;
  34. position: relative;
  35. margin-top: -12px;
  36. margin-bottom: 0px;
  37. margin-left: 0px;
  38. margin-right: 0px;
  39. text-transform: uppercase;
  40. }
  41.  
  42. .dp-upcoming-text-day {
  43. margin:0px;
  44. font-family:arial,sans-serif;
  45. font-weight: bold;
  46. font-size: 1.3em;
  47. line-height:1.4em;
  48. width: 42px;
  49. text-align: center;
  50. padding:0px;
  51. margin-top: -2px;
  52. margin-bottom: 0px;
  53. margin-left:0px;
  54. margin-right:0px;
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement