diff examples/common/default/default.css @ 311:121b91ee87c1

User/Group home icon cache'ing and group icon displaying added
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 16 Oct 2016 21:59:43 +0859
parents da0a9c2380c1
children b8a8e627b376
line wrap: on
line diff
--- a/examples/common/default/default.css	Sat Oct 15 18:32:51 2016 +0859
+++ b/examples/common/default/default.css	Sun Oct 16 21:59:43 2016 +0859
@@ -100,12 +100,18 @@
 table.mini td, table.mini th {padding: 1px 1ex; min-width: 1em;}
 table.mini {margin-left: 1em; border-left: 2px solid #686;}
 
-p.profimg {float: left; max-width: 400px; max-height: 400px;
-	   overflow: hidden; margin-right: 1em;
+tr.profimg {visibility: collapse;}
+tr:hover + tr.profimg, tr:active + tr.profimg {visibility: visible;}
+
+p.profimg {float: left; max-width: 50%; max-height: 400px;
+	   overflow: hidden; margin: 0 1em 1ex;
 	   padding: 0; border: white 1px solid; box-shadow: 2px 3px 4px
 	  }
 p.profimg img {max-width: 400px;}
 div.home+* {clear: both;}
+body.grouphome p.groupimg {
+    float: right; max-width: 380px; max-height: 380px; margin: 0 1em 1ex;
+    overflow: hidden;}
 
 div.fold {margin-top: 1em; border-top: 1px solid black; padding-top: 1em;}
 div.noborder {border: 0px; margin: 0;}

yatex.org