You are here

calendar.css in Pretty Calendar 7

/* calendar styles */
.block-calendar {
  background: transparent url("background.png") no-repeat top center;
  min-height: 130px;
  padding: 15px;
  width: 168px;
}
/*IE6 hack */
*html .block-calendar {
  background-image: url("background.gif");
}
.block-calendar  *,
#tiptip_holder  * {
  color: black;
  font-family: Calibri, Arial, sans!important;
  font-size: 12px!important;
}
.calendar-container {
  height: 114px;
  padding-top: 16px;
  position: relative;
  width: 168px;
}
#calendar-body {
  position: relative;
}
.pretty-calendar-week {
  clear: both;
  float: left;
  width: 168px;
}
.pretty-calendar-week .calendar-value {
  cursor: default;
}
.pretty-calendar-week .calendar-value {
  color: #999;
}
.pretty-calendar-day,
.pretty-calendar-weekend {
  clear: none;
  float: left;
}

.pretty-calendar-month {
  clear: both;
  float: none;
  position: absolute;
  top: -3px;
  width: 168px;
}
.pretty-calendar-month .month-title {
  float: left;
  font-weight: bold;
  line-height: 12px;
  overflow: hidden;
  padding-top: 4px;
  text-align: center;
  width: 138px;
}
.pretty-calendar-month a .calendar-value {
  color: #000;
  cursor: pointer;
  font-weight: bold;
}
.pretty-calendar-month .calendar-prev,
.pretty-calendar-month .calendar-next {
  background: transparent url("arrows.gif") no-repeat 4px 0;
  cursor: pointer;
  height: 12px;
  width: 10px;
}
.pretty-calendar-month .calendar-prev {
  float: left;
  margin: 2px 0 0 5px;
}
.pretty-calendar-month a:hover .calendar-prev {
  background: url("arrows.gif") no-repeat 4px -12px;
  text-decoration: none;
}
.pretty-calendar-month .calendar-next {
  background: url("arrows.gif") no-repeat 0px -24px;
  float: right;
  margin: 2px 5px 0 0;
}
.pretty-calendar-month a:hover .calendar-next {
  background: url("arrows.gif") no-repeat 0px -36px;
  text-decoration: none;
}

.calendar-daynames {
  border-bottom: 1px solid #f5f5f5;
  border-top: 1px solid #f5f5f5;
  float: left;
  padding: 2px 0;
}
.calendar-daynames .calendar-value,
.calendar-daynames .calendar-value span {
  font-size: 11px!important;
  text-transform: capitalize;
}
#calendar-body  .calendar-value {
  display: block;
  float: left;
  height: 15px;
  line-height: 14px;
  margin: 1px 0 0;
  padding: 0;
  text-align: center;
  width: 24px;
}
.pretty-calendar-week a div {
  background: url("day.gif") no-repeat 0 -48px;
}
.pretty-calendar-week a:hover div {
  background: url("day.gif") no-repeat 0 0;
  color: #06c;
}
.pretty-calendar-week .pretty-calendar-today div {
  background: url("day.gif") no-repeat 0 -16px;
  color: #06c;
}
.pretty-calendar-week .pretty-calendar-today div:hover {
  background: url("day.gif") no-repeat 0 -32px;
  color: #000;
}

/* calendar loader styles */
.calendar_loader {
  clear: both;
  height: 0px;
  left: 91px;
  position: relative;
  top: 132px;
  width: 0px;
}
.calendar_loader div {
  background: url("ajax-loader.gif") no-repeat;
  height: 11px;
  width: 16px;
}

/* tooltip styles */
#tiptip_holder {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 99999;
}
#tiptip_holder.tip_top {
  padding-bottom: 5px;
}
#tiptip_holder.tip_bottom {
  padding-top: 5px;
}
#tiptip_holder.tip_right {
  padding-left: 5px;
}
#tiptip_holder.tip_left {
  padding-right: 5px;
}
#tiptip_content {
  -moz-border-radius: 3px;
  -moz-box-shadow: 0 0 3px #999;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0 0 3px #999;
  background-color: #eee;
  border: 1px solid rgba(0,0,0,0.25);
  border-radius: 3px;
  box-shadow: 0 0 3px #999;
  color: #333;
  font-size: 11px;
  padding: 4px 8px;
  text-shadow: 0 0 1px #fff;
}
#tiptip_arrow,
#tiptip_arrow_inner {
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  position: absolute;
  width: 0;
}
#tiptip_holder.tip_top #tiptip_arrow {
  border-top-color: #fff;
  border-top-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_bottom #tiptip_arrow {
  border-bottom-color: #fff;
  border-bottom-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_right #tiptip_arrow {
  border-right-color: #fff;
  border-right-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_left #tiptip_arrow {
  border-left-color: #fff;
  border-left-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
  border-top-color: #eee;
  margin-left: -6px;
  margin-top: -7px;
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
  border-bottom-color: #eee;
  margin-left: -6px;
  margin-top: -5px;
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
  border-right-color: #eee;
  margin-left: -5px;
  margin-top: -6px;
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
  border-left-color: #eee;
  margin-left: -7px;
  margin-top: -6px;
}
#tiptip_content ul {
  font-size: 11px;
  list-style: none;
  margin: 0;
  padding: 5px 10px;
}
#tiptip_content ul li {
  margin: 0;
  padding: 0;
}
#tiptip_content a {
  text-decoration: underline;
}
#tiptip_content .tooltip_summary {
  border-top: 1px dotted #bbb;
  margin: 0.4em 0.2em;
  padding: 0;
  text-align: right;
}

