s4

diff examples/common/default/default.css @ 193:5d83ff0bbd40

Comment area modified
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 23 Apr 2016 23:10:23 +0859
parents ba6c2c3c0373
children d0a5ffc2cabf
line diff
     1.1 --- a/examples/common/default/default.css	Sat Apr 23 20:09:04 2016 +0859
     1.2 +++ b/examples/common/default/default.css	Sat Apr 23 23:10:23 2016 +0859
     1.3 @@ -61,7 +61,7 @@
     1.4  form.replyblog {margin-bottom: 40%;}
     1.5  div.blogcomment {
     1.6      position: fixed; bottom: 0; left: 0;
     1.7 -    z-index: 2; background-color: rgba(250,222,222,0.8);
     1.8 +    z-index: 2; background-color: rgba(250,222,222,0.6);
     1.9  }
    1.10  div.blogcomment * {opacity: 1.0;}
    1.11  table.bloghead, .bloghead tr, .bloghead td {
    1.12 @@ -95,7 +95,7 @@
    1.13  }
    1.14  div.fold input[type="checkbox"]:checked ~ div,
    1.15  div.fold input[type="radio"]:checked ~ div {
    1.16 -    display: block; background: #eef;
    1.17 +    display: block; background: #fadede;
    1.18      height: auto; opacity: 1.0; transition: 1s;
    1.19  }
    1.20