Make search result hit template configurable, add chat template
[phinde.git] / www / css / phinde.css
index 1e34fcf4203a1a2e7fdd0febc1e9ad8a615afbc5..eae8dd91a017c9a78cd8d898842237734a79b429 100644 (file)
 }
 .hit {
     margin-bottom: 2ex;
-}
\ No newline at end of file
+}
+.hit .title {
+    font-size: 120%;
+}
+.hit .url {
+    color: #070;
+}
+.hit .extract {
+    font-size: 95%;
+}
+.hit .date {
+    color: #666;
+}
+.hit em.hl {
+    font-weight: bold;
+}
+.resultinfo {
+    margin-top: 1ex;
+    margin-bottom: 2ex;
+}
+
+.hit-chat .meta {
+    margin-left: 3ex;
+}
+.hit-chat .date {
+    color: inherit;
+}
+.hit-chat .meta {
+    opacity: 0.5;
+}