/* * Attention Grabber WP plugin - CSS */ #attentionGrabberWrap{ display: none; margin: 0; padding: 0; position: fixed; z-index: 999999; left: 0; bottom: -42px; width: 100%; height: 42px; } #attentionGrabber{ width: 100%; height: 40px; margin: 0; padding: 0; font: normal 15px/40px Lucida Grande, Lucida Sans Unicode, sans-serif; color: #ffffff; text-shadow: 0 1px 0 #986c00; text-align: center; background: #f38713; border-top: 2px solid #7A4A17; position: relative; z-index: 3; } #attentionGrabber a{ font: normal 15px/40px Lucida Grande, Lucida Sans Unicode, sans-serif; text-shadow: 0 1px 0 #f1ba4d; color: #2B1B0A; text-decoration: none; cursor: pointer; outline: none; } #attentionGrabber a:hover{ color: #d10000; } #attentionGrabberWrap #closeAttentionGrabber{ display: block; position: absolute; top: 0; right: 24px; height: 40px; width: 21px; background: url(../img/buttons/light-transparent.png) no-repeat 0 center; cursor: pointer; } #attentionGrabberWrap #closeAttentionGrabber:hover{ background-position: -21px 50%; } #attentionGrabberWrap.bottomPosition #closeAttentionGrabber{ background-position: right 50%; } #attentionGrabberWrap.bottomPosition #closeAttentionGrabber:hover{ background-position: -42px 50%; } #attentionGrabberWrap #openAttentionGrabber{ display: block; position: absolute; bottom: -6px; right: 15px; padding: 0 7px; background: #f38713; border-left: 2px solid #7A4A17; border-right: 2px solid #7A4A17; border-top: 2px solid #7A4A17; cursor: pointer; z-index: 1; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-topleft: 5px; border-top-right-radius: 5px; border-top-left-radius: 5px; } #attentionGrabberWrap #openAttentionGrabber span{ display: block; width: 21px; height: 34px; background: url(../img/buttons/light-transparent.png) no-repeat right 50%; } #attentionGrabberWrap #openAttentionGrabber:hover span{ background-position: -42px 50%; } #attentionGrabberWrap.bottomPosition #openAttentionGrabber span{ background-position: left 50%; } #attentionGrabberWrap.bottomPosition #openAttentionGrabber:hover span{ background-position: -21px 50%; }