Bienvenue sur le wiki de Nuit debout, nous sommes le 3039 mars.




Utilisateur:Jmv/common.css : Différence entre versions

De NuitDebout
Aller à : navigation, rechercher
 
(Une révision intermédiaire par le même utilisateur non affichée)
Ligne 1 : Ligne 1 :
  
@import url(https://cdnjs.cloudflare.com/ajax/libs/photoswipe/4.1.1/photoswipe.min.css);
+
 
@import url(https://cdnjs.cloudflare.com/ajax/libs/photoswipe/4.1.1/default-skin/default-skin.min.css);
+
.my-gallery {
 +
  width: 100%;
 +
  float: left;
 +
}
 +
.my-gallery img {
 +
  width: 100%;
 +
  height: auto;
 +
}
 +
.my-gallery figure {
 +
  display: block;
 +
  float: left;
 +
  margin: 0 5px 5px 0;
 +
  width: 150px;
 +
}
 +
.my-gallery figcaption {
 +
  display: none;
 +
}

Version actuelle en date du 2 juillet 2016 à 13:53

.my-gallery {
  width: 100%;
  float: left;
}
.my-gallery img {
  width: 100%;
  height: auto;
}
.my-gallery figure {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  width: 150px;
}
.my-gallery figcaption {
  display: none;
}