jcalendar.css in Make Meeting Scheduler 6
Same filename and directory in other branches
div.jcalendar-wrapper {
width:20em;
}
div.jcalendar-selects {
padding:.6em .4em;
text-align:center;
}
div.jcalendar-selects select {
border:1px solid #A1A5A9;
font-size:100%;
}
div.jcalendar table {
background:#a1a5a9;
color:#000;
margin: auto;
width: 300px;
}
div.jcalendar table th {
background:#eee;
width:2.2em;
padding: 0px;
text-align: center;
}
div.jcalendar table td {
background:#f9f9f9;
padding:0;
text-align: center;
}
div.jcalendar table th.weekend {
background:#ddd;
}
div.jcalendar table td.weekend {
background:#e9e9e9;
}
div.jcalendar table td.past{
background:#aeaeae;
}
div.jcalendar table td a {
color:#333;
display:block;
line-height:1.7em;
text-align:center;
text-decoration:none;
width:2.2em;
}
div.jcalendar table td.today a {
background:#777;
border-color:#aaa;
color:#fff;
font-weight:700;
}
div.jcalendar table td a:hover,div.jcalendar table td a:focus,div.jcalendar table td a:active {
background:#77b0d3;
color:#fff;
padding:0;
}
div.jcalendar table td a.selected {
background:#0072b9;
color:#fff;
}
div.jcalendar-links {
margin:.4em;
text-align:center;
}
div.jcalendar-links a {
padding:.2em .4em;
}
div#selected_dates{
overflow: auto;
width: 600px;
}
div#selected_dates table{
width: 100px;
border: none;
padding: 0px;
margin: 0px;
}
div#selected_dates table td{
padding: 2px;
margin: 0px;
white-space: nowrap;
}
div#selected_dates input{
width: 80px;
}File
jcalendar.cssView source
- div.jcalendar-wrapper {
- width:20em;
- }
-
- div.jcalendar-selects {
- padding:.6em .4em;
- text-align:center;
- }
-
- div.jcalendar-selects select {
- border:1px solid #A1A5A9;
- font-size:100%;
- }
-
- div.jcalendar table {
- background:#a1a5a9;
- color:#000;
- margin: auto;
- width: 300px;
- }
-
- div.jcalendar table th {
- background:#eee;
- width:2.2em;
- padding: 0px;
- text-align: center;
- }
-
- div.jcalendar table td {
- background:#f9f9f9;
- padding:0;
- text-align: center;
- }
-
- div.jcalendar table th.weekend {
- background:#ddd;
- }
-
- div.jcalendar table td.weekend {
- background:#e9e9e9;
- }
-
- div.jcalendar table td.past{
- background:#aeaeae;
- }
-
- div.jcalendar table td a {
- color:#333;
- display:block;
- line-height:1.7em;
- text-align:center;
- text-decoration:none;
- width:2.2em;
- }
-
- div.jcalendar table td.today a {
- background:#777;
- border-color:#aaa;
- color:#fff;
- font-weight:700;
- }
-
- div.jcalendar table td a:hover,div.jcalendar table td a:focus,div.jcalendar table td a:active {
- background:#77b0d3;
- color:#fff;
- padding:0;
- }
-
- div.jcalendar table td a.selected {
- background:#0072b9;
- color:#fff;
- }
-
- div.jcalendar-links {
- margin:.4em;
- text-align:center;
- }
-
- div.jcalendar-links a {
- padding:.2em .4em;
- }
-
- div#selected_dates{
- overflow: auto;
- width: 600px;
- }
-
- div#selected_dates table{
- width: 100px;
- border: none;
- padding: 0px;
- margin: 0px;
- }
-
- div#selected_dates table td{
- padding: 2px;
- margin: 0px;
- white-space: nowrap;
- }
-
- div#selected_dates input{
- width: 80px;
- }