[Swift-commit] r4894 - in wwwdev: . apps apps/_notes
vytas at ci.uchicago.edu
vytas at ci.uchicago.edu
Mon Aug 1 09:22:09 CDT 2011
Author: vytas
Date: 2011-08-01 09:21:54 -0500 (Mon, 01 Aug 2011)
New Revision: 4894
Added:
wwwdev/apps/
wwwdev/apps/_notes/
wwwdev/apps/_notes/dwsync.xml
wwwdev/apps/index.php
wwwdev/apps/style2.css
Log:
new look & feel
Added: wwwdev/apps/_notes/dwsync.xml
===================================================================
--- wwwdev/apps/_notes/dwsync.xml (rev 0)
+++ wwwdev/apps/_notes/dwsync.xml 2011-08-01 14:21:54 UTC (rev 4894)
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<dwsync>
+<file name="index.php" server="login.ci.uchicago.edu//home/vytas/public_html/projects/2011_07-Swift/" local="3394121903" remote="11984644015" />
+<file name="style2.css" server="login.ci.uchicago.edu//home/vytas/public_html/projects/2011_07-Swift/" local="3394121903" remote="11984644019" />
+</dwsync>
\ No newline at end of file
Added: wwwdev/apps/index.php
===================================================================
--- wwwdev/apps/index.php (rev 0)
+++ wwwdev/apps/index.php 2011-08-01 14:21:54 UTC (rev 4894)
@@ -0,0 +1,54 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+<title>Swift</title>
+<link href="../css/style2.css" rel="stylesheet" type="text/css" />
+</head>
+
+<body id="apps">
+<!-- entire page container -->
+<div id="container">
+<!-- header -->
+<div id="header">
+<?php require('../inc/header.php') ?>
+</div>
+<!-- end header -->
+<!-- nav -->
+<div id="nav">
+ <?php require('../inc/nav.php') ?>
+</div>
+<!-- end nav -->
+<!-- content container -->
+<div id="content">
+<!-- left side content -->
+<div id="left">
+<h1>APPLICATIONS</h1>
+<p>A big ole' list that uses Swift.</p>
+
+</div>
+<!-- end left side content -->
+<!-- right side content -->
+<div id="right">
+<?php require('../inc/apps_sidebar.php') ?>
+</div>
+<!-- end right side content -->
+</div>
+<!-- end content container-->
+<!-- footer -->
+ <div id="footer"><?php require('../inc/footer.php') ?></div>
+ <!-- end footer -->
+
+</div>
+<!-- end entire page container -->
+<script type="text/javascript">
+var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+</script>
+<script type="text/javascript">
+try {
+var pageTracker = _gat._getTracker("UA-106257-5");
+pageTracker._trackPageview();
+} catch(err) {}</script>
+</body>
+</html>
Added: wwwdev/apps/style2.css
===================================================================
--- wwwdev/apps/style2.css (rev 0)
+++ wwwdev/apps/style2.css 2011-08-01 14:21:54 UTC (rev 4894)
@@ -0,0 +1,318 @@
+#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#about a.about,
+body#downloads a.downloads,
+body#docs a.docs,
+body#apps a.apps,
+body#support a.support,
+body#links a.links{
+ 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;
+
+}
+#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: #666;
+ 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;
+
+}
+#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;
+}
More information about the Swift-commit
mailing list