CSS Drupal Green消息

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CSS Drupal Green消息相关的知识,希望对你有一定的参考价值。

/*-------------------------------------------------------------------*/
/*                              Messages                             */
/*-------------------------------------------------------------------*/
div.messages { font-weight: bold; margin-bottom: 1.5em; padding: 10px 10px 10px 52px; }
#help { font-size: 0.9em; margin-bottom: 1em; }
.status { color: #264409; background: #E6EFC2 url("images/large-info.png") no-repeat 12px center; border: 1px solid #C6D880; padding: 5px 10px; }
div.error { background: #FBE3E4 url("images/large-stop.png") no-repeat 12px center; }
div.notice { color: #514721; background: #FFF6BF url("images/large-info.png") no-repeat 12px center; border-color: #FFD324; }
div.warning, tr.warning { border: 1px solid #F0C020; background: #FFFFDD url("images/large-alert.png") no-repeat 12px center; margin: 0 0 1em; padding: 1em 0 1em 5em; }
.error a { color: #8a1f11; text-decoration: underline; }
.notice a { color: #514721; text-decoration: underline; }
.success a { color: #264409; text-decoration: underline; }
span.admin-disabled { color: #DC1000; }
div.messages.success { color: #55872E; background: #F1F8EB; border: 1px solid #7AC142; }
div.messages ul { margin-bottom: 0; }
div.node .unpublished, div.comment .unpublished { font: bold 2em Arial, Helvetica, sans-serif; text-align: left; color: #FFCCCC; background: #FFF4F4 url("images/large-alert.png") no-repeat 12px center; padding: 5px 0 5px 52px; margin: 5px 0; border: none; }

以上是关于CSS Drupal Green消息的主要内容,如果未能解决你的问题,请参考以下文章

Drupal:drupal_set_message 不显示消息

如何在 Drupal 中显示分层页面?

drupal webform确认消息匿名用户

CSS Drupal CSS重置

CSS Drupal CSS:折叠场集

在Drupal的popups api ajax中,drupal_set_message生成的消息队列有多清楚?