Dalmationer.art/css/gallerystyles.css

59 lines
1.2 KiB
CSS

#galleryimg{
-ms-interpolation-mode:nearest-neighbor;
/*IE 7-11*/ image-rendering: -o-crisp-edges;
/*Opera 12*/ image-rendering: -webkit-crisp-edges;
/*Safari 6-9*/ image-rendering:-moz-crisp-edges;
/*Firefox 3.6-64*/
max-width: 718px;
width: 100%;
display: block;
margin-left: auto;
margin-right:auto;
margin-top: -40px;
margin-bottom: 1%;
}
#main-content{
background-color: #1E3B27;
}
#gallerycontainer{
background-color: #458D4C;
width: 98%;
display: flex;
flex-direction: row;
margin-left: auto;
margin-right: auto;
align-items: top;
padding-bottom: 3%;
justify-content: space-around;
color: #B3EB79;
}
#gallerythumb{
margin-left: 1%;
margin-right: 1%;
margin-top: 3%;
padding: 1%;
width: 100%;
max-width: 160px;
border: 4px 2px 2px 4px;
border-color: #181917;
border-style: double solid solid double ;
text-align: center;
background-color: #1E3B27;
}
#thumbnail{
width: 100%;
max-width: 150px;
display: block;
margin-left: auto;
margin-right:auto;
border: 4px 2px 2px 4px;
border-color: #181917;
border-style: double solid solid double ;
border-radius: 5px;
}