[Swift-commit] r4897 - in wwwdev: . css css/_notes

vytas at ci.uchicago.edu vytas at ci.uchicago.edu
Mon Aug 1 09:23:42 CDT 2011


Author: vytas
Date: 2011-08-01 09:23:38 -0500 (Mon, 01 Aug 2011)
New Revision: 4897

Added:
   wwwdev/css/
   wwwdev/css/960_12_col.css
   wwwdev/css/_notes/
   wwwdev/css/_notes/dwsync.xml
   wwwdev/css/orbit-1.2.3.css
   wwwdev/css/reset.css
   wwwdev/css/style.css
   wwwdev/css/style1col.css
   wwwdev/css/style2.css
   wwwdev/css/style3.css
Log:
new look & feel

Added: wwwdev/css/960_12_col.css
===================================================================
--- wwwdev/css/960_12_col.css	                        (rev 0)
+++ wwwdev/css/960_12_col.css	2011-08-01 14:23:38 UTC (rev 4897)
@@ -0,0 +1,357 @@
+/*
+  960 Grid System ~ Core CSS.
+  Learn more ~ http://960.gs/
+
+  Licensed under GPL and MIT.
+*/
+
+/*
+  Forces backgrounds to span full width,
+  even if there is horizontal scrolling.
+  Increase this if your layout is wider.
+
+  Note: IE6 works fine without this fix.
+*/
+
+body {
+  min-width: 960px;
+}
+
+/* `Container
+----------------------------------------------------------------------------------------------------*/
+
+.container_12 {
+  margin-left: auto;
+  margin-right: auto;
+  width: 960px;
+}
+
+/* `Grid >> Global
+----------------------------------------------------------------------------------------------------*/
+
+.grid_1,
+.grid_2,
+.grid_3,
+.grid_4,
+.grid_5,
+.grid_6,
+.grid_7,
+.grid_8,
+.grid_9,
+.grid_10,
+.grid_11,
+.grid_12 {
+  display: inline;
+  float: left;
+  margin-left: 10px;
+  margin-right: 10px;
+}
+
+.push_1, .pull_1,
+.push_2, .pull_2,
+.push_3, .pull_3,
+.push_4, .pull_4,
+.push_5, .pull_5,
+.push_6, .pull_6,
+.push_7, .pull_7,
+.push_8, .pull_8,
+.push_9, .pull_9,
+.push_10, .pull_10,
+.push_11, .pull_11 {
+  position: relative;
+}
+
+/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
+----------------------------------------------------------------------------------------------------*/
+
+.alpha {
+  margin-left: 0;
+}
+
+.omega {
+  margin-right: 0;
+}
+
+/* `Grid >> 12 Columns
+----------------------------------------------------------------------------------------------------*/
+
+.container_12 .grid_1 {
+  width: 60px;
+}
+
+.container_12 .grid_2 {
+  width: 140px;
+}
+
+.container_12 .grid_3 {
+  width: 220px;
+}
+
+.container_12 .grid_4 {
+  width: 300px;
+}
+
+.container_12 .grid_5 {
+  width: 380px;
+}
+
+.container_12 .grid_6 {
+  width: 460px;
+}
+
+.container_12 .grid_7 {
+  width: 540px;
+}
+
+.container_12 .grid_8 {
+  width: 620px;
+}
+
+.container_12 .grid_9 {
+  width: 700px;
+}
+
+.container_12 .grid_10 {
+  width: 780px;
+}
+
+.container_12 .grid_11 {
+  width: 860px;
+}
+
+.container_12 .grid_12 {
+  width: 940px;
+}
+
+/* `Prefix Extra Space >> 12 Columns
+----------------------------------------------------------------------------------------------------*/
+
+.container_12 .prefix_1 {
+  padding-left: 80px;
+}
+
+.container_12 .prefix_2 {
+  padding-left: 160px;
+}
+
+.container_12 .prefix_3 {
+  padding-left: 240px;
+}
+
+.container_12 .prefix_4 {
+  padding-left: 320px;
+}
+
+.container_12 .prefix_5 {
+  padding-left: 400px;
+}
+
+.container_12 .prefix_6 {
+  padding-left: 480px;
+}
+
+.container_12 .prefix_7 {
+  padding-left: 560px;
+}
+
+.container_12 .prefix_8 {
+  padding-left: 640px;
+}
+
+.container_12 .prefix_9 {
+  padding-left: 720px;
+}
+
+.container_12 .prefix_10 {
+  padding-left: 800px;
+}
+
+.container_12 .prefix_11 {
+  padding-left: 880px;
+}
+
+/* `Suffix Extra Space >> 12 Columns
+----------------------------------------------------------------------------------------------------*/
+
+.container_12 .suffix_1 {
+  padding-right: 80px;
+}
+
+.container_12 .suffix_2 {
+  padding-right: 160px;
+}
+
+.container_12 .suffix_3 {
+  padding-right: 240px;
+}
+
+.container_12 .suffix_4 {
+  padding-right: 320px;
+}
+
+.container_12 .suffix_5 {
+  padding-right: 400px;
+}
+
+.container_12 .suffix_6 {
+  padding-right: 480px;
+}
+
+.container_12 .suffix_7 {
+  padding-right: 560px;
+}
+
+.container_12 .suffix_8 {
+  padding-right: 640px;
+}
+
+.container_12 .suffix_9 {
+  padding-right: 720px;
+}
+
+.container_12 .suffix_10 {
+  padding-right: 800px;
+}
+
+.container_12 .suffix_11 {
+  padding-right: 880px;
+}
+
+/* `Push Space >> 12 Columns
+----------------------------------------------------------------------------------------------------*/
+
+.container_12 .push_1 {
+  left: 80px;
+}
+
+.container_12 .push_2 {
+  left: 160px;
+}
+
+.container_12 .push_3 {
+  left: 240px;
+}
+
+.container_12 .push_4 {
+  left: 320px;
+}
+
+.container_12 .push_5 {
+  left: 400px;
+}
+
+.container_12 .push_6 {
+  left: 480px;
+}
+
+.container_12 .push_7 {
+  left: 560px;
+}
+
+.container_12 .push_8 {
+  left: 640px;
+}
+
+.container_12 .push_9 {
+  left: 720px;
+}
+
+.container_12 .push_10 {
+  left: 800px;
+}
+
+.container_12 .push_11 {
+  left: 880px;
+}
+
+/* `Pull Space >> 12 Columns
+----------------------------------------------------------------------------------------------------*/
+
+.container_12 .pull_1 {
+  left: -80px;
+}
+
+.container_12 .pull_2 {
+  left: -160px;
+}
+
+.container_12 .pull_3 {
+  left: -240px;
+}
+
+.container_12 .pull_4 {
+  left: -320px;
+}
+
+.container_12 .pull_5 {
+  left: -400px;
+}
+
+.container_12 .pull_6 {
+  left: -480px;
+}
+
+.container_12 .pull_7 {
+  left: -560px;
+}
+
+.container_12 .pull_8 {
+  left: -640px;
+}
+
+.container_12 .pull_9 {
+  left: -720px;
+}
+
+.container_12 .pull_10 {
+  left: -800px;
+}
+
+.container_12 .pull_11 {
+  left: -880px;
+}
+
+/* `Clear Floated Elements
+----------------------------------------------------------------------------------------------------*/
+
+/* http://sonspring.com/journal/clearing-floats */
+
+.clear {
+  clear: both;
+  display: block;
+  overflow: hidden;
+  visibility: hidden;
+  width: 0;
+  height: 0;
+}
+
+/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
+
+.clearfix:before,
+.clearfix:after,
+.container_12:before,
+.container_12:after {
+  content: '.';
+  display: block;
+  overflow: hidden;
+  visibility: hidden;
+  font-size: 0;
+  line-height: 0;
+  width: 0;
+  height: 0;
+}
+
+.clearfix:after,
+.container_12:after {
+  clear: both;
+}
+
+/*
+  The following zoom:1 rule is specifically for IE6 + IE7.
+  Move to separate stylesheet if invalid CSS is a problem.
+*/
+
+.clearfix,
+.container_12 {
+  zoom: 1;
+}
\ No newline at end of file


