]> git.quilime.com - plog.git/commitdiff
mods
authorGabriel Dunne <gdunne@quilime.com>
Sun, 16 Oct 2011 09:53:28 +0000 (15:23 +0530)
committerGabriel Dunne <gdunne@quilime.com>
Sun, 16 Oct 2011 09:53:28 +0000 (15:23 +0530)
css/style.css
templates/entry.html.tpl
templates/nav.html.tpl

index e843e7b4502bcd563d9bd0bfb0148867adaaaeaa..0a3766a753830f00a0ecf649ca96a04912b87bd7 100644 (file)
@@ -4,20 +4,24 @@ body {
     font-size: 0.8em;
     font-family: sans-serif;
     line-height:1.5em;
+    color: rgb(83, 104, 112);
 }
 
 a { 
-    color:#999;
-    text-decoration:none;
+    color:rgb(198, 28, 111);
 }
 a img { 
     border:0; 
+}
+a.visited {
+    
 }
 a.mute { 
     font-weight:normal;
+    color:rgb(129, 144, 144);
 }
 a:hover, a.mute:hover { 
-    color:#d15;
+    color:rgb(209, 28, 36);
 }
 
 h1, h2, h3, h4, h5, h6 { 
@@ -49,12 +53,12 @@ pre {
 
 #content {
     padding:50px;
+    background:#fff;
 }
 #nav {
     padding:30px 50px;
     border-top:1px dotted #aaa;
 }
-
 .archive li {
     font-weight:bold; 
 }
index c972d74854b7925ca422830ad63f29801eb41c54..58c3f1744a798dbe4aa4e36b422a8b2271524d5c 100644 (file)
@@ -5,7 +5,7 @@
        </div>
 
        <div class="metadata">
-               "<a href="<?=$entry['url']?>"><?=$entry['title']?></a>", 
+               <a href="<?=$entry['url']?>"><?=$entry['title']?></a>,
                <span title="<?=get_relative_time($entry['timestamp']);?>"><?=date(ENTRY_DATE_FORMAT, $entry['timestamp'])?></span> 
                <? if (!empty($entry['cat']['name'])): ?>
                in <a href="<?=$entry['cat']['url'];?>"><?=$entry['cat']['name'];?></a>
index 0f36208d7aea6e096fd2e4390c020c354e7e8b54..12526134ead8ea73ea44f265e6547b293acc4e19 100644 (file)
@@ -10,6 +10,6 @@
        
        <br />  
 
-       <a href="<?=WEB_ROOT?>?p=info">info</a>
+       <a class="mute" href="<?=WEB_ROOT?>?p=about">about</a>
 
 </div>