first import
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
|
||||
.calendar-calendar .week-view #multi-day-container,
|
||||
.calendar-calendar .week-view #single-day-container,
|
||||
.calendar-calendar .day-view #multi-day-container,
|
||||
.calendar-calendar .day-view #single-day-container {
|
||||
overflow-y: hidden;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.calendar-calendar .week-view #single-day-container,
|
||||
.calendar-calendar .day-view #single-day-container {
|
||||
height: auto;
|
||||
}
|
825
sites/all/modules/calendar/css/calendar-overlap.css
Normal file
825
sites/all/modules/calendar/css/calendar-overlap.css
Normal file
@@ -0,0 +1,825 @@
|
||||
/**
|
||||
* Overlapping week items
|
||||
*/
|
||||
.calendar-calendar tr.holder {
|
||||
height: 0px;
|
||||
display: table-row !important;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view .full div.item-wrapper,
|
||||
.calendar-calendar .day-view .full div.item-wrapper {
|
||||
background-color: none;
|
||||
border: 0px;
|
||||
float: none;
|
||||
margin: 0px;
|
||||
width: 100%;
|
||||
margin-top: -24px;
|
||||
}
|
||||
|
||||
.calendar-calendar td .inner div,
|
||||
.calendar-calendar td .inner div a {
|
||||
background: none;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view .full div.single-day div.weekview,
|
||||
.calendar-calendar .day-view .full div.single-day div.dayview {
|
||||
background: #ffc;
|
||||
width: auto;
|
||||
padding: 0px 3px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view .full div.single-day div.weekview,
|
||||
.calendar-calendar .day-view .full div.single-day div.dayview {
|
||||
border: 1px solid #E39364;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view .header-body-divider,
|
||||
.calendar-calendar .week-view .single-day-footer,
|
||||
.calendar-calendar .day-view .single-day-footer,
|
||||
.calendar-calendar .day-view .header-body-divider {
|
||||
background: #eeeeee;
|
||||
border-left: 1px solid #CCCCCC;
|
||||
border-right: 1px solid #CCCCCC;
|
||||
font-size: 1px;
|
||||
height: 4px;
|
||||
line-height: 1px;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view #multi-day-container,
|
||||
.calendar-calendar .week-view #single-day-container,
|
||||
.calendar-calendar .day-view #multi-day-container,
|
||||
.calendar-calendar .day-view #single-day-container {
|
||||
position: relative;
|
||||
background: #ffffff;
|
||||
overflow-y: scroll;
|
||||
overflow-x: hidden;
|
||||
border-left: 1px solid #CCCCCC;
|
||||
border-bottom: 1px solid #CCCCCC;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view #multi-day-container,
|
||||
.calendar-calendar .day-view #multi-day-container {
|
||||
border-top: 1px solid #CCCCCC;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view #week-header-container,
|
||||
.calendar-calendar .day-view #day-header-container {
|
||||
width: 100%;
|
||||
background: #ffffff;
|
||||
border-bottom: 1px solid #CCCCCC;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view #multi-day-container,
|
||||
.calendar-calendar .day-view #multi-day-container {
|
||||
height: 57px;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view #multi-day-container .expand {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view #multi-day-container table,
|
||||
.calendar-calendar .day-view #multi-day-container table {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view #multi-day-container table td,
|
||||
.calendar-calendar .day-view #multi-day-container table td {
|
||||
border-top: 0px;
|
||||
border-bottom: 0px;
|
||||
vertical-align: top;
|
||||
width: 14%;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view #multi-day-container table td.calendar-agenda-hour {
|
||||
border-right: 1px solid #CCCCCC;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view #single-day-container,
|
||||
.calendar-calendar .day-view #single-day-container {
|
||||
border-top: 1px solid #CCCCCC;
|
||||
height: 500px;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view #single-day-container table td,
|
||||
.calendar-calendar .day-view #single-day-container table td {
|
||||
padding: 0px;
|
||||
border-top: 0px;
|
||||
border-bottom: 0px;
|
||||
width: 14%;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view td.first,
|
||||
.calendar-calendar .day-view td.first {
|
||||
border-left: 0px;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view td.first,
|
||||
.calendar-calendar .day-view td.first {
|
||||
border-left: 0px;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view td.last,
|
||||
.calendar-calendar .day-view td.last {
|
||||
border-right: 0px;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view #single-day-container div.first,
|
||||
.calendar-calendar .day-view #single-day-container div.first {
|
||||
border-top: 0px;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view #single-day-container div.last,
|
||||
.calendar-calendar .day-view #single-day-container div.last {
|
||||
border-bottom: 0px;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view table.full {
|
||||
table-layout: fixed;
|
||||
width: 100%;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.calendar-calendar .day-view table.full {
|
||||
table-layout: fixed;
|
||||
width: 100%;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.calendar-calendar td.calendar-agenda-hour .calendar-hour,
|
||||
.calendar-calendar td.calendar-agenda-hour .calendar-ampm,
|
||||
.calendar-calendar .week-view .full div.calendar-agenda-hour span,
|
||||
.calendar-calendar .day-view .full div.calendar-agenda-hour span {
|
||||
font-size: .8em;
|
||||
font-weight: normal;
|
||||
margin-right: 0px;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view .full div.calendar-agenda-hour,
|
||||
.calendar-calendar .day-view .full div.calendar-agenda-hour,
|
||||
.calendar-calendar .week-view .full div.calendar-agenda-items,
|
||||
.calendar-calendar .day-view .full div.calendar-agenda-items {
|
||||
height: 47px;
|
||||
border-top: 1px solid #cccccc;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view .full .calendar-agenda-hour {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view .full .calendar-agenda-hour div,
|
||||
.calendar-calendar .day-view .full .calendar-agenda-hour div {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.calendar-calendar .day-view #header-container td.calendar-time-holder,
|
||||
.calendar-calendar .day-view #multi-day-container td.calendar-time-holder,
|
||||
.calendar-calendar .day-view #single-day-container td.calendar-time-holder {
|
||||
width: 50px;
|
||||
padding: 0px;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
.calendar-calendar .day-view #header-container td.calendar-day-holder,
|
||||
.calendar-calendar .day-view #multi-day-container td.calendar-day-holder,
|
||||
.calendar-calendar .day-view #single-day-container td.calendar-day-holder {
|
||||
width:95%;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view #header-container td.calendar-time-holder,
|
||||
.calendar-calendar .week-view #multi-day-container td.calendar-time-holder,
|
||||
.calendar-calendar .week-view #single-day-container td.calendar-time-holder {
|
||||
width: 50px;
|
||||
padding: 0px;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view #header-container td.margin-right {
|
||||
width: 10px;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view .full td.calendar-day-holder {
|
||||
padding: 0px;
|
||||
border: 0px;
|
||||
width: 14%;
|
||||
}
|
||||
|
||||
.calendar-calendar .day-view .full td.calendar-day-holder {
|
||||
padding: 0px;
|
||||
border: 0px;
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view .full div.single-day,
|
||||
.calendar-calendar .day-view .full div.single-day {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view .full div.single-day .inner,
|
||||
.calendar-calendar .day-view .full div.single-day .inner {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view .full td.multi-day {
|
||||
padding: 1px 2px 0px 2px;
|
||||
}
|
||||
|
||||
.calendar-calendar .day-view .full td.multi-day div.dayview,
|
||||
.calendar-calendar .week-view .full td.multi-day div.weekview {
|
||||
height: 22px !important;
|
||||
}
|
||||
|
||||
.calendar-calendar .day-view .full td.multi-day .calendar.dayview .contents div,
|
||||
.calendar-calendar .week-view .full td.multi-day .calendar.weekview .contents div {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view .full td.multi-day .inner .weekview .continuation {
|
||||
height: 22px;
|
||||
padding-top: 0px;
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view .full td.multi-day .inner .weekview .continues,
|
||||
.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff,
|
||||
.calendar-calendar .day-view .full td.multi-day .inner .dayview .continues,
|
||||
.calendar-calendar .day-view .full td.multi-day .inner .dayview .cutoff {
|
||||
height: 22px;
|
||||
padding-top: 0px;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view div.single-day .view-item,
|
||||
.calendar-calendar .day-view div.single-day .view-item {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
background: none;
|
||||
text-align: left;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view div.single-day .half-hour,
|
||||
.calendar-calendar .day-view div.single-day .half-hour {
|
||||
font-size: 1px;
|
||||
height: 23px;
|
||||
width: 100%;
|
||||
position:relative;
|
||||
z-index: 0;
|
||||
top: 0px;
|
||||
border-bottom: 1px dotted #cccccc;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view div.single-day .view-item .calendar,
|
||||
.calendar-calendar .day-view div.single-day .view-item .calendar {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view div.single-day .view-item .contents,
|
||||
.calendar-calendar .day-view div.single-day .view-item .contents {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .o_0 .view-item {
|
||||
top: 0px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .o_1 .view-item {
|
||||
top: 12px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .o_2 .view-item {
|
||||
top: 24px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .o_3 .view-item {
|
||||
top: 36px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .o_4 .view-item {
|
||||
top: 40px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_1 .view-item .calendar {
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_2 .view-item .calendar {
|
||||
height: 22px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_3 .view-item .calendar {
|
||||
height: 34px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_4 .view-item .calendar {
|
||||
height: 46px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_5 .view-item .calendar {
|
||||
height: 58px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_6 .view-item .calendar {
|
||||
height: 70px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_7 .view-item .calendar {
|
||||
height: 82px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_8 .view-item .calendar {
|
||||
height: 94px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_9 .view-item .calendar {
|
||||
height: 106px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_10 .view-item .calendar {
|
||||
height: 118px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_11 .view-item .calendar {
|
||||
height: 130px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_12 .view-item .calendar {
|
||||
height: 142px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_13 .view-item .calendar {
|
||||
height: 154px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_14 .view-item .calendar {
|
||||
height: 166px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_15 .view-item .calendar {
|
||||
height: 178px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_16 .view-item .calendar {
|
||||
height: 190px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_17 .view-item .calendar {
|
||||
height: 202px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_18 .view-item .calendar {
|
||||
height: 214px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_19 .view-item .calendar {
|
||||
height: 226px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_20 .view-item .calendar {
|
||||
height: 238px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_21 .view-item .calendar {
|
||||
height: 250px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_22 .view-item .calendar {
|
||||
height: 262px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_23 .view-item .calendar {
|
||||
height: 274px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_24 .view-item .calendar {
|
||||
height: 286px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_25 .view-item .calendar {
|
||||
height: 298px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_26 .view-item .calendar {
|
||||
height: 310px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_27 .view-item .calendar {
|
||||
height: 322px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_28 .view-item .calendar {
|
||||
height: 334px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_29 .view-item .calendar {
|
||||
height: 346px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_30 .view-item .calendar {
|
||||
height: 358px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_31 .view-item .calendar {
|
||||
height: 370px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_32 .view-item .calendar {
|
||||
height: 382px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_33 .view-item .calendar {
|
||||
height: 394px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_34 .view-item .calendar {
|
||||
height: 406px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_35 .view-item .calendar {
|
||||
height: 418px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_36 .view-item .calendar {
|
||||
height: 430px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_37 .view-item .calendar {
|
||||
height: 442px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_38 .view-item .calendar {
|
||||
height: 454px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_39 .view-item .calendar {
|
||||
height: 466px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_40 .view-item .calendar {
|
||||
height: 478px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_41 .view-item .calendar {
|
||||
height: 490px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_42 .view-item .calendar {
|
||||
height: 502px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_43 .view-item .calendar {
|
||||
height: 514px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_44 .view-item .calendar {
|
||||
height: 526px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_45 .view-item .calendar {
|
||||
height: 538px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_46 .view-item .calendar {
|
||||
height: 550px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_47 .view-item .calendar {
|
||||
height: 562px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_48 .view-item .calendar {
|
||||
height: 574px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_49 .view-item .calendar {
|
||||
height: 586px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_50 .view-item .calendar {
|
||||
height: 598px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_51 .view-item .calendar {
|
||||
height: 610px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_52 .view-item .calendar {
|
||||
height: 622px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_53 .view-item .calendar {
|
||||
height: 634px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_54 .view-item .calendar {
|
||||
height: 646px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_55 .view-item .calendar {
|
||||
height: 658px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_56 .view-item .calendar {
|
||||
height: 670px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_57 .view-item .calendar {
|
||||
height: 682px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_58 .view-item .calendar {
|
||||
height: 694px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_59 .view-item .calendar {
|
||||
height: 706px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_60 .view-item .calendar {
|
||||
height: 718px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_61 .view-item .calendar {
|
||||
height: 730px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_62 .view-item .calendar {
|
||||
height: 742px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_63 .view-item .calendar {
|
||||
height: 754px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_64 .view-item .calendar {
|
||||
height: 766px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_65 .view-item .calendar {
|
||||
height: 778px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_66 .view-item .calendar {
|
||||
height: 790px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_67 .view-item .calendar {
|
||||
height: 802px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_68 .view-item .calendar {
|
||||
height: 814px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_69 .view-item .calendar {
|
||||
height: 826px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_70 .view-item .calendar {
|
||||
height: 838px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_71 .view-item .calendar {
|
||||
height: 850px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_72 .view-item .calendar {
|
||||
height: 862px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_73 .view-item .calendar {
|
||||
height: 874px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_74 .view-item .calendar {
|
||||
height: 886px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_75 .view-item .calendar {
|
||||
height: 898px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_76 .view-item .calendar {
|
||||
height: 910px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_77 .view-item .calendar {
|
||||
height: 922px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_78 .view-item .calendar {
|
||||
height: 934px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_79 .view-item .calendar {
|
||||
height: 946px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_80 .view-item .calendar {
|
||||
height: 958px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_81 .view-item .calendar {
|
||||
height: 970px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_82 .view-item .calendar {
|
||||
height: 982px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_83 .view-item .calendar {
|
||||
height: 994px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_84 .view-item .calendar {
|
||||
height: 1006px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_85 .view-item .calendar {
|
||||
height: 1018px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_86 .view-item .calendar {
|
||||
height: 1030px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_87 .view-item .calendar {
|
||||
height: 1042px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_88 .view-item .calendar {
|
||||
height: 1054px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_89 .view-item .calendar {
|
||||
height: 1066px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_90 .view-item .calendar {
|
||||
height: 1078px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_91 .view-item .calendar {
|
||||
height: 1090px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_92 .view-item .calendar {
|
||||
height: 1102px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_93 .view-item .calendar {
|
||||
height: 1114px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_94 .view-item .calendar {
|
||||
height: 1128px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_95 .view-item .calendar {
|
||||
height: 1140px;
|
||||
}
|
||||
|
||||
.calendar-calendar div.single-day .d_96 .view-item .calendar {
|
||||
height: 1152px;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view div.single-day .i_0 .view-item .calendar {
|
||||
margin-left: 0px;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view div.single-day .i_1 .view-item .calendar {
|
||||
margin-left: 10%;
|
||||
width: 85%;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view div.single-day .i_2 .view-item .calendar {
|
||||
margin-left: 16%;
|
||||
width: 79%;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view div.single-day .i_3 .view-item .calendar {
|
||||
margin-left: 21%;
|
||||
width: 74%;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view div.single-day .i_4 .view-item .calendar {
|
||||
margin-left: 30%;
|
||||
width: 65%;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view div.single-day .i_5 .view-item .calendar {
|
||||
margin-left: 34%;
|
||||
width: 61%;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view div.single-day .i_6 .view-item .calendar {
|
||||
margin-left: 42%;
|
||||
width: 53%;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view div.single-day .i_7 .view-item .calendar {
|
||||
margin-left: 49%;
|
||||
width: 46%;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view div.single-day .i_8 .view-item .calendar {
|
||||
margin-left: 55%;
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view div.single-day .i_9 .view-item .calendar {
|
||||
margin-left: 65%;
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view div.single-day .i_0.md_0 .view-item .calendar {
|
||||
width: 95% !important;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view div.single-day .i_0.md_1 .view-item .calendar {
|
||||
width: 60% !important;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.calendar-calendar .day-view div.single-day .i_0 .view-item .calendar {
|
||||
margin-left: 2px;
|
||||
width: 25% !important;
|
||||
width: 97%;
|
||||
}
|
||||
|
||||
.calendar-calendar .day-view div.single-day .i_1 .view-item .calendar {
|
||||
margin-left: 10%;
|
||||
width: 89%;
|
||||
}
|
||||
|
||||
.calendar-calendar .day-view div.single-day .i_2 .view-item .calendar {
|
||||
margin-left: 20%;
|
||||
width: 79%;
|
||||
}
|
||||
|
||||
.calendar-calendar .day-view div.single-day .i_3 .view-item .calendar {
|
||||
margin-left: 30%;
|
||||
width: 69%;
|
||||
}
|
||||
|
||||
.calendar-calendar .day-view div.single-day .i_4 .view-item .calendar {
|
||||
margin-left: 40%;
|
||||
width: 59%;
|
||||
}
|
||||
|
||||
.calendar-calendar .day-view div.single-day .i_5 .view-item .calendar {
|
||||
margin-left: 50%;
|
||||
width: 49%;
|
||||
}
|
||||
|
||||
.calendar-calendar .day-view div.single-day .i_6 .view-item .calendar {
|
||||
margin-left: 60%;
|
||||
width: 39%;
|
||||
}
|
||||
|
||||
.calendar-calendar .day-view div.single-day .i_7 .view-item .calendar {
|
||||
margin-left: 70%;
|
||||
width: 29%;
|
||||
}
|
||||
|
||||
.calendar-calendar .day-view div.single-day .i_8 .view-item .calendar {
|
||||
margin-left: 75%;
|
||||
width: 24%;
|
||||
}
|
||||
|
||||
.calendar-calendar .day-view div.single-day .i_9 .view-item .calendar {
|
||||
margin-left: 80%;
|
||||
width: 19%;
|
||||
}
|
||||
|
||||
.calendar-calendar .day-view div.single-day .i_0.md_0 .view-item .calendar {
|
||||
width: 98% !important;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.calendar-calendar .day-view div.single-day .i_0.md_1 .view-item .calendar {
|
||||
width: 60% !important;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.calendar-calendar .day-view div.single-day .i_0.md_2 .view-item .calendar {
|
||||
width: 40% !important;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.calendar-calendar .day-view div.single-day .i_0.md_3 .view-item .calendar {
|
||||
width: 30% !important;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.single-day-footer .grippie,
|
||||
.header-body-divider .grippie {
|
||||
overflow: hidden;
|
||||
background: #eee url("/misc/grippie.png") no-repeat center 2px;
|
||||
cursor: s-resize;
|
||||
height: 3px;
|
||||
}
|
404
sites/all/modules/calendar/css/calendar.css
Normal file
404
sites/all/modules/calendar/css/calendar.css
Normal file
@@ -0,0 +1,404 @@
|
||||
/**
|
||||
* calendar calendar table styles
|
||||
*/
|
||||
.calendar-calendar tr.odd, .calendar-calendar tr.even {
|
||||
background-color: #fff;
|
||||
}
|
||||
.calendar-calendar table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
margin: 0 auto;
|
||||
padding: 0;
|
||||
width: 100%; /* Setting at 100% causes problem in Internet Explorer. */
|
||||
clear: both;
|
||||
}
|
||||
.calendar-calendar .month-view table {
|
||||
border: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/**
|
||||
* IE needs a little help to get the side by side tables to the right size
|
||||
*/
|
||||
.calendar-calendar .year-view td {
|
||||
width: 32%;
|
||||
padding: 1px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.calendar-calendar .year-view td table td {
|
||||
width: 13%;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.calendar-calendar tr {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
background-color: white;
|
||||
}
|
||||
.calendar-calendar th {
|
||||
color: #fff;
|
||||
background-color: #ccc;
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
}
|
||||
.calendar-calendar th a {
|
||||
font-weight: bold;
|
||||
color: #fff;
|
||||
background-color: #ccc;
|
||||
}
|
||||
.calendar-calendar td {
|
||||
width: 12%; /* 14% is about 1/7 of total table width */
|
||||
min-width: 12%;
|
||||
border: 1px solid #ccc;
|
||||
color: #777;
|
||||
text-align: right;
|
||||
vertical-align: top;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* simplify the mini calendar by removing borders
|
||||
*/
|
||||
.calendar-calendar .mini {
|
||||
border: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* format for the week number in the first cell
|
||||
*/
|
||||
.calendar-calendar td.week {
|
||||
width: 1%;
|
||||
min-width: 1%;
|
||||
}
|
||||
.calendar-calendar .week {
|
||||
clear: both;
|
||||
font-style: normal;
|
||||
color: #555;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
.calendar-calendar .week a {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
/**
|
||||
* IE6 does not support min-height, using Min-Height fast hack from http://www.dustindiaz.com/min-height-fast-hack
|
||||
*/
|
||||
.calendar-calendar .inner {
|
||||
min-height: 5em;
|
||||
height: auto !important;
|
||||
height: 5em;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
.calendar-calendar .inner div {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
/**
|
||||
* Make sure paragraphs buried in calendar cells use padding, not margins, for separation so the background color doesn't come through.
|
||||
*/
|
||||
.calendar-calendar .inner p {
|
||||
padding: 0 0 .8em 0;
|
||||
margin: 0;
|
||||
}
|
||||
.calendar-calendar td a {
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
.calendar-calendar td a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.calendar-calendar td.year,
|
||||
.calendar-calendar td.month {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/**
|
||||
* format days of the week header cells
|
||||
*/
|
||||
.calendar-calendar th.days {
|
||||
color: #ccc;
|
||||
background-color: #224;
|
||||
text-align: center;
|
||||
padding: 1px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* floating day number div
|
||||
*/
|
||||
.calendar-calendar div.day {
|
||||
float: right;
|
||||
text-align: center;
|
||||
padding: 0.125em 0.25em 0 0.25em;
|
||||
margin: 0;
|
||||
background-color: #f3f3f3;
|
||||
border: 1px solid gray;
|
||||
border-width: 0 0 1px 1px;
|
||||
clear:both;
|
||||
width:1.5em;
|
||||
}
|
||||
|
||||
/**
|
||||
* individual node container
|
||||
*/
|
||||
.calendar-calendar div.calendar {
|
||||
background-color: #fff;
|
||||
border: solid 1px #ddd;
|
||||
text-align: left;
|
||||
margin:0 .25em .25em 0;
|
||||
width: 96%;
|
||||
float: right; /* needed to keep IE from hiding the floating day number */
|
||||
clear: both;
|
||||
}
|
||||
/**
|
||||
* No floating of day view content because there is no floating day number
|
||||
*/
|
||||
.calendar-calendar .day-view div.calendar {
|
||||
float: none;
|
||||
width: 98%;
|
||||
margin: 1% 1% 0 1%;
|
||||
}
|
||||
|
||||
.calendar-calendar div.title {
|
||||
font-size: .8em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.calendar-calendar div.title a {
|
||||
color: #000;
|
||||
}
|
||||
.calendar-calendar div.title a:hover {
|
||||
color: #c00;
|
||||
}
|
||||
.calendar-calendar .content {
|
||||
clear: both;
|
||||
padding: 3px;
|
||||
padding-left: 5px;
|
||||
}
|
||||
.calendar div.form-item {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
table td.mini,
|
||||
table th.mini,
|
||||
table.mini td.week {
|
||||
padding: 0 1px 0 0;
|
||||
margin: 0;
|
||||
}
|
||||
table td.mini a {
|
||||
font-weight: normal;
|
||||
}
|
||||
.calendar-calendar .mini-day-off {
|
||||
padding: 0px;
|
||||
}
|
||||
.calendar-calendar .mini-day-on {
|
||||
padding: 0px;
|
||||
}
|
||||
table .mini-day-on a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.calendar-calendar .mini .title {
|
||||
font-size: .8em;
|
||||
}
|
||||
.mini .calendar-calendar .week {
|
||||
font-size: .7em;
|
||||
}
|
||||
.mini-row {
|
||||
width: 100%;
|
||||
border: none;
|
||||
}
|
||||
.mini{
|
||||
width: 32%;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
/**
|
||||
* formatting for the legend stripe and block
|
||||
*/
|
||||
.calendar-calendar .stripe {
|
||||
height: 5px;
|
||||
width: auto;
|
||||
font-size: 1px !important;
|
||||
line-height: 1px !important;
|
||||
}
|
||||
.calendar-calendar .day-view .stripe {
|
||||
width: 100%;
|
||||
}
|
||||
table.calendar-legend {
|
||||
background-color: #ccc;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
table.calendar-legend tr.odd .stripe,
|
||||
table.calendar-legend tr.even .stripe {
|
||||
height: 12px !important;
|
||||
font-size: 9px !important;
|
||||
line-height: 10px !important;
|
||||
}
|
||||
.calendar-legend td {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.calendar-empty {
|
||||
font-size: 1px;
|
||||
line-height: 1px;
|
||||
}
|
||||
|
||||
/**
|
||||
* formatting for the full day view
|
||||
*/
|
||||
.calendar-calendar td.calendar-agenda-hour {
|
||||
font-family: serif;
|
||||
text-align: right;
|
||||
border: none;
|
||||
border-top: 1px #333 dotted;
|
||||
padding-top: .25em;
|
||||
width: 1%;
|
||||
}
|
||||
.calendar-calendar td.calendar-agenda-no-hours {
|
||||
min-width: 1%;
|
||||
}
|
||||
.calendar-calendar td.calendar-agenda-hour .calendar-hour {
|
||||
font-size: 1.2em;
|
||||
font-weight: bold;
|
||||
}
|
||||
.calendar-calendar td.calendar-agenda-hour .calendar-ampm {
|
||||
font-size: 1em;
|
||||
}
|
||||
.calendar-calendar td.calendar-agenda-items {
|
||||
border: 1px #333 dotted;
|
||||
text-align: left;
|
||||
}
|
||||
.calendar-calendar td.calendar-agenda-items div.calendar {
|
||||
width: auto;
|
||||
padding: .25em;
|
||||
margin: 0;
|
||||
}
|
||||
.calendar-calendar div.calendar div.inner .calendar-agenda-empty {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
padding: 1em 0;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
/**
|
||||
* The popup date selector for jumping to a new date.
|
||||
*/
|
||||
.calendar-date-select form {
|
||||
text-align: right;
|
||||
float: right;
|
||||
width: 25%;
|
||||
}
|
||||
.calendar-date-select div,
|
||||
.calendar-date-select input,
|
||||
.calendar-date-select label {
|
||||
text-align: right;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
float: right;
|
||||
clear: both;
|
||||
}
|
||||
.calendar-date-select .description {
|
||||
float: right;
|
||||
}
|
||||
.calendar-label {
|
||||
font-weight: bold;
|
||||
display: block;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.calendar-calendar div.date-nav {
|
||||
background-color: #ccc;
|
||||
color: #777;
|
||||
width: auto;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
.calendar-calendar div.date-nav a,
|
||||
.calendar-calendar div.date-nav h3 {
|
||||
color: #777;
|
||||
}
|
||||
.calendar-calendar th.days {
|
||||
background-color: #eee;
|
||||
color: #777;
|
||||
font-weight: bold;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
.calendar-calendar td.empty {
|
||||
background: #ccc;
|
||||
border-color: #ccc;
|
||||
}
|
||||
.calendar-calendar table.mini td.empty {
|
||||
background: #fff;
|
||||
border-color: #fff;
|
||||
}
|
||||
.calendar-calendar td div.day {
|
||||
border: 1px solid #ccc;
|
||||
border-top: none;
|
||||
border-right: none;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
.calendar-calendar td .inner div,
|
||||
.calendar-calendar td .inner div a {
|
||||
background: #eee;
|
||||
}
|
||||
|
||||
/**
|
||||
*Set small font size for all items in calendar div, themes can override this.
|
||||
*
|
||||
* Use x-small instead of em to avoid multiplying effect in nested items.
|
||||
*/
|
||||
.calendar-calendar div.calendar {
|
||||
border: none;
|
||||
font-size: x-small;
|
||||
}
|
||||
.calendar-calendar td .inner div.calendar div,
|
||||
.calendar-calendar td .inner div.calendar div a {
|
||||
border: none;
|
||||
background: #ffc;
|
||||
padding: 0 2px;
|
||||
}
|
||||
.calendar-calendar td .inner div.calendar div.calendar-more,
|
||||
.calendar-calendar td .inner div.calendar div.calendar-more a {
|
||||
color: #444;
|
||||
background: #fff;
|
||||
text-align: right;
|
||||
}
|
||||
.calendar-calendar td .inner .view-field,
|
||||
.calendar-calendar td .inner .view-field a {
|
||||
color: #444;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.calendar-calendar td span.date-display-single,
|
||||
.calendar-calendar td span.date-display-start,
|
||||
.calendar-calendar td span.date-display-end,
|
||||
.calendar-calendar td span.date-display-separator {
|
||||
font-weight: bold;
|
||||
}
|
||||
.calendar-calendar td .inner div.day a {
|
||||
color: #4b85ac;
|
||||
}
|
||||
.calendar-calendar tr td.today,
|
||||
.calendar-calendar tr.odd td.today,
|
||||
.calendar-calendar tr.even td.today {
|
||||
background-color: #C3D6E4;
|
||||
}
|
||||
.calendar-calendar td .inner div.calendar div div.view-data-node-data-field-date-field-date-value {
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
|
||||
/**
|
||||
* The following are not used by default but are available for themes.
|
||||
*/
|
||||
.calendar-calendar td.past {}
|
||||
.calendar-calendar td.future {}
|
||||
.calendar-calendar td.has-events {}
|
||||
.calendar-calendar td.has-no-events {}
|
879
sites/all/modules/calendar/css/calendar_multiday.css
Normal file
879
sites/all/modules/calendar/css/calendar_multiday.css
Normal file
@@ -0,0 +1,879 @@
|
||||
/**
|
||||
* calendar calendar table styles
|
||||
*/
|
||||
.calendar-calendar tr.odd, .calendar-calendar tr.even {
|
||||
background-color: #fff;
|
||||
}
|
||||
.calendar-calendar table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
margin: 0 auto;
|
||||
padding: 0;
|
||||
width: 100%; /* Setting at 100% causes problem in Internet Explorer. */
|
||||
}
|
||||
.calendar-calendar .month-view table {
|
||||
border: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/**
|
||||
* IE needs a little help to get the side by side tables to the right size
|
||||
*/
|
||||
.calendar-calendar .year-view td {
|
||||
width: 32%;
|
||||
padding: 1px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.calendar-calendar .year-view td table td {
|
||||
width: 13%;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.calendar-calendar tr {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
background-color: white;
|
||||
}
|
||||
.calendar-calendar th {
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
}
|
||||
.calendar-calendar th a {
|
||||
font-weight: bold;
|
||||
}
|
||||
.calendar-calendar td {
|
||||
width: 14%;
|
||||
border: 1px solid #ccc;
|
||||
color: #777;
|
||||
text-align: right;
|
||||
vertical-align: top;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* simplify the mini calendar by removing borders
|
||||
*/
|
||||
.calendar-calendar .mini {
|
||||
border: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* format for the week number in the first cell
|
||||
*/
|
||||
.calendar-calendar td.week {
|
||||
width: 1%;
|
||||
min-width: 1%;
|
||||
}
|
||||
.calendar-calendar .week {
|
||||
clear: both;
|
||||
font-style: normal;
|
||||
color: #555;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
/**
|
||||
* IE6 does not support min-height, using Min-Height fast hack from http://www.dustindiaz.com/min-height-fast-hack
|
||||
*/
|
||||
.calendar-calendar .inner {
|
||||
height: auto !important;
|
||||
height: 5em;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
.calendar-calendar .inner div {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
/**
|
||||
* Make sure paragraphs buried in calendar cells use padding, not margins, for separation so the background color doesn't come through.
|
||||
*/
|
||||
.calendar-calendar .inner p {
|
||||
padding: 0 0 .8em 0;
|
||||
margin: 0;
|
||||
}
|
||||
.calendar-calendar td a {
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
.calendar-calendar td a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.calendar-calendar td.year,
|
||||
.calendar-calendar td.month {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/**
|
||||
* format days of the week header cells
|
||||
*/
|
||||
.calendar-calendar th.days {
|
||||
color: #ccc;
|
||||
background-color: #224;
|
||||
text-align: center;
|
||||
padding: 1px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* floating day number div
|
||||
*/
|
||||
.calendar-calendar div.day {
|
||||
float: right;
|
||||
text-align: center;
|
||||
padding: 0.125em 0.25em 0 0.25em;
|
||||
margin: 0;
|
||||
background-color: #f3f3f3;
|
||||
border: 1px solid gray;
|
||||
border-width: 0 0 1px 1px;
|
||||
clear: both;
|
||||
width: 1.5em;
|
||||
}
|
||||
|
||||
/**
|
||||
* individual node container
|
||||
*/
|
||||
.calendar-calendar div.calendar {
|
||||
background-color: #fff;
|
||||
border: solid 1px #ddd;
|
||||
text-align: left;
|
||||
margin: 0 .25em .25em 0;
|
||||
width: 96%;
|
||||
float: right; /* needed to keep IE from hiding the floating day number */
|
||||
clear: both;
|
||||
}
|
||||
/**
|
||||
* No floating of day view content because there is no floating day number
|
||||
*/
|
||||
.calendar-calendar .day-view div.calendar {
|
||||
float: none;
|
||||
width: 98%;
|
||||
margin: 1% 1% 0 1%;
|
||||
}
|
||||
|
||||
.calendar-calendar div.title {
|
||||
font-size:.8em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.calendar-calendar div.title a {
|
||||
color: #000;
|
||||
}
|
||||
.calendar-calendar div.title a:hover {
|
||||
color: #c00;
|
||||
}
|
||||
.calendar-calendar .content {
|
||||
clear: both;
|
||||
padding: 3px;
|
||||
padding-left: 5px;
|
||||
}
|
||||
.calendar div.form-item {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
table td.mini,
|
||||
table th.mini,
|
||||
table.mini td.week {
|
||||
padding: 0 1px 0 0;
|
||||
margin: 0;
|
||||
}
|
||||
table td.mini a {
|
||||
font-weight: normal;
|
||||
}
|
||||
.calendar-calendar .mini-day-off {
|
||||
padding: 0px;
|
||||
}
|
||||
.calendar-calendar .mini-day-on {
|
||||
padding: 0px;
|
||||
}
|
||||
table .mini-day-on a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.calendar-calendar .mini .title {
|
||||
font-size: .8em;
|
||||
}
|
||||
.mini .calendar-calendar .week {
|
||||
font-size: .7em;
|
||||
}
|
||||
.mini-row {
|
||||
width: 100%;
|
||||
border: none;
|
||||
}
|
||||
.mini{
|
||||
width: 32%;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
/**
|
||||
* formatting for the legend stripe and block
|
||||
*/
|
||||
.calendar-calendar .stripe {
|
||||
height: 5px;
|
||||
width: auto;
|
||||
font-size:1px !important;
|
||||
line-height:1px !important;
|
||||
}
|
||||
.calendar-calendar .day-view .stripe {
|
||||
width: 100%;
|
||||
}
|
||||
table.calendar-legend {
|
||||
background-color: #ccc;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
table.calendar-legend tr.odd .stripe,
|
||||
table.calendar-legend tr.even .stripe {
|
||||
height: 12px !important;
|
||||
font-size: 9px !important;
|
||||
line-height: 10px !important;
|
||||
}
|
||||
.calendar-legend td {
|
||||
text-align: left;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.calendar-empty {
|
||||
font-size: 1px;
|
||||
line-height: 1px;
|
||||
}
|
||||
|
||||
/**
|
||||
* formatting for the full day view
|
||||
*/
|
||||
.calendar-calendar td.calendar-agenda-hour {
|
||||
text-align: right;
|
||||
border: none;
|
||||
border-top: 1px solid #CCCCCC;
|
||||
padding-top: .25em;
|
||||
width: 1%;
|
||||
}
|
||||
.calendar-calendar td.calendar-agenda-no-hours {
|
||||
min-width: 1%;
|
||||
}
|
||||
.calendar-calendar td.calendar-agenda-hour .calendar-hour {
|
||||
font-size: 1.2em;
|
||||
font-weight: bold;
|
||||
}
|
||||
.calendar-calendar td.calendar-agenda-hour .calendar-ampm {
|
||||
font-size: 1em;
|
||||
}
|
||||
.calendar-calendar td.calendar-agenda-items {
|
||||
border: 1px solid #CCCCCC;
|
||||
text-align: left;
|
||||
}
|
||||
.calendar-calendar td.calendar-agenda-items div.calendar {
|
||||
width: auto;
|
||||
padding: .25em;
|
||||
margin: 0;
|
||||
}
|
||||
.calendar-calendar div.calendar div.inner .calendar-agenda-empty {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
padding: 1em 0;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
/**
|
||||
* the popup date selector for jumping to a new date
|
||||
*/
|
||||
.calendar-date-select form {
|
||||
text-align: right;
|
||||
float: right;
|
||||
width: 25%;
|
||||
}
|
||||
.calendar-date-select div,
|
||||
.calendar-date-select input,
|
||||
.calendar-date-select label {
|
||||
text-align: right;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
float: right;
|
||||
clear: both;
|
||||
}
|
||||
.calendar-date-select .description {
|
||||
float: right;
|
||||
}
|
||||
.calendar-label {
|
||||
font-weight: bold;
|
||||
display: block;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.calendar-calendar div.date-nav {
|
||||
background-color: #ccc;
|
||||
color: #777;
|
||||
padding: 0.2em;
|
||||
width: auto;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
.calendar-calendar div.date-nav a,
|
||||
.calendar-calendar div.date-nav h3 {
|
||||
color: #777;
|
||||
text-decoration: none;
|
||||
}
|
||||
.calendar-calendar th.days {
|
||||
background-color: #eee;
|
||||
color: #777;
|
||||
font-weight: bold;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
.calendar-calendar td.empty {
|
||||
background: #ccc;
|
||||
border-color: #ccc;
|
||||
color: #cc9;
|
||||
}
|
||||
.calendar-calendar table.mini td.empty {
|
||||
background: #fff;
|
||||
border-color: #fff;
|
||||
}
|
||||
.calendar-calendar td div.day {
|
||||
border: 1px solid #ccc;
|
||||
border-top: none;
|
||||
border-right: none;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
.calendar-calendar td .inner div,
|
||||
.calendar-calendar td .inner div a {
|
||||
background: #eee;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set small font size for all items in calendar div, themes can override this.
|
||||
* Use x-small instead of em to avoid multiplying effect in nested items.
|
||||
*/
|
||||
.calendar-calendar div.calendar {
|
||||
border: none;
|
||||
font-size: x-small;
|
||||
}
|
||||
.calendar-calendar td .inner div.calendar div,
|
||||
.calendar-calendar td .inner div.calendar div a {
|
||||
border: none;
|
||||
background: #ffc;
|
||||
padding: 0;
|
||||
}
|
||||
.calendar-calendar td .inner div.calendar div.calendar-more,
|
||||
.calendar-calendar td .inner div.calendar div.calendar-more a {
|
||||
color: #444;
|
||||
background: #fff;
|
||||
text-align: right;
|
||||
}
|
||||
.calendar-calendar td .inner .view-field,
|
||||
.calendar-calendar td .inner .view-field a {
|
||||
color: #444;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.calendar-calendar td span.date-display-single,
|
||||
.calendar-calendar td span.date-display-start,
|
||||
.calendar-calendar td span.date-display-end,
|
||||
.calendar-calendar td span.date-display-separator {
|
||||
font-weight: bold;
|
||||
}
|
||||
.calendar-calendar td .inner div.day a {
|
||||
color: #4b85ac;
|
||||
}
|
||||
.calendar-calendar tr td.today,
|
||||
.calendar-calendar tr.odd td.today,
|
||||
.calendar-calendar tr.even td.today {
|
||||
background-color: #C3D6E4;
|
||||
}
|
||||
.calendar-calendar td .inner div.calendar div div.view-data-node-data-field-date-field-date-value {
|
||||
}
|
||||
|
||||
/**
|
||||
* The following are not used by default but are available for themes
|
||||
*/
|
||||
.calendar-calendar td.past {}
|
||||
.calendar-calendar td.future {}
|
||||
.calendar-calendar td.has-events {}
|
||||
.calendar-calendar td.has-no-events {}
|
||||
|
||||
/**
|
||||
* Multi day styles
|
||||
*/
|
||||
.calendar-calendar tbody {
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
.calendar-calendar .month-view .full .inner,
|
||||
.calendar-calendar .week-view .full .multi-day .inner {
|
||||
height: auto;
|
||||
min-height: auto;
|
||||
}
|
||||
.calendar-calendar .week-view .full .calendar-agenda-hour
|
||||
.calendar-calendar .month-view .full .single-day .inner .view-item {
|
||||
float: left;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view .full .calendar-agenda-hour,
|
||||
.calendar-calendar .day-view .full .calendar-agenda-hour {
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view .full .calendar-agenda-hour {
|
||||
width: 6%;
|
||||
min-width: 0px;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view .full .days {
|
||||
width: 14%;
|
||||
}
|
||||
|
||||
.calendar-calendar .month-view .full div.calendar,
|
||||
.calendar-calendar .week-view .full div.calendar,
|
||||
.calendar-calendar .day-view div.calendar {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.calendar-calendar .month-view .full tr.date-box,
|
||||
.calendar-calendar .month-view .full tr.date-box td,
|
||||
.calendar-calendar .month-view .full tr.multi-day,
|
||||
.calendar-calendar .month-view .full tr.multi-day td {
|
||||
height: 19px;
|
||||
max-height: 19px;
|
||||
}
|
||||
|
||||
.calendar-calendar .month-view .full tr.single-day .no-entry,
|
||||
.calendar-calendar .month-view .full tr.single-day .no-entry .inner {
|
||||
height: 44px !important;
|
||||
line-height: 44px;
|
||||
}
|
||||
|
||||
.calendar-calendar .month-view .full tr.single-day .noentry-multi-day,
|
||||
.calendar-calendar .month-view .full tr.single-day .noentry-multi-day .inner {
|
||||
height: 22px !important;
|
||||
line-height: 22px;
|
||||
}
|
||||
|
||||
.calendar-calendar .month-view .full td,
|
||||
.calendar-calendar .week-view .full td,
|
||||
.calendar-calendar .day-view td {
|
||||
vertical-align: top;
|
||||
padding: 1px 2px 0 2px
|
||||
}
|
||||
|
||||
.calendar-calendar .month-view .full td.date-box {
|
||||
height: 1%;
|
||||
border-bottom: 0px;
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
|
||||
.calendar-calendar .month-view .full .week {
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
.calendar-calendar .month-view .full .week a,
|
||||
.calendar-calendar .week-view .full .week a {
|
||||
color: #4b85ac;
|
||||
}
|
||||
|
||||
.calendar-calendar .month-view .full td .inner div.day,
|
||||
.calendar-calendar .month-view .full td .inner div.day a {
|
||||
border: none;
|
||||
background: none;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.calendar-calendar .month-view .full td.date-box .inner,
|
||||
.calendar-calendar .week-view .full td.date-box .inner {
|
||||
min-height: inherit;
|
||||
}
|
||||
|
||||
.calendar-calendar .month-view .full td.multi-day,
|
||||
.calendar-calendar .week-view .full td.multi-day {
|
||||
border-top: 0px;
|
||||
border-bottom: 0px;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view .full .first td.multi-day {
|
||||
border-top: 1px solid #CCCCCC;
|
||||
}
|
||||
|
||||
.calendar-calendar .month-view .full td.single-day {
|
||||
border-top: 0px;
|
||||
}
|
||||
|
||||
.calendar-calendar .month-view .full td.multi-day .inner,
|
||||
.calendar-calendar .week-view .full td.multi-day .inner,
|
||||
.calendar-calendar .day-view .full td.multi-day .inner {
|
||||
min-height: inherit;
|
||||
width: auto;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.calendar-calendar .month-view .full td.multi-day.no-entry {
|
||||
min-height: 0px;
|
||||
}
|
||||
|
||||
.calendar-calendar .month-view .full td.single-day .calendar-empty,
|
||||
.calendar-calendar .month-view .full td.single-day.empty,
|
||||
.calendar-calendar .month-view .full td.date-box.empty {
|
||||
background: #F4F4F4;
|
||||
}
|
||||
|
||||
.calendar-calendar .month-view .full td.single-day .inner div,
|
||||
.calendar-calendar .month-view .full td.single-day .inner div a ,
|
||||
.calendar-calendar .month-view .full td.multi-day .inner div,
|
||||
.calendar-calendar .month-view .full td.multi-day .inner div a ,
|
||||
.calendar-calendar .month-view .full td .inner div.calendar.monthview div,
|
||||
.calendar-calendar .month-view .full td .inner div.calendar.monthview div a,
|
||||
.calendar-calendar .week-view .full td.single-day .inner div,
|
||||
.calendar-calendar .week-view .full td.single-day .inner div a ,
|
||||
.calendar-calendar .week-view .full td.multi-day .inner div,
|
||||
.calendar-calendar .week-view .full td.multi-day .inner div a ,
|
||||
.calendar-calendar .week-view .full td .inner div.calendar.weekview div,
|
||||
.calendar-calendar .week-view .full td .inner div.calendar.weekview div a,
|
||||
.calendar-calendar .day-view .full td .inner div.view-item,
|
||||
.calendar-calendar .day-view .full td .inner div.calendar div,
|
||||
.calendar-calendar .day-view .full td .inner div.calendar div a {
|
||||
background: none;
|
||||
}
|
||||
|
||||
.calendar-calendar .day-view .full td .inner div.calendar div,
|
||||
.calendar-calendar .day-view .full td .inner div.calendar div a {
|
||||
margin: 0px 3px;
|
||||
}
|
||||
|
||||
.calendar-calendar .day-view .full td .inner div.calendar div.stripe {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.calendar-calendar .month-view .full tr td.today,
|
||||
.calendar-calendar .month-view .full tr.odd td.today,
|
||||
.calendar-calendar .month-view .full tr.even td.today {
|
||||
background: none;
|
||||
border-left: 2px solid #7C7F12;
|
||||
border-right: 2px solid #7C7F12;
|
||||
}
|
||||
|
||||
.calendar-calendar .month-view .full td.date-box.today {
|
||||
border-width: 2px 2px 0px 2px;
|
||||
border-style: solid;
|
||||
border-color: #7C7F12;
|
||||
}
|
||||
|
||||
.calendar-calendar .month-view .full tr td.single-day.today {
|
||||
border-bottom: 2px solid #7C7F12;
|
||||
}
|
||||
|
||||
.calendar-calendar .month-view .full tr td.multi-day.starts-today {
|
||||
border-left: 2px solid #7C7F12;
|
||||
}
|
||||
|
||||
.calendar-calendar .month-view .full tr td.multi-day.ends-today {
|
||||
border-right: 2px solid #7C7F12;
|
||||
}
|
||||
|
||||
.calendar-calendar .month-view .full tr td.multi-day,
|
||||
.calendar-calendar .month-view .full tr td.single-day {
|
||||
border-top: 0px;
|
||||
}
|
||||
|
||||
.calendar-calendar .month-view .full tr td.multi-day,
|
||||
.calendar-calendar .month-view .full tr td.date-box {
|
||||
border-bottom: 0px;
|
||||
}
|
||||
|
||||
.calendar-calendar .month-view .full .inner .monthview,
|
||||
.calendar-calendar .week-view .full .inner .weekview,
|
||||
.calendar-calendar .day-view .full .inner .dayview {
|
||||
-moz-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
width: auto;
|
||||
float: none;
|
||||
display: block;
|
||||
margin: .25em auto;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.calendar-calendar .month-view .full td.single-day div.monthview,
|
||||
.calendar-calendar .week-view .full td.single-day div.weekview,
|
||||
.calendar-calendar .day-view .full td.single-day div.dayview {
|
||||
background: #ffc;
|
||||
width: auto;
|
||||
padding: 0px 3px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.calendar-calendar .month-view .full td.single-day .calendar-more div.monthview {
|
||||
background: none;
|
||||
}
|
||||
|
||||
.calendar-calendar .day-view td div.dayview {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.calendar-calendar .month-view .full td.multi-day div.monthview,
|
||||
.calendar-calendar .week-view .full td.multi-day div.weekview,
|
||||
.calendar-calendar .day-view .full td.multi-day div.dayview {
|
||||
background: #74a5d7;
|
||||
height: 1.9em;
|
||||
overflow: hidden;
|
||||
margin: 0px auto;
|
||||
color: #ffffff;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view .full td.multi-day div.weekview {
|
||||
height: 3.5em;
|
||||
}
|
||||
|
||||
.calendar-calendar .month-view .full td.multi-day .inner .view-field,
|
||||
.calendar-calendar .month-view .full td.multi-day .inner .view-field a,
|
||||
.calendar-calendar .week-view .full td.multi-day .inner .view-field,
|
||||
.calendar-calendar .week-view .full td.multi-day .inner .view-field a,
|
||||
.calendar-calendar .day-view .full td.multi-day .inner .view-field,
|
||||
.calendar-calendar .day-view .full td.multi-day .inner .view-field a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.calendar-calendar .full td.multi-day .calendar .view-field,
|
||||
.calendar-calendar .full td.single-day .calendar .view-field {
|
||||
}
|
||||
|
||||
.calendar-calendar .day-view .full td.multi-day div.dayview,
|
||||
.calendar-calendar .week-view .full td.multi-day div.weekview {
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
.calendar-calendar .month-view .full td.multi-day .calendar.monthview .view-field {
|
||||
white-space: nowrap;
|
||||
float: left;
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view .full td.multi-day .calendar.weekview .view-field {
|
||||
white-space: nowrap;
|
||||
display: inline;
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
.calendar-calendar .day-view .full td.multi-day .calendar.weekview .view-field {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.calendar-calendar .month-view .full td.multi-day .calendar.monthview .contents,
|
||||
.calendar-calendar .week-view .full td.multi-day .calendar.weekview .contents {
|
||||
position: absolute;
|
||||
width: 3000px;
|
||||
left: 5px;
|
||||
}
|
||||
|
||||
.calendar-calendar .day-view td .stripe,
|
||||
.calendar-calendar .month-view .full td .stripe,
|
||||
.calendar-calendar .week-view .full td .stripe {
|
||||
-moz-border-radius: 5px 5px 0px 0px;
|
||||
border-radius: 5px 5px 0px 0px;
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
width: 100%;
|
||||
height: 3px;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.calendar-calendar .full td.single-day .continuation,
|
||||
.calendar-calendar .full td.single-day .continues,
|
||||
.calendar-calendar .full td.single-day .cutoff {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.calendar-calendar .month-view .full td.multi-day .inner .monthview .continuation,
|
||||
.calendar-calendar .week-view .full td.multi-day .inner .weekview .continuation {
|
||||
float:left;
|
||||
margin-right: 3px;
|
||||
height: 1.9em;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view .full td.multi-day .inner .weekview .continuation {
|
||||
height: 2.75em;
|
||||
padding-top: 0.75em;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
.calendar-calendar .month-view .full td.multi-day .inner .monthview .continues,
|
||||
.calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff,
|
||||
.calendar-calendar .week-view .full td.multi-day .inner .weekview .continues,
|
||||
.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
|
||||
position: absolute;
|
||||
right: 0px !important;
|
||||
right: -1px;
|
||||
width: 10px;
|
||||
text-align: left;
|
||||
background: #74a5d7;
|
||||
-moz-border-radius: 0px 5px 5px 0px;
|
||||
border-radius: 0px 5px 5px 0px;
|
||||
height: 1.9em;
|
||||
padding-left: 6px;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view .full td.multi-day .inner .weekview .continues,
|
||||
.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
|
||||
height: 2.75em;
|
||||
padding-top: 0.75em;
|
||||
}
|
||||
|
||||
.calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff,
|
||||
.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
|
||||
width: 8px;
|
||||
padding-left: 0px;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view .full td.multi-day {
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view td.single-day div.calendar {
|
||||
width: 100%;
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view .full tr.last td.multi-day {
|
||||
border-bottom:1px solid #CCCCCC;
|
||||
}
|
||||
|
||||
/**
|
||||
* Restyle Header
|
||||
*/
|
||||
.view .date-nav-wrapper .clear-block {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.view .date-nav-wrapper {
|
||||
position: relative;
|
||||
margin-top: 5px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.view .date-nav-wrapper .date-nav {
|
||||
background-color: transparent;
|
||||
border: 0px;
|
||||
height: 30px;
|
||||
height: auto;
|
||||
min-height: 30px;
|
||||
position: relative;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.view .date-nav-wrapper .date-prev a,
|
||||
.view .date-nav-wrapper .date-next a {
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.view .date-nav-wrapper.date-nav a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.view .date-nav-wrapper .date-prev {
|
||||
-moz-border-radius: 5px 0 0 5px;
|
||||
border-radius: 5px 0 0 5px;
|
||||
background: none repeat scroll 0 0 #dfdfdf;
|
||||
float: none;
|
||||
padding: 5px 0;
|
||||
position: absolute;
|
||||
right: 60px;
|
||||
text-align: right;
|
||||
top: 0px;
|
||||
width: auto;
|
||||
z-index: 1;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.block-views .view .date-nav-wrapper .date-prev {
|
||||
left: 0;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
.view .date-nav-wrapper .date-prev a {
|
||||
margin-left: 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.view .date-nav-wrapper .date-heading {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
top: 0px;
|
||||
text-align: center;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.view .date-nav-wrapper .date-heading h3 {
|
||||
line-height: 30px;
|
||||
font-size: 1.7em;
|
||||
}
|
||||
|
||||
.view .date-nav-wrapper .date-next {
|
||||
-moz-border-radius: 0px 5px 5px 0px;
|
||||
border-radius: 0px 5px 5px 0px;
|
||||
background: none repeat scroll 0 0 #dfdfdf;
|
||||
float: none;
|
||||
padding: 5px 0;
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
text-align: right;
|
||||
top: 0px;
|
||||
width: auto;
|
||||
z-index: 1;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.view .date-nav-wrapper .date-next a {
|
||||
margin-right: 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.attachment .calendar-calendar {
|
||||
margin-top: 20px;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.calendar-calendar th a,
|
||||
.attachment .calendar-calendar th {
|
||||
background-color: transparent;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
.attachment .calendar-calendar th.calendar-agenda-hour {
|
||||
color: #777777;
|
||||
font-weight: bold;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.view-calendar .feed-icon {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.view table.mini .date-prev,
|
||||
.view table.mini .date-next {
|
||||
background: none;
|
||||
}
|
||||
|
||||
.date-nav div.date-prev,
|
||||
.date-nav div.date-next,
|
||||
.date-nav {
|
||||
width:auto;
|
||||
}
|
||||
|
||||
.date-nav {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
ul.calendar-links,
|
||||
.region-content ul.calendar-links {
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
.year-view div.month-view div.date-nav {
|
||||
background-color: #DFDFDF;
|
||||
min-height: 20px;
|
||||
}
|
Reference in New Issue
Block a user