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 wrap: on
line diff
--- a/examples/common/default/default.css	Sat Apr 23 22:57:54 2016 +0859
+++ b/examples/common/default/default.css	Sat Apr 23 23:10:23 2016 +0859
@@ -61,7 +61,7 @@
 form.replyblog {margin-bottom: 40%;}
 div.blogcomment {
     position: fixed; bottom: 0; left: 0;
-    z-index: 2; background-color: rgba(250,222,222,0.8);
+    z-index: 2; background-color: rgba(250,222,222,0.6);
 }
 div.blogcomment * {opacity: 1.0;}
 table.bloghead, .bloghead tr, .bloghead td {
@@ -95,7 +95,7 @@
 }
 div.fold input[type="checkbox"]:checked ~ div,
 div.fold input[type="radio"]:checked ~ div {
-    display: block; background: #eef;
+    display: block; background: #fadede;
     height: auto; opacity: 1.0; transition: 1s;
 }
 

yatex.org