Property changes on: wwwdev/css/960_12_col.css
___________________________________________________________________
Added: svn:executable
   + 

Added: wwwdev/css/_notes/dwsync.xml
===================================================================
--- wwwdev/css/_notes/dwsync.xml	                        (rev 0)
+++ wwwdev/css/_notes/dwsync.xml	2011-08-01 14:23:38 UTC (rev 4897)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<dwsync>
+<file name="960_12_col.css" server="login.ci.uchicago.edu//home/vytas/public_html/projects/2011_07-Swift/" local="3391808394" remote="16279523096" />
+<file name="reset.css" server="login.ci.uchicago.edu//home/vytas/public_html/projects/2011_07-Swift/" local="3391808394" remote="16279523101" />
+<file name="style3.css" server="login.ci.uchicago.edu//home/vytas/public_html/projects/2011_07-Swift/" local="3394805633" remote="16279707534" />
+<file name="orbit-1.2.3.css" server="login.ci.uchicago.edu//home/vytas/public_html/projects/2011_07-Swift/" local="3394804941" remote="16279706836" />
+</dwsync>
\ No newline at end of file

Added: wwwdev/css/orbit-1.2.3.css
===================================================================
--- wwwdev/css/orbit-1.2.3.css	                        (rev 0)
+++ wwwdev/css/orbit-1.2.3.css	2011-08-01 14:23:38 UTC (rev 4897)
@@ -0,0 +1,208 @@
+/* CSS for jQuery Orbit Plugin 1.2.3
+ * www.ZURB.com/playground
+ * Copyright 2010, ZURB
+ * Free to use under the MIT license.
+ * http://www.opensource.org/licenses/mit-license.php */
+ 
+.container {
+	padding-left:20px;
+	padding-bottom: 40px;
+}
+	
+	
+ 
+/* PUT IN YOUR SLIDER ID AND SIZE TO MAKE LOAD BEAUTIFULLY
+   ================================================== */
+#featured { 
+	width: 674px;
+	height: 260px;
+	background: #f8f8f8 url('../images/orbit/spinner.gif') no-repeat center center;
+	overflow: hidden; 
+	border: 1px solid #eaeaea;
+	}
+#featured>img,  
+#featured>div,
+#featured>a { display: none; }
+
+
+
+
+/* CONTAINER
+   ================================================== */
+
+div.orbit-wrapper {
+    width: 1px;
+    height: 1px;
+    position: relative; }
+
+div.orbit {
+    width: 1px;
+    height: 1px;
+    position: relative;
+    overflow: hidden }
+
+div.orbit>img {
+    position: absolute;
+    top: 0;
+    left: 0;
+    display: none; }
+
+div.orbit>a {
+    border: none;
+    position: absolute;
+    top: 0;
+    left: 0;
+    line-height: 0; 
+    display: none; }
+
+.orbit>div {
+    position: absolute;
+    top: 0;
+    left: 0;
+    width: 100%;
+    height: 100%; }
+
+/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */
+
+
+/* TIMER
+   ================================================== */
+
+div.timer {
+    width: 40px;
+    height: 40px;
+    overflow: hidden;
+    position: absolute;
+    top: 10px;
+    right: 10px;
+    opacity: .6;
+    cursor: pointer;
+    z-index: 1001; }
+
+span.rotator {
+    display: block;
+    width: 40px;
+    height: 40px;
+    position: absolute;
+    top: 0;
+    left: -20px;
+    background: url(../images/orbit/rotator-black.png) no-repeat;
+    z-index: 3; }
+
+span.mask {
+    display: block;
+    width: 20px;
+    height: 40px;
+    position: absolute;
+    top: 0;
+    right: 0;
+    z-index: 2;
+    overflow: hidden; }
+
+span.rotator.move {
+    left: 0 }
+
+span.mask.move {
+    width: 40px;
+    left: 0;
+    background: url(../images/orbit/timer-black.png) repeat 0 0; }
+
+span.pause {
+    display: block;
+    width: 40px;
+    height: 40px;
+    position: absolute;
+    top: 0;
+    left: 0;
+    background: url(../images/orbit/pause-black.png) no-repeat;
+    z-index: 4;
+    opacity: 0; }
+
+span.pause.active {
+    background: url(../images/orbit/pause-black.png) no-repeat 0 -40px }
+
+div.timer:hover span.pause,
+span.pause.active {
+    opacity: 1 }
+
+
+/* CAPTIONS
+   ================================================== */
+
+.orbit-caption {
+    display: none;
+    font-family: "HelveticaNeue", "Helvetica-Neue", Helvetica, Arial, sans-serif; }
+
+.orbit-wrapper .orbit-caption {
+    background: #000;
+    background: rgba(0,0,0,.6);
+    z-index: 1000;
+    color: #fff;
+	text-align: center;
+	padding: 7px 0;
+    font-size: 13px;
+    position: absolute;
+    right: 0;
+    bottom: 0;
+    width: 100%; }
+
+
+/* DIRECTIONAL NAV
+   ================================================== */
+
+div.slider-nav {
+    display: block }
+
+div.slider-nav span {
+    width: 32px;
+    height: 32px;
+    text-indent: -9999px;
+    position: absolute;
+    z-index: 1000;
+    top: 50%;
+    margin-top: -16px;
+    cursor: pointer; }
+
+div.slider-nav span.right {
+    background: url(../images/orbit/right-arrow.png);
+    right: -15px; }
+
+div.slider-nav span.left {
+    background: url(../images/orbit/left-arrow.png);
+    left: -15px; }
+
+/* BULLET NAV
+   ================================================== */
+
+.orbit-bullets {
+    position: absolute;
+    z-index: 1000;
+    list-style: none;
+    bottom: -30px;
+    left: 50%;
+	margin-left: -30px;
+    padding: 0; }
+
+.orbit-bullets li {
+    float: left;
+    margin-left: 5px;
+    cursor: pointer;
+    color: #999;
+    text-indent: -9999px;
+    background: url(../images/orbit/bullets.jpg) no-repeat 4px 0;
+    width: 13px;
+    height: 12px;
+    overflow: hidden; }
+
+.orbit-bullets li.active {
+    color: #222;
+    background-position: -8px 0; }
+    
+.orbit-bullets li.has-thumb {
+    background: none;
+    width: 100px;
+    height: 75px; }
+
+.orbit-bullets li.active.has-thumb {
+    background-position: 0 0;
+    border-top: 2px solid #000; }
\ No newline at end of file

Added: wwwdev/css/reset.css
===================================================================
--- wwwdev/css/reset.css	                        (rev 0)
+++ wwwdev/css/reset.css	2011-08-01 14:23:38 UTC (rev 4897)
@@ -0,0 +1,202 @@
+/* `XHTML, HTML4, HTML5 Reset
+----------------------------------------------------------------------------------------------------*/
+
+a,
+abbr,
+acronym,
+address,
+applet,
+article,
+aside,
+audio,
+b,
+big,
+blockquote,
+body,
+canvas,
+caption,
+center,
+cite,
+code,
+dd,
+del,
+details,
+dfn,
+dialog,
+div,
+dl,
+dt,
+em,
+embed,
+fieldset,
+figcaption,
+figure,
+font,
+footer,
+form,
+h1,
+h2,
+h3,
+h4,
+h5,
+h6,
+header,
+hgroup,
+hr,
+html,
+i,
+iframe,
+img,
+ins,
+kbd,
+label,
+legend,
+li,
+mark,
+menu,
+meter,
+nav,
+object,
+ol,
+output,
+p,
+pre,
+progress,
+q,
+rp,
+rt,
+ruby,
+s,
+samp,
+section,
+small,
+span,
+strike,
+strong,
+sub,
+summary,
+sup,
+table,
+tbody,
+td,
+tfoot,
+th,
+thead,
+time,
+tr,
+tt,
+u,
+ul,
+var,
+video,
+xmp {
+  border: 0;
+  margin: 0;
+  padding: 0;
+  font-size: 100%;
+}
+
+html,
+body {
+  height: 100%;
+}
+
+article,
+aside,
+details,
+figcaption,
+figure,
+footer,
+header,
+hgroup,
+menu,
+nav,
+section {
+/*
+  Override the default (display: inline) for
+  browsers that do not recognize HTML5 tags.
+
+  IE8 (and lower) requires a shiv:
+  http://ejohn.org/blog/html5-shiv
+*/
+  display: block;
+}
+
+b,
+strong {
+/*
+  Makes browsers agree.
+  IE + Opera = font-weight: bold.
+  Gecko + WebKit = font-weight: bolder.
+*/
+  font-weight: bold;
+}
+
+img {
+  color: transparent;
+  font-size: 0;
+  vertical-align: middle;
+/*
+  For IE.
+  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
+*/
+  -ms-interpolation-mode: bicubic;
+}
+
+li {
+/*
+  For IE6 + IE7.
+*/
+  display: list-item;
+}
+
+table {
+  border-collapse: collapse;
+  border-spacing: 0;
+}
+
+th,
+td,
+caption {
+  font-weight: normal;
+  vertical-align: top;
+  text-align: left;
+}
+
+q {
+  quotes: none;
+}
+
+q:before,
+q:after {
+  content: '';
+  content: none;
+}
+
+sub,
+sup,
+small {
+  font-size: 75%;
+}
+
+sub,
+sup {
+  line-height: 0;
+  position: relative;
+  vertical-align: baseline;
+}
+
+sub {
+  bottom: -0.25em;
+}
+
+sup {
+  top: -0.5em;
+}
+
+svg {
+/*
+  For IE9.
+*/
+  overflow: hidden;
+}
\ No newline at end of file


Property changes on: wwwdev/css/reset.css
___________________________________________________________________
Added: svn:executable
   + 

Added: wwwdev/css/style.css
===================================================================
--- wwwdev/css/style.css	                        (rev 0)
+++ wwwdev/css/style.css	2011-08-01 14:23:38 UTC (rev 4897)
@@ -0,0 +1,319 @@
+#header {
+	background-color: #172B17;
+	/*background-image: url(../images/graphics/h_backgrnd.gif);*/
+	background-image: url(../images/graphics/h_backgrnd2.gif);
+	background-repeat: repeat-x;
+	width: 100%;
+}
+body {
+	margin: 0px auto;
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	background: #fff no-repeat center top;
+}
+
+body#home a.home, 
+body#downloads a.downloads, 
+body#about a.about, 
+body#docs a.docs, 
+body#apps a.apps, 
+body#support a.support{
+	background-color: #666;
+	color:#FFFFFF;
+}
+
+
+a:link {
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	font-size: 12px;
+	font-weight: normal;
+	color: #3366cc;
+	text-decoration: none;
+}
+a:visited {
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	font-size: 12px;
+	font-weight: normal;
+	color: #3366cc;
+	text-decoration: none;
+}
+a:hover {
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	font-size: 12px;
+	font-weight: normal;
+	color: #0099cc;
+	text-decoration: underline;
+}
+/************* MENU ************/
+
+#nav {
+font-family: Arial, Helvetica, sans-serif;
+	width: 100%;
+	font-size: 12px;
+	font-weight: normal;
+	margin: 0px auto;
+	padding: 0px 0px 0px 0px;
+	background-color: #000000;
+	border-bottom: #ccc 2px solid;
+}
+
+#nav ul {
+width: 850px;
+	margin: 0px;
+	padding: 0px;
+	list-style: none;
+	text-align: center;
+	letter-spacing: 1px;
+}
+
+#nav li {
+	display: inline;
+}
+
+#nav a {
+font-size: 12px;
+	padding-right: 6px;
+	padding-left: 6px;
+	text-transform: uppercase;
+	text-decoration: none;
+	color: #FFFFFF;
+}
+
+#nav a:hover {
+	background-color: #666;
+}
+#content {
+	width: 100%;
+	margin: 0px 0px 40px 0px;
+	padding: 20px 0px 0px 0px;
+	border-top: thin #000 solid;
+	color: #333;
+}
+.image {
+  background-color: #eee;
+  margin:10px auto;
+  padding:3px;
+  border: 1px solid #ccc;
+  width: 419px;
+
+}
+.highlight{
+	border: 1px #ccc solid;
+	padding:5px;
+	background-color: #FCFAFA;
+	font-size: 11px;
+	margin-left:10px;
+}
+
+.mailinglists		{ width: 85%; margin: 0 0 0 35px; font-size:10px; }
+.mailinglists td	{ padding: 5px 5px; line-height: 16px;}
+.mailinglists th	{ font-size: 12px; text-align: left; color:#000; padding: 7px; letter-spacing: 1px; font-family:"Trebuchet MS", Arial, sans-serif;}
+
+#left {
+	float: left;
+	width: 65%;
+	padding: 0px 10px 70px 5px;
+	border-right: 1px #ccc dashed;
+	margin-bottom: 20px;
+	margin-top: 10px;
+}
+
+#right {
+	float: left;
+	width: 250px;
+	color: #FFF;
+	margin: 25px 15px 70px 5px;
+/*	border: 1px #ddd solid;
+	background-color: #FCFAFA;*/
+	padding: 5px;
+	
+}
+#right h3 {
+	margin: 0px;
+	font-size: 13px;
+	font-weight: bold;
+	color: #cc0000;
+	letter-spacing: 1px;
+	padding-top: 5px;
+	padding-right: 5px;
+	padding-bottom: 5px;
+	padding-left: 0px;
+	font-family:"Trebuchet MS", Arial, sans-serif;
+	text-transform: uppercase;
+	
+}
+#right h4 {
+	margin: 0px;
+	font-size: 12px;
+	font-weight: bold;
+	color: #333;
+	letter-spacing: 1px;
+	padding-top: 10px;
+	padding-right: 5px;
+	padding-bottom: 5px;
+	padding-left: 5px;
+	font-family:"Trebuchet MS", Arial, sans-serif;
+	
+}
+#right p{
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	font-size: 11px;
+	line-height: 15px;
+	color: #333333;
+	padding: 0px 5px 0px 5px;
+	margin: 0px;
+}
+#right a:link {
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	font-size: 11px;
+	font-weight: normal;
+	color: #3366cc;
+	text-decoration: none;
+}
+#right a:visited {
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	font-size: 11px;
+	font-weight: normal;
+	color: #3366cc;
+	text-decoration: none;
+}
+ #right a:hover {
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	font-size: 11px;
+	font-weight: normal;
+	color: #0099cc;
+	text-decoration: underline;
+}
+
+.featurebox_side {
+	background-color: #eee;
+	margin-left:5px;
+	margin-right:5px;
+	margin-bottom:5px;
+	padding:4px;
+	border: 1px dotted #4E8787;
+	font-family: verdana, arial, sans-serif;
+	font-size: 11px;
+	line-height: 16px;
+	color: #333333;
+}
+
+#left p{
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	font-size: 12px;
+	line-height: 17px;
+	color: #333333;
+	padding: 0px 30px 0px 30px;
+	
+	margin: 0px 0px 8px 0px;
+}
+
+#left ul{
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	font-size: 12px;
+	line-height: 17px;
+}
+
+#left li{
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	font-size: 12px;
+	line-height: 17px;
+	list-style:circle;
+	margin: 10px 10px 10px 35px;
+}
+
+h1 {
+	margin: 0px;
+	font-size: 16px;
+	font-weight: bold;
+	color: #172B17;
+	letter-spacing: 1px;
+	padding-top: 0px;
+	padding-right: 5px;
+	padding-bottom: 5px;
+	padding-left: 10px;
+	font-family:"Trebuchet MS", Arial, sans-serif;
+	
+}
+h2 {
+	margin: 0px;
+	font-size: 14px;
+	font-weight: bold;
+	color: #CC0000;
+	letter-spacing: 1px;
+	padding-top: 5px;
+	padding-right: 5px;
+	padding-bottom: 5px;
+	padding-left: 20px;
+	font-family:"Trebuchet MS", Arial, sans-serif;
+	
+}
+h3 {
+	margin: 0px;
+	font-size: 13px;
+	font-weight: bold;
+	color: #333;
+	letter-spacing: 1px;
+	padding-top: 5px;
+	padding-right: 5px;
+	padding-bottom: 5px;
+	padding-left: 20px;
+	font-family:"Trebuchet MS", Arial, sans-serif;
+	
+}
+h4 {
+	margin: 0px;
+	font-size: 12px;
+	font-weight: bold;
+	color: #666;
+	letter-spacing: 1px;
+	padding-top: 5px;
+	padding-right: 5px;
+	padding-bottom: 5px;
+	padding-left: 20px;
+	font-family:"Trebuchet MS", Arial, sans-serif;
+	text-transform: uppercase;
+	
+}
+#container {
+	background-color: #FFFFFF;
+	font-size: 10px;
+	font-weight: normal;
+	/*border: 1px #ccc solid;*/
+	width: 100%;
+	background-repeat: no-repeat;
+	background-position: center;
+	margin-top: 3px;
+	margin-right: auto;
+	margin-bottom: 0px;
+	margin-left: 3px;		
+}
+/************* FOOTER ************/
+
+#footer {
+	clear: both;
+	width: 850;
+	margin: 0px;
+	border-top: 1px solid #ddd;
+	border-bottom: 25px #FFF solid;
+	background-color: #FFF;
+	text-align: center;
+	padding: 3px;
+	color: #999;
+}
+
+#footer a:link {
+	font-size: 9px;
+	font-weight: normal;
+	color: #3366cc;
+	text-decoration: none;
+}
+#footer a:visited {
+	font-size: 9px;
+	color: #3366cc;
+	text-decoration: none;
+}
+ #footer a:hover {
+ 	font-size: 9px;
+	color: #0099cc;
+	text-decoration: underline;
+}

Added: wwwdev/css/style1col.css
===================================================================
--- wwwdev/css/style1col.css	                        (rev 0)
+++ wwwdev/css/style1col.css	2011-08-01 14:23:38 UTC (rev 4897)
@@ -0,0 +1,310 @@
+#header {
+	background-color: #172B17;
+	/*background-image: url(../images/graphics/h_backgrnd.gif);*/
+	background-image: url(../images/graphics/h_backgrnd2.gif);
+	background-repeat: repeat-x;
+	width: 100%;
+	background-position: center;
+}
+body {
+	margin: 0px auto;
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	background: #fff no-repeat center top;
+}
+
+body#home a.home, 
+body#downloads a.downloads, 
+body#about a.about, 
+body#docs a.docs, 
+body#apps a.apps, 
+body#support a.support{
+	background-color: #666;
+	color:#FFFFFF;
+}
+
+
+a:link {
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	font-size: 12px;
+	font-weight: normal;
+	color: #3366cc;
+	text-decoration: none;
+}
+a:visited {
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	font-size: 12px;
+	font-weight: normal;
+	color: #3366cc;
+	text-decoration: none;
+}
+a:hover {
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	font-size: 12px;
+	font-weight: normal;
+	color: #0099cc;
+	text-decoration: underline;
+}
+
+pre, pre *, div.dp-highlighter * {
+	font-family: Consolas, Andale Mono, monospaced;
+}
+
+/************* MENU ************/
+
+#nav {
+font-family: Arial, Helvetica, sans-serif;
+	width: 100%;
+	font-size: 12px;
+	font-weight: normal;
+	margin: 0px auto;
+	padding: 0px 0px 0px 0px;
+	background-color: #000000;
+	border-bottom: #ccc 2px solid;
+}
+
+#nav ul {
+width: 100%s;
+	margin: 0px;
+	padding: 0px;
+	list-style: none;
+	text-align: center;
+	letter-spacing: 1px;
+}
+
+#nav li {
+	display: inline;
+}
+
+#nav a {
+font-size: 12px;
+	padding-right: 6px;
+	padding-left: 6px;
+	text-transform: uppercase;
+	text-decoration: none;
+	color: #FFFFFF;
+}
+
+#nav a:hover {
+	background-color: #666;
+}
+#page {
+	width: 850px;
+	margin: 0px 0px 40px 0px;
+	padding: 20px 0px 0px 0px;
+	border-top: thin #000 solid;
+	color: #333;
+}
+.image {
+  background-color: #eee;
+  margin:10px auto;
+  padding:3px;
+  border: 1px solid #ccc;
+  width: 419px;
+
+}
+.highlight{
+	border: 1px #ccc solid;
+	padding:5px;
+	background-color: #FCFAFA;
+	font-size: 11px;
+	margin-left:10px;
+}
+
+pre.programlisting {
+	padding: 10pt;
+	background: #FCFAFA;
+	border: 1px #ccc solid;
+	white-space: normal;
+}
+
+pre.shell, pre.screen {
+	padding: 10pt;
+	background: #FCFAFA;
+	border: 1px #ccc solid;
+	white-space: pre;
+}
+
+.mailinglists		{ width: 85%; margin: 0 0 0 35px; font-size:10px; }
+.mailinglists td	{ padding: 5px 5px; line-height: 16px;}
+.mailinglists th	{ font-size: 12px; text-align: left; color:#000; padding: 7px; letter-spacing: 1px; font-family:"Trebuchet MS", Arial, sans-serif;}
+
+#content {
+	float: left;
+	width: 100%;
+	padding: 0px 10px 70px 5px;
+	margin-bottom: 20px;
+	margin-top: 10px;
+}
+
+
+#content p{
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	font-size: 12px;
+	line-height: 17px;
+	color: #333333;
+	padding: 5px 30px 0px 30px;
+	
+	margin: 0px 0px 8px 0px;
+}
+
+#content ul{
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	font-size: 12px;
+	line-height: 17px;
+}
+
+#content li{
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	font-size: 12px;
+	line-height: 17px;
+	list-style:circle;
+	margin: 10px 10px 10px 35px;
+}
+
+h1 {
+	margin: 0px;
+	font-size: 16px;
+	font-weight: bold;
+	color: #172B17;
+	letter-spacing: 1px;
+	padding-top: 0px;
+	padding-right: 5px;
+	padding-bottom: 5px;
+	padding-left: 10px;
+	font-family:"Trebuchet MS", Arial, sans-serif;
+	
+}
+h2 {
+	margin: 0px;
+	font-size: 14px;
+	font-weight: bold;
+	color: #CC0000;
+	letter-spacing: 1px;
+	padding-top: 5px;
+	padding-right: 5px;
+	padding-bottom: 5px;
+	padding-left: 20px;
+	font-family:"Trebuchet MS", Arial, sans-serif;
+	
+}
+h3 {
+	margin: 0px;
+	font-size: 13px;
+	font-weight: bold;
+	color: #333;
+	letter-spacing: 1px;
+	padding-top: 5px;
+	padding-right: 5px;
+	padding-bottom: 5px;
+	padding-left: 20px;
+	font-family:"Trebuchet MS", Arial, sans-serif;
+	
+}
+h4 {
+	margin: 0px;
+	font-size: 12px;
+	font-weight: bold;
+	color: #666;
+	letter-spacing: 1px;
+	padding-top: 5px;
+	padding-right: 5px;
+	padding-bottom: 5px;
+	padding-left: 20px;
+	font-family:"Trebuchet MS", Arial, sans-serif;
+	text-transform: uppercase;
+	
+}
+h5 {
+	margin: 0px;
+	font-size: 12px;
+	font-weight: bold;
+	color: #666;
+	letter-spacing: 1px;
+	padding-top: 5px;
+	padding-right: 5px;
+	padding-bottom: 5px;
+	padding-left: 20px;
+	font-family:"Trebuchet MS", Arial, sans-serif;
+	text-transform: uppercase;
+	
+}
+#container {
+	background-color: #FFFFFF;
+	font-size: 10px;
+	font-weight: normal;
+	border: 1px #ccc solid;
+	width: 850px;
+	background-repeat: no-repeat;
+	background-position: center;
+	margin-top: 3px;
+	margin-right: auto;
+	margin-bottom: 0px;
+	margin-left: auto;		
+}
+/************* FOOTER ************/
+
+#footer {
+	clear: both;
+	width: 100%;
+	margin: 0px;
+	border-top: 1px solid #ddd;
+	border-bottom: 25px #FFF solid;
+	background-color: #FFF;
+	text-align: center;
+	padding: 0px;
+	color: #999;
+}
+
+#footer a:link {
+	font-size: 9px;
+	font-weight: normal;
+	color: #3366cc;
+	text-decoration: none;
+}
+#footer a:visited {
+	font-size: 9px;
+	color: #3366cc;
+	text-decoration: none;
+}
+ #footer a:hover {
+ 	font-size: 9px;
+	color: #0099cc;
+	text-decoration: underline;
+}
+
+/********* DOCBOOK STUFF ********/
+
+.article {
+	margin: 3px 20px;
+	font-size: 10px;
+}
+
+.article p {
+	margin: 2px 25px;
+}
+
+/* Syntax highlighting stuff */
+
+div.dp-highlighter {
+	background: #FCFAFA;
+	border: 1px #ccc solid;
+	white-space: normal;
+	margin: 10px;
+}
+
+span.comment {
+	color: #505050;
+}
+
+span.keyword {
+	color: #202080;
+	font-weight: bold;
+}
+
+span.string {
+	color: #209020;
+}
+
+span.function {
+	color: #800040;
+}

Added: wwwdev/css/style2.css
===================================================================
--- wwwdev/css/style2.css	                        (rev 0)
+++ wwwdev/css/style2.css	2011-08-01 14:23:38 UTC (rev 4897)
@@ -0,0 +1,404 @@
+#header {
+	background-color: #172B17;
+	/*background-image: url(../images/graphics/h_backgrnd.gif);*/
+	background-image: url(../images/graphics/h_backgrnd2.gif);
+	background-repeat: repeat-x;
+	width: 100%;
+	background-position: center;
+}
+body {
+	margin: 0px auto;
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	background: #fff no-repeat center top;
+}
+
+body#home a.home, 
+body#downloads a.downloads, 
+body#about a.about, 
+body#docs a.docs, 
+body#papers a.papers, 
+body#apps a.apps, 
+body#support a.support{
+	background-color: #666;
+	color:#FFFFFF;
+}
+
+
+a:link {
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	font-size: 12px;
+	font-weight: normal;
+	color: #3366cc;
+	text-decoration: none;
+}
+a:visited {
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	font-size: 12px;
+	font-weight: normal;
+	color: #3366cc;
+	text-decoration: none;
+}
+a:hover {
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	font-size: 12px;
+	font-weight: normal;
+	color: #0099cc;
+	text-decoration: underline;
+}
+
+pre, pre *, div.dp-highlighter * {
+	font-family: Consolas, Andale Mono, monospaced;
+}
+
+/************* MENU ************/
+
+#nav {
+font-family: Arial, Helvetica, sans-serif;
+	width: 100%;
+	font-size: 12px;
+	font-weight: normal;
+	margin: 0px auto;
+	padding: 0px 0px 0px 0px;
+	background-color: #000000;
+	border-bottom: #ccc 2px solid;
+}
+
+#nav ul {
+	width: 100%s;
+	margin: 0px;
+	padding: 0px;
+	list-style: none;
+	text-align: center;
+	letter-spacing: 1px;
+}
+
+#nav li {
+	display: inline;
+}
+
+#nav a {
+font-size: 12px;
+	padding-right: 6px;
+	padding-left: 6px;
+	text-transform: uppercase;
+	text-decoration: none;
+	color: #FFFFFF;
+}
+
+#nav a:hover {
+	background-color: #666;
+}
+
+#content {
+	width: 100%;
+	margin: 0px 0px 40px 0px;
+	padding: 20px 0px 0px 0px;
+	border-top: thin #000 solid;
+	color: #333;
+}
+
+.image {
+  background-color: #eee;
+  margin: 3px auto;
+  padding: 3px;
+  border: 1px solid #ccc;
+  width: 525px;
+
+}
+
+.caption{
+    border: 1px #ccc solid;
+    padding:3px;
+    background-color: #FCFAFA;
+    font-size: 11px;
+  margin: 3px auto;
+    width: 525px;
+}
+
+
+.highlight{
+	border: 1px #ccc solid;
+	padding:5px;
+	background-color: #FCFAFA;
+	font-size: 11px;
+	margin-left: 10px;
+	white-space: pre;
+	position: relative;
+	left: 28px;
+	width: 90%;
+}
+
+pre.shell, pre.programlisting {
+	padding: 10pt;
+	background: #FCFAFA;
+	border: 1px #ccc solid;
+	white-space: normal;
+}
+
+div.dp-highlighter {
+	background: #FCFAFA;
+	border: 1px #ccc solid;
+	white-space: normal;
+	margin: 10px;
+}
+
+
+.mailinglists {
+	width: 85%;
+	margin: 0 0 0 35px;
+	font-size:10px;
+}
+
+.mailinglists td {
+	padding: 5px 5px;
+	line-height: 16px;
+	background-color: #f0f0f0;
+}
+
+.mailinglists th {
+	font-size: 12px;
+	text-align: left;
+	color:#000;
+	padding: 7px;
+	letter-spacing: 1px;
+	font-family:"Trebuchet MS", Arial, sans-serif;
+	background-color: #e0e0e0;
+}
+
+#left {
+	float: left;
+	width: 70%;
+	padding: 0px 10px 70px 5px;
+	border-right: 1px #ccc dashed;
+	margin-bottom: 20px;
+	margin-top: 10px;
+}
+
+#right {
+	float: left;
+	width: 185px;
+	color: #FFF;
+	margin: 30px 2px 70px 5px;
+/*	border: 1px #ddd solid;
+	background-color: #FCFAFA;*/
+	padding: 5px;
+	
+}
+#right h3 {
+	margin: 0px;
+	font-size: 13px;
+	font-weight: bold;
+	color: #cc0000;
+	letter-spacing: 1px;
+	padding-top: 5px;
+	padding-right: 5px;
+	padding-bottom: 5px;
+	padding-left: 0px;
+	font-family:"Trebuchet MS", Arial, sans-serif;
+	text-transform: uppercase;
+	
+}
+#right h4 {
+	margin: 0px;
+	font-size: 12px;
+	font-weight: bold;
+	color: #333;
+	letter-spacing: 1px;
+	padding-top: 10px;
+	padding-right: 5px;
+	padding-bottom: 5px;
+	padding-left: 5px;
+	font-family:"Trebuchet MS", Arial, sans-serif;
+	
+}
+#right p{
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	font-size: 11px;
+	line-height: 15px;
+	color: #333333;
+	padding: 0px 5px 0px 5px;
+	margin: 0px;
+}
+#right a:link {
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	font-size: 11px;
+	font-weight: normal;
+	color: #3366cc;
+	text-decoration: none;
+}
+#right a:visited {
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	font-size: 11px;
+	font-weight: normal;
+	color: #3366cc;
+	text-decoration: none;
+}
+ #right a:hover {
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	font-size: 11px;
+	font-weight: normal;
+	color: #0099cc;
+	text-decoration: underline;
+}
+
+.featurebox_side {
+	background-color: #eee;
+	margin-left:5px;
+	margin-right:5px;
+	margin-bottom:5px;
+	padding:4px;
+	border: 1px dotted #4E8787;
+	font-family: verdana, arial, sans-serif;
+	font-size: 11px;
+	line-height: 16px;
+	color: #333333;
+}
+
+#left p{
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	font-size: 12px;
+	line-height: 17px;
+	color: #333333;
+	padding: 5px 30px 0px 30px;
+	
+	margin: 0px 0px 8px 0px;
+}
+
+#left ul{
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	font-size: 12px;
+	line-height: 17px;
+}
+
+#left li{
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	font-size: 12px;
+	line-height: 17px;
+	list-style:circle;
+	margin: 10px 10px 10px 35px;
+}
+
+h1 {
+	margin: 0px;
+	font-size: 16px;
+	font-weight: bold;
+	color: #172B17;
+	letter-spacing: 1px;
+	padding-top: 0px;
+	padding-right: 5px;
+	padding-bottom: 5px;
+	padding-left: 10px;
+	font-family:"Trebuchet MS", Arial, sans-serif;
+	
+}
+h2 {
+	margin: 0px;
+	font-size: 14px;
+	font-weight: bold;
+	color: #CC0000;
+	letter-spacing: 1px;
+	padding-top: 5px;
+	padding-right: 5px;
+	padding-bottom: 5px;
+	padding-left: 20px;
+	font-family:"Trebuchet MS", Arial, sans-serif;
+	
+}
+h3 {
+	margin: 0px;
+	font-size: 13px;
+	font-weight: bold;
+	color: #333;
+	letter-spacing: 1px;
+	padding-top: 5px;
+	padding-right: 5px;
+	padding-bottom: 5px;
+	padding-left: 20px;
+	font-family:"Trebuchet MS", Arial, sans-serif;
+	
+}
+h4 {
+	margin: 0px;
+	font-size: 12px;
+	font-weight: bold;
+	color: #666;
+	letter-spacing: 1px;
+	padding-top: 5px;
+	padding-right: 5px;
+	padding-bottom: 5px;
+	padding-left: 20px;
+	font-family:"Trebuchet MS", Arial, sans-serif;
+	text-transform: uppercase;
+	
+}
+#container {
+	background-color: #FFFFFF;
+	font-size: 10px;
+	font-weight: normal;
+	border: 1px #ccc solid;
+	width: 850px;
+	background-repeat: no-repeat;
+	background-position: center;
+	margin-top: 3px;
+	margin-right: auto;
+	margin-bottom: 0px;
+	margin-left: auto;		
+}
+/************* FOOTER ************/
+
+#footer {
+	clear: both;
+	width: 850px;
+	margin: 0px;
+	border-top: 1px solid #ddd;
+	border-bottom: 25px #FFF solid;
+	background-color: #FFF;
+	text-align: center;
+	padding: 0px;
+	color: #999;
+}
+
+#footer a:link {
+	font-size: 9px;
+	font-weight: normal;
+	color: #3366cc;
+	text-decoration: none;
+}
+#footer a:visited {
+	font-size: 9px;
+	color: #3366cc;
+	text-decoration: none;
+}
+ #footer a:hover {
+ 	font-size: 9px;
+	color: #0099cc;
+	text-decoration: underline;
+}
+
+/* Syntax highlighting stuff */
+
+span.comment {
+	color: #505050;
+}
+
+span.keyword {
+	color: #202080;
+	font-weight: bold;
+}
+
+span.string {
+	color: #209020;
+}
+
+span.function {
+	color: #800040;
+}
+
+.publication {
+	padding-bottom: 9px;
+	padding-left: 30px;
+}
+
+.publication .source {
+	font-style: italic;
+}

