s4

changeset 23:f9cfc600680a

Change colors
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 21 Jul 2015 15:23:24 +0900
parents 9951e231df30
children 6b2ba8af4c9e
files templ/default/default.css
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line diff
     1.1 --- a/templ/default/default.css	Tue Jul 21 15:04:14 2015 +0900
     1.2 +++ b/templ/default/default.css	Tue Jul 21 15:23:24 2015 +0900
     1.3 @@ -92,10 +92,10 @@
     1.4  div.iconlist p._lecture	{background: pink;}
     1.5  div.iconlist p._admin	{background: yellow;}
     1.6  div.iconlist p._friend	{background: fuchsia;}
     1.7 -div.iconlist p._fellows	{background: green;}
     1.8 +div.iconlist p._fellows	{background: #9f9;} /* light green */
     1.9  div.iconlist p._club	{background: teal;}
    1.10 -div.iconlist p._event	{background: maroon;}
    1.11 -div.iconlist p._misc	{color: white; background: purple;}
    1.12 +div.iconlist p._event	{background: maroon; color: white;}
    1.13 +div.iconlist p._misc	{background: purple; color: white;}
    1.14  div.xy120x120 {min-width: 120px; min-height: 140px;}
    1.15  div.xy96x96 {min-width: 96px; min-height: 116px;}
    1.16  div.xy50x50 {min-width: 50px; min-height: 70px;}