Initial Commit

This commit is contained in:
Jason Katz
2011-06-14 18:08:28 -07:00
commit 5a34ac406c
172 changed files with 18457 additions and 0 deletions

View File

@@ -0,0 +1,130 @@
.calendar_date_select {
color:white;
border:#777 1px solid;
display:block;
width:195px;
z-index: 1000;
}
/* this is a fun ie6 hack to get drop downs to stay behind the popup window. This should always be just underneath .calendar_date_select */
iframe.ie6_blocker {
position: absolute;
z-index: 999;
}
.calendar_date_select thead th {
font-weight:bold;
background-color: #000;
border-top:1px solid #777;
border-bottom:2px solid #334;
color: white !important;
}
.calendar_date_select .cds_buttons {
text-align:center;
padding:5px 0px;
background-color: #000055;
}
.calendar_date_select .cds_footer {
background-color: black;
padding:3px;
font-size:12px;
text-align:center;
}
.calendar_date_select table {
margin: 0px;
padding: 0px;
}
.calendar_date_select .cds_header {
background-color: #ccc;
border-bottom: 2px solid #aaa;
text-align:center;
}
.calendar_date_select .cds_header span {
font-size:15px;
color: black;
font-weight: bold;
}
.calendar_date_select select { font-size:11px;}
.calendar_date_select .cds_header a:hover {
color: white;
}
.calendar_date_select .cds_header a {
width:22px;
height:20px;
text-decoration: none;
font-size:14px;
color:black !important;
}
.calendar_date_select .cds_header a.prev {
float:left;
}
.calendar_date_select .cds_header a.next {
float:right;
}
.calendar_date_select .cds_header a.close {
float:right;
display:none;
}
.calendar_date_select .cds_header select.month {
width:90px;
}
.calendar_date_select .cds_header select.year {
width:61px;
}
.calendar_date_select .cds_buttons a {
color: white;
font-size: 9px;
}
.calendar_date_select td {
background-color: #000066;
font-size:12px;
width: 24px;
height: 21px;
text-align:center;
vertical-align: middle;
}
.calendar_date_select td.weekend {
background-color: #00005a;
}
.calendar_date_select td div.other {
color: #4C5593;
}
.calendar_date_select tbody td {
border-bottom: 1px solid #000044;
}
.calendar_date_select td.selected {
background-color:white;
color:black;
}
.calendar_date_select td:hover {
background-color:#ccc;
}
.calendar_date_select td.disabled div {
color: #000044;
}
.calendar_date_select td.today {
border: 1px dashed blue;
}
.fieldWithErrors .calendar_date_select {
border: 2px solid red;
}

View File

@@ -0,0 +1,135 @@
.calendar_date_select {
color:white;
border:#777 1px solid;
display:block;
width:195px;
z-index: 1000;
}
/* this is a fun ie6 hack to get drop downs to stay behind the popup window. This should always be just underneath .calendar_date_select */
iframe.ie6_blocker {
position: absolute;
z-index: 999;
}
.calendar_date_select thead th {
font-weight:bold;
background-color: #aaa;
border-top:1px solid #777;
border-bottom:1px solid #777;
color: white !important;
}
.calendar_date_select .cds_buttons {
text-align:center;
padding:5px 0px;
background-color: #555;
}
.calendar_date_select .cds_footer {
background-color: black;
padding:3px;
font-size:12px;
text-align:center;
}
.calendar_date_select table {
margin: 0px;
padding: 0px;
}
.calendar_date_select .cds_header {
background-color: #ccc;
border-bottom: 2px solid #aaa;
text-align:center;
}
.calendar_date_select .cds_header span {
font-size:15px;
color: black;
font-weight: bold;
}
.calendar_date_select select { font-size:11px;}
.calendar_date_select .cds_header a:hover {
color: white;
}
.calendar_date_select .cds_header a {
width:22px;
height:20px;
text-decoration: none;
font-size:14px;
color:black !important;
}
.calendar_date_select .cds_header a.prev {
float:left;
}
.calendar_date_select .cds_header a.next {
float:right;
}
.calendar_date_select .cds_header a.close {
float:right;
display:none;
}
.calendar_date_select .cds_header select.month {
width:90px;
}
.calendar_date_select .cds_header select.year {
width:61px;
}
.calendar_date_select .cds_buttons a {
color: white;
font-size: 9px;
}
.calendar_date_select td {
font-size:12px;
width: 24px;
height: 21px;
text-align:center;
vertical-align: middle;
background-color: #fff;
}
.calendar_date_select td.weekend {
background-color: #eee;
border-left:1px solid #ddd;
border-right:1px solid #ddd;
}
.calendar_date_select td div {
color: #000;
}
.calendar_date_select td div.other {
color: #ccc;
}
.calendar_date_select td.selected div {
color:white;
}
.calendar_date_select tbody td {
border-bottom: 1px solid #ddd;
}
.calendar_date_select td.selected {
background-color:#777;
}
.calendar_date_select td:hover {
background-color:#ccc;
}
.calendar_date_select td.today {
border: 1px dashed #999;
}
.calendar_date_select td.disabled div {
color: #e6e6e6;
}
.fieldWithErrors .calendar_date_select {
border: 2px solid red;
}

