Modified: trunk/docs/oscon2006/cosmoScooby/ui/default/pretty.css (855 => 856)
--- trunk/docs/oscon2006/cosmoScooby/ui/default/pretty.css 2006-07-17 20:14:31 UTC (rev 855)
+++ trunk/docs/oscon2006/cosmoScooby/ui/default/pretty.css 2006-07-18 02:47:31 UTC (rev 856)
@@ -1,8 +1,15 @@
/* Following are the presentation styles -- edit away! */
-body {background: #FFF url(bodybg.gif) -16px 0 no-repeat; color: #000; font-size: 2em;}
+* { font-family:"Lucida Grande", "Tahoma", Arial, Helvetica, sans-serif; color:#333333; }
+body {
+ background-color:#ffffff;
+ background-image:url(osaf_logo.jpg);
+ background-position: 90% 80%;
+ background-repeat:no-repeat;
+ background-attachment: fixed;
+ font-size:2em;
+}
:link, :visited {text-decoration: none; color: #00C;}
-#controls :active {color: #88A !important;}
#controls :focus {outline: 1px dotted #227;}
h1, h2, h3, h4 {font-size: 100%; margin: 0; padding: 0; font-weight: inherit;}
ul, pre {margin: 0; line-height: 1em;}
@@ -29,42 +36,42 @@
.slide ul ul li {margin: .2em; font-size: 85%; list-style: square;}
.slide img.leader {display: block; margin: 0 auto;}
-div#header, div#footer {background: #005; color: #AAB;
- font-family: Verdana, Helvetica, sans-serif;}
-div#header {background: #005 url(bodybg.gif) -16px 0 no-repeat;
- line-height: 1px;}
-div#footer {font-size: 0.5em; font-weight: bold; padding: 1em 0;}
-#footer h1, #footer h2 {display: block; padding: 0 1em;}
-#footer h2 {font-style: italic;}
+div#header { background-image:url(header_bg.gif); background-repeat:repeat-x; border-bottom:1px solid #48697f;
+ background-color:#4da1d0; line-height: 1px; }
+div#footer { background-image:url(footer_bg.gif); background-repeat:repeat-x; background-color:#4da1d0;
+ font-size: 0.5em; font-weight: bold; padding: 1em 0; border-top:1px solid #48697f; }
+#footer h1, #footer h2 { display: block; padding: 0 1em; color:#48697f; }
+#footer h2 { font-style: italic; color:#48697f; }
div.long {font-size: 0.75em;}
-.slide h1 {position: absolute; top: 0.7em; left: 87px; z-index: 1;
- margin: 0; padding: 0.3em 0 0 50px; white-space: nowrap;
- font: bold 150%/1em Helvetica, sans-serif; text-transform: capitalize;
- color: #DDE; background: #005;}
+.slide h1 {position: absolute; top:0.7em; left:0px; z-index: 1;
+ margin:0; padding:0.4em 0 0 0.4em; white-space:nowrap;
+ font-weight:bold; font-size:1.2em; text-transform: capitalize;
+ color:#48697f;; background:transparent;}
.slide h3 {font-size: 130%;}
h1 abbr {font-variant: small-caps;}
div#controls {position: absolute; left: 50%; bottom: 0;
width: 50%;
- text-align: right; font: bold 0.9em Verdana, Helvetica, sans-serif;}
-html>body div#controls {position: fixed; padding: 0 0 1em 0;
- top: auto;}
-div#controls form {position: absolute; bottom: 0; right: 0; width: 100%;
- margin: 0; padding: 0;}
-#controls #navLinks a {padding: 0; margin: 0 0.5em;
- background: #005; border: none; color: #779;
- cursor: pointer;}
-#controls #navList {height: 1em;}
-#controls #navList #jumplist {position: absolute; bottom: 0; right: 0; background: #DDD; color: #227;}
+ text-align: right; }
+html>body div#controls { position: fixed; padding: 0 0 1em 0;
+ top: auto; font-size:0.9em; }
+div#controls form { position: absolute; bottom: 0; right: 0; width: 100%;
+ margin: 0; padding: 0; }
+#controls #navLinks a { padding: 0; margin: 0 0.5em;
+ background: transparent; border: none; color: #48697f;
+ cursor: pointer; }
+#controls #navList {height: 2em; font-size:0.4em;}
+#controls #navList #jumplist {position: absolute; bottom: 0; right: 0; background: #ffffff; color: #000000;}
-#currentSlide {text-align: center; font-size: 0.5em; color: #449;}
+#currentSlide { text-align:center; font-size:0.5em; }
+#currentSlide span { color:#48697f; }
#slide0 {padding-top: 3.5em; font-size: 90%;}
-#slide0 h1 {position: static; margin: 1em 0 0; padding: 0;
- font: bold 2em Helvetica, sans-serif; white-space: normal;
- color: #000; background: transparent;}
-#slide0 h2 {font: bold italic 1em Helvetica, sans-serif; margin: 0.25em;}
+#slide0 h1 {position: static; margin: 1em 0 0.6em; padding: 0;
+ font-weight:bold; font-size:1.5em; white-space: normal;
+ background: transparent; color:#48697f; }
+#slide0 h2 {font-weight:bold; font-style:italic; font-size:1em; margin-bottom:0.2em; margin-left:2em; }
#slide0 h3 {margin-top: 1.5em; font-size: 1.5em;}
#slide0 h4 {margin-top: 0; font-size: 1em;}
@@ -83,4 +90,4 @@
/* diagnostics
li:after {content: " [" attr(class) "]"; color: #F88;}
- */
\ No newline at end of file
+ */