Team:Heidelberg/NivoSlider

From 2010.igem.org

(Difference between revisions)
(New page: <html> <head> <style type="text/css"> /* * jQuery Nivo Slider v2.1 * http://nivo.dev7studios.com * * Copyright 2010, Gilbert Pellegrom * Free to use and abuse under the MIT license....)
Line 100: Line 100:
/*=== Reset Styles ===*/
/*=== Reset Styles ===*/
/*====================*/
/*====================*/
-
html, body, div, span, applet, object, iframe,
+
 
-
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
+
-
a, abbr, acronym, address, big, cite, code,
+
-
del, dfn, em, font, img, ins, kbd, q, s, samp,
+
-
small, strike, strong, sub, sup, tt, var,
+
-
dl, dt, dd, ol, ul, li,
+
-
fieldset, form, label, legend,
+
-
table, caption, tbody, tfoot, thead, tr, th, td {
+
-
margin: 0;
+
-
padding: 0;
+
-
border: 0;
+
-
outline: 0;
+
-
font-weight: inherit;
+
-
font-style: inherit;
+
-
font-size: 100%;
+
-
font-family: inherit;
+
-
vertical-align: baseline;
+
-
}
+
-
body {
+
-
line-height: 1;
+
-
color: black;
+
-
background: white;
+
-
}
+
-
ol, ul {
+
-
list-style: none;
+
-
}
+
/* tables still need 'cellspacing="0"' in the markup */
/* tables still need 'cellspacing="0"' in the markup */
table {
table {
Line 232: Line 207:
width:30px;
width:30px;
height:30px;
height:30px;
-
background:url(../images/arrows.png) no-repeat;
+
background:url(https://static.igem.org/mediawiki/2010/f/f0/Arrows.png) no-repeat;
text-indent:-9999px;
text-indent:-9999px;
border:0;
border:0;
Line 257: Line 232:
width:10px;
width:10px;
height:10px;
height:10px;
-
background:url(../images/bullets.png) no-repeat;
+
background:url(https://static.igem.org/mediawiki/2010/c/c3/Bullets.png) no-repeat;
text-indent:-9999px;
text-indent:-9999px;
border:0;
border:0;
Line 410: Line 385:
#slider {
#slider {
position:relative;
position:relative;
-
margin:50px 400px 50px 400px;
+
margin:20px 0 20px 0;
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;

Revision as of 18:34, 18 October 2010