Added: wwwdev/css/style3.css
===================================================================
--- wwwdev/css/style3.css	                        (rev 0)
+++ wwwdev/css/style3.css	2011-08-01 14:23:38 UTC (rev 4897)
@@ -0,0 +1,589 @@
+#header {
+	width: 100%;
+	background-position: center;
+}
+body {
+	margin: 0px auto;
+	font-family: Arial, Helvetica, sans-serif;
+	color: #333;
+	background: #fff no-repeat center top;
+	background:url(../images/bg_page.png) repeat-x;
+	font-size:16px;
+	line-height: 1.3em;
+}
+
+body#home a.home, 
+body#downloads a.downloads, 
+body#about a.about, 
+body#docs a.docs, 
+body#papers a.papers, 
+body#apps a.apps, 
+body#support a.support{
+	background-color: #666;
+	color:#FFFFFF;
+}
+
+
+a:link {
+	font-family: myriad-pro-1,myriad-pro-2, Arial, Helvetica, sans-serif;
+	font-weight:400;
+	font-style: normal;
+	font-weight: normal;
+	color: #3366cc;
+	text-decoration: none;
+}
+a:visited {
+	font-family: myriad-pro-1,myriad-pro-2, Arial, Helvetica, sans-serif;
+	font-weight:400;
+	font-style: normal;
+	color: #3366cc;
+	text-decoration: none;
+}
+a:hover {
+	font-family: myriad-pro-1,myriad-pro-2, Arial, Helvetica, sans-serif;
+	font-weight:400;
+	font-style: normal;
+	color: #0099cc;
+	text-decoration: underline;
+}
+
+pre, pre *, div.dp-highlighter * {
+	font-family: Consolas, "Andale Mono", Monaco, monospaced;
+	padding-left:30px;
+	color:#699;
+}
+
+/************* MENU ************/
+
+#nav {
+font-family: Arial, Helvetica, sans-serif;
+	width: 100%;
+	font-size: 18px;
+	margin: 0px auto;
+	padding: 60px 0px 0px 0px;
+	color: #fff;
+}
+
+#nav ul {
+	width: 100%s;
+	margin: 0px;
+	padding: 0px;
+	list-style: none;
+	text-align: center;
+}
+
+#nav li {
+	display: inline;
+	border-right: 1px solid #0066cc;
+}
+
+#nav .last {
+	border-right: 0px;
+}
+
+#nav a {
+	font-size: 18px;
+	padding-right: 16px;
+	padding-left: 12px;
+	text-decoration: none;
+	color: #66ccff;
+	text-shadow: 0px 2px 3px #333;
+}
+
+#nav a:hover {
+	color: #fff;
+}
+
+.tagline {
+	font-family: myriad-pro-1,myriad-pro-2, Arial, Helvetica, sans-serif;
+	font-weight: 300;
+	font-style: normal;
+	text-align:center;
+	text-shadow: 1px 1px 1px #ccc;
+	padding: 30px 0px 30px 0px;
+	color:#333;
+	font-size: 20px;
+}
+
+#content {
+	width: 100%;
+	margin: 0px 0px 40px 0px;
+	padding: 20px 0px 0px 0px;
+	border-top: thin #000 solid;
+	color: #333;
+}
+
+p {
+	padding: 0px 0px 15px 20px;
+}
+
+.image {
+  background-color: #eee;
+  margin: 3px auto;
+  padding: 3px;
+  border: 1px solid #ccc;
+  width: 525px;
+
+}
+
+.caption{
+    border: 1px #ccc solid;
+    padding:3px;
+    background-color: #FCFAFA;
+    font-size: 11px;
+  margin: 3px auto;
+    width: 525px;
+}
+
+
+.highlight{
+	border: 1px #ccc solid;
+	padding: 5px;
+	background-color: #FCFAFA;
+	font-size: 0.9em;
+	margin-left: 10px;
+	white-space: pre;
+	position: relative;
+	left: 28px;
+	width: 90%;
+}
+
+pre.shell, pre.programlisting {
+	padding: 10pt;
+	background: #FCFAFA;
+	border: 1px #ccc solid;
+	white-space: normal;
+}
+
+div.dp-highlighter {
+	background: #FCFAFA;
+	border: 1px #ccc solid;
+	white-space: normal;
+	margin: 10px;
+}
+
+
+.mailinglists {
+	width: 85%;
+	margin: 0 0 0 35px;
+	font-size:10px;
+}
+
+.mailinglists td {
+	padding: 5px 5px;
+	line-height: 16px;
+	background-color: #f0f0f0;
+}
+
+.mailinglists th {
+	font-size: 12px;
+	text-align: left;
+	color:#333;
+	padding: 7px;
+	font-family: myriad-pro-1,myriad-pro-2, Arial, Helvetica, sans-serif;
+	font-weight:600;
+	font-style: normal;
+	background-color: #e0e0e0;
+}
+
+#left {
+	float: left;
+	width: 70%;
+	padding: 0px 10px 70px 5px;
+	border-right: 1px #ccc dashed;
+	margin-bottom: 20px;
+	margin-top: 10px;
+}
+
+#right {
+	float: left;
+	width: 185px;
+	color: #FFF;
+	margin: 30px 2px 70px 5px;
+/*	border: 1px #ddd solid;
+	background-color: #FCFAFA;*/
+	padding: 5px;
+	
+}
+#right h3 {
+	margin: 0px;
+	font-size: 1.1em;
+	color: #333;
+	padding-top: 5px;
+	padding-right: 5px;
+	padding-bottom: 5px;
+	padding-left: 0px;
+	font-family: myriad-pro-1,myriad-pro-2, Arial, Helvetica, sans-serif;
+	font-weight:600;
+	font-style: normal;
+	
+}
+#right h4 {
+	margin: 0px;
+	font-size: 1.0em;
+	color: #333;
+	padding-top: 10px;
+	padding-right: 5px;
+	padding-bottom: 5px;
+	padding-left: 5px;
+	font-family: myriad-pro-1,myriad-pro-2, Arial, Helvetica, sans-serif;
+	font-weight:600;
+	font-style: normal;
+	
+}
+#right p{
+	font-family: Arial, Helvetica, sans-serif;
+	font-size: 11px;
+	line-height: 15px;
+	color: #333333;
+	padding: 0px 5px 0px 5px;
+	margin: 0px;
+}
+#right a:link {
+	font-family: Arial, Helvetica, sans-serif;
+	font-size: 11px;
+	font-weight: normal;
+	color: #3366cc;
+	text-decoration: none;
+}
+#right a:visited {
+	font-family: Arial, Helvetica, sans-serif;
+	font-size: 11px;
+	font-weight: normal;
+	color: #3366cc;
+	text-decoration: none;
+}
+ #right a:hover {
+	font-family: Arial, Helvetica, sans-serif;
+	font-size: 11px;
+	font-weight: normal;
+	color: #0099cc;
+	text-decoration: underline;
+}
+
+.featurebox_side {
+	background-color: #eee;
+	margin-left:5px;
+	margin-right:5px;
+	margin-bottom:5px;
+	padding:4px;
+	border: 1px dotted #4E8787;
+	font-family: arial, Helvetica, sans-serif;
+	font-size: 11px;
+	line-height: 16px;
+	color: #333333;
+}
+
+#left p{
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	font-size: 12px;
+	line-height: 17px;
+	color: #333333;
+	padding: 5px 30px 0px 30px;
+	
+	margin: 0px 0px 8px 0px;
+}
+
+#left ul{
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	font-size: 12px;
+	line-height: 17px;
+}
+
+#left li{
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	font-size: 12px;
+	line-height: 17px;
+	list-style:circle;
+	margin: 10px 10px 10px 35px;
+}
+
+h1 {
+	margin: 0px;
+	font-size: 2.0em;
+	color: #333;
+	padding-top: 0px;
+	padding-bottom: 10px;
+	font-family: myriad-pro-1,myriad-pro-2, Arial, Helvetica, sans-serif;
+	font-weight:400;
+	font-style: normal;
+	text-shadow: 1px 1px 1px #dedede;
+	
+}
+h2 {
+	margin: 0px;
+	font-size: 1.4em;
+	color: #333;
+	padding:15px 0px 10px 0px;
+	font-family: myriad-pro-1,myriad-pro-2, Arial, Helvetica, sans-serif;
+	font-weight:600;
+	font-style: normal;
+	text-shadow: 1px 1px 1px #dedede;
+	text-transform:uppercase;
+}
+h3 {
+	margin: 0px;
+	font-size: 1.3em;
+	color: #333;
+	padding-bottom: 10px;
+	font-family: myriad-pro-1,myriad-pro-2, Arial, Helvetica, sans-serif;
+	font-weight:600;
+	font-style: normal;
+	text-shadow: 1px 1px 1px #dedede;
+}
+h4 {
+	margin: 0px;
+	font-size: 1.2em;
+	color: #333;
+	padding-top: 5px;
+	padding-right: 5px;
+	padding-bottom: 5px;
+	padding-left: 20px;
+	font-family: myriad-pro-1,myriad-pro-2, Arial, Helvetica, sans-serif;
+	font-weight:600;
+	font-style: normal;
+}
+h5 {
+	margin: 0px;
+	font-size: 1.0em;
+	color: #666;
+	padding-top: 5px;
+	padding-right: 5px;
+	padding-bottom: 5px;
+	padding-left: 20px;
+	font-family: myriad-pro-1,myriad-pro-2, Arial, Helvetica, sans-serif;
+	font-weight:600;
+	font-style: normal;
+	text-transform:uppercase;
+}
+#container {
+	background-color: #FFFFFF;
+	font-size: 10px;
+	font-weight: normal;
+	border: 1px #ccc solid;
+	width: 850px;
+	background-repeat: no-repeat;
+	background-position: center;
+	margin-top: 3px;
+	margin-right: auto;
+	margin-bottom: 0px;
+	margin-left: auto;		
+}
+/************* FOOTER ************/
+
+#footer {
+	background-color: #f2f5f8;
+	text-align: center;
+	padding: 20px 20px 50px 20px;
+	color: #999;
+}
+#footer .footer-blurb {
+	width: 550px;
+	font-size: 0.8em;
+	padding-top: 20px;
+}
+
+.footer-blurb {
+	text-align: center;	
+	margin-left: auto;
+    margin-right: auto;
+	line-height: 1.2em;
+}
+#footer a {
+	font-size: 1.0em;
+	padding-right: 12px;
+	padding-left: 10px;
+	text-decoration: none;
+	color: #66ccff;
+}
+
+#footer a:hover {
+	color: #66ccff;
+	text-decoration:underline;
+}
+
+#footer a:link {
+	font-weight: normal;
+	color: #3366cc;
+	text-decoration: none;
+}
+#footer a:visited {
+	color: #3366cc;
+	text-decoration: none;
+}
+#footer a:hover {
+	color: #3366cc;
+	text-decoration: underline;
+}
+#footer ul {
+	width: 100%s;
+	margin: 0px;
+	padding: 0px;
+	list-style: none;
+	text-align: center;
+}
+
+#footer li {
+	display: inline;
+	border-right: 1px solid #999;
+}
+
+#footer .last {
+	border-right: 0px;
+}
+
+/* Syntax highlighting stuff */
+
+span.comment {
+	color: #505050;
+}
+
+span.keyword {
+	color: #202080;
+	font-weight: bold;
+}
+
+span.string {
+	color: #209020;
+}
+
+span.function {
+	color: #800040;
+}
+
+
+#feature {
+	padding: 0px 0px 40px 0px;	
+}
+.trailingLink {
+	display:block;
+	padding: 0px 0px 26px 52px;
+	height:24px;
+	line-height: 1.3em;
+	background:url(../images/bullet.png) 30px 1px no-repeat ;
+	float: left;
+	font-size: 1.0em;
+}
+
+.trailingLinkPDF {
+	display:block;
+	padding: 0px 0px 26px 54px;
+	height:24px;
+	line-height: 1.3em;
+	background:url(../images/bullet_pdf.png) 30px 1px no-repeat ;
+	float: left;
+	font-size: 1.0em;
+}
+
+
+ul {
+	list-style-type: none;
+	padding: 0px 0px 15px 10px;
+	margin-left: 0px;
+	line-height: 1.5em;	
+}
+.swift-bullet li{
+	background: url(../images/bullet_swift.png) 0px 3px no-repeat;
+	padding-left:22px;
+}
+.indented {
+	padding-left: 20px;
+}
+.indented-half {
+	padding-left: 10px;
+}
+#box-prime {
+	text-align:center;
+	padding: 15px;
+	-moz-border-radius: 6px;
+	border-radius: 6px;
+	border: 1px solid #eaeaea; 
+	font-size: 0.9em;
+	background: url(../images/bg_box_shaded.png) 0px 0px repeat-x;
+	-webkit-box-shadow: 0 1px 50px rgba(0,0,0,.1);
+	-moz-box-shadow: 0 1px 5px rgba(0,0,0,.1);
+	box-shadow: 0 1px 5px rgba(0,0,0,.1);
+	line-height: 1.2em;
+	margin-bottom: 15px;
+}
+.button_175 {
+	background: url(../images/button_bg_175_sp.png) 2px 0px no-repeat;
+	width: 180px;
+	height: 40px;
+	font-family: myriad-pro-1,myriad-pro-2, Arial, Helvetica, sans-serif;
+	font-weight:600;
+	font-style: normal;
+	font-size: 1.4em;
+	line-height: 1.8em;
+	color: #fff;
+	padding: 10px 0px 0px 0x;
+	margin-left: auto;
+    margin-right: auto;
+	margin-bottom: 8px
+}
+
+.button_175:hover {
+	background: url(../images/button_bg_175_sp.png) 2px -40px no-repeat;
+}
+.button_175 a {
+	color: #fff;
+	text-shadow: 0 0 2px rgba(56,115,183,.7);
+}
+.button_175 a:hover {
+	color: #fff;
+	text-decoration:none;
+	text-shadow: 0 0 3px rgba(52,103,165,.9);
+}
+.highlight-A {
+	padding: 10px 40px 15px 120px;
+	background: url(../images/icon_special_A.png) 60px 13px no-repeat;
+}
+.highlight-B {
+	padding: 10px 40px 25px 120px;
+	background: url(../images/icon_special_B.png) 60px 13px no-repeat;
+}
+#nav .current {
+	color: #fff;
+}
+#holder {
+	position:absolute;
+}
+#mover {
+	position:relative;
+	top: 92px;
+}
+.page-header {
+	padding:40px 0px 20px 0px;
+}
+#box-prime h2 {
+	text-align:left;
+	font-size: 1.5em;
+	padding: 0px 0px 10px 0px;
+}
+.authors {
+}
+.title{
+	font-weight:600;
+}
+.source{
+	font-style:italic;
+}
+.date{
+	color:#666;
+	font-size:0.8em;
+}
+.publication {
+	padding-bottom: 15px;
+	padding-left: 30px;
+}
+.quote {
+	padding: 20px 15px 20px 20px;
+	background: url(../images/bg_quotes.png) 0px 0px no-repeat;
+	font-style:italic;
+	font-size: 0.9em;
+}
+.quote-speaker {
+	padding-left: 30px;
+	font-size: 0.7em;
+	line-height: 1.2em;
+}
\ No newline at end of file




More information about the Swift-commit mailing list