[Commits] [svn:einsteintoolkit] www/ (Rev. 72)

cjordan at cct.lsu.edu cjordan at cct.lsu.edu
Mon Mar 15 15:50:17 CDT 2010


User: cjordan
Date: 2010/03/15 03:50 PM

Added:
 /
  credits.php

Modified:
 /global/
  footer.php, header.php, navigation.php, style.css
 /toolkit/capabilities/
  index.php

Log:
 cleaned up a few things, adjusted colors, remembered to add credits page, fixed the link to whiskey website

File Changes:

Directory: /
============

File [added]: credits.php
Delta lines: +8 -0
===================================================================
--- credits.php	                        (rev 0)
+++ credits.php	2010-03-15 20:50:17 UTC (rev 72)
@@ -0,0 +1,8 @@
+<?php $title='Credits';
+include_once($_SERVER['DOCUMENT_ROOT'].'/global/header.php');?>
+
+<p>
+The einsteintoolkit.org website was created and launched by <a href="http://colbyjordan.com">Colby Jordan</a>. The project's Einstein logo was designed and drawn by <a href="">Rayyan Tash</a>.
+</p>
+
+<?php include_once($_SERVER['DOCUMENT_ROOT'].'/global/footer.php');?>

Directory: /toolkit/capabilities/
=================================

File [modified]: index.php
Delta lines: +1 -1
===================================================================
--- toolkit/capabilities/index.php	2010-03-15 19:02:46 UTC (rev 71)
+++ toolkit/capabilities/index.php	2010-03-15 20:50:17 UTC (rev 72)
@@ -19,7 +19,7 @@
 
 <h3>Relativistic Hydrodynamics</h3>
 
-<p>Avanti can evolve spacetimes with general relativistic hydrodynamics in 3D Cartesian coordinates. Avanti is based on the public version of the <a href="Whisky code">http://www.whiskycode.org/</a>
+<p>Avanti can evolve spacetimes with general relativistic hydrodynamics in 3D Cartesian coordinates. Avanti is based on the public version of the <a href="http://whiskycode.org/">Whisky code</a>
  developed originally by the EU Network on Sources of Gravitational Radiation. Features of 
 	Avanti include at the moment: </p>
 

Directory: /global/
===================

File [modified]: footer.php
Delta lines: +1 -4
===================================================================
--- global/footer.php	2010-03-15 19:02:46 UTC (rev 71)
+++ global/footer.php	2010-03-15 20:50:17 UTC (rev 72)
@@ -1,6 +1,6 @@
 		<p id="footer">
 		<span class="small">The Einstein Toolkit has been supported by NSF 0903973/0903782/0904015 (CIGR), <br /> 0701566/0855892 (XiRel), 0721915 (Alpaca), 0905046/0941653 (PetaCactus/PRAC).</span>
-		<br /><br /><strong>einsteintoolkit.org</strong> 2010 | <a href="/credits">Credits</a> | Valid <a href="http://validator.w3.org/check?uri=referer">XHTML</a>/<a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></p>
+		<br /><br /><strong>einsteintoolkit.org</strong> 2010 | <a href="/credits">Credits</a> | Valid <a href="http://validator.w3.org/check?uri=referer">XHTML</a>/<a href="http://jigsaw.w3.org/css-validator/check?uri=referer&profile=css3">CSS</a></p>
 					</div>
 				</div>
 			</div>
@@ -9,9 +9,6 @@
 			<!-- PUT SECONDARY COLUMN CODE HERE -->
 		</div>
 	</div>
-	<div id="footer">
-		<!-- PUT FOOTER CODE HERE -->
-	</div>
 </div>
 </body>
 </html>

File [modified]: header.php
Delta lines: +2 -2
===================================================================
--- global/header.php	2010-03-15 19:02:46 UTC (rev 71)
+++ global/header.php	2010-03-15 20:50:17 UTC (rev 72)
@@ -5,8 +5,8 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 <meta name="Robots" content="index,follow" />
-<link rel="stylesheet" type="text/css" href="/global/reset-fonts-grids.css">
-<link rel="stylesheet" type="text/css" href="/global/style.css">
+<link rel="stylesheet" type="text/css" href="/global/reset-fonts-grids.css" />
+<link rel="stylesheet" type="text/css" href="/global/style.css" />
 <title>Einstein Toolkit &ndash; <?php echo $title; ?></title>
 </head>
 <body>

File [modified]: navigation.php
Delta lines: +1 -1
===================================================================
--- global/navigation.php	2010-03-15 19:02:46 UTC (rev 71)
+++ global/navigation.php	2010-03-15 20:50:17 UTC (rev 72)
@@ -8,7 +8,7 @@
 	<li><a href="/about/developers/">Maintainers</a></li>
 	<li><a href="/about/governance/">Governance</a></li>
 	<li><a href="/about/contributors/">Contributors</a></li>
-        <li><a href="/about/licenses">Software Licensing</a></li>
+     <li><a href="/about/licenses">Software Licensing</a></li>
 	</ul>
 
 <li><a href="/info/">Using the Toolkit</a></li>

File [modified]: style.css
Delta lines: +64 -82
===================================================================
--- global/style.css	2010-03-15 19:02:46 UTC (rev 71)
+++ global/style.css	2010-03-15 20:50:17 UTC (rev 72)
@@ -1,127 +1,109 @@
 html {
-	background-color:#EEE;
+	background-color : #eee;
 }
-
 body {
-	margin-top:20px;
-	color:#000;
-	font-family:Helvetica, sans-serif;
-	font-size:.95em;
+	margin-top : 15px;
+	color : #000;
+	font-family : Helvetica, sans-serif;
+	font-size : 0.95em;
 }
-
-li,h1,h2,h3,h4,p {
-	text-shadow:#BBB 1px 1px 2px;
+li, h1, h2, h3, h4, p {
+	text-shadow : #bbb 1px 1px 2px;
 }
-
 h1 {
-	/*18px via YUI Fonts CSS foundation*/
-	font-size:3.5em;
+	font-size : 3.5em;
 }
 h2 {
-	/*16px via YUI Fonts CSS foundation*/
-	font-size:2em; 
+	font-size : 2em;
 }
 h3 {
-	/*14px via YUI Fonts CSS foundation*/
-	font-size:1.5em;  
+	font-size : 1.5em;
 }
-h1,h2,h3 {
-	/* top & bottom margin based on font size */
-	margin:.3em 0em 0em 0em;
-	font-variant:small-caps;
-	color:black;
-	text-shadow:#CCC 2px 2px 5px;
+h1, h2, h3 {
+	margin : 0.3em 0 0 0;
+	font-variant : small-caps;
+	color : black;
+	text-shadow : #ccc 2px 2px 5px;
 }
-h1,h2,h3,h4,h5,h6,strong {
-	/*bringing boldness back to headers and the strong element*/
-	font-weight:bold;
+h1, h2, h3, h4, h5, h6, strong {
+	font-weight : bold;
 }
-abbr,acronym {
-	/*indicating to users that more info is available */
-	border-bottom:1px dotted #000;
-	cursor:help;
+abbr, acronym {
+	border-bottom : 1px dotted #000;
+	cursor : help;
 }
 strong {
-	font-weight:bold;
+	font-weight : bold;
 }
 em {
-	/*bringing italics back to the em element*/
-	font-style:italic;
+	font-style : italic;
 }
-blockquote,ul,ol,dl {
-	/*giving blockquotes and lists room to breathe*/
-	margin:.25em;
+blockquote, ul, ol, dl {
+	margin : 0.25em;
 }
-ol,ul,dl {
-	/*bringing lists on to the page with breathing room */
-	margin:0em 0em 1em 1em;
-	padding:0em 0em 0em 1em;
+ol, ul, dl {
+	margin : 0 0 1em 1em;
+	padding : 0 0 0 1em;
 }
 ol li {
-	/*giving OL's LIs generated numbers*/
-	list-style: decimal outside;	
+	list-style : decimal;
 }
 ul li {
-	/*giving UL's LIs generated disc markers*/
-	list-style: circle outside;
+	list-style : circle;
 }
 dl dd {
-	/*giving UL's LIs generated numbers*/
-	margin-left:1em;
+	margin-left : 1em;
 }
-th,td {
-	/*borders and padding to make the table readable*/
-	border:1px solid #000;
-	padding:.5em;
+th, td {
+	border : 1px solid #000;
+	padding : 0.5em;
 }
 th {
-	/*distinguishing table headers from data cells*/
-	font-weight:bold;
-	text-align:center;
+	font-weight : bold;
+	text-align : center;
 }
 caption {
-	/*coordinated margin to match cell's padding*/
-	margin-bottom:.5em;
-	/*centered so it doesn't blend in to other content*/
-	text-align:center;
+	margin-bottom : 0.5em;
+	text-align : center;
 }
-p,fieldset,table,pre {
-	/*so things don't run into each other*/
-	margin-bottom:1em;
+p, fieldset, table, pre {
+	margin-bottom : 1em;
 }
 p#footer {
-	text-align:center;
+	text-align : center;
 }
 p#logo {
-	margin-top:20px;
-	/*text-align:center;*/
+	margin-top : 25px;
 }
-p#einstein{
-	text-align:center;
+p#einstein {
+	text-align : center;
 }
-/* setting a consistent width, 160px; 
-   control of type=file still not possible */
-input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}
-
 ul.nav {
-	margin:0px;
+	margin : 0;
 }
-
 ul.nav li {
-	list-style-type:none;
-	font-size:1.2em;
+	list-style-type : none;
+	font-size : 1.2em;
 }
-
 ul.subnav {
-	margin:0px;
-	font-size:1em;
+	margin : 0;
+	font-size : 1em;
 }
-
 .small {
-	font-size:.7em;
+	font-size : 0.7em;
 }
-
-a:link {color:#FA0; text-decoration:none;}
-a:visited {color:#F80; text-decoration:none;}
-a:hover {text-shadow:#FC0 0px 0px 5px;}
-a:active {color:blue; text-decoration:none;}
\ No newline at end of file
+a:link {
+	color : #f60;
+	text-decoration : none;
+}
+a:visited {
+	color : #f80;
+	text-decoration : none;
+}
+a:hover {
+	text-shadow : #fc0 0 0 5px;
+}
+a:active {
+	color : blue;
+	text-decoration : none;
+}
\ No newline at end of file



More information about the Commits mailing list