style.css
81 lines
| 1 | #messagebox { |
| 2 | position: fixed; |
| 3 | background: transparent url(%styleurl%img/opaque.png) repeat; |
| 4 | padding: 10px; |
| 5 | visibility: visible; |
| 6 | z-index: 999999; |
| 7 | } |
| 8 | #messagebox .claimbutton { |
| 9 | position: absolute; |
| 10 | bottom: 0; |
| 11 | right: 0; |
| 12 | width: 100%; |
| 13 | background: transparent url(%styleurl%img/opaque.png) repeat; |
| 14 | text-align: right; |
| 15 | padding-top: 5px; |
| 16 | padding-bottom: 5px; |
| 17 | display: none; |
| 18 | } |
| 19 | #messagebox .claimbutton a:visited, |
| 20 | #messagebox .claimbutton a { |
| 21 | font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; |
| 22 | color: #FFF; |
| 23 | text-shadow: #000 1px 1px 0px; |
| 24 | font-weight: bold; |
| 25 | padding-right: 5px; |
| 26 | } |
| 27 | #messagebox .wdpu-close { |
| 28 | position: absolute; |
| 29 | width: 30px; |
| 30 | height: 29px; |
| 31 | background: transparent url(%styleurl%img/closemessagebland.png) no-repeat; |
| 32 | top: -5px; |
| 33 | left: -5px; |
| 34 | z-index: 5; |
| 35 | } |
| 36 | #messagebox .wdpu-msg { |
| 37 | position: relative; |
| 38 | background: #fff; |
| 39 | font: 0.9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; |
| 40 | line-height: normal; |
| 41 | height: 100%; |
| 42 | overflow: hidden; |
| 43 | } |
| 44 | #messagebox .wdpu-msg.waiting { |
| 45 | background: #fff url(%styleurl%img/loading.gif) no-repeat center center; |
| 46 | } |
| 47 | #messagebox .wdpu-msg p { |
| 48 | position: relative; |
| 49 | clear: both; |
| 50 | } |
| 51 | #messagebox .wdpu-msg h2 { |
| 52 | color: #000; |
| 53 | font: bold 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; |
| 54 | margin-top: 0px; |
| 55 | } |
| 56 | #messagebox .wdpu-msg h2 a { |
| 57 | text-decoration: none; |
| 58 | color: #000; |
| 59 | } |
| 60 | #messagebox .wdpu-msg blockquote { |
| 61 | padding: 0px; |
| 62 | font-weight: bold; |
| 63 | border-left: 5px solid #ccc; |
| 64 | } |
| 65 | #messagebox .wdpu-msg blockquote p { |
| 66 | padding: 2px 5px; |
| 67 | } |
| 68 | #messagebox .clear { |
| 69 | clear: both; |
| 70 | } |
| 71 | #messagebox .hide { |
| 72 | display: none; |
| 73 | } |
| 74 | #messagebox:hover .claimbutton { |
| 75 | display: block; |
| 76 | } |
| 77 | |
| 78 | .wp-admin #messagebox { |
| 79 | font-size: 16px; |
| 80 | } |
| 81 |