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

cjordan at cct.lsu.edu cjordan at cct.lsu.edu
Tue Mar 23 15:44:11 CDT 2010


User: cjordan
Date: 2010/03/23 03:44 PM

Removed:
 /global/
  reset-fonts-grids.css

Modified:
 /about/
  index.php
 /global/
  footer.php, header.php, style.css

Log:
 redid the css layout from scratch to replace the incomprehensible template from before

File Changes:

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

File [modified]: index.php
Delta lines: +4 -1
===================================================================
--- about/index.php	2010-03-23 20:34:44 UTC (rev 107)
+++ about/index.php	2010-03-23 20:44:11 UTC (rev 108)
@@ -38,7 +38,10 @@
 	spacetimes (Avanti thorns).</p>
 <p>The Einstein Toolkit uses a distributed model with its software modules are either developed, distributed and supported by the <a href="developers/">core maintainers</a> team, or by individual groups. Where modules are provided by external groups, we provide quality control for modules for inclusion in the toolkit and help coordinate support.</p>
 </td>
-<td><a href="ETCode.png"><img width="300" src="ETCode.png"></img></a></td></tr>
+<td>
+<a href="ETCode.png"><img width="300" src="ETCode.png"></img></a>
+</td>
+</tr>
 </table>	
 <br />
 

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

File [modified]: footer.php
Delta lines: +8 -12
===================================================================
--- global/footer.php	2010-03-23 20:34:44 UTC (rev 107)
+++ global/footer.php	2010-03-23 20:44:11 UTC (rev 108)
@@ -1,14 +1,10 @@
-		<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?uri=referer&profile=css3">CSS</a></p>
-					</div>
-				</div>
-			</div>
-		</div>
-		<div class="yui-b">
-			<!-- PUT SECONDARY COLUMN CODE HERE -->
-		</div>
-	</div>
-</div>
+</div><!--main-->
+<div>
+<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?uri=referer&profile=css3">CSS</a></p>
+
+</div><!--footer-->
+</div><!--wrap-->
 </body>
 </html>

File [modified]: header.php
Delta lines: +12 -18
===================================================================
--- global/header.php	2010-03-23 20:34:44 UTC (rev 107)
+++ global/header.php	2010-03-23 20:44:11 UTC (rev 108)
@@ -5,28 +5,22 @@
 <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/layout.css" />
 <link rel="stylesheet" type="text/css" href="/global/style.css" />
 <title>Einstein Toolkit &ndash; <?php echo $title; ?></title>
 </head>
 <body>
-<div id="doc3" class="yui-t4">
-	<div id="header">
-		<!-- PUT MAIN HEADER CODE HERE -->
-	</div>
-	<div id="bd">
-		<div id="yui-main">
-			<div class="yui-b">
-				<div class="yui-gf">
-					<div class="yui-u first">
-						<!-- PUT MAIN COLUMN 1 CODE HERE -->
-						<p id="einstein"><a href="/"><img src="/global/images/einstein.png" alt="et einstein" /></a></p>
 
-						<?php include_once($_SERVER['DOCUMENT_ROOT'].'/global/navigation.php'); ?>
-					</div>
-					<div class="yui-u">
+
+<div id="wrap">
+<div id="header">
+</div><!--header-->
+<div id="sidebar">
+<p id="einstein"><a href="/"><img src="/global/images/einstein.png" alt="et einstein" /></a></p>
+<?php include_once($_SERVER['DOCUMENT_ROOT'].'/global/navigation.php'); ?>
+</div><!--sidebar-->
+<div id="main">
+
 					<p id="logo"><a href="/"><img src="/global/images/logo.png" alt="et logo" /></a></p>
 						<?php //include_once($_SERVER['DOCUMENT_ROOT'].'/global/breadcrumbs.php'); ?>
-						<h2><?php echo $title; ?></h2>
-							<!-- PUT MAIN COLUMN 2 CODE HERE -->
-							
\ No newline at end of file
+						<h2><?php echo $title; ?></h2>
\ No newline at end of file

