Mercurial > hgrepos > hgweb.cgi > 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 wrap: on
line diff
--- a/examples/common/default/default.css Sat Apr 23 17:34:04 2016 +0859 +++ b/examples/common/default/default.css Sat Apr 23 20:09:04 2016 +0859 @@ -115,6 +115,9 @@ div.iconlist p._event {background: maroon; color: white;} div.iconlist p._misc {background: purple; color: white;} div.iconlist p._record {background: red; color: white;} +div.iconlist p._info {background: #eff;} /* light cyan */ +div.iconlist p._support {background: #ffe;} /* light yellow */ +div.iconlist p._test {background: #ffb6c1;} /* light pink */ div.xy120x120 {min-width: 120px; min-height: 140px;} div.xy96x96 {min-width: 96px; min-height: 116px;} div.xy50x50 {min-width: 50px; min-height: 70px;}