Team:Heidelberg/NivoSlider
From 2010.igem.org
(Difference between revisions)
Line 73: | Line 73: | ||
z-index:99; | z-index:99; | ||
cursor:pointer; | cursor:pointer; | ||
+ | display:block; | ||
+ | width:32px; | ||
+ | height:34px; | ||
+ | background:url(https://static.igem.org/mediawiki/2010/f/f0/Arrows.png) no-repeat; | ||
+ | text-indent:-9999px; | ||
+ | border:0; | ||
} | } | ||
- | .nivo- | + | a.nivo-nextNav { |
- | + | background-position:-32px 0; | |
+ | right:10px; | ||
} | } | ||
- | .nivo- | + | a.nivo-prevNav { |
- | + | left:10px; | |
} | } | ||
/* Control nav styles (e.g. 1,2,3...) */ | /* Control nav styles (e.g. 1,2,3...) */ | ||
+ | .nivo-controlNav { | ||
+ | position:absolute; | ||
+ | right:0px; | ||
+ | bottom:-30px; | ||
+ | } | ||
.nivo-controlNav a { | .nivo-controlNav a { | ||
position:relative; | position:relative; | ||
z-index:99; | z-index:99; | ||
cursor:pointer; | cursor:pointer; | ||
+ | display:block; | ||
+ | width:10px; | ||
+ | height:10px; | ||
+ | background:url(https://static.igem.org/mediawiki/2010/c/c3/Bullets.png) no-repeat; | ||
+ | text-indent:-9999px; | ||
+ | border:0; | ||
+ | margin-right:3px; | ||
+ | float:left; | ||
} | } | ||
.nivo-controlNav a.active { | .nivo-controlNav a.active { | ||
font-weight:bold; | font-weight:bold; | ||
+ | background-position:-10px 0; | ||
} | } | ||
+ | |||
/*=================================*/ | /*=================================*/ | ||
Line 97: | Line 119: | ||
/*=================================*/ | /*=================================*/ | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
/*========================*/ | /*========================*/ | ||
Line 171: | Line 140: | ||
border:0; | border:0; | ||
} | } | ||
- | |||
- | |||
.nivoSlider { | .nivoSlider { | ||
Line 201: | Line 168: | ||
margin-left:30px; | margin-left:30px; | ||
} | } | ||
- | |||
.nivo-directionNav a { | .nivo-directionNav a { | ||
Line 307: | Line 273: | ||
color:#5F6C7F !important; | color:#5F6C7F !important; | ||
border:0 !important; | border:0 !important; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } | ||
Line 385: | Line 315: | ||
#slider { | #slider { | ||
position:relative; | position:relative; | ||
- | margin:20px | + | margin:20px 400px 20px 400px; |
background:#202834 url(https://static.igem.org/mediawiki/2010/4/42/Loading.gif) no-repeat 50% 50%; | background:#202834 url(https://static.igem.org/mediawiki/2010/4/42/Loading.gif) no-repeat 50% 50%; | ||
-moz-box-shadow:0px 0px 10px #333; | -moz-box-shadow:0px 0px 10px #333; | ||
Line 401: | Line 331: | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</style> | </style> |
Revision as of 18:48, 18 October 2010