2010-11-12 19:01:41 +00:00
|
|
|
.feedback, .error, .alert, .notice, .success, .info {
|
2010-06-01 07:51:39 +00:00
|
|
|
padding: 0.8em;
|
|
|
|
margin-bottom: 1em;
|
2010-11-12 17:54:44 +00:00
|
|
|
border: 2px solid #dddddd; }
|
|
|
|
|
2010-11-12 19:01:41 +00:00
|
|
|
.error, .alert {
|
2010-06-01 07:51:39 +00:00
|
|
|
background: #fbe3e4;
|
|
|
|
color: #8a1f11;
|
|
|
|
border-color: #fbc2c4; }
|
2010-11-12 19:01:41 +00:00
|
|
|
.error a, .alert a {
|
2010-06-01 07:51:39 +00:00
|
|
|
color: #8a1f11; }
|
|
|
|
|
|
|
|
.notice {
|
|
|
|
background: #fff6bf;
|
|
|
|
color: #514721;
|
|
|
|
border-color: #ffd324; }
|
|
|
|
.notice a {
|
|
|
|
color: #514721; }
|
|
|
|
|
|
|
|
.success {
|
|
|
|
background: #e6efc2;
|
|
|
|
color: #264409;
|
|
|
|
border-color: #c6d880; }
|
|
|
|
.success a {
|
|
|
|
color: #264409; }
|
|
|
|
|
2010-11-12 17:54:44 +00:00
|
|
|
.info {
|
|
|
|
background: #d5edf8;
|
|
|
|
color: #205791;
|
|
|
|
border-color: #92cae4; }
|
|
|
|
.info a {
|
|
|
|
color: #205791; }
|
|
|
|
|
2010-06-01 07:51:39 +00:00
|
|
|
.hide {
|
|
|
|
display: none; }
|
|
|
|
|
|
|
|
.highlight {
|
|
|
|
background: yellow; }
|
|
|
|
|
|
|
|
.added {
|
|
|
|
background: #006600;
|
|
|
|
color: white; }
|
|
|
|
|
|
|
|
.removed {
|
|
|
|
background: #990000;
|
|
|
|
color: white; }
|