add header gradient and atutor logo
authorgreg gay <ggay@ocad.ca>
Sun, 2 May 2010 15:31:23 +0000 (15:31 -0000)
committergreg gay <ggay@ocad.ca>
Sun, 2 May 2010 15:31:23 +0000 (15:31 -0000)
docs/themes/default/images/atutor_head.png [new file with mode: 0644]
docs/themes/default/images/atutor_head.psd [new file with mode: 0644]
docs/themes/default/images/atutor_logo.png [new file with mode: 0644]
docs/themes/default/images/atutor_logo.psd [new file with mode: 0644]
docs/themes/default/include/header.tmpl.php
docs/themes/default/styles.css

diff --git a/docs/themes/default/images/atutor_head.png b/docs/themes/default/images/atutor_head.png
new file mode 100644 (file)
index 0000000..b0c3686
Binary files /dev/null and b/docs/themes/default/images/atutor_head.png differ
diff --git a/docs/themes/default/images/atutor_head.psd b/docs/themes/default/images/atutor_head.psd
new file mode 100644 (file)
index 0000000..d9ef1e2
Binary files /dev/null and b/docs/themes/default/images/atutor_head.psd differ
diff --git a/docs/themes/default/images/atutor_logo.png b/docs/themes/default/images/atutor_logo.png
new file mode 100644 (file)
index 0000000..ca15c43
Binary files /dev/null and b/docs/themes/default/images/atutor_logo.png differ
diff --git a/docs/themes/default/images/atutor_logo.psd b/docs/themes/default/images/atutor_logo.psd
new file mode 100644 (file)
index 0000000..8d9be3d
Binary files /dev/null and b/docs/themes/default/images/atutor_logo.psd differ
index b5e4dcc..2e4b81d 100644 (file)
@@ -157,7 +157,7 @@ function toggleFolder(cid)
 //-->
 </script>
 <div class="page_wrapper">
-<div id="header">
+<div id="header" >
        
        <?php if (isset($_SESSION['valid_user']) && $_SESSION['valid_user']): 
                echo '<div class="site-name">'.stripslashes(SITE_NAME).'</div>'; 
index 702145f..53fb86c 100644 (file)
@@ -7,7 +7,7 @@ html,body{
     padding-left:1em;
     color:grey;
     white-space:nowrap;
-    margin-left:auto;
+    margin-left:1em;
     float:left;
 
 
@@ -32,6 +32,9 @@ body {
     -moz-border-radius: 1em 1em 1em 1em;
     -moz-box-shadow:.2em .2em  #999999;
     box-shadow: .2em .2em  #999999;
+    background-image: url('images/atutor_head.png');
+    background-position: 0% 0%;
+       background-repeat: no-repeat;
 
 }
 p {
@@ -1453,6 +1456,9 @@ div.social-wrapper{
        width: 100%;
        text-align: center;
        padding: 4px 0px;
+       background-image: url('images/atutor_logo.png');
+    background-position: 1% 98%;
+       background-repeat: no-repeat;
 }
 
 /** forum stuff **/
@@ -2163,7 +2169,6 @@ table.etabbed-table       {
        height:2.5em;
 }
 #course_title_container{
-       background-color:#ffffff;
        float:left;
        clear:both;
        white-space:pre-line;