|
|
|
|
@ -714,18 +714,7 @@ input.liteoption { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#smallcalendar .title { |
|
|
|
|
background-color: #4171B5; |
|
|
|
|
color: #fff; |
|
|
|
|
font-size: 11px; |
|
|
|
|
font-weight: bold; |
|
|
|
|
padding: 2px; |
|
|
|
|
text-align: center; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#smallcalendar .title a { |
|
|
|
|
color: #fff; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#agenda_select { |
|
|
|
|
border: 0px solid green; |
|
|
|
|
@ -749,7 +738,7 @@ input.liteoption { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/*The caption of the calendar (displays the month and the << and >> links*/ |
|
|
|
|
#agenda_list .title { |
|
|
|
|
#agenda_list .title{ |
|
|
|
|
background-color: #4171B5; |
|
|
|
|
border: 1px solid #264269; |
|
|
|
|
color: #fff; |
|
|
|
|
@ -760,24 +749,11 @@ input.liteoption { |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#agenda_list .title a:link, |
|
|
|
|
#agenda_list #title a:visited { |
|
|
|
|
background-color: #4171B5; |
|
|
|
|
#agenda_list .title a{ |
|
|
|
|
color: #fff; |
|
|
|
|
font-size: 12px; |
|
|
|
|
font-weight: bold; |
|
|
|
|
padding: 2px 10px; |
|
|
|
|
text-align: center; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#agenda_list .title a:hover { |
|
|
|
|
background-color: #4171B5; |
|
|
|
|
color: #ff0000; |
|
|
|
|
font-size: 12px; |
|
|
|
|
font-weight: bold; |
|
|
|
|
padding: 2px 10px; |
|
|
|
|
text-align: center; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* The cells with the name of the days of the weeks (mon->sun)*/ |
|
|
|
|
#agenda_list .weekdays { |
|
|
|
|
@ -892,6 +868,19 @@ input.liteoption { |
|
|
|
|
width: 100%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#smallcalendar .title { |
|
|
|
|
background-color: #4171B5; |
|
|
|
|
color: #fff; |
|
|
|
|
font-size: 11px; |
|
|
|
|
font-weight: bold; |
|
|
|
|
padding: 2px; |
|
|
|
|
text-align: center; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#smallcalendar .title a { |
|
|
|
|
color: #fff; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#smallcalendar .weekdays { |
|
|
|
|
background-color: #D3DFF1; |
|
|
|
|
border: 1px solid #fff; |
|
|
|
|
|