[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
Zen Cart 源代码 calendar.css

Zen Cart 源代码 calendar.css




下载文件

文件名: calendar.css
文件类型: CSS文件
文件大小: 2.53 KiB
MD5: d64c8975b84e7bf39158468a3303c428

calendar.css - 关闭高亮
  1. /*
  2. *  Popup Calendar Styles
  3. */
  4. .head {
  5.     font-family: arial;
  6.     font-size: 12px;
  7.     font-weight: normal;
  8. }
  9.  
  10. .text {
  11.     font-family: arial;
  12.     font-size: 12px;
  13.     font-weight: normal;
  14.     padding: 2px;
  15. }
  16.  
  17. #popupcalendar {
  18.     width: 185px;
  19.     height:130px;
  20.     left: 0px;
  21.     top: 0px;
  22.     background-color: black;
  23.     position: absolute;
  24.     visibility: hidden;
  25. }
  26.  
  27.  
  28. a.cal-DayLink {
  29.     font-family: Verdana,  Arial, sans-serif;
  30.     font-size: 8pt;
  31.     font-weight: normal;
  32.     text-decoration: none;
  33.     color: black;
  34.     background-color: transparent;
  35. }
  36. a.cal-DayLink:hover {
  37.     font-family: Verdana, Arial, sans-serif;
  38.     font-size: 8pt;
  39.     font-weight: bold;
  40.     text-decoration: none;
  41.     background-color: transparent;
  42.     color: Blue;
  43. }
  44. a.cal-DayLink:active {
  45.    font-family: Verdana,  Arial, sans-serif;
  46.     font-size: 8pt;
  47.     font-weight: normal;
  48.     text-decoration: none;
  49.     background-color: transparent;
  50.     color: #0066FF;
  51. }
  52. .cal-TextBox{
  53.     color: Black;
  54.     font-family: Verdana,  Arial, sans-serif;
  55.     font-size: 8pt;
  56.     font-weight: normal;
  57.     background-color: #FFFFCC;
  58. }
  59.  
  60. a.cal-TodayLink {
  61.     font-family: Verdana, Arial, sans-serif;
  62.     font-size: 8pt;
  63.     font-weight: bold;
  64.     text-decoration: none;
  65.     color: red;
  66.     background-color: transparent;
  67. }
  68. a.cal-TodayLink:hover {
  69.     font-family: Verdana, Arial, sans-serif;
  70.     font-size: 8pt;
  71.     font-weight: bold;
  72.     text-decoration: none;
  73.     background-color: transparent;
  74.     color: Blue;
  75. }
  76. a.cal-TodayLink:active {
  77.     font-family: Verdana,  Arial, sans-serif;
  78.     font-size: 8pt;
  79.     font-weight: bold;
  80.     text-decoration: none;
  81.     background-color: transparent;
  82.     color: #0066FF;
  83. }
  84.  
  85. .cal-GreyDate {
  86.     font-family: Verdana,  Arial, sans-serif;
  87.     font-size: 8pt;
  88.     font-weight: normal;
  89.     text-decoration: none;
  90.     background-color: #FFFFCC;
  91.     color: #999999;
  92. }
  93.  
  94. .cal-GreyInvalidDate {
  95.     font-family: Verdana, Arial, sans-serif;
  96.     font-size: 8pt;
  97.     font-weight: normal;
  98.     text-decoration: line-through;
  99.     background-color: #FFFFCC;
  100.     color: #999999;
  101. }
  102.  
  103. .cal-DayCell {
  104.     font-family: Verdana, Arial, sans-serif;
  105.     font-size: 8pt;
  106.     font-weight: normal;
  107.     background-color:White; /*#FFFFCC;*/
  108. }
  109.  
  110. .cal-HeadCell {
  111.     font-family: Verdana, Arial, sans-serif;
  112.     font-size: 8pt;
  113.     font-weight: bold;
  114.     background-color: #99CCCC;/* #CCCC99; */
  115. }
  116.  
  117. .cal-Table{
  118.     border-top-color: #99CCCC;
  119.     border-left-color: #99CCCC;
  120.     border-right-color: #99CCCC;
  121.     border-bottom-color:  #99CCCC;
  122.     background-color:black;
  123. }


cron