wp/wp-content/plugins/portfolio/datepicker/datepicker.css
author ymh <ymh.work@gmail.com>
Mon, 08 Jun 2015 16:11:51 +0000
changeset 4 346c88efed21
parent 0 d970ebf37754
permissions -rw-r--r--
add blog-copier plugin
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
@charset "utf-8";
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
/* CSS Document */
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
.datepicker { border-collapse: collapse; border: 2px solid #999; position: absolute; z-index:10;}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
.datepicker tr.controls th { height: 22px; font-size: 11px; }
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
.datepicker select { font-size: 11px; }
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
.datepicker tr.days th { height: 18px; }
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
.datepicker tfoot td { height: 18px; text-align: center; text-transform: capitalize; }
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
.datepicker th, .datepicker tfoot td { background: #eee; font: 10px/18px Verdana, Arial, Helvetica, sans-serif; }
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    10
.datepicker th span, .datepicker tfoot td span { font-weight: bold; }
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    11
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    12
.datepicker tbody td { width: 24px; height: 24px; border: 1px solid #ccc; font: 11px/22px Arial, Helvetica, sans-serif; text-align: center; background: #fff; }
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    13
.datepicker tbody td.date { cursor: pointer; }
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    14
.datepicker tbody td.date.over { background-color: #99ffff; }
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    15
.datepicker tbody td.date.chosen { font-weight: bold; background-color: #ccffcc; }