add Devin's css file for gallery

This commit is contained in:
Rueshyna 2013-03-04 17:27:36 +08:00
parent a6ca308a5e
commit 874648eacf
2 changed files with 8 additions and 4 deletions

View File

@ -231,7 +231,7 @@
.slidelist {
position: absolute;
bottom: 30px;
z-index: 99;
z-index: 98;
width: 100%;
height: 0;
overflow: auto;
@ -251,7 +251,7 @@
border: solid 2px #fff;
display: block;
width: 120px;
height: 90px;
height: 96px;
position: relative;
box-shadow: 0 0 6px rgba(0,0,0,0.7);

View File

@ -32,9 +32,13 @@
.w1.c4 li { width: 23%; }
.w1.c5 li { width: 18%; }
.w1.c6 li { width: 14.6666%; }
.w1 li a {
-webkit-transition: opacity 0.3s ease;
-moz-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.w1 li a:hover {
box-shadow: 0 0 20px rgba(0,0,0,0.9);
outline: solid 4px #429DFF;
opacity: 0.8;
position: relative;
}
.w1 li a img {