Commit bf135acb authored by Dan Pascu's avatar Dan Pascu

Adjusted chat style backgrounds

parent d469a2c7
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
body body
{ {
margin: 0px; margin: 0px;
background: -webkit-gradient(linear, left bottom, right bottom, from(rgba(120, 120, 120, 1)), to(rgba(102, 102, 102, 1))) bottom right repeat; background: rgba(0, 0, 0, 0.45);
-webkit-background-size: 2px auto; -webkit-background-size: 2px auto;
word-wrap: break-word; word-wrap: break-word;
word-break: break-word; word-break: break-word;
......
...@@ -3,8 +3,7 @@ ...@@ -3,8 +3,7 @@
body body
{ {
margin: 0px; margin: 0px;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255 ,255, 1)), to(rgba(208, 208, 208, 1))) fixed repeat-x; background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0))) fixed repeat-x;
background: rgba(0, 0, 0, 0.25);
-webkit-background-size: auto; -webkit-background-size: auto;
word-wrap: break-word; word-wrap: break-word;
word-break: break-word; word-break: break-word;
......
...@@ -3,8 +3,7 @@ ...@@ -3,8 +3,7 @@
body body
{ {
margin: 0px; margin: 0px;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255 ,255, 1)), to(rgba(208, 208, 208, 1))) fixed repeat-x; background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0))) fixed repeat-x;
background: rgba(0, 0, 0, 0.25);
-webkit-background-size: auto; -webkit-background-size: auto;
word-wrap: break-word; word-wrap: break-word;
word-break: break-word; word-break: break-word;
......
...@@ -3,21 +3,6 @@ body ...@@ -3,21 +3,6 @@ body
margin: 0px; margin: 0px;
padding: 0px; padding: 0px;
color: #141414; color: #141414;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(212, 212, 212, 1)), to(rgba(234, 234, 234, 1))) fixed repeat-x;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(255, 255, 255, 0.7))) fixed repeat-x;
background: white;
background: #fcfcfc;
background: #c8c8c8;
background: #c0c0c0;
background: #b8b8b8;
background: #b0b0b0;
background: #a8a8a8;
background: #a0a0a0;
background: #808080;
background: #606060;
background: #404040;
background: #b8b8b8;
background: transparent;
background: rgba(0, 0, 0, 0.1); background: rgba(0, 0, 0, 0.1);
word-wrap: break-word; word-wrap: break-word;
word-break: break-word; word-break: break-word;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment