slightly modified header "sidebar".
authorJameson Graef Rollins <jrollins@finestructure.net>
Tue, 23 Dec 2008 14:32:08 +0000 (09:32 -0500)
committerJameson Graef Rollins <jrollins@finestructure.net>
Wed, 24 Dec 2008 23:36:59 +0000 (18:36 -0500)
added pieces of logo broken into image and title.

website/local.css
website/logo.simple.png [new file with mode: 0644]
website/logo.title.png [new file with mode: 0644]
website/sidebar.mdwn

index c4b59e9160925806aa3828a2cb5f79cf91dd3a36..de0f196b14c0cef9f732d39d1791dcfffc305b64 100644 (file)
@@ -58,31 +58,31 @@ pre {
   overflow: auto;
 }
 
-table.sitenav { 
+table.sitenav {
   border-bottom: 2px solid black;
   padding: 0px;
   width: 100%;
   font-size: larger;
 }
 
-table.sitenav img.logo { 
-  margin: 0px; 
-  padding: 0px; 
+table.sitenav img.logo {
+  margin: 0em;
+  padding: 0px;
   vertical-align: bottom;
 }
 
+table.sitenav img.title {
+  margin: 0px;
+  padding: 0px;
+  vertical-align: top;
+}
+
 table.sitenav a { 
   font-weight: bold;
   margin-right: 1em;
   font-size: smaller;
 }
 
-/* trying to align the sitenav links roughly with the text in the monkeysphere logo */
-td#sitenav { 
-  vertical-align: bottom;
-  padding-bottom: 30px;
-}
-
 table.sitenav span.selflink { 
   font-weight: bold;
   text-decoration: underline;
diff --git a/website/logo.simple.png b/website/logo.simple.png
new file mode 100644 (file)
index 0000000..5cc69eb
Binary files /dev/null and b/website/logo.simple.png differ
diff --git a/website/logo.title.png b/website/logo.title.png
new file mode 100644 (file)
index 0000000..a203f8b
Binary files /dev/null and b/website/logo.title.png differ
index fd24134147f5df7ad1917e9160557c3592cfd2d4..6c8f414541aee49bb4306c59964772b894917e06 100644 (file)
@@ -1,8 +1,10 @@
 <table class="sitenav" cellpadding="0" cellspacing="0">
-<tbody><tr><td>
-<a class="logo" href="/"><img class="logo" src="/logo.png" alt="monkeysphere" width="343" height="85" /></a>
-</td><td id="sitenav">
-
+<colgroup span="1" width="110" />
+<tr>
+<td rowspan="2"><a href="/"><img class="logo" src="/logo.simple.png" alt="monkeysphere" /></a></td>
+<td><a href="/"><img class="title" src="/logo.title.png" alt="monkeysphere" /></a></td>
+</tr><tr>
+<td>
 [[WHY?|why]]
 [[DOWNLOAD|download]]
 [[DOCUMENTATION|doc]] 
@@ -10,5 +12,7 @@
 [[COMMUNITY|community]]
 <a href="https://labs.riseup.net/code/wiki/monkeysphere">WIKI</a>
 <a href="https://labs.riseup.net/code/projects/monkeysphere/issues">BUGS</a>
+</td>
+</tr>
+</table>
 
-</td></tr></tbody></table>