Diff
checker
Texte
Texte
Images
Documents
Excel
Dossiers
Legal
Enterprise
Application de bureau
Prix
Se connecter
Télécharger Diffchecker Desktop
Comparer le texte
Trouver la différence entre deux fichiers texte
Outils
Historique
Éditeur live
Cacher identiques
Sans retour à la ligne
Vue
Divisé
Unifié
Niveau de précision
Intelligent
Mot
Caractère
Coloration syntaxique
Choisir la syntaxe
Ignorer
Transformer le texte
Aller au premier écart
Modifier l'entrée
Diffchecker Desktop
La façon la plus sécurisée d'utiliser Diffchecker. Obtenez l'application Diffchecker Desktop : vos diffs ne quittent jamais votre ordinateur !
Obtenir Desktop
Untitled diff
Créé
il y a 9 ans
Le diff n'expire jamais
Effacer
Exporter
Partager
Expliquer
22 suppressions
Lignes
Total
Supprimé
Caractères
Total
Supprimé
Pour continuer à utiliser cette fonctionnalité, passez à
Diff
checker
Pro
Voir les prix
125 lignes
Copier tout
0 ajouts
Lignes
Total
Ajouté
Caractères
Total
Ajouté
Pour continuer à utiliser cette fonctionnalité, passez à
Diff
checker
Pro
Voir les prix
114 lignes
Copier tout
Copier
Copié
Copier
Copié
div
.calendar-content {
.calendar-content {
padding: 6px;
padding: 6px;
}
}
/* Affichage du mois en cours */
/* Affichage du mois en cours */
Copier
Copié
Copier
Copié
div
.calendar-top-container {
.calendar-top-container {
padding: 4px;
padding: 4px;
Copier
Copié
Copier
Copié
background-color: #EEEEEE;
border: 1px solid #DDDDDD;
border-radius: 3px;
}
}
Copier
Copié
Copier
Copié
div
.calendar-top-content {
.calendar-top-content {
text-align: center;
text-align: center;
}
}
Copier
Copié
Copier
Copié
div
.calendar-top-container a,
.calendar-top-container a,
div
.calendar-top-container a:hover {
.calendar-top-container a:hover {
color: #666666;
cursor: pointer;
cursor: pointer;
}
}
Copier
Copié
Copier
Copié
div
.calendar-top-l {
.calendar-top-l {
float: left;
float: left;
padding: 1px 0 0 25px;
padding: 1px 0 0 25px;
}
}
Copier
Copié
Copier
Copié
div
.calendar-top-r {
.calendar-top-r {
float: right;
float: right;
padding: 1px 25px 0 0;
padding: 1px 25px 0 0;
}
}
/* Affichage des evenements */
/* Affichage des evenements */
Copier
Copié
Copier
Copié
div
.event-display-author {
.event-display-author {
float: left;
float: left;
padding-top: 4px;
padding-top: 4px;
padding-bottom: 4px;
padding-bottom: 4px;
font-size: 0.8em;
font-size: 0.8em;
}
}
Copier
Copié
Copier
Copié
div
.event-display-dates {
.event-display-dates {
float: right;
float: right;
padding: 4px;
padding: 4px;
width: 180px;
width: 180px;
font-size: 0.8em;
font-size: 0.8em;
font-weight: normal;
font-weight: normal;
}
}
.event-display-dates + hr {
.event-display-dates + hr {
margin: 0 auto 40px auto;
margin: 0 auto 40px auto;
width: 70%;
width: 70%;
clear: both;
clear: both;
}
}
/* Particularite du tableau du calendrier */
/* Particularite du tableau du calendrier */
@media ( min-width: 769px ) {
@media ( min-width: 769px ) {
#module-calendar table.calendar-table tbody tr td {
#module-calendar table.calendar-table tbody tr td {
height: 40px;
height: 40px;
}
}
}
}
Copier
Copié
Copier
Copié
/* Couleur des differents evenements */
table tbody tr td.calendar-none { background-color: #FFFFFF; }
table tbody tr td.calendar-today { background-color: #B5E5B9; }
table tbody tr td.calendar-other { background-color: #F1F1F1; }
table tbody tr td.calendar-weekend { background-color: #FFE3B6; }
#module-calendar table tbody tr td.calendar-week {
#module-calendar table tbody tr td.calendar-week {
width: 8%;
width: 8%;
Copier
Copié
Copier
Copié
border-right: 1px solid #AAAAAA;
}
}
/* 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 {
#module-mini-calendar .calendar-top-container {
padding: 2px;
padding: 2px;
}
}
#module-mini-calendar .calendar-top-content h5 {
#module-mini-calendar .calendar-top-content h5 {
padding-top: 1px;
padding-top: 1px;
font-size: 0.9em;
font-size: 0.9em;
}
}
#module-mini-calendar .calendar-top-l { padding: 0 0 0 7px; }
#module-mini-calendar .calendar-top-l { padding: 0 0 0 7px; }
#module-mini-calendar .calendar-top-r { padding: 0 7px 0 0; }
#module-mini-calendar .calendar-top-r { padding: 0 7px 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: 5px 0 10px 0;
}
}
Copier
Copié
Copier
Copié
#module-mini-calendar #CalendarAjaxCalendarController_choose-date
div
.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: 4px;
}
}
#CalendarAjaxCalendarController_month_field,
#CalendarAjaxCalendarController_month_field,
#CalendarAjaxCalendarController_year_field {
#CalendarAjaxCalendarController_year_field {
display: inline-block;
display: inline-block;
}
}
.legend-line {
.legend-line {
padding: 0 0 8px 0;
padding: 0 0 8px 0;
}
}
.legend-color {
.legend-color {
font-size: 2em;
font-size: 2em;
vertical-align: -1px;
vertical-align: -1px;
}
}
.legend {
.legend {
padding-right: 20px;
padding-right: 20px;
}
}
Différences enregistrées
Texte d'origine
Ouvrir un fichier
div.calendar-content { padding: 6px; } /* Affichage du mois en cours */ div.calendar-top-container { padding: 4px; background-color: #EEEEEE; border: 1px solid #DDDDDD; border-radius: 3px; } div.calendar-top-content { text-align: center; } div.calendar-top-container a, div.calendar-top-container a:hover { color: #666666; cursor: pointer; } div.calendar-top-l { float: left; padding: 1px 0 0 25px; } div.calendar-top-r { float: right; padding: 1px 25px 0 0; } /* Affichage des evenements */ div.event-display-author { float: left; padding-top: 4px; padding-bottom: 4px; font-size: 0.8em; } div.event-display-dates { float: right; padding: 4px; width: 180px; font-size: 0.8em; font-weight: normal; } .event-display-dates + hr { margin: 0 auto 40px auto; width: 70%; clear: both; } /* Particularite du tableau du calendrier */ @media ( min-width: 769px ) { #module-calendar table.calendar-table tbody tr td { height: 40px; } } /* Couleur des differents evenements */ table tbody tr td.calendar-none { background-color: #FFFFFF; } table tbody tr td.calendar-today { background-color: #B5E5B9; } table tbody tr td.calendar-other { background-color: #F1F1F1; } table tbody tr td.calendar-weekend { background-color: #FFE3B6; } #module-calendar table tbody tr td.calendar-week { width: 8%; border-right: 1px solid #AAAAAA; } /* Affichage de du titre de l'evenement dans le tableau de l'administration */ table tbody tr th.column-title { width: 28%; } /* Affichage du mini calendrier dans une colonne */ #module-mini-calendar .calendar-top-container { padding: 2px; } #module-mini-calendar .calendar-top-content h5 { padding-top: 1px; font-size: 0.9em; } #module-mini-calendar .calendar-top-l { padding: 0 0 0 7px; } #module-mini-calendar .calendar-top-r { padding: 0 7px 0 0; } #module-mini-calendar #date_select_form form.fieldset-content { margin-top: 0; } #module-mini-calendar #CalendarAjaxCalendarController_choose-date { margin: 5px 0 10px 0; } #module-mini-calendar #CalendarAjaxCalendarController_choose-date div.form-element { margin: 0; } #module-mini-calendar .form-field select { padding: 4px; } #CalendarAjaxCalendarController_month_field, #CalendarAjaxCalendarController_year_field { display: inline-block; } .legend-line { padding: 0 0 8px 0; } .legend-color { font-size: 2em; vertical-align: -1px; } .legend { padding-right: 20px; }
Texte modifié
Ouvrir un fichier
.calendar-content { padding: 6px; } /* Affichage du mois en cours */ .calendar-top-container { padding: 4px; } .calendar-top-content { text-align: center; } .calendar-top-container a, .calendar-top-container a:hover { cursor: pointer; } .calendar-top-l { float: left; padding: 1px 0 0 25px; } .calendar-top-r { float: right; padding: 1px 25px 0 0; } /* Affichage des evenements */ .event-display-author { float: left; padding-top: 4px; padding-bottom: 4px; font-size: 0.8em; } .event-display-dates { float: right; padding: 4px; width: 180px; font-size: 0.8em; font-weight: normal; } .event-display-dates + hr { margin: 0 auto 40px auto; width: 70%; 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 */ table tbody tr th.column-title { width: 28%; } /* Affichage du mini calendrier dans une colonne */ #module-mini-calendar .calendar-top-container { padding: 2px; } #module-mini-calendar .calendar-top-content h5 { padding-top: 1px; font-size: 0.9em; } #module-mini-calendar .calendar-top-l { padding: 0 0 0 7px; } #module-mini-calendar .calendar-top-r { padding: 0 7px 0 0; } #module-mini-calendar #date_select_form form.fieldset-content { margin-top: 0; } #module-mini-calendar #CalendarAjaxCalendarController_choose-date { margin: 5px 0 10px 0; } #module-mini-calendar #CalendarAjaxCalendarController_choose-date .form-element { margin: 0; } #module-mini-calendar .form-field select { padding: 4px; } #CalendarAjaxCalendarController_month_field, #CalendarAjaxCalendarController_year_field { display: inline-block; } .legend-line { padding: 0 0 8px 0; } .legend-color { font-size: 2em; vertical-align: -1px; } .legend { padding-right: 20px; }
Trouver la différence