Diff
checker
文本
文本
图像
文档
Excel
文件夹
Legal
Enterprise
桌面版
定价
登录
下载 Diffchecker 桌面版
比较文本
查找两个文本文件之间的差异
工具
历史
实时编辑器
折叠未更改行
关闭换行
视图
拆分
统一
比对精度
智能
单词
字符
语法高亮
选择语法
忽略
文本转换
转到第一个差异
编辑输入
Diffchecker Desktop
运行Diffchecker最安全的方式。获取Diffchecker桌面应用:您的差异永远不会离开您的电脑!
获取桌面版
Untitled diff
创建于
9年前
差异永不过期
清除
导出
分享
解释
22 删除
行
总计
删除
字符
总计
删除
要继续使用此功能,请升级到
Diff
checker
Pro
查看价格
125 行
全部复制
0 添加
行
总计
添加
字符
总计
添加
要继续使用此功能,请升级到
Diff
checker
Pro
查看价格
114 行
全部复制
复制
已复制
复制
已复制
div
.calendar-content {
.calendar-content {
padding: 6px;
padding: 6px;
}
}
/* Affichage du mois en cours */
/* Affichage du mois en cours */
复制
已复制
复制
已复制
div
.calendar-top-container {
.calendar-top-container {
padding: 4px;
padding: 4px;
复制
已复制
复制
已复制
background-color: #EEEEEE;
border: 1px solid #DDDDDD;
border-radius: 3px;
}
}
复制
已复制
复制
已复制
div
.calendar-top-content {
.calendar-top-content {
text-align: center;
text-align: center;
}
}
复制
已复制
复制
已复制
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;
}
}
复制
已复制
复制
已复制
div
.calendar-top-l {
.calendar-top-l {
float: left;
float: left;
padding: 1px 0 0 25px;
padding: 1px 0 0 25px;
}
}
复制
已复制
复制
已复制
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 */
复制
已复制
复制
已复制
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;
}
}
复制
已复制
复制
已复制
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;
}
}
}
}
复制
已复制
复制
已复制
/* 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%;
复制
已复制
复制
已复制
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;
}
}
复制
已复制
复制
已复制
#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;
}
}
已保存差异
原始文本
打开文件
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; }
更改后文本
打开文件
.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; }
查找差异