s4

diff examples/common/default/default.css @ 609:7eb71958a09e

Add display limitation buttons in listentry()
author HIROSE Yuuji <yuuji@gentei.org>
date Fri, 17 Apr 2020 07:18:07 +0900
parents f02b38fa9489
children a820c4d1435d
line diff
     1.1 --- a/examples/common/default/default.css	Sat Apr 11 17:45:57 2020 +0900
     1.2 +++ b/examples/common/default/default.css	Fri Apr 17 07:18:07 2020 +0900
     1.3 @@ -280,6 +280,11 @@
     1.4  div.iconlist p._info	{background: #eff;} /* light cyan */
     1.5  div.iconlist p._support	{background: #ffe;} /* light yellow */
     1.6  div.iconlist p._test	{background: #ffb6c1;} /* light pink */
     1.7 +input#ismembtn:checked ~ div.iconlist,
     1.8 +input#isadmbtn:checked ~ div.iconlist {display: none;}
     1.9 +input#ismembtn:checked ~ div.iconlist.Member,
    1.10 +input#isadmbtn:checked ~ div.iconlist.ADMIN,
    1.11 +input#ismembtn:checked ~ div.iconlist.ADMIN {display: block;}
    1.12  div.xy120x120 {min-width: 120px; min-height: 140px;}
    1.13  div.xy96x96 {min-width: 96px; min-height: 116px;}
    1.14  div.xy96x96 img {max-width: 96px;}