/ Published in: CSS

The file is located at wp-content\plugins\cubepoints\modules\notice
Expand |
Embed | Plain Text
.notice-wrap { position: fixed; top: 60px; right: 80px; z-index: 9999; opacity: 0.8; } * html .notice-wrap { position: absolute; } .notice-header{ display: block; font-size: 13px; font-weight: bold; } .notice-item { background: #545454; background: -moz-linear-gradient(top, #545454 0%, #3d3d3d); background: -webkit-gradient(linear, left top, left bottom, from(#545454), to(#3d3d3d)); border: 1px solid #3d3d3d; border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px; box-shadow: 0px 1px 2px rgba(0,0,0,.5); -moz-box-shadow: 0px 1px 2px rgba(0,0,0,.5); -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.5); color: #fff; display: block; font-size: 54px; height: 82px; line-height: 41px; margin: 0 0 12px 0; padding: 10px 10px 0 10px; position: relative; text-align: center; } .notice-item p { font-family: Helvetica; font-weight: bold; margin-top: 0; padding: 15px 20px; text-shadow: -1px -1px 0px rgba(0,0,0,.7), 1px 1px 0px rgba(0,0,0,.7); }
You need to login to post a comment.