You are viewing a plain text version of this content. The canonical link for it is here.
Posted to s4-commits@incubator.apache.org by mm...@apache.org on 2013/02/23 19:42:57 UTC

svn commit: r1449397 [3/3] - in /incubator/s4/site: contrib/index.html download/index.html index.html style/ie.css style/print.css style/screen.css style/style.css team/index.html

Modified: incubator/s4/site/style/style.css
URL: http://svn.apache.org/viewvc/incubator/s4/site/style/style.css?rev=1449397&r1=1449396&r2=1449397&view=diff
==============================================================================
--- incubator/s4/site/style/style.css (original)
+++ incubator/s4/site/style/style.css Sat Feb 23 19:42:57 2013
@@ -5,34 +5,39 @@
   margin: 0;
 }
 
-/* line 11, content/style/style.scss */
+/* line 12, content/style/style.scss */
 body {
   font-family: "Lucida Grande";
   font-size: 90%;
   background-color: #efefef;
   color: #333;
 }
+/* line 17, content/style/style.scss */
+body pre {
+  background-color: #dfdfdf;
+  overflow: auto;
+}
 
-/* line 18, content/style/style.scss */
+/* line 23, content/style/style.scss */
 a {
   color: #000;
   text-decoration: none;
   border-bottom: 1px dotted #222222;
 }
 
-/* line 24, content/style/style.scss */
+/* line 29, content/style/style.scss */
 a:hover {
   background: #ccc;
   color: #000;
 }
 
-/* line 25, content/style/style.scss */
+/* line 30, content/style/style.scss */
 a:visited {
   background: #ccc;
   color: #000;
 }
 
-/* line 27, content/style/style.scss */
+/* line 32, content/style/style.scss */
 #wrapper {
   border-top: 1px solid #bbbbbb;
   border-bottom: 1px solid #bbbbbb;
@@ -41,7 +46,7 @@ a:visited {
   padding-top: 3em;
 }
 
-/* line 36, content/style/style.scss */
+/* line 41, content/style/style.scss */
 #header {
   background: #fafafa;
   background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#dfdfdf));
@@ -51,7 +56,7 @@ a:visited {
   height: 110px;
 }
 
-/* line 43, content/style/style.scss */
+/* line 48, content/style/style.scss */
 #footer {
   background: #fafafa;
   background: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#fafafa));
@@ -64,31 +69,31 @@ a:visited {
   text-align: center;
 }
 
-/* line 53, content/style/style.scss */
+/* line 58, content/style/style.scss */
 #header .container {
   overflow: visible;
   position: relative;
 }
 
-/* line 58, content/style/style.scss */
+/* line 63, content/style/style.scss */
 #header #logo {
   left: 0;
   position: absolute;
   top: 25px;
 }
 
-/* line 64, content/style/style.scss */
+/* line 69, content/style/style.scss */
 #logo a {
   border: none;
 }
 
-/* line 68, content/style/style.scss */
+/* line 73, content/style/style.scss */
 #logo a:hover {
   text-decoration: none;
   background: none;
 }
 
-/* line 73, content/style/style.scss */
+/* line 78, content/style/style.scss */
 #header img {
   padding: 5px;
 }
@@ -123,77 +128,86 @@ a:visited {
 }
 
 */
-/* line 108, content/style/style.scss */
+/* line 113, content/style/style.scss */
 .large {
   font-size: 1.2em;
   line-height: 1.5;
 }
 
-/* line 113, content/style/style.scss */
+/* line 118, content/style/style.scss */
 .small {
   font-size: 90%;
   color: #555;
   line-height: 1.2;
 }
 
-/* line 119, content/style/style.scss */
+/* line 124, content/style/style.scss */
 span.copyright {
   text-shadow: 1px 1px 0 white;
   color: #999;
 }
 
-/* line 128, content/style/style.scss */
+/* line 133, content/style/style.scss */
 .titleheader {
-  font-size: 25px;
+  font-size: 30px;
   text-shadow: white 0px 1px 0;
   /*	color: #C17878; */
   color: #7e2217;
   margin-bottom: 20px;
 }
 
-/* line 136, content/style/style.scss */
-.secheader {
-  font-size: 20px;
+/* line 141, content/style/style.scss */
+.secheader, h1 {
+  font-size: 25px;
   text-shadow: white 0px 1px 0;
   /*	color: #C17878; */
   color: #7e2217;
   margin-top: 20px;
 }
 
-/* line 144, content/style/style.scss */
-.subsecheader {
-  font-size: 14px;
+/* line 149, content/style/style.scss */
+.subsecheader, h2 {
+  font-size: 20px;
   text-shadow: white 0px 1px 0;
   /*	color: #C17878; */
   color: #7e2217;
   margin-top: 20px;
 }
 
-/* line 152, content/style/style.scss */
+/* line 157, content/style/style.scss */
 .subsecheader a {
   color: #7e2217;
 }
 
-/* line 156, content/style/style.scss */
+/* line 161, content/style/style.scss */
+.subssubecheader, h3 {
+  font-size: 16px;
+  text-shadow: white 0px 1px 0;
+  /*	color: #C17878; */
+  color: #7e2217;
+  margin-top: 20px;
+}
+
+/* line 171, content/style/style.scss */
 .horrule {
   margin-top: 30px;
   border-top: 1px solid #dddddd;
   clear: both;
 }
 
-/* line 162, content/style/style.scss */
+/* line 177, content/style/style.scss */
 #os_logo {
   height: 100px;
   padding: 10px;
 }
 
-/* line 167, content/style/style.scss */
+/* line 182, content/style/style.scss */
 .sidetext {
   border-left: 4px solid #dddddd;
   padding-left: 4px;
 }
 
-/* line 172, content/style/style.scss */
+/* line 187, content/style/style.scss */
 #download {
   padding: 20px;
   background: #dfdfdf;
@@ -203,7 +217,7 @@ span.copyright {
   border: 1px dotted #dddddd;
 }
 
-/* line 181, content/style/style.scss */
+/* line 196, content/style/style.scss */
 #latest_head {
   font-size: 14px;
   text-shadow: white 0px 1px 0;
@@ -211,7 +225,7 @@ span.copyright {
   color: #7e2217;
 }
 
-/* line 188, content/style/style.scss */
+/* line 205, content/style/style.scss */
 #latest_link {
   background: #fefefe;
   border: none;
@@ -225,72 +239,72 @@ span.copyright {
   -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
 }
 
-/* line 201, content/style/style.scss */
+/* line 218, content/style/style.scss */
 #disclaimer {
   color: #555;
   margin-top: 20px;
   font-size: 80%;
 }
 
-/* line 207, content/style/style.scss */
+/* line 224, content/style/style.scss */
 #latest_link a:hover {
   background: none;
 }
 
-/* line 211, content/style/style.scss */
+/* line 228, content/style/style.scss */
 #maintainers {
   margin-top: 20px;
 }
 
-/* line 215, content/style/style.scss */
+/* line 232, content/style/style.scss */
 .greybar {
   border-left: 4px solid #dddddd;
   padding-left: 10px;
 }
 
-/* line 220, content/style/style.scss */
+/* line 237, content/style/style.scss */
 ul.greybar {
   list-style-type: none;
 }
 
-/* line 225, content/style/style.scss */
+/* line 242, content/style/style.scss */
 #twitter_widget a {
   border: none;
 }
-/* line 226, content/style/style.scss */
+/* line 243, content/style/style.scss */
 #twitter_widget a:hover {
   border: none;
   background: inherit;
   text-decoration: none;
 }
-/* line 227, content/style/style.scss */
+/* line 244, content/style/style.scss */
 #twitter_widget a:visited {
   border: none;
   background: inherit;
 }
-/* line 228, content/style/style.scss */
+/* line 245, content/style/style.scss */
 #twitter_widget a:active {
   border: none;
   background: inherit;
 }
 
-/* line 232, content/style/style.scss */
+/* line 249, content/style/style.scss */
 #twitter_follow a {
   border: none;
 }
 
-/* line 235, content/style/style.scss */
+/* line 252, content/style/style.scss */
 .tabular table {
   background: #fff;
   border: 1px solid #dddddd;
 }
 
-/* line 240, content/style/style.scss */
+/* line 257, content/style/style.scss */
 input[type="text"], input[type="password"], input.text, input.title, textarea, select {
   margin: 1em 0;
 }
 
-/* line 244, content/style/style.scss */
+/* line 261, content/style/style.scss */
 input[type="text"], input[type="password"], input.text, input.title, textarea {
   padding: 5px;
   font-size: 14px;
@@ -299,7 +313,7 @@ input[type="text"], input[type="password
   color: #222;
 }
 
-/* line 252, content/style/style.scss */
+/* line 269, content/style/style.scss */
 #notice {
   -moz-border-radius: 3px;
   border-radius: 3px;
@@ -313,7 +327,7 @@ input[type="text"], input[type="password
   -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
 }
 
-/* line 266, content/style/style.scss */
+/* line 283, content/style/style.scss */
 #notice a {
   color: #7E2217;
 }

Modified: incubator/s4/site/team/index.html
URL: http://svn.apache.org/viewvc/incubator/s4/site/team/index.html?rev=1449397&r1=1449396&r2=1449397&view=diff
==============================================================================
--- incubator/s4/site/team/index.html (original)
+++ incubator/s4/site/team/index.html Sat Feb 23 19:42:57 2013
@@ -1,7 +1,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html>
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>S4: Team</title>
 <meta content="A general-purpose distributed stream computing platform" name="description">
 <link href="../style/screen.css" media="screen" rel="stylesheet" type="text/css">
@@ -34,7 +34,7 @@
     <a href="../">home</a>
   </li>
   <li>
-    <a href="https://cwiki.apache.org/confluence/display/S4/S4+Wiki">docs</a>
+    <a href="https://cwiki.apache.org/confluence/display/S4/S4+Wiki">doc [0.5]</a>
   </li>
   <li>
     <a href="http://git-wip-us.apache.org/repos/asf?p=incubator-s4.git" onclick="_gaq.push(['_trackEvent', 'External', 'Apache Git', 'http://github.com/s4']);">code</a>
@@ -46,9 +46,6 @@
     <a href="../contrib">get involved</a>
   </li>
   <li>
-    <a href="http://blog.s4.io">blog</a>
-  </li>
-  <li>
     <a href=".">team</a>
   </li>
   <li>
@@ -89,7 +86,7 @@
                   <td>Yahoo!</td>
                 </tr>
 <tr>
-<td>Daniel Gómez Ferro</td>
+<td>Daniel Gomez Ferro</td>
                   <td>Yahoo!</td>
                 </tr>
 </table>
@@ -98,13 +95,13 @@
             <div class="tabular">
               <table>
 <tr>
-<td>Anish Nair</td>
-                  <td>A9</td>
-                </tr>
-<tr>
 <td>Anand Kesari</td>
                   <td>Yahoo!</td>
                 </tr>
+<tr>
+<td>Anish Nair</td>
+                  <td>A9</td>
+                </tr>
 </table>
 <!-- %p= "We ask that you please do not send us emails privately asking for support. We are non-paid volunteers who help out with the project and we do not necessarily have the time or energy to help people on an individual basis. Instead, we have setup a mailing list for the project which can contain a wider range of individuals who will help answer detailed requests for help. The benefit of using mailing lists over private communication is that it is a shared resource where others can also learn from common mistakes and as a community we all grow together." -->
 </div>
@@ -113,7 +110,7 @@
     </div>
     <div id="footer">
       <div class="container">
-        <span class="copyright">Apache S4 - Copyright 2012 The Apache Software Foundation</span>
+        <span class="copyright">Apache S4 - Copyright 2013 The Apache Software Foundation</span>
       </div>
     </div>
   </body>