summaryrefslogtreecommitdiff
path: root/static/css/index.css
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-06-18 16:55:21 -0400
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-06-18 16:55:21 -0400
commit09aeb5d1ff8322a89274c845491ffd0667cabc2f (patch)
tree4642a035e8f9a66c18a2688cb41081fae212599a /static/css/index.css
parent26395dfb9f364fda136ac7bc05dfce76566f28d0 (diff)
sostler prod commit
Diffstat (limited to 'static/css/index.css')
-rw-r--r--static/css/index.css136
1 files changed, 133 insertions, 3 deletions
diff --git a/static/css/index.css b/static/css/index.css
index 05a4545..2e20351 100644
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -1,3 +1,58 @@
+/* reset.css
+ From http://meyerweb.com/eric/tools/css/reset/
+ v1.0 | 20080212 */
+
+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,
+b, u, i, center,
+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-size: 100%;
+ vertical-align: baseline;
+ background: transparent;
+ font-family: Arial, Helvetica, sans-serif;
+}
+body {
+ line-height: 1;
+}
+ol, ul {
+ list-style: none;
+}
+blockquote, q {
+ quotes: none;
+}
+blockquote:before, blockquote:after,
+q:before, q:after {
+ content: '';
+ content: none;
+}
+
+/* remember to define focus styles! */
+:focus {
+ outline: 0;
+}
+
+/* remember to highlight inserts somehow! */
+ins {
+ text-decoration: none;
+}
+del {
+ text-decoration: line-through;
+}
+
+/* tables still need 'cellspacing="0"' in the markup */
+table {
+ border-collapse: collapse;
+ border-spacing: 0;
+}
body {
background:#f0f9ff url(/static/img/fade-blue.png) top center repeat-x;
@@ -81,11 +136,9 @@ z-index:2;
width: 144px;
text-decoration: none;
font-weight: bold;
- background: url(images/button.gif) no-repeat center center;
}
.menu2 li em {
font-weight: normal;
- background: url(images/hover.png) no-repeat;
width: 180px;
height: 45px;
position: absolute;
@@ -291,7 +344,6 @@ height:0px;
position:relative;
z-index:-1;
//See the "style-pack" below for image
- background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
position:absolute;
@@ -299,3 +351,81 @@ z-index:-1;
left:0px;
display:none;
}
+/*
+ * jQuery Nivo Slider v1.9
+ * http://nivo.dev7studios.com
+ *
+ * Copyright 2010, Gilbert Pellegrom
+ * Free to use and abuse under the MIT license.
+ * http://www.opensource.org/licenses/mit-license.php
+ *
+ * March 2010
+ */
+
+
+/* The Nivo Slider styles */
+.nivoSlider {
+ position:relative;
+}
+.nivoSlider img {
+ position:absolute;
+ top:0px;
+ left:0px;
+}
+/* If an image is wrapped in a link */
+.nivoSlider a.nivo-imageLink {
+ position:absolute;
+ top:0px;
+ left:0px;
+ width:100%;
+ height:100%;
+ border:0;
+ padding:0;
+ margin:0;
+ z-index:60;
+ display:none;
+}
+/* The slices in the Slider */
+.nivo-slice {
+ display:block;
+ position:absolute;
+ z-index:50;
+ height:100%;
+}
+/* Caption styles */
+.nivo-caption {
+ position:absolute;
+ left:0px;
+ bottom:0px;
+ background:#000;
+ color:#fff;
+ opacity:0.8; /* Overridden by captionOpacity setting */
+ width:100%;
+ z-index:89;
+}
+.nivo-caption p {
+ padding:5px;
+ margin:0;
+}
+/* Direction nav styles (e.g. Next & Prev) */
+.nivo-directionNav a {
+ position:absolute;
+ top:45%;
+ z-index:99;
+ cursor:pointer;
+}
+.nivo-prevNav {
+ left:0px;
+}
+.nivo-nextNav {
+ right:0px;
+}
+/* Control nav styles (e.g. 1,2,3...) */
+.nivo-controlNav a {
+ position:relative;
+ z-index:99;
+ cursor:pointer;
+}
+.nivo-controlNav a.active {
+ font-weight:bold;
+} \ No newline at end of file