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; }
尋找差異