Untitled diff

Created Diff never expires
51 removals
114 lines
84 additions
148 lines
.calendar-content {
/*
padding: 6px;
* Surchargez ce fichier dans votre thème pour personnaliser le module
* https://www.phpboost.com/wiki/structure-d-un-theme#paragraph-le-repertoire-modules
*/
#calendar {
width: 100%;
}
}
/* Affichage du mois en cours */
.calendar-top-container {
.calendar-top-container {
padding: 4px;
padding: 0.228em;
}
}
.calendar-top-content {
.calendar-top-content {
text-align: center;
text-align: center;
}
}
.calendar-top-container a,
.calendar-top-container a,
.calendar-top-container a:hover {
.calendar-top-container a:hover {
cursor: pointer;
cursor: pointer;
padding: 0.456em
}
}
.calendar-top-l {
.calendar-top-l {
float: left;
float: left;
padding: 1px 0 0 25px;
}
}
.calendar-top-r {
.calendar-top-r {
float: right;
float: right;
padding: 1px 25px 0 0;
}
}
/* Affichage des evenements */
table tbody td.calendar-today {
.event-display-author {
border-width: 1px;
float: left;
border-style: solid;
padding-top: 4px;
padding-bottom: 4px;
font-size: 0.8em;
}
}
.event-display-dates {
.location-map {
float: right;
margin: 0.618em 0;
padding: 4px;
width: 180px;
font-size: 0.8em;
font-weight: normal;
}
}
.event-display-dates + hr {
#module-calendar hr {
margin: 0 auto 40px auto;
width: 70%;
width: 70%;
clear: both;
clear: both;
}
}
/* Particularite du tableau du calendrier */
@media ( min-width: 769px ) {
#module-calendar table.calendar-table tbody tr td {
height: 40px;
}
}
#module-calendar table tbody tr td.calendar-week {
width: 8%;
}
/* Affichage de du titre de l'evenement dans le tableau de l'administration */
/* Affichage de du titre de l'evenement dans le tableau de l'administration */
table tbody tr th.column-title {
table tbody tr th.column-title {
width: 28%;
width: 28%;
}
}
/* Affichage du mini calendrier dans une colonne */
/* Affichage du mini calendrier dans une colonne */
#module-mini-calendar .calendar-top-container {
padding: 2px;
}
#module-mini-calendar .calendar-top-content h5 {
#module-mini-calendar .calendar-top-content h5 {
padding-top: 1px;
padding-top: 0.309em;
font-size: 0.9em;
font-size: 0.809em;
}
}
#module-mini-calendar .calendar-top-l { padding: 0 0 0 7px; }
#module-mini-calendar .calendar-top-l { padding: 0 0 0 0.456em; }
#module-mini-calendar .calendar-top-r { padding: 0 7px 0 0; }
#module-mini-calendar .calendar-top-r { padding: 0 0.456em 0 0; }
#module-mini-calendar #date_select_form form.fieldset-content {
#module-mini-calendar #date_select_form form.fieldset-content {
margin-top: 0;
margin-top: 0;
}
}
#module-mini-calendar #CalendarAjaxCalendarController_choose-date {
#module-mini-calendar #CalendarAjaxCalendarController_choose-date {
margin: 5px 0 10px 0;
margin: 0 0 0.309em;
}
}
#module-mini-calendar #CalendarAjaxCalendarController_choose-date .form-element {
#module-mini-calendar #CalendarAjaxCalendarController_choose-date .form-element {
margin: 0;
margin: 0;
}
}
#module-mini-calendar .form-field select {
#module-mini-calendar .form-field select {
padding: 4px;
padding: 0.228em;
}
}
#CalendarAjaxCalendarController_month_field,
#CalendarAjaxCalendarController_month_field,
#CalendarAjaxCalendarController_year_field {
#CalendarAjaxCalendarController_year_field {
display: inline-block;
display: inline-block;
}
}
.legend-line {
padding: 0 0 8px 0;
}
.legend-color {
.legend-color {
font-size: 2em;
font-size: 1.618em;
vertical-align: -1px;
}
}
.legend {
.legend {
padding-right: 20px;
padding-right: 1.309em;
}
.calendar-table th,
.calendar-table td {
width: 12.5%;
}
.calendar-table.mini th,
.calendar-table.mini .calendar-week,
.calendar-table.mini td a {
padding: 0.809em;
font-size: 0.809em;
}
.calendar-table.mini td a {
display: block;
}
@media (min-width: 481px) {
.calendar-table.mini th,
.calendar-table.mini .calendar-week,
.calendar-table.mini td a {
padding: 0.809em 0.1618em;
}
}
@media (min-width: 769px) {
.calendar-table.mini th,
.calendar-table.mini .calendar-week,
.calendar-table.mini td a {
padding: 0.309em 0;
font-size: 0.618em;
}
}
@media (min-width: 1025px) {
.calendar-table.mini th,
.calendar-table.mini .calendar-week,
.calendar-table.mini td a {
font-size: 0.809em;
}
}
.calendar-table td {
padding: 0;
border-width: 1px;
border-style: solid;
border-color: transparent;
}
.calendar-table td a {
padding: 0.456em;
display: block;
}
td.calendar-week{
border-width: 0 1px 0 0;
border-style: solid;
border-color: transparent;
padding: 0.456em;
}
}