Ika's changes for orbit bar

This commit is contained in:
OrbitServer 2012-07-20 15:41:27 +08:00
parent 53fb9d456f
commit f223e4bb1e
5 changed files with 1385 additions and 1381 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -1,34 +1,35 @@
#banner_nav { #banner_nav {
position: absolute; position: absolute;
z-index: 10; z-index: 10;
bottom: 0; bottom: 0;
margin-right: 5px; margin-right: 5px;
right: 0; right: 0;
} }
#banner_nav>li { #banner_nav>li {
float: left; float: left;
display: inline-block; display: inline-block;
*display: inline; *display: inline;
} }
#banner_nav>li>a { #banner_nav>li>a {
width: 10px; display:block;
height: 10px; width: 10px;
border-radius: 5px; height: 10px;
-webkit-border-radius: 5px; border-radius: 5px;
-moz-border-radius: 5px; -webkit-border-radius: 5px;
background-color: #FFFFFF; -moz-border-radius: 5px;
opacity: .5; background-color: #FFFFFF;
filter: alpha(opacity = 50); opacity: .5;
margin: 0 4px 10px; filter: alpha(opacity = 50);
text-indent: -9999px; margin: 0 4px 10px;
box-shadow: 0 0 5px rgba(0,0,0,.7); text-indent: -9999px;
} box-shadow: 0 0 5px rgba(0,0,0,.7);
#banner_nav>li>a:hover { }
opacity: 1; #banner_nav>li>a:hover {
filter: alpha(opacity = 100); opacity: 1;
} filter: alpha(opacity = 100);
#banner_nav>li.activeSlide>a { }
opacity: 1; #banner_nav>li.activeSlide>a {
filter: alpha(opacity = 100); opacity: 1;
} filter: alpha(opacity = 100);
}

File diff suppressed because it is too large Load Diff