diff examples/common/default/default.css @ 319:a868f03970b5

Profimg hiding rule revised
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 17 Oct 2016 09:11:05 +0859
parents ff1b00ca07e8
children 9735dd6c7bff
line wrap: on
line diff
--- a/examples/common/default/default.css	Mon Oct 17 08:10:55 2016 +0859
+++ b/examples/common/default/default.css	Mon Oct 17 09:11:05 2016 +0859
@@ -100,9 +100,10 @@
 table.mini td, table.mini th {padding: 1px 1ex; min-width: 1em;}
 table.mini {margin-left: 1em; border-left: 2px solid #686;}
 
-body.grouphome tr.profimg, body.home tr.profimg {visibility: collapse;}
-tr:hover + tr.profimg, tr:active + tr.profimg, tr.profimg:hover,
-tr.profimg:active {visibility: visible;}
+div.noprofimg tr.profimg {visibility: collapse;}
+div.noprofimg tr:hover + tr.profimg, div.noprofimg tr:active + tr.profimg,
+div.noprofimg tr.profimg:hover, div.noprofimg tr.profimg:active {
+    visibility: visible;}
 
 p.profimg {float: left; max-width: 50%; max-height: 400px;
 	   overflow: hidden; margin: 0 1em 1ex;

yatex.org