Difference between revisions of "Danielle/Gallery"

From City of Hope MUSH
Jump to navigation Jump to search
m
m
Line 1: Line 1:
 +
.gallery {
 +
    -webkit-transition: all 0.5s ease;
 +
    -moz-transition: all 0.5s ease;
 +
    -o-transition: all 0.5s ease;
 +
    -ms-transition: all 0.5s ease;
 +
    transition: all 0.5s ease;
 +
    margin: 10px;
 +
    -moz-box-shadow: 10px 10px 20px rgba(0,0,0,0.75);
 +
    webkit-box-shadow: 10px 10px 20px rgba(0,0,0,0.75);
 +
    box-shadow: 10px 10px 20px rgba(0,0,0,0.75);
 +
}
 +
 +
.gallery:hover {
 +
    -webkit-transform: scale(1.9);
 +
    -moz-transform: scale(1.9);
 +
    -o-transform: scale(1.9);
 +
    -ms-transform: scale(1.9);
 +
    transform: scale(1.9);
 +
    cursor: pointer;
 +
 
<div class="picturebox">[[Image:Die002.jpg|250px|class=gallery]]</div>
 
<div class="picturebox">[[Image:Die002.jpg|250px|class=gallery]]</div>

Revision as of 08:08, 20 April 2020

.gallery {

   -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   transition: all 0.5s ease;
   margin: 10px;
   -moz-box-shadow: 10px 10px 20px rgba(0,0,0,0.75);
   webkit-box-shadow: 10px 10px 20px rgba(0,0,0,0.75);
   box-shadow: 10px 10px 20px rgba(0,0,0,0.75);

}

.gallery:hover {

   -webkit-transform: scale(1.9);
   -moz-transform: scale(1.9);
   -o-transform: scale(1.9);
   -ms-transform: scale(1.9);
   transform: scale(1.9);
   cursor: pointer;
Die002.jpg