changeset 15:3058a25a7c7c

Use new simpler Agora logo
author Jordi Gutiérrez Hermoso <jordigh@gmail.com>
date Sat, 26 Jun 2010 17:33:09 -0500
parents a286848c2587
children c2043cd474cd
files static/agora.png static/djangodocs.css templates/base.djhtml
diffstat 3 files changed, 12 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
Binary file static/agora.png has changed
--- a/static/djangodocs.css	Sun Jun 27 00:21:12 2010 +0200
+++ b/static/djangodocs.css	Sat Jun 26 17:33:09 2010 -0500
@@ -14,20 +14,19 @@
 }
 
 #header h1 a { color: white; margin-left: 1em}
-#columnwrap { background: #DFE0DC; color: black; 
-
-              background-image: url("agora-grey-large.png");
-              background-position: bottom right;
-              background-repeat: no-repeat;
-            }
+#columnwrap { 
+    background: #DFE0DC; color: black; 
+    background-image: url("agora-grey-large.png");
+    background-position: bottom right;
+    background-repeat: no-repeat;
+}
 #footer { 
     background-color:#8F918C; font-size:80%; 
     padding-top: 0.75em; text-align:center;
     padding-bottom: 0.75em;
 }
 #copyright {margin-left: 1em;}
-#agora-log {text-align:right;}
-
+#agora-logo{float: right;}
 /*** links ***/
 a {text-decoration: none;}
 a img {border: none;}
@@ -35,15 +34,13 @@
 h2 a, h3 a, h4 a { text-decoration:none !important; }
 a.reference em { font-style: normal; }
 
-
 /*** nav ***/
 #nav-top {height: 0.85em; background:#F8BF69; width: 100%; position: absolute;}
 #nav-bot {height: 0.85em; background:#FCAF3E; width: 100%; position: absolute;}
 #nav-main{position: relative; z-index: 1; height: 0.85em;}
 #nav{ 
-    margin: 0; font-size: 12px; text-align: right; 
+    margin: 0; font-size: 14px; text-align: right; 
     font-weight: bold; width: 100%;
-    font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
     float: left; }
 
 #nav ul {
@@ -78,7 +75,7 @@
 /*** basic styles ***/
 
 dd { margin-left:15px; }
-h1,h2,h3,h4 { margin-top:1em; font-family:"Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif; font-weight:normal; }
+h1,h2,h3,h4 { margin-top:1em; font-family:"Trebuchet MS",sans-serif; font-weight:normal; }
 h1 { font-size:218%; margin-bottom:.4em; line-height:1.1em; }
 h2 { font-size:175%; margin-bottom:.6em; line-height:1.2em;}
 h3 { font-size:150%; font-weight:bold; margin-bottom:.2em;}
--- a/templates/base.djhtml	Sun Jun 27 00:21:12 2010 +0200
+++ b/templates/base.djhtml	Sat Jun 26 17:33:09 2010 -0500
@@ -29,8 +29,9 @@
 
   <div id="container">
     <div id="header">
-      <h1 id="logo"><a href="http://www.octave.org/">Agora
-      Octave</a> <span id="agora-logo"></h1>
+      <img src="static/agora.png" id="agora-logo">
+      <h1 id="logo"><a href="http://www.octave.org/">Agora Octave</a> 
+      </h1>
       <div id="nav">
         <div id="nav-top"></div>
         <ul  id="nav-main">