You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by st...@apache.org on 2004/10/13 07:35:17 UTC

svn commit: rev 54730 - in gump/trunk/conf/brutus.apache.org/var/www: . styles

Author: stefano
Date: Tue Oct 12 22:35:16 2004
New Revision: 54730

Added:
   gump/trunk/conf/brutus.apache.org/var/www/disclaimer.html   (props changed)
      - copied unchanged from rev 54611, gump/trunk/ARTIFACT_DISCLAIMER.html
   gump/trunk/conf/brutus.apache.org/var/www/styles/
   gump/trunk/conf/brutus.apache.org/var/www/styles/default.css   (contents, props changed)
Modified:
   gump/trunk/conf/brutus.apache.org/var/www/index.html   (contents, props changed)
Log:
starting to add a little style to gump


Modified: gump/trunk/conf/brutus.apache.org/var/www/index.html
==============================================================================
--- gump/trunk/conf/brutus.apache.org/var/www/index.html	(original)
+++ gump/trunk/conf/brutus.apache.org/var/www/index.html	Tue Oct 12 22:35:16 2004
@@ -1,10 +1,47 @@
-<html>
-<head>
-<title>Welcome to gump@brutus</title>
-</head>
+<?xml version="1.0" encoding="UTF-8"?>
 
-<body>
-<h1>Welcome to gump@brutus</h1>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+   <head>
+      <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+      <title>Gump @ Brutus</title>
+      <link rel="stylesheet" type="text/css" href="styles/default.css"/>
+      <style>
+        #body h1 {
+            font-size: 140%;
+            color: #333;
+            font-weight: normal;
+            padding: 2px 8px 2px 15px;
+            margin: 25px -30px 25px -30px;
+        }
+        #body p span.first-char { 
+            font-size: 200%;
+        }
+        #body p.important { 
+            margin: 40px 0px 40px 0px; 
+            text-align: center; 
+            font-size: 130%; 
+            font-weight: bold; 
+        }
+      </style>
+   </head>
+   <body>
+<div id="sidebar">
+<div class="logo"><a href="http://gump.apache.org/"
+ title="Apache Gump"><img alt="Apache Gump"
+ src="http://gump.apache.org/images/bench.png"></a></div>
+<h2>Gump Runs</h2>
+<ul class="important">
+  <li><a href="/gump/public/">Public</a></li>
+  <li><a href="/gump/jdk15/">JDK 1.5</a></li>
+  <li><a href="/gump/kaffe/">Kaffe</a></li>
+  <li><a href="/gump/test/">Test</a></li>
+</ul>
+</div>
+      <div id="body">
+        <h1>Apache Gump on Brutus</h1>
+        <p><span class="first-char">W</span>elcome to Brutus, the machine that the Apache Software Foundation dedicates to Gump.
 
 <p>The following is available:</p>
 
@@ -17,8 +54,10 @@
 
 <p>Enjoy.</p>
 
-<p>The Gump Team</p>
-
-<p>PS: if you need actual information about gump, you're looking for <a href="http://gump.apache.org/">gump.apache.org</a>.</p>
-</body>
+        <p class="important"><a href="http://gump.apache.org/" title="Apache Gump">More information on Apache gump!</a></p>
+      </div>
+      <div id="footer"><a href="http://www.apache.org/" title="the Apache Software Foundation">
+The Apache Software Foundation</a>
+     </div>
+   </body>
 </html>

Added: gump/trunk/conf/brutus.apache.org/var/www/styles/default.css
==============================================================================
--- (empty file)
+++ gump/trunk/conf/brutus.apache.org/var/www/styles/default.css	Tue Oct 12 22:35:16 2004
@@ -0,0 +1,237 @@
+/*
+ * Written by Stefano Mazzocchi <stefanom at mit dot edu>
+ */
+
+/* ----------------------------- Global Definitions -------------------- */
+
+body {
+    margin: 0px;
+    padding: 0px;
+    font-family: "georgia", "times", "times new roman", serif;
+    color: #222;
+    background-color: #fff;
+    font-size: 12px;
+    quotes: "\201C" "\201E" "\2018" "\2019";
+}
+
+@media screen {
+  body {
+    background: url("../images/stata.jpg");
+    background-position: bottom left;
+    background-repeat: no-repeat;    
+  }
+}
+
+a:link {
+	color: #222;
+}
+
+a:visited {
+	color: #666;
+}
+
+a:hover {
+	color: #000;
+}
+
+a:active {
+}
+
+a:focus {
+}
+
+img {
+	border: none;
+}
+
+/* ----------------------------- Sidebar  -------------------------- */
+
+#sidebar {
+	float: right;
+	top: 150px;
+	right: 0px;
+	width: 220px;
+	background-color: white;
+	padding: 0px 0px 5px 0px;
+	margin: 0px 0px 20px 20px;
+	border-left: 1px solid #ccc;
+	border-bottom: 1px solid #ccc;
+}
+
+#sidebar .logo {
+    text-align: center;
+    padding: 10px 0px 0px 0px;
+    margin: 0px;
+}
+
+#sidebar h1 {
+    font-family: "verdana", "helvetica", "arial", sans-serif;
+    letter-spacing: 0.15em;
+    font-size: 24px;
+    color: #333;
+    font-weight: normal;
+    text-align: center;
+    padding: 5px;
+}
+
+#sidebar h2 {
+    font-family: "verdana", "helvetica", "arial", sans-serif;
+    letter-spacing: 0.15em;
+    text-transform: uppercase;
+    font-size: 11px;
+    color: #666;
+    font-weight: normal;
+    padding: 2px 0px 2px 4px;
+    margin: 5px 0px 5px 10px;
+    border-top: 1px solid #ccc;
+    border-left: 1px solid #ccc;
+    border-bottom: 1px solid #ccc;
+    border-color: #ccc;
+    color: #666;
+}
+
+#sidebar p {
+    font-family: "verdana", "helvetica", "arial", sans-serif;
+    font-size: 10px;
+    padding-left: 20px;
+    padding-right: 5px;
+}
+
+#sidebar ul {
+    margin: 5px 5px 15px 5px;
+    padding-left: 25px;
+}
+
+#sidebar li {
+    margin-left: 0px;
+    font-family: "verdana", "helvetica", "arial", sans-serif;
+    font-size: 10px;
+}
+
+#sidebar .important li {
+    font-weight: bold;
+}
+
+#sidebar .verbose li {
+    padding: 2px 0px 2px 0px;
+}
+
+#sidebar li.current {
+	font-weight: bold;
+}
+
+/* ----------------------------- Path ---------------------------- */
+
+#path {
+    color: #333;
+    background-color: #f8f8f8;
+    border-bottom: 1px solid #ccc;
+    padding: 2px 8px 2px 4px;
+    margin: 0px;
+}
+
+#path li {
+    display: inline;
+    padding-left: 13px;
+    padding-right: 3px;
+    background-image: url(http://simile.mit.edu/images/arrow.gif);
+    background-repeat: no-repeat;
+    background-position: 1px 5px;
+}
+
+#path span {
+    font-weight: bold;
+}
+
+/* ----------------------------- Body ---------------------------- */
+
+#body {
+    padding: 10px 10px 10px 10px;
+    margin: 0px 20px 10px 20px;
+}
+
+#body h1,h2,h3,h4 {
+    color: #666;
+}
+
+#body h1 {
+    border-top: 1px solid #ccc;
+    background-color: #eee;
+    border-bottom: 1px solid #ccc;
+    padding: 3px 8px 3px 12px;
+    margin: 15px -30px 35px -30px;
+}
+
+#body h2 {
+    border-bottom: 1px solid #ccc;
+    margin: 30px 0px 0px 0px;
+    padding: 0px;
+}
+
+#body .steps li {
+    padding: 5px;
+}
+
+#body .note {
+    margin: 3px;
+    padding: 3px;
+    border: 1px solid #ccc;
+    background-color: #eee;
+}
+
+#body .note:before {
+    content: "Note: ";
+    font-weight: bold;
+}
+
+#body .figure {
+    text-align: center;
+}
+
+#body .figure img {
+    border: 1px solid #ccc;
+}
+
+#body pre {
+    margin: 20px;
+    padding: 10px;
+    border: 1px solid #ccc;
+    background-color: #eee;
+}
+
+#body .screenshot {
+    text-align: center;
+}
+
+#body .notice {
+    margin: 15px;
+    padding: 5px;
+    background-color: #eee;
+    border: 1px solid #ccc;
+}
+
+#body .notice:before {
+    content: "Notice: ";
+    font-weight: bold;
+}
+
+/* ----------------------------- Footer ---------------------------- */
+
+#footer {
+    margin: 40px 0px 40px 0px;
+    padding: 2px 5px 2px 10px;
+    border-top: 1px solid #aaa;
+    border-bottom: 1px solid #aaa;
+    border-right: 1px solid #aaa;
+    font-family: "verdana", "helvetica", "arial", sans-serif;
+    letter-spacing: 0.15em;
+    text-transform: uppercase;
+    font-size: 10px;
+    text-align: right;
+    float: left;
+    background: white;
+}
+
+#footer img {
+    margin: 5px 10px 5px 10px;
+}