Diff
checker
Text
Text
Images
Documents
Excel
Folders
Legal
Enterprise
Desktop
Pricing
Sign in
Download Diffchecker Desktop
Compare text
Find the difference between two text files
Tools
History
Real-time editor
Hide whitespace changes
Hide unchanged lines
Disable line wrap
Layout
Split
Unified
Diff precision
Smart
Word
Char
Text styles
Change appearance
Syntax highlighting
Choose syntax
Ignore
Transform text
Go to first change
Edit input
Diffchecker Desktop
The most secure way to run Diffchecker. Get the Diffchecker Desktop app: your diffs never leave your computer!
Get Desktop
Untitled diff
Created
7 years ago
Diff never expires
Clear
Export
Share
Explain
12 removals
Lines
Total
Removed
Characters
Total
Removed
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
124 lines
Copy
35 additions
Lines
Total
Added
Characters
Total
Added
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
148 lines
Copy
Copy
Copied
Copy
Copied
/*
* Surchargez ce fichier dans votre thème pour personnaliser le module
* https://www.phpboost.com/wiki/structure-d-un-theme#paragraph-le-repertoire-modules
*/
/* Surcharge de la classe notes pour passer à la ligne et ne pas deformer les tableaux */
/* Surcharge de la classe notes pour passer à la ligne et ne pas deformer les tableaux */
.notes {
.notes {
white-space: nowrap;
white-space: nowrap;
}
}
Copy
Copied
Copy
Copied
@media (min-width: 769px) {
#cssmenu-galleryfilter ul {
min-width: 130px;
}
}
.gallery-tools-container {
margin-bottom: 1.618em;
}
#scrolling_images {
#scrolling_images {
position: relative;
position: relative;
Copy
Copied
Copy
Copied
margin:
20px
auto;
margin:
1.309em
auto;
height: 150px;
height: 150px;
overflow: hidden;
overflow: hidden;
}
}
#module-gallery ul,
#module-gallery ul,
#module-mini-gallery ul {
#module-mini-gallery ul {
margin: 0 auto;
margin: 0 auto;
list-style: none;
list-style: none;
}
}
#mini-gallery-slideshow li {
#mini-gallery-slideshow li {
height: 150px;
height: 150px;
}
}
#mini-gallery-slideshow.fade li { display: none; }
#mini-gallery-slideshow.fade li { display: none; }
#mini-gallery-slideshow.vertical li { display: inline-block; }
#mini-gallery-slideshow.vertical li { display: inline-block; }
#mini-gallery-slideshow.horizontal li { display: block; }
#mini-gallery-slideshow.horizontal li { display: block; }
#mini-gallery-slideshow.fade ul:first-child { display: block; }
#mini-gallery-slideshow.fade ul:first-child { display: block; }
.td-end {
.td-end {
Copy
Copied
Copy
Copied
margin:
15px
0;
margin:
1em
0;
}
}
.thumbnails-list-container {
.thumbnails-list-container {
Copy
Copied
Copy
Copied
padding: 0
5px
;
padding: 0
0.309em
;
}
}
.select-cat {
.select-cat {
width: auto;
width: auto;
max-width: 100%;
max-width: 100%;
}
}
.table-pics {
.table-pics {
display: table;
display: table;
margin: auto;
margin: auto;
table-layout: fixed;
table-layout: fixed;
}
}
.table-cat {
.table-cat {
display: table;
display: table;
table-layout: fixed;
table-layout: fixed;
}
}
.table-cat tbody td {
.table-cat tbody td {
Copy
Copied
Copy
Copied
padding:
15px
0;
padding:
1em
0;
}
}
.table-pics tbody td {
.table-pics tbody td {
Copy
Copied
Copy
Copied
padding:
15px
0;
padding:
1em
0;
}
}
.article-gallery .options {
.article-gallery .options {
float: none;
float: none;
}
}
.pics-max {
.pics-max {
Copy
Copied
Copy
Copied
padding:
15px
0;
padding:
1em
0;
overflow: auto;
overflow: auto;
text-align: center;
text-align: center;
}
}
.pics-max-thumbnails {
.pics-max-thumbnails {
display: table;
display: table;
margin: auto;
margin: auto;
table-layout: fixed;
table-layout: fixed;
}
}
.move-pics-container {
.move-pics-container {
position: absolute;
position: absolute;
z-index: 100;
z-index: 100;
float: left;
float: left;
display: none;
display: none;
Copy
Copied
Copy
Copied
margin-top:
10px
;
margin-top:
0.618em
;
}
}
.move-pics-block {
.move-pics-block {
width: 190px;
width: 190px;
Copy
Copied
Copy
Copied
overflow: auto;
overflow: auto;
}
}
.move-pics-block > div {
.move-pics-block > div {
Copy
Copied
Copy
Copied
margin-bottom:
4px
;
margin-bottom:
0.228em
;
font-weight: bold;
font-weight: bold;
}
}
.nbr-total-pics {
.nbr-total-pics {
Copy
Copied
Copy
Copied
padding-top:
15px
;
padding-top:
1em
;
text-align: center;
text-align: center;
}
}
.link-to-other-pics-container {
.link-to-other-pics-container {
margin: auto;
margin: auto;
padding: 0;
padding: 0;
width: 100%;
width: 100%;
overflow: hidden;
overflow: hidden;
}
}
.actions-container {
.actions-container {
margin: auto;
margin: auto;
}
}
.image-quota-container {
.image-quota-container {
margin: auto;
margin: auto;
width: 50%;
width: 50%;
text-align: center;
text-align: center;
}
}
.pics-list-element {
.pics-list-element {
Copy
Copied
Copy
Copied
margin-bottom:
20px
;
margin-bottom:
1.309em
;
padding: 0
5px
;
padding: 0
0.309em
;
}
}
.article-gallery > header {
.article-gallery > header {
display: none;
display: none;
}
}
Copy
Copied
Copy
Copied
.gallery-display {
display: inline-block;
padding: 0 0.618em 0.618em 0.618em;
}
.mr5 {
margin-right: 0.309em;
}
Saved diffs
Original text
Open file
/* Surcharge de la classe notes pour passer à la ligne et ne pas deformer les tableaux */ .notes { white-space: nowrap; } #scrolling_images { position: relative; margin: 20px auto; height: 150px; overflow: hidden; } #module-gallery ul, #module-mini-gallery ul { margin: 0 auto; list-style: none; } #mini-gallery-slideshow li { height: 150px; } #mini-gallery-slideshow.fade li { display: none; } #mini-gallery-slideshow.vertical li { display: inline-block; } #mini-gallery-slideshow.horizontal li { display: block; } #mini-gallery-slideshow.fade ul:first-child { display: block; } .td-end { margin: 15px 0; } .thumbnails-list-container { padding: 0 5px; } .select-cat { width: auto; max-width: 100%; } .table-pics { display: table; margin: auto; table-layout: fixed; } .table-cat { display: table; table-layout: fixed; } .table-cat tbody td { padding: 15px 0; } .table-pics tbody td { padding: 15px 0; } .article-gallery .options { float: none; } .pics-max { padding: 15px 0; overflow: auto; text-align: center; } .pics-max-thumbnails { display: table; margin: auto; table-layout: fixed; } .move-pics-container { position: absolute; z-index: 100; float: left; display: none; margin-top: 10px; } .move-pics-block { width: 190px; overflow: auto; } .move-pics-block > div { margin-bottom: 4px; font-weight: bold; } .nbr-total-pics { padding-top: 15px; text-align: center; } .link-to-other-pics-container { margin: auto; padding: 0; width: 100%; overflow: hidden; } .actions-container { margin: auto; } .image-quota-container { margin: auto; width: 50%; text-align: center; } .pics-list-element { margin-bottom: 20px; padding: 0 5px; } .article-gallery > header { display: none; }
Changed text
Open file
/* * Surchargez ce fichier dans votre thème pour personnaliser le module * https://www.phpboost.com/wiki/structure-d-un-theme#paragraph-le-repertoire-modules */ /* Surcharge de la classe notes pour passer à la ligne et ne pas deformer les tableaux */ .notes { white-space: nowrap; } @media (min-width: 769px) { #cssmenu-galleryfilter ul { min-width: 130px; } } .gallery-tools-container { margin-bottom: 1.618em; } #scrolling_images { position: relative; margin: 1.309em auto; height: 150px; overflow: hidden; } #module-gallery ul, #module-mini-gallery ul { margin: 0 auto; list-style: none; } #mini-gallery-slideshow li { height: 150px; } #mini-gallery-slideshow.fade li { display: none; } #mini-gallery-slideshow.vertical li { display: inline-block; } #mini-gallery-slideshow.horizontal li { display: block; } #mini-gallery-slideshow.fade ul:first-child { display: block; } .td-end { margin: 1em 0; } .thumbnails-list-container { padding: 0 0.309em; } .select-cat { width: auto; max-width: 100%; } .table-pics { display: table; margin: auto; table-layout: fixed; } .table-cat { display: table; table-layout: fixed; } .table-cat tbody td { padding: 1em 0; } .table-pics tbody td { padding: 1em 0; } .article-gallery .options { float: none; } .pics-max { padding: 1em 0; overflow: auto; text-align: center; } .pics-max-thumbnails { display: table; margin: auto; table-layout: fixed; } .move-pics-container { position: absolute; z-index: 100; float: left; display: none; margin-top: 0.618em; } .move-pics-block { width: 190px; overflow: auto; } .move-pics-block > div { margin-bottom: 0.228em; font-weight: bold; } .nbr-total-pics { padding-top: 1em; text-align: center; } .link-to-other-pics-container { margin: auto; padding: 0; width: 100%; overflow: hidden; } .actions-container { margin: auto; } .image-quota-container { margin: auto; width: 50%; text-align: center; } .pics-list-element { margin-bottom: 1.309em; padding: 0 0.309em; } .article-gallery > header { display: none; } .gallery-display { display: inline-block; padding: 0 0.618em 0.618em 0.618em; } .mr5 { margin-right: 0.309em; }
Find difference