Untitled diff

Created Diff never expires
13 removals
124 lines
37 additions
148 lines
/*
* 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;
}
}
@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;
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 {
margin: 15px 0;
margin: 1em 0;
}
}
.thumbnails-list-container {
.thumbnails-list-container {
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 {
padding: 15px 0;
padding: 1em 0;
}
}
.table-pics tbody td {
.table-pics tbody td {
padding: 15px 0;
padding: 1em 0;
}
}
.article-gallery .options {
.article-gallery .options {
float: none;
float: none;
}
}
.pics-max {
.pics-max {
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;
margin-top: 10px;
margin-top: 0.618em;
}
}
.move-pics-block {
.move-pics-block {
width: 190px;
width: 190px;
overflow: auto;
overflow: auto;
}
}
.move-pics-block > div {
.move-pics-block > div {
margin-bottom: 4px;
margin-bottom: 0.228em;
font-weight: bold;
font-weight: bold;
}
}
.nbr-total-pics {
.nbr-total-pics {
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 {
margin-bottom: 20px;
margin-bottom: 1.309em;
padding: 0 5px;
padding: 0 0.309em;
}
}
.article-gallery > header {
.article-gallery > header {
display: none;
display: none;
}
.gallery-display {
display: inline-block;
padding: 0 0.618em 0.618em 0.618em;
}
.mr5 {
margin-right: 0.309em;
}
}