/* tooltip loader styles */
.tooltip_loader {
  height: 11px;
  padding: 8px 16px;
  width: 16px;
}
.tooltip_loader div {
  background: url("ajax-loader.gif") no-repeat;
  height: 11px;
  width: 16px;
}

File

themes/vista_198/calendar.css
View source
  1. /* calendar styles */
  2. .block-calendar {
  3. background: transparent url("background.png") no-repeat top center;
  4. min-height: 130px;
  5. padding: 15px;
  6. width: 168px;
  7. }
  8. /*IE6 hack */
  9. *html .block-calendar {
  10. background-image: url("background.gif");
  11. }
  12. .block-calendar *,
  13. #tiptip_holder * {
  14. color: black;
  15. font-family: Calibri, Arial, sans!important;
  16. font-size: 12px!important;
  17. }
  18. .calendar-container {
  19. height: 114px;
  20. padding-top: 16px;
  21. position: relative;
  22. width: 168px;
  23. }
  24. #calendar-body {
  25. position: relative;
  26. }
  27. .pretty-calendar-week {
  28. clear: both;
  29. float: left;
  30. width: 168px;
  31. }
  32. .pretty-calendar-week .calendar-value {
  33. cursor: default;
  34. }
  35. .pretty-calendar-week .calendar-value {
  36. color: #999;
  37. }
  38. .pretty-calendar-day,
  39. .pretty-calendar-weekend {
  40. clear: none;
  41. float: left;
  42. }
  43. .pretty-calendar-month {
  44. clear: both;
  45. float: none;
  46. position: absolute;
  47. top: -3px;
  48. width: 168px;
  49. }
  50. .pretty-calendar-month .month-title {
  51. float: left;
  52. font-weight: bold;
  53. line-height: 12px;
  54. overflow: hidden;
  55. padding-top: 4px;
  56. text-align: center;
  57. width: 138px;
  58. }
  59. .pretty-calendar-month a .calendar-value {
  60. color: #000;
  61. cursor: pointer;
  62. font-weight: bold;
  63. }
  64. .pretty-calendar-month .calendar-prev,
  65. .pretty-calendar-month .calendar-next {
  66. background: transparent url("arrows.gif") no-repeat 4px 0;
  67. cursor: pointer;
  68. height: 12px;
  69. width: 10px;
  70. }
  71. .pretty-calendar-month .calendar-prev {
  72. float: left;
  73. margin: 2px 0 0 5px;
  74. }
  75. .pretty-calendar-month a:hover .calendar-prev {
  76. background: url("arrows.gif") no-repeat 4px -12px;
  77. text-decoration: none;
  78. }
  79. .pretty-calendar-month .calendar-next {
  80. background: url("arrows.gif") no-repeat 0px -24px;
  81. float: right;
  82. margin: 2px 5px 0 0;
  83. }
  84. .pretty-calendar-month a:hover .calendar-next {
  85. background: url("arrows.gif") no-repeat 0px -36px;
  86. text-decoration: none;
  87. }
  88. .calendar-daynames {
  89. border-bottom: 1px solid #f5f5f5;
  90. border-top: 1px solid #f5f5f5;
  91. float: left;
  92. padding: 2px 0;
  93. }
  94. .calendar-daynames .calendar-value,
  95. .calendar-daynames .calendar-value span {
  96. font-size: 11px!important;
  97. text-transform: capitalize;
  98. }
  99. #calendar-body .calendar-value {
  100. display: block;
  101. float: left;
  102. height: 15px;
  103. line-height: 14px;
  104. margin: 1px 0 0;
  105. padding: 0;
  106. text-align: center;
  107. width: 24px;
  108. }
  109. .pretty-calendar-week a div {
  110. background: url("day.gif") no-repeat 0 -48px;
  111. }
  112. .pretty-calendar-week a:hover div {
  113. background: url("day.gif") no-repeat 0 0;
  114. color: #06c;
  115. }
  116. .pretty-calendar-week .pretty-calendar-today div {
  117. background: url("day.gif") no-repeat 0 -16px;
  118. color: #06c;
  119. }
  120. .pretty-calendar-week .pretty-calendar-today div:hover {
  121. background: url("day.gif") no-repeat 0 -32px;
  122. color: #000;
  123. }
  124. /* calendar loader styles */
  125. .calendar_loader {
  126. clear: both;
  127. height: 0px;
  128. left: 91px;
  129. position: relative;
  130. top: 132px;
  131. width: 0px;
  132. }
  133. .calendar_loader div {
  134. background: url("ajax-loader.gif") no-repeat;
  135. height: 11px;
  136. width: 16px;
  137. }
  138. /* tooltip styles */
  139. #tiptip_holder {
  140. display: none;
  141. left: 0;
  142. position: absolute;
  143. top: 0;
  144. z-index: 99999;
  145. }
  146. #tiptip_holder.tip_top {
  147. padding-bottom: 5px;
  148. }
  149. #tiptip_holder.tip_bottom {
  150. padding-top: 5px;
  151. }
  152. #tiptip_holder.tip_right {
  153. padding-left: 5px;
  154. }
  155. #tiptip_holder.tip_left {
  156. padding-right: 5px;
  157. }
  158. #tiptip_content {
  159. -moz-border-radius: 3px;
  160. -moz-box-shadow: 0 0 3px #999;
  161. -webkit-border-radius: 3px;
  162. -webkit-box-shadow: 0 0 3px #999;
  163. background-color: #eee;
  164. border: 1px solid rgba(0,0,0,0.25);
  165. border-radius: 3px;
  166. box-shadow: 0 0 3px #999;
  167. color: #333;
  168. font-size: 11px;
  169. padding: 4px 8px;
  170. text-shadow: 0 0 1px #fff;
  171. }
  172. #tiptip_arrow,
  173. #tiptip_arrow_inner {
  174. border-color: transparent;
  175. border-style: solid;
  176. border-width: 6px;
  177. height: 0;
  178. position: absolute;
  179. width: 0;
  180. }
  181. #tiptip_holder.tip_top #tiptip_arrow {
  182. border-top-color: #fff;
  183. border-top-color: rgba(255,255,255,0.35);
  184. }
  185. #tiptip_holder.tip_bottom #tiptip_arrow {
  186. border-bottom-color: #fff;
  187. border-bottom-color: rgba(255,255,255,0.35);
  188. }
  189. #tiptip_holder.tip_right #tiptip_arrow {
  190. border-right-color: #fff;
  191. border-right-color: rgba(255,255,255,0.35);
  192. }
  193. #tiptip_holder.tip_left #tiptip_arrow {
  194. border-left-color: #fff;
  195. border-left-color: rgba(255,255,255,0.35);
  196. }
  197. #tiptip_holder.tip_top #tiptip_arrow_inner {
  198. border-top-color: #eee;
  199. margin-left: -6px;
  200. margin-top: -7px;
  201. }
  202. #tiptip_holder.tip_bottom #tiptip_arrow_inner {
  203. border-bottom-color: #eee;
  204. margin-left: -6px;
  205. margin-top: -5px;
  206. }
  207. #tiptip_holder.tip_right #tiptip_arrow_inner {
  208. border-right-color: #eee;
  209. margin-left: -5px;
  210. margin-top: -6px;
  211. }
  212. #tiptip_holder.tip_left #tiptip_arrow_inner {
  213. border-left-color: #eee;
  214. margin-left: -7px;
  215. margin-top: -6px;
  216. }
  217. #tiptip_content ul {
  218. font-size: 11px;
  219. list-style: none;
  220. margin: 0;
  221. padding: 5px 10px;
  222. }
  223. #tiptip_content ul li {
  224. margin: 0;
  225. padding: 0;
  226. }
  227. #tiptip_content a {
  228. text-decoration: underline;
  229. }
  230. #tiptip_content .tooltip_summary {
  231. border-top: 1px dotted #bbb;
  232. margin: 0.4em 0.2em;
  233. padding: 0;
  234. text-align: right;
  235. }
  236. /* tooltip loader styles */
  237. .tooltip_loader {
  238. height: 11px;
  239. padding: 8px 16px;
  240. width: 16px;
  241. }
  242. .tooltip_loader div {
  243. background: url("ajax-loader.gif") no-repeat;
  244. height: 11px;
  245. width: 16px;
  246. }