diff examples/common/default/default.css @ 286:1c4f13f0813e

Add newer article flag representing by time string decoration.
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 15 Aug 2016 11:15:20 +0859
parents 1b9d45b823b8
children 422270e94adc
line wrap: on
line diff
--- a/examples/common/default/default.css	Mon Aug 15 10:08:27 2016 +0859
+++ b/examples/common/default/default.css	Mon Aug 15 11:15:20 2016 +0859
@@ -87,6 +87,9 @@
     width: 400px; height: 300px; max-width: 50em; max-height: 20em;
     padding: 0; border: 0;
 }
+.blog_replies span.new {	/* New Article from last visit */
+    background: white; color: red;
+}
 p.profimg {float: left; max-width: 400px; max-height: 400px;
 	   overflow: hidden; margin-right: 1em;
 	   padding: 0; border: white 1px solid; box-shadow: 2px 3px 4px

yatex.org