[Ataraxis-checkins] SF.net SVN: ataraxis: [21] core/templates
Status: Planning
Brought to you by:
klarinetking
|
From: <kla...@us...> - 2006-07-30 17:16:29
|
Revision: 21 Author: klarinetking Date: 2006-07-30 10:16:14 -0700 (Sun, 30 Jul 2006) ViewCVS: http://svn.sourceforge.net/ataraxis/?rev=21&view=rev Log Message: ----------- A start on a tableless layout for Ataraxis. Colours need to be changed. Modified Paths: -------------- core/templates/footer.inc.tpl core/templates/header.inc.tpl core/templates/indexBody.inc.tpl core/templates/loginForm.inc.tpl Added Paths: ----------- core/templates/images/ core/templates/images/leftcolor_bg.gif core/templates/images/rightcolor_bg.gif core/templates/stylesheet.css Modified: core/templates/footer.inc.tpl =================================================================== --- core/templates/footer.inc.tpl 2006-07-30 02:26:21 UTC (rev 20) +++ core/templates/footer.inc.tpl 2006-07-30 17:16:14 UTC (rev 21) @@ -1,3 +1,3 @@ - + </body> </html> \ No newline at end of file Modified: core/templates/header.inc.tpl =================================================================== --- core/templates/header.inc.tpl 2006-07-30 02:26:21 UTC (rev 20) +++ core/templates/header.inc.tpl 2006-07-30 17:16:14 UTC (rev 21) @@ -1,5 +1,15 @@ -<html> +<!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> - <title>{$lTitle}</title> + <title> + {$lTitle} + </title> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> + <link href="./templates/stylesheet.css" rel="stylesheet" type="text/css" /> </head> - <body> \ No newline at end of file + <body> + <div id="header"> + <h1> + This is the header + </h1> + </div> \ No newline at end of file Added: core/templates/images/leftcolor_bg.gif =================================================================== (Binary files differ) Property changes on: core/templates/images/leftcolor_bg.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: core/templates/images/rightcolor_bg.gif =================================================================== (Binary files differ) Property changes on: core/templates/images/rightcolor_bg.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: core/templates/indexBody.inc.tpl =================================================================== --- core/templates/indexBody.inc.tpl 2006-07-30 02:26:21 UTC (rev 20) +++ core/templates/indexBody.inc.tpl 2006-07-30 17:16:14 UTC (rev 21) @@ -1,14 +1,28 @@ - <table width="100%" cellspacing="0" cellpadding="0" border="0"> - <tr> - <td width="80%"> - Main page content - </td> - <td> - Sidebar - - <br /><br /> - - {include file="loginForm.inc.tpl"} - </td> - </tr> - </table> \ No newline at end of file + <div id="wrapper1"> + <div id="wrapper2"> + <div id="maincol"> + <div id="leftcol"> + <p> + This is the left column + </p> + </div> + <div id="rightcol"> + <p> +{include file="loginForm.inc.tpl"} + + </p> + </div> + + <div id="centercol"> + <p> + This is the center column + </p> + </div> + </div> + <div id="footer"> + <p> + This is the footer + </p> + </div> + </div> + </div> \ No newline at end of file Modified: core/templates/loginForm.inc.tpl =================================================================== --- core/templates/loginForm.inc.tpl 2006-07-30 02:26:21 UTC (rev 20) +++ core/templates/loginForm.inc.tpl 2006-07-30 17:16:14 UTC (rev 21) @@ -1,6 +1,6 @@ -<form action="login.php" method="POST"> -<input type="text" name="loginUsername"><br /> -<input type="password" name="loginPassword"><br /> -<input type="submit" name="loginSubmit" value="Login"> -<input type="reset" name="loginReset" value="Reset"> -</form> \ No newline at end of file + <form action="login.php" method="POST"> + <b>Username</b><input type="text" name="loginUsername"><br /> + <b>Password</b><input type="password" name="loginPassword"><br /> + <input type="submit" name="loginSubmit" value="Login"> + <input type="reset" name="loginReset" value="Reset"> + </form> \ No newline at end of file Added: core/templates/stylesheet.css =================================================================== --- core/templates/stylesheet.css (rev 0) +++ core/templates/stylesheet.css 2006-07-30 17:16:14 UTC (rev 21) @@ -0,0 +1,131 @@ +/** + * Ataraxis CSS Stylesheet + * Borrowed from: http://www.manisheriar.com/ + */ + +body +{ + background: #E5E5E5; + text-align: center; + margin: 10px; + padding: 0; + font: normal 0.8em/1.2em Verdana, Arial, Sans-Serif; + color: #000000; +} + +a +{ + color: #FFF; + text-decoration: none; + border-bottom: 1px dotted; +} + +a:hover +{ + border-bottom: 1px solid; + color:#000000; +} + +#wrapper1 +{ + position: relative; + text-align: center; + width: 100%; + background: #FFF url("./images/rightcolor_bg.gif") repeat-y top right; +} + +#wrapper2 +{ + position: relative; + text-align: center; + width: 100%; + background: url("./images/leftcolor_bg.gif") repeat-y top left; +} + +#header +{ + background: #BB62AB; + padding: 10px; + margin: 0; + text-align: center; + color: #FFF; +} + +#header h1 +{ + font-size: 200%; +} + +#header a:hover +{ + color: #7A2875; +} + +#maincol +{ + position: relative; + margin: 0; + padding: 10px; +} + +#leftcol +{ + position: relative; + top: -10px; + left: -10px; + float: left; + width: 220px; /* for IE5/WIN */ + voice-family: "\"}\""; + voice-family: inherit; + width: 200px; /* actual value */ + margin: 0, 0, -10px, 0; + padding: 10px; + background: #ECB9E8; + z-index: 100; +} + +#rightcol +{ + position: relative; + top: -10px; + right: -10px; + float: right; + width: 220px; /* for IE5/WIN */ + voice-family: "\"}\""; + voice-family: inherit; + width: 200px; /* actual value */ + margin: 0, 0, -10px, 0; + padding: 10px; + background: #D7C4FA; + z-index: 99; +} + +#centercol +{ + position: relative; + padding: 0, 240px; +} + +#centercol a +{ + color: #666; +} + +#centercol a:hover +{ + border-bottom: 1px solid; + color: #9343B9; +} + +#footer +{ + position: relative; + top: 1px; + background: #7A2875; + width: 100%; + clear: both; + margin: 0; + padding: 1% 0; + text-align: center; + color: #CCC; +} \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |