DG IZ album view page brush up
This commit is contained in:
parent
3f27e1f67d
commit
b5b8e29d6a
5 changed files with 15 additions and 1 deletions
|
|
@ -111,5 +111,9 @@ $(document).ready(function(){
|
|||
$(this).fadeIn("slow");
|
||||
});
|
||||
|
||||
$(".image_cycle img").load( function() {
|
||||
$(this).fadeIn("slow");
|
||||
});
|
||||
|
||||
|
||||
});//end document ready
|
||||
|
|
|
|||
|
|
@ -402,3 +402,6 @@ h1.big_text {
|
|||
min-height: 100px; }
|
||||
.image_thumb img {
|
||||
display: none; }
|
||||
|
||||
.image_cycle img {
|
||||
display: none; }
|
||||
|
|
|
|||
|
|
@ -497,3 +497,7 @@ h1.big_text
|
|||
|
||||
img
|
||||
:display none
|
||||
|
||||
.image_cycle
|
||||
img
|
||||
:display none
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
:min-height 14px
|
||||
|
||||
:background -webkit-gradient(linear, 0% 29%, 0% 85%, from(#FAFAFA), to(#E0E0E0))
|
||||
:background -moz-linear-gradient(top, #FAFAFA, #E0E0E0)
|
||||
|
||||
:border 1px solid #ccc
|
||||
:bottom 1px solid #666
|
||||
|
|
@ -75,6 +76,8 @@ ul.button_set
|
|||
|
||||
.button .selected, .button_set .selected
|
||||
:background -webkit-gradient(linear, 0% 29%, 0% 85%, from(#E0E0E0), to(#FAFAFA))
|
||||
:background -moz-linear-gradient(top, #e0e0e0, #fafafa)
|
||||
|
||||
:border
|
||||
:top 1px solid #aaa
|
||||
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
text-shadow: 0 1px 0 white;
|
||||
min-height: 14px;
|
||||
background: -webkit-gradient(linear, 0% 29%, 0% 85%, from(#fafafa), to(#e0e0e0));
|
||||
background: -moz-linear-gradient(top, #fafafa, #e0e0e0);
|
||||
border: 1px solid #cccccc;
|
||||
border-bottom: 1px solid #666666;
|
||||
border-left: 1px solid #999999;
|
||||
|
|
@ -51,7 +52,6 @@ ul.button_set {
|
|||
.button .selected, .button_set .selected {
|
||||
background: -webkit-gradient(linear, 0% 29%, 0% 85%, from(#e0e0e0), to(#fafafa));
|
||||
background: -moz-linear-gradient(top, #e0e0e0, #fafafa);
|
||||
background-image: -moz-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet);
|
||||
border-top: 1px solid #aaaaaa; }
|
||||
|
||||
.right {
|
||||
|
|
|
|||
Loading…
Reference in a new issue