View File

@@ -0,0 +1,142 @@
.calendar_date_select {
color:white;
border:#002b7f 1px solid;
display:block;
width:195px;
z-index: 1000;
}
/* this is a fun ie6 hack to get drop downs to stay behind the popup window. This should always be just underneath .calendar_date_select */
iframe.ie6_blocker {
position: absolute;
z-index: 999;
}
.calendar_date_select thead th {
font-weight:bold;
background-color: #56aa1c;
border-bottom:2px solid #002b7f;
color: #002b7f !important;
}
.calendar_date_select .cds_buttons {
text-align:center;
padding:5px 0px;
background-color: #56aa1c;
}
.calendar_date_select .cds_footer {
font-weight: bold;
background-color: #002b7f;
padding:3px;
text-align:center;
}
.calendar_date_select table {
margin: 0px;
padding: 0px;
}
.calendar_date_select .cds_header {
background-color: #ccc;
border-bottom: 2px solid #002b7f;
text-align:center;
}
.calendar_date_select .cds_header span {
font-size:15px;
color: black;
font-weight: bold;
}
.calendar_date_select select { font-size:11px;}
.calendar_date_select .cds_header a:hover {
color: white;
}
.calendar_date_select .cds_header a {
width:22px;
height:20px;
text-decoration: none;
font-size:14px;
color:black !important;
}
.calendar_date_select .cds_header a.prev {
float:left;
}
.calendar_date_select .cds_header a.next {
float:right;
}
.calendar_date_select .cds_header a.close {
float:right;
display:none;
}
.calendar_date_select .cds_header select.month {
width:90px;
}
.calendar_date_select .cds_header select.year {
width:61px;
}
.calendar_date_select .cds_buttons a:hover {
color: white !important;
}
.calendar_date_select .cds_buttons a {
font-weight:bold;
color: #c4ba00 !important;
font-size: 12px;
}
.calendar_date_select td {
background-color: #56aa1c;
font-size:12px;
width: 24px;
height: 21px;
text-align:center;
vertical-align: middle;
}
.calendar_date_select td.weekend {
background-color: #56aa1c;
}
.calendar_date_select td div {
color:#002b7f;
}
.calendar_date_select td div.other {
color: #c4ba00;
}
.calendar_date_select td.selected div {
color:black;
}
.calendar_date_select tbody td {
border-bottom: 1px solid #002b7f;
}
.calendar_date_select tbody td.selected {
background-color:white;
color:black;
}
.calendar_date_select tbody td:hover {
background-color:#ccc;
}
.calendar_date_select tbody td.today {
border: 1px dashed #002b7f;
}
.calendar_date_select td.disabled div {
color: #440000;
}
.fieldWithErrors .calendar_date_select {
border: 2px solid #002b7f;
}

View File

@@ -0,0 +1,128 @@
.calendar_date_select {
border:#777 1px solid;
display:block;
width:195px;
z-index: 1000;
background-color:white;
}
/* this is a fun ie6 hack to get drop downs to stay behind the popup window. This should always be just underneath .calendar_date_select */
iframe.ie6_blocker {
position: absolute;
z-index: 999;
}
.calendar_date_select thead th {
color: black !important;
font-weight:bold;
}
.calendar_date_select .cds_buttons {
text-align:center;
padding:5px 0px;
}
.calendar_date_select .cds_footer {
padding:3px;
font-size:10px;
text-align:center;
}
.calendar_date_select table {
margin: 0px;
padding: 0px;
}
.calendar_date_select .cds_header {
text-align:center;
}
.calendar_date_select .cds_header * {
border:0px;
background-color:white;
}
.calendar_date_select .cds_header span {
font-size:15px;
color: black;
font-weight: bold;
}
.calendar_date_select select { font-size:11px;}
.calendar_date_select .cds_header a:hover {
color: white;
}
.calendar_date_select .cds_header a {
width:22px;
height:20px;
text-decoration: none;
font-size:14px;
color:black !important;
}
.calendar_date_select .cds_header a.prev {
float:left;
}
.calendar_date_select .cds_header a.next {
float:right;
}
.calendar_date_select .cds_header a.close {
float:right;
display:none;
}
.calendar_date_select .cds_header select.month {
width:90px;
}
.calendar_date_select .cds_header select.year {
width:61px;
}
.calendar_date_select .cds_buttons a {
color: black;
font-size: 9px;
}
.calendar_date_select td {
font-size:12px;
width: 24px;
height: 21px;
text-align:center;
vertical-align: middle;
background-color: #fff;
}
.calendar_date_select td.weekend {
}
.calendar_date_select td div {
color: #000;
}
.calendar_date_select td div.other {
color: #ccc;
}
.calendar_date_select td.selected div {
color:white;
}
.calendar_date_select tbody td {
}
.calendar_date_select td.selected {
background-color:#777;
}
.calendar_date_select td:hover {
background-color:#ccc;
}
.calendar_date_select td.today {
border: 1px dashed #999;
}
.calendar_date_select td.disabled div {
color: #e6e6e6;
}
.fieldWithErrors .calendar_date_select {
border: 2px solid red;
}

