| 1 |
/* $Id: messages.css,v 1.3 2008/10/30 23:12:07 jmburnz Exp $ */ |
/* $Id: messages.css,v 1.4 2008/11/01 00:44:10 jmburnz Exp $ */ |
| 2 |
|
|
| 3 |
/** |
/** |
| 4 |
* @file messages.css |
* @file messages.css |
| 12 |
div.messages.success {color: #55872E; background: #F1F8EB; border: 1px solid #7AC142;} |
div.messages.success {color: #55872E; background: #F1F8EB; border: 1px solid #7AC142;} |
| 13 |
div.messages ul {margin: 0 0 0 2em;} |
div.messages ul {margin: 0 0 0 2em;} |
| 14 |
|
|
| 15 |
|
.error, .notice, .status {margin-bottom: 1em; padding: 0.75em;} |
| 16 |
.status {color: #264409; background: #E6EFC2; border: 1px solid #C6D880;} |
.status {color: #264409; background: #E6EFC2; border: 1px solid #C6D880;} |
| 17 |
.error {color: #8A1F11; background: #FFCCCC; border: 1px solid #DD7777;} |
.error {color: #8A1F11; background: #FFCCCC; border: 1px solid #DD7777;} |
| 18 |
.notice {color: #514721; background: #FFF6BF; border-color: #FFD324;} |
.notice {color: #514721; background: #FFF6BF; border-color: #FFD324;} |
| 19 |
|
.error a {color: #8a1f11; text-decoration: underline;} |
| 20 |
|
.notice a {color: #514721; text-decoration: underline;} |
| 21 |
|
.success a {color: #264409; text-decoration: underline;} |
| 22 |
|
|
| 23 |
|
div.help { |
| 24 |
|
background: #FFC; |
| 25 |
|
margin-bottom: 1.5em; |
| 26 |
|
padding: 0.75em; |
| 27 |
|
border: 1px solid #FEDE01; |
| 28 |
|
} |
| 29 |
|
|
| 30 |
.error, .notice, .status {margin-bottom: 1em; padding: 0.75em;} |
.form-item strong.error em { |
| 31 |
|
display: block; |
| 32 |
.form-item strong.error em {display: block; font-weight: bold; color: red; font-size: 1.2em;} |
font-weight: bold; |
| 33 |
|
color: red; |
| 34 |
.error a {color: #8a1f11; text-decoration: underline;} |
font-size: 1.2em; |
| 35 |
.notice a {color: #514721; text-decoration: underline;} |
} |
|
.success a {color: #264409; text-decoration: underline;} |
|
|
|
|
|
div.help {background: #FFC;margin-bottom: 1.5em;padding: 0.75em; border: 1px solid #FEDE01;} |
|
| 36 |
|
|
| 37 |
.block-region {background-color: transparent;border: 1px dashed red;color: red;font-weight: bold;} |
.block-region { |
| 38 |
|
background-color: transparent; |
| 39 |
|
border: 1px dashed red; |
| 40 |
|
color: red; |
| 41 |
|
font-weight: bold; |
| 42 |
|
} |
| 43 |
|
|
| 44 |
/* Highlight unpulished nodes and comments*/ |
/* Highlight unpulished nodes and comments*/ |
| 45 |
div.node-unpublished, |
div.node-unpublished, |
| 56 |
padding: 0.375em; |
padding: 0.375em; |
| 57 |
} |
} |
| 58 |
|
|
|
|
|
| 59 |
/* Animated saving throbber */ |
/* Animated saving throbber */ |
| 60 |
#saving { |
#saving { |
| 61 |
font-size: 1em; |
font-size: 1em; |
| 67 |
#saving p {margin: 0;} |
#saving p {margin: 0;} |
| 68 |
#saving-notice {font-size: 0.9em;font-style: italic;background: #FFC;} |
#saving-notice {font-size: 0.9em;font-style: italic;background: #FFC;} |
| 69 |
|
|
|
|
|
|
|
|
|
|
|
| 70 |
/* Un-used helpers. |
/* Un-used helpers. |
| 71 |
.help ul li {} div.error {} |
.help ul li {} div.error {} |
| 72 |
.warning {} div.warning, tr.warning {} div.warning {} |
.warning {} div.warning, tr.warning {} div.warning {} |