admin_styles.css
160 lines
| 1 | .cookiebot-addon.postbox { |
| 2 | padding: 12px 0 12px 15px; |
| 3 | } |
| 4 | |
| 5 | .cookiebot-addon.postbox h2 { |
| 6 | padding-top: 0; |
| 7 | padding-bottom: 10px; |
| 8 | margin: 0; |
| 9 | font-size: 16px; |
| 10 | } |
| 11 | |
| 12 | form.not_installed_plugins p.submit { |
| 13 | display: none; |
| 14 | } |
| 15 | |
| 16 | ul.cookietypes li { |
| 17 | display: inline; |
| 18 | } |
| 19 | |
| 20 | .placeholder { |
| 21 | margin: 0 15px 15px 0; |
| 22 | background: #EEE; |
| 23 | padding: 15px; |
| 24 | } |
| 25 | |
| 26 | .placeholder_enable, |
| 27 | .placeholder_select_div { |
| 28 | width: 100%; |
| 29 | display: block; |
| 30 | } |
| 31 | |
| 32 | div.extra_information { |
| 33 | font-weight: 400; |
| 34 | } |
| 35 | |
| 36 | .placeholder_content .textarea { |
| 37 | display: flex; |
| 38 | } |
| 39 | |
| 40 | /** |
| 41 | * Help Tip |
| 42 | */ |
| 43 | .help-tip { |
| 44 | color: #666; |
| 45 | display: inline-block; |
| 46 | font-size: 1.5em; |
| 47 | font-style: normal; |
| 48 | height: 16px; |
| 49 | line-height: 16px; |
| 50 | position: relative; |
| 51 | vertical-align: middle; |
| 52 | width: 16px |
| 53 | } |
| 54 | |
| 55 | .help-tip::after { |
| 56 | font-family: Dashicons; |
| 57 | speak: none; |
| 58 | font-weight: 400; |
| 59 | font-variant: normal; |
| 60 | text-transform: none; |
| 61 | line-height: 1; |
| 62 | -webkit-font-smoothing: antialiased; |
| 63 | margin: 0; |
| 64 | text-indent: 0; |
| 65 | position: absolute; |
| 66 | top: 0; |
| 67 | left: 0; |
| 68 | width: 100%; |
| 69 | height: 100%; |
| 70 | text-align: center; |
| 71 | content: ""; |
| 72 | cursor: help |
| 73 | } |
| 74 | |
| 75 | #tiptip_holder{ |
| 76 | position: absolute; |
| 77 | top: 0; |
| 78 | } |
| 79 | |
| 80 | #tiptip_holder.tip_top { |
| 81 | padding-bottom: 5px |
| 82 | } |
| 83 | |
| 84 | #tiptip_holder.tip_top #tiptip_arrow_inner { |
| 85 | margin-top: -7px; |
| 86 | margin-left: -6px; |
| 87 | border-top-color: #333 |
| 88 | } |
| 89 | |
| 90 | #tiptip_holder.tip_bottom { |
| 91 | padding-top: 5px |
| 92 | } |
| 93 | |
| 94 | #tiptip_holder.tip_bottom #tiptip_arrow_inner { |
| 95 | margin-top: -5px; |
| 96 | margin-left: -6px; |
| 97 | border-bottom-color: #333 |
| 98 | } |
| 99 | |
| 100 | #tiptip_holder.tip_right { |
| 101 | padding-left: 5px |
| 102 | } |
| 103 | |
| 104 | #tiptip_holder.tip_right #tiptip_arrow_inner { |
| 105 | margin-top: -6px; |
| 106 | margin-left: -5px; |
| 107 | border-right-color: #333 |
| 108 | } |
| 109 | |
| 110 | #tiptip_holder.tip_left { |
| 111 | padding-right: 5px |
| 112 | } |
| 113 | |
| 114 | #tiptip_holder.tip_left #tiptip_arrow_inner { |
| 115 | margin-top: -6px; |
| 116 | margin-left: -7px; |
| 117 | border-left-color: #333 |
| 118 | } |
| 119 | |
| 120 | #tiptip_content, .chart-tooltip, .wc_error_tip { |
| 121 | color: #fff; |
| 122 | font-size: .8em; |
| 123 | max-width: 300px; |
| 124 | background: #333; |
| 125 | text-align: center; |
| 126 | border-radius: 3px; |
| 127 | padding: .618em 1em; |
| 128 | -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2); |
| 129 | box-shadow: 0 1px 3px rgba(0, 0, 0, .2) |
| 130 | } |
| 131 | |
| 132 | #tiptip_content code, .chart-tooltip code, .wc_error_tip code { |
| 133 | padding: 1px; |
| 134 | background: #888 |
| 135 | } |
| 136 | |
| 137 | #tiptip_arrow, #tiptip_arrow_inner { |
| 138 | position: absolute; |
| 139 | border-color: transparent; |
| 140 | border-style: solid; |
| 141 | border-width: 6px; |
| 142 | height: 0; |
| 143 | width: 0 |
| 144 | } |
| 145 | |
| 146 | /** |
| 147 | Show advanced options |
| 148 | */ |
| 149 | .show_advanced_options { |
| 150 | margin: 15px 0 10px 0; |
| 151 | } |
| 152 | .advanced_options{ |
| 153 | display: none; |
| 154 | } |
| 155 | .advanced_options label{ |
| 156 | vertical-align: top; |
| 157 | } |
| 158 | #embed_regex { |
| 159 | width: 400px; |
| 160 | } |