diff examples/common/default/default.css @ 397:e9e8b4d40220

Add feature of `frozen state' of the blog board
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 27 Dec 2016 08:41:10 +0859
parents 3074b635687a
children 0dd65b535c9d
line wrap: on
line diff
--- a/examples/common/default/default.css	Sun Dec 25 11:55:51 2016 +0859
+++ b/examples/common/default/default.css	Tue Dec 27 08:41:10 2016 +0859
@@ -84,6 +84,8 @@
     font-size: 150%; background: yellow; text-align: center;
     white-space: pre-wrap;
 }
+table.bloghead tr.frozen {background: blue; color: white;}
+
 table.bloghead {margin-bottom: 1em;}
 
 table.blog_replies, .blog_replies tr, .blog_replies td {
@@ -185,10 +187,14 @@
 div.lcto td:nth-child(2) {max-width: 8em;}
 table.dumpblogs td:nth-child(5), /* team */
 table.dumpblogs td:nth-child(6), /* title */
+table.dumpblogs td:nth-child(7), /* heading */
 div.lcto td:nth-child(3),	 /* title */
 div.lcto td:nth-child(4)	 /* owner */
 	 {max-width: 14em;}
 
+table.dumpblogs tr.凍結 td:nth-child(n+2) {opacity: 0.5;}
+table.dumpblogs tr.凍結 td:last-child {opacity: 1.0; color: blue;}
+*.frozen, *.凍結 {color: blue;}
 
 /*
 table.dumpblogs td:nth-child(4) {

yatex.org