Ika's changes for orbit bar
This commit is contained in:
parent
53fb9d456f
commit
f223e4bb1e
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 |
|
@ -12,6 +12,7 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
#banner_nav>li>a {
|
#banner_nav>li>a {
|
||||||
|
display:block;
|
||||||
width: 10px;
|
width: 10px;
|
||||||
height: 10px;
|
height: 10px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
@import url(http://fonts.googleapis.com/css?family=Cuprum|Open+Sans:400,300);
|
/*style*/
|
||||||
|
|
||||||
|
@import url(http://fonts.googleapis.com/css?family=Cuprum);
|
||||||
@font-face{
|
@font-face{
|
||||||
font-family: 'WebSymbolsRegular';
|
font-family: 'WebSymbolsRegular';
|
||||||
src: url(<%= asset_path 'websymbols-regular-webfont.eot' %>);
|
src: url(<%= asset_path 'websymbols-regular-webfont.eot' %>);
|
||||||
|
@ -10,7 +11,7 @@
|
||||||
}
|
}
|
||||||
.login-logo {
|
.login-logo {
|
||||||
text-indent: -9999px;
|
text-indent: -9999px;
|
||||||
background: url(<%= asset_path 'sign-in-logo.png' %>) no-repeat center 80px;
|
background: url(<%= asset_path 'sign-in-logo.png' %>) no-repeat center 40px;
|
||||||
padding-top: 40px;
|
padding-top: 40px;
|
||||||
height: 160px;
|
height: 160px;
|
||||||
}
|
}
|
||||||
|
@ -33,6 +34,7 @@
|
||||||
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), inset 0 1px 0 rgba(127, 149, 165, 1), 0 -1px 0 rgba(31, 32, 36, 1) inset;
|
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), inset 0 1px 0 rgba(127, 149, 165, 1), 0 -1px 0 rgba(31, 32, 36, 1) inset;
|
||||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), inset 0 1px 0 rgba(127, 149, 165, 1), 0 -1px 0 rgba(31, 32, 36, 1) inset;
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), inset 0 1px 0 rgba(127, 149, 165, 1), 0 -1px 0 rgba(31, 32, 36, 1) inset;
|
||||||
|
|
||||||
|
/*
|
||||||
background-image: -moz-linear-gradient(top, #5282A6, #133757);
|
background-image: -moz-linear-gradient(top, #5282A6, #133757);
|
||||||
background-image: -ms-linear-gradient(top, #5282A6, #133757);
|
background-image: -ms-linear-gradient(top, #5282A6, #133757);
|
||||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5282A6), to(#133757));
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5282A6), to(#133757));
|
||||||
|
@ -40,7 +42,8 @@
|
||||||
background-image: -o-linear-gradient(top, #5282A6, #133757);
|
background-image: -o-linear-gradient(top, #5282A6, #133757);
|
||||||
background-image: linear-gradient(top, #5282A6, #133757);
|
background-image: linear-gradient(top, #5282A6, #133757);
|
||||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5282A6', endColorstr='#133757', GradientType=0);
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5282A6', endColorstr='#133757', GradientType=0);
|
||||||
/*
|
*/
|
||||||
|
|
||||||
background-image: -moz-linear-gradient(top, #545b60, #191a1c);
|
background-image: -moz-linear-gradient(top, #545b60, #191a1c);
|
||||||
background-image: -ms-linear-gradient(top, #545b60, #191a1c);
|
background-image: -ms-linear-gradient(top, #545b60, #191a1c);
|
||||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#545b60), to(#191a1c));
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#545b60), to(#191a1c));
|
||||||
|
@ -48,7 +51,7 @@
|
||||||
background-image: -o-linear-gradient(top, #545b60, #191a1c);
|
background-image: -o-linear-gradient(top, #545b60, #191a1c);
|
||||||
background-image: linear-gradient(top, #545b60, #191a1c);
|
background-image: linear-gradient(top, #545b60, #191a1c);
|
||||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#545b60', endColorstr='#191a1c', GradientType=0);
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#545b60', endColorstr='#191a1c', GradientType=0);
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
#orbit-bar .navbar-search {
|
#orbit-bar .navbar-search {
|
||||||
left: 28px;
|
left: 28px;
|
||||||
|
@ -80,8 +83,8 @@
|
||||||
width:100%;
|
width:100%;
|
||||||
}
|
}
|
||||||
#orbit-bar .orbit-logo .brand {
|
#orbit-bar .orbit-logo .brand {
|
||||||
/* background: url(<%= asset_path 'orbit-bar.png' %>) no-repeat -162px -5px; */
|
background: url(<%= asset_path 'orbit-bar.png' %>) no-repeat -162px -5px;
|
||||||
background: url(<%= asset_path 'nccu_logo.png' %>) no-repeat 6px 0px;
|
/* background: url(<%= asset_path 'nccu_logo.png' %>) no-repeat 6px 0px; */
|
||||||
text-indent:-9999px;
|
text-indent:-9999px;
|
||||||
padding: 5px 20px 4px;
|
padding: 5px 20px 4px;
|
||||||
}
|
}
|
||||||
|
@ -118,8 +121,8 @@
|
||||||
background-position: -10px -10px;
|
background-position: -10px -10px;
|
||||||
}
|
}
|
||||||
#orbit-bar .nav > li > a.orbit-bar-desktop {
|
#orbit-bar .nav > li > a.orbit-bar-desktop {
|
||||||
background-position: -73px -42px;
|
background-position: -106px -10px;
|
||||||
width: 48px;
|
width: 16px;
|
||||||
}
|
}
|
||||||
#orbit-bar .nav > li > a.orbit-bar-member {
|
#orbit-bar .nav > li > a.orbit-bar-member {
|
||||||
background-position: -4px -37px;
|
background-position: -4px -37px;
|
||||||
|
|
Loading…
Reference in New Issue