File [removed]: reset-fonts-grids.css
Delta lines: +0 -8
===================================================================
--- global/reset-fonts-grids.css	2010-03-23 20:34:44 UTC (rev 107)
+++ global/reset-fonts-grids.css	2010-03-23 20:44:11 UTC (rev 108)
@@ -1,8 +0,0 @@
-/*
-Copyright (c) 2008, Yahoo! Inc. All rights reserved.
-Code licensed under the BSD License:
-http://developer.yahoo.net/yui/license.txt
-version: 2.5.1
-*/
-html{color:#FFF;background:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
-body{text-align:center;}#footer{clear:both;}#doc,#doc2,#doc3,#doc4,.yui-t1,.yui-t2,.yui-t3,.yui-t4,.yui-t5,.yui-t6,.yui-t7{margin:auto;text-align:left;width:57.69em;*width:56.25em;min-width:750px;}#doc2{width:73.076em;*width:71.25em;}#doc3{margin:auto 10px;width:auto;}#doc4{width:74.923em;*width:73.05em;}.yui-b{position:relative;}.yui-b{_position:static;}#yui-main .yui-b{position:static;}#yui-main{width:100%;}.yui-t1 #yui-main,.yui-t2 #yui-main,.yui-t3 #yui-main{float:right;margin-left:-25em;}.yui-t4 #yui-main,.yui-t5 #yui-main,.yui-t6 #yui-main{float:left;margin-right:-25em;}.yui-t1 .yui-b{float:left;width:12.30769em;*width:12.00em;}.yui-t1 #yui-main .yui-b{margin-left:13.30769em;*margin-left:13.05em;}.yui-t2 .yui-b{float:left;width:13.8461em;*width:13.50em;}.yui-t2 #yui-main .yui-b{margin-left:14.8461em;*margin-left:14.55em;}.yui-t3 .yui-b{float:left;width:23.0769em;*width:22.50em;}.yui-t3 #yui-main .yui-b{margin-left:24.0769em;*margin-left:23.62em;}.yui-t4 .yui-b{float:right;width:13.8456em;*width:13.50em;}.yui-t4 #yui-main .yui-b{margin-right:14.8456em;*margin-right:14.55em;}.yui-t5 .yui-b{float:right;width:18.4615em;*width:18.00em;}.yui-t5 #yui-main .yui-b{margin-right:19.4615em;*margin-right:19.125em;}.yui-t6 .yui-b{float:right;width:23.0769em;*width:22.50em;}.yui-t6 #yui-main .yui-b{margin-right:24.0769em;*margin-right:23.62em;}.yui-t7 #yui-main .yui-b{display:block;margin:0 0 1em 0;}#yui-main .yui-b{float:none;width:auto;}.yui-gb .yui-u,.yui-g .yui-gb .yui-u,.yui-gb .yui-g,.yui-gb .yui-gb,.yui-gb .yui-gc,.yui-gb .yui-gd,.yui-gb .yui-ge,.yui-gb .yui-gf,.yui-gc .yui-u,.yui-gc .yui-g,.yui-gd .yui-u{float:left;}.yui-g .yui-u,.yui-g .yui-g,.yui-g .yui-gb,.yui-g .yui-gc,.yui-g .yui-gd,.yui-g .yui-ge,.yui-g .yui-gf,.yui-gc .yui-u,.yui-gd .yui-g,.yui-g .yui-gc .yui-u,.yui-ge .yui-u,.yui-ge .yui-g,.yui-gf .yui-g,.yui-gf .yui-u{float:right;}.yui-g div.first,.yui-gb div.first,.yui-gc div.first,.yui-gd div.first,.yui-ge div.first,.yui-gf div.first,.yui-g .yui-gc div.first,.yui-g .yui-ge div.first,.yui-gc div.first div.first{float:left;}.yui-g .yui-u,.yui-g .yui-g,.yui-g .yui-gb,.yui-g .yui-gc,.yui-g .yui-gd,.yui-g .yui-ge,.yui-g .yui-gf{width:49.1%;}.yui-gb .yui-u,.yui-g .yui-gb .yui-u,.yui-gb .yui-g,.yui-gb .yui-gb,.yui-gb .yui-gc,.yui-gb .yui-gd,.yui-gb .yui-ge,.yui-gb .yui-gf,.yui-gc .yui-u,.yui-gc .yui-g,.yui-gd .yui-u{width:32%;margin-left:1.99%;}.yui-gb .yui-u{*margin-left:1.9%;*width:31.9%;}.yui-gc div.first,.yui-gd .yui-u{width:66%;}.yui-gd div.first{width:32%;}.yui-ge div.first,.yui-gf .yui-u{width:74.2%;}.yui-ge .yui-u,.yui-gf div.first{width:24%;}.yui-g .yui-gb div.first,.yui-gb div.first,.yui-gc div.first,.yui-gd div.first{margin-left:0;}.yui-g .yui-g .yui-u,.yui-gb .yui-g .yui-u,.yui-gc .yui-g .yui-u,.yui-gd .yui-g .yui-u,.yui-ge .yui-g .yui-u,.yui-gf .yui-g .yui-u{width:49%;*width:48.1%;*margin-left:0;}.yui-g .yui-gb div.first,.yui-gb .yui-gb div.first{*margin-right:0;*width:32%;_width:31.7%;}.yui-g .yui-gc div.first,.yui-gd .yui-g{width:66%;}.yui-gb .yui-g div.first{*margin-right:4%;_margin-right:1.3%;}.yui-gb .yui-gc div.first,.yui-gb .yui-gd div.first{*margin-right:0;}.yui-gb .yui-gb .yui-u,.yui-gb .yui-gc .yui-u{*margin-left:1.8%;_margin-left:4%;}.yui-g .yui-gb .yui-u{_margin-left:1.0%;}.yui-gb .yui-gd .yui-u{*width:66%;_width:61.2%;}.yui-gb .yui-gd div.first{*width:31%;_width:29.5%;}.yui-g .yui-gc .yui-u,.yui-gb .yui-gc .yui-u{width:32%;_float:right;margin-right:0;_margin-left:0;}.yui-gb .yui-gc div.first{width:66%;*float:left;*margin-left:0;}.yui-gb .yui-ge .yui-u,.yui-gb .yui-gf .yui-u{margin:0;}.yui-gb .yui-gb .yui-u{_margin-left:.7%;}.yui-gb .yui-g div.first,.yui-gb .yui-gb div.first{*margin-left:0;}.yui-gc .yui-g .yui-u,.yui-gd .yui-g .yui-u{*width:48.1%;*margin-left:0;}s .yui-gb .yui-gd div.first{width:32%;}.yui-g .yui-gd div.first{_width:29.9%;}.yui-ge .yui-g{width:24%;}.yui-gf .yui-g{width:74.2%;}.yui-gb .yui-ge div.yui-u,.yui-gb .yui-gf div.yui-u{float:right;}.yui-gb .yui-ge div.first,.yui-gb .yui-gf div.first{float:left;}.yui-gb .yui-ge .yui-u,.yui-gb .yui-gf div.first{*width:24%;_width:20%;}.yui-gb .yui-ge div.first,.yui-gb .yui-gf .yui-u{*width:73.5%;_width:65.5%;}.yui-ge div.first .yui-gd .yui-u{width:65%;}.yui-ge div.first .yui-gd div.first{width:32%;}#bd:after,.yui-g:after,.yui-gb:after,.yui-gc:after,.yui-gd:after,.yui-ge:after,.yui-gf:after{content:".";display:block;height:0;clear:both;visibility:hidden;}#bd,.yui-g,.yui-gb,.yui-gc,.yui-gd,.yui-ge,.yui-gf{zoom:1;}
\ No newline at end of file

File [modified]: style.css
Delta lines: +1 -1
===================================================================
--- global/style.css	2010-03-23 20:34:44 UTC (rev 107)
+++ global/style.css	2010-03-23 20:44:11 UTC (rev 108)
@@ -2,7 +2,7 @@
 	background-color : #eee;
 }
 body {
-	margin-top : 15px;
+	margin-top : 0px;
 	color : #000;
 	font-family : Helvetica, sans-serif;
 	font-size : 0.95em;



More information about the Commits mailing list