view styles.css @ 1:97fd3740f41c draft

"planemo upload commit eeba34c94465f41d13c2f5bcf68177d23c92d971"
author gregor.m
date Mon, 23 Nov 2020 14:32:52 +0000
parents 1d62de03829d
children
line wrap: on
line source


body{ margin:10 100; background:whitesmoke; }
/*body{ margin:10 100; background:darkslategrey; }*/
.center{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;}

/* matplotlib output at 1600x1200  */
.distr_gallery {
    display: grid;
    margin: 0 auto;
    text-align: center;
    /* border: 1px dashed rgba(4, 4, 4, 0.35);     */
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: 20vw;    
    grid-gap: 0px;
    column-gap: 0px
}
.distr_gallery__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* matplotlib output at 1600x1200  */
.snapshot_gallery {
    display: grid;
    margin: 0 auto;
    border: 1px dashed rgba(4, 4, 4, 0.35);
    text-align: center;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(2,20vw);
    grid-gap: 5px;
}
.snapshot_gallery__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#areaA {
  background-color: lime;
}

#areaB {
  background-color: yellow;
}