View File

@@ -0,0 +1,135 @@
.calendar_date_select {
color:white;
border:#777 1px solid;
display:block;
width:195px;
z-index: 1000;
}
/* this is a fun ie6 hack to get drop downs to stay behind the popup window. This should always be just underneath .calendar_date_select */
iframe.ie6_blocker {
position: absolute;
z-index: 999;
}
.calendar_date_select thead th {
font-weight:bold;
background-color: #E7E8E8;
border-bottom:2px solid black;
color: black !important;
}
.calendar_date_select .cds_buttons {
text-align:center;
padding:5px 0px;
background-color: #5f0000;
}
.calendar_date_select .cds_footer {
background-color: black;
padding:3px;
text-align:center;
}
.calendar_date_select table {
margin: 0px;
padding: 0px;
}
.calendar_date_select .cds_header {
background-color: #ccc;
border-bottom: 2px solid #aaa;
text-align:center;
}
.calendar_date_select .cds_header span {
font-size:15px;
color: black;
font-weight: bold;
}
.calendar_date_select select { font-size:11px;}
.calendar_date_select .cds_header a:hover {
color: white;
}
.calendar_date_select .cds_header a {
width:22px;
height:20px;
text-decoration: none;
font-size:14px;
color:black !important;
}
.calendar_date_select .cds_header a.prev {
float:left;
}
.calendar_date_select .cds_header a.next {
float:right;
}
.calendar_date_select .cds_header a.close {
float:right;
display:none;
}
.calendar_date_select .cds_header select.month {
width:90px;
}
.calendar_date_select .cds_header select.year {
width:61px;
}
.calendar_date_select .cds_buttons a {
color: white;
font-size: 9px;
}
.calendar_date_select td {
background-color: #660000;
font-size:12px;
width: 24px;
height: 21px;
text-align:center;
vertical-align: middle;
}
.calendar_date_select td.weekend {
background-color: #5a0000;
}
.calendar_date_select td div {
color:#fff;
}
.calendar_date_select td div.other {
color: #93554C;
}
.calendar_date_select td.selected div {
color:black;
}
.calendar_date_select tbody td {
border-bottom: 1px solid #550000;
}
.calendar_date_select tbody td.selected {
background-color:white;
color:black;
}
.calendar_date_select tbody td:hover {
background-color:#ccc;
}
.calendar_date_select tbody td.today {
border: 1px dashed red;
}
.calendar_date_select td.disabled div {
color: #440000;
}
.fieldWithErrors .calendar_date_select {
border: 2px solid red;
}

View File

@@ -0,0 +1,133 @@
.calendar_date_select {
color:white;
border:#777 1px solid;
display:block;
width:195px;
z-index: 1000;
}
/* this is a fun ie6 hack to get drop downs to stay behind the popup window. This should always be just underneath .calendar_date_select */
iframe.ie6_blocker {
position: absolute;
z-index: 999;
}
.calendar_date_select thead th {
font-weight:bold;
background-color: #000;
border-top:1px solid #777;
border-bottom:2px solid #333;
color: white !important;
}
.calendar_date_select .cds_buttons {
text-align:center;
padding:5px 0px;
background-color: #555;
}
.calendar_date_select .cds_footer {
background-color: black;
padding:3px;
font-size:12px;
text-align:center;
}
.calendar_date_select table {
margin: 0px;
padding: 0px;
}
.calendar_date_select .cds_header {
background-color: #ccc;
border-bottom: 2px solid #aaa;
text-align:center;
}
.calendar_date_select .cds_header span {
font-size:15px;
color: black;
font-weight: bold;
}
.calendar_date_select select { font-size:11px;}
.calendar_date_select .cds_header a:hover {
color: white;
}
.calendar_date_select .cds_header a {
width:22px;
height:20px;
text-decoration: none;
font-size:14px;
color:black !important;
}
.calendar_date_select .cds_header a.prev {
float:left;
}
.calendar_date_select .cds_header a.next {
float:right;
}
.calendar_date_select .cds_header a.close {
float:right;
display:none;
}
.calendar_date_select .cds_header select.month {
width:90px;
}
.calendar_date_select .cds_header select.year {
width:61px;
}
.calendar_date_select .cds_buttons a {
color: white;
font-size: 9px;
}
.calendar_date_select td {
font-size:12px;
width: 24px;
height: 21px;
text-align:center;
vertical-align: middle;
background-color: #666666;
}
.calendar_date_select td.weekend {
background-color: #606060;
}
.calendar_date_select td div {
color: #fff;
}
.calendar_date_select td div.other {
color: #888;
}
.calendar_date_select td.selected div {
color:black;
}
.calendar_date_select tbody td {
border-bottom: 1px solid #555;
}
.calendar_date_select td.selected {
background-color:white;
}
.calendar_date_select td:hover {
background-color:#ccc;
}
.calendar_date_select td.today {
border: 1px dashed #999;
}
.calendar_date_select td.disabled div {
color: #454545;
}
.fieldWithErrors .calendar_date_select {
border: 2px solid red;
}