/[drupal]/contributions/themes/genesis/css/messages.css
ViewVC logotype

Diff of /contributions/themes/genesis/css/messages.css

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.3, Thu Oct 30 23:12:07 2008 UTC revision 1.4, Sat Nov 1 00:44:10 2008 UTC
# Line 1  Line 1 
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
# Line 18  div.messages ul {margin: 0 0 0 2em; Line 18  div.messages ul {margin: 0 0 0 2em;
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;}
# Line 26  div.help {background: #FFC;margin-bottom Line 28  div.help {background: #FFC;margin-bottom
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;
# Line 37  div.help {background: #FFC;margin-bottom Line 55  div.help {background: #FFC;margin-bottom
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 {}

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.2