s4

changeset 190:ba6c2c3c0373

Add CSS for "info", "support" and "test" group.
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 23 Apr 2016 20:09:04 +0859
parents 972cb5ab0c5f
children 24e0f2b4d51b
files examples/common/default/default.css
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/examples/common/default/default.css	Sat Apr 23 17:34:04 2016 +0859
     1.2 +++ b/examples/common/default/default.css	Sat Apr 23 20:09:04 2016 +0859
     1.3 @@ -115,6 +115,9 @@
     1.4  div.iconlist p._event	{background: maroon; color: white;}
     1.5  div.iconlist p._misc	{background: purple; color: white;}
     1.6  div.iconlist p._record	{background: red; color: white;}
     1.7 +div.iconlist p._info	{background: #eff;} /* light cyan */
     1.8 +div.iconlist p._support	{background: #ffe;} /* light yellow */
     1.9 +div.iconlist p._test	{background: #ffb6c1;} /* light pink */
    1.10  div.xy120x120 {min-width: 120px; min-height: 140px;}
    1.11  div.xy96x96 {min-width: 96px; min-height: 116px;}
    1.12  div.xy50x50 {min-width: 50px; min-height: 70px;}