| 1 |
/* $Id: messages.css,v 1.2 2008/10/30 13:01:26 jmburnz Exp $ */ |
/* $Id: messages.css,v 1.3 2008/10/30 23:12:07 jmburnz Exp $ */ |
| 2 |
|
|
| 3 |
/** |
/** |
| 4 |
* @file messages.css |
* @file messages.css |
| 18 |
|
|
| 19 |
.error, .notice, .status {margin-bottom: 1em; padding: 0.75em;} |
.error, .notice, .status {margin-bottom: 1em; padding: 0.75em;} |
| 20 |
|
|
| 21 |
|
.form-item strong.error em {display: block; font-weight: bold; color: red; font-size: 1.2em;} |
| 22 |
|
|
| 23 |
.error a {color: #8a1f11; text-decoration: underline;} |
.error a {color: #8a1f11; text-decoration: underline;} |
| 24 |
.notice a {color: #514721; text-decoration: underline;} |
.notice a {color: #514721; text-decoration: underline;} |
| 25 |
.success a {color: #264409; text-decoration: underline;} |
.success a {color: #264409; text-decoration: underline;} |
| 28 |
|
|
| 29 |
.block-region {background-color: transparent;border: 1px dashed red;color: red;font-weight: bold;} |
.block-region {background-color: transparent;border: 1px dashed red;color: red;font-weight: bold;} |
| 30 |
|
|
| 31 |
/* animated saving thingee */ |
/* Highlight unpulished nodes and comments*/ |
| 32 |
|
div.node-unpublished, |
| 33 |
|
div.comment-unpublished { |
| 34 |
|
background-color: #FFF4F4; |
| 35 |
|
padding: 0.375em; |
| 36 |
|
} |
| 37 |
|
|
| 38 |
|
div.node div.unpublished, |
| 39 |
|
div.comment div.unpublished { |
| 40 |
|
font: bold 3em Arial, Helvetica, sans-serif; |
| 41 |
|
text-align: center; |
| 42 |
|
color: #FFE9E7; |
| 43 |
|
padding: 0.375em; |
| 44 |
|
} |
| 45 |
|
|
| 46 |
|
|
| 47 |
|
/* Animated saving throbber */ |
| 48 |
#saving { |
#saving { |
| 49 |
font-size: 1em; |
font-size: 1em; |
| 50 |
font-weight: bold; |
font-weight: bold; |
| 55 |
#saving p {margin: 0;} |
#saving p {margin: 0;} |
| 56 |
#saving-notice {font-size: 0.9em;font-style: italic;background: #FFC;} |
#saving-notice {font-size: 0.9em;font-style: italic;background: #FFC;} |
| 57 |
|
|
| 58 |
|
|
| 59 |
|
|
| 60 |
|
|
| 61 |
/* Un-used helpers. |
/* Un-used helpers. |
| 62 |
.help ul li {} div.error {} |
.help ul li {} div.error {} |
| 63 |
.warning {} div.warning, tr.warning {} div.warning {} |
.warning {} div.warning, tr.warning {} div.warning {} |