cookie-law-info-gdpr.css
6 years ago
cookie-law-info-public.css
6 years ago
cookie-law-info-table.css
6 years ago
cookie-law-info-public.css
113 lines
| 1 | #cookie-law-info-bar { |
| 2 | /*border: 0; */ |
| 3 | font-size: 12pt; |
| 4 | margin: 0 auto; |
| 5 | padding: 13px 10px; |
| 6 | position: absolute; |
| 7 | text-align: center; |
| 8 | box-sizing: border-box; |
| 9 | width:100%; |
| 10 | z-index: 9999; |
| 11 | box-shadow:rgba(0,0,0,.5) 0px 5px 50px; |
| 12 | display: none; |
| 13 | left:0px; |
| 14 | font-weight:300; |
| 15 | } |
| 16 | #cookie-law-info-again { |
| 17 | font-size: 10pt; |
| 18 | margin: 0; |
| 19 | padding:5px 10px; |
| 20 | text-align: center; |
| 21 | z-index: 9999; |
| 22 | cursor: pointer; |
| 23 | box-shadow: #161616 2px 2px 5px 2px; |
| 24 | } |
| 25 | #cookie-law-info-bar span { |
| 26 | vertical-align: middle; |
| 27 | } |
| 28 | |
| 29 | /** Buttons (http://papermashup.com/demos/css-buttons) */ |
| 30 | .cli-plugin-button, .cli-plugin-button:visited { |
| 31 | display: inline-block; |
| 32 | padding:10px 16px 10px; |
| 33 | color: #fff; |
| 34 | text-decoration: none; |
| 35 | position: relative; |
| 36 | cursor: pointer; |
| 37 | margin-left: 0px; |
| 38 | text-decoration: none; |
| 39 | } |
| 40 | .cli-plugin-main-link { |
| 41 | margin-left:0px; |
| 42 | font-weight: 550; text-decoration: underline; |
| 43 | } |
| 44 | .cli-plugin-button:hover { |
| 45 | background-color: #111; |
| 46 | color: #fff; |
| 47 | text-decoration: none; |
| 48 | } |
| 49 | .small.cli-plugin-button, .small.cli-plugin-button:visited { |
| 50 | font-size: 11px; |
| 51 | } |
| 52 | .cli-plugin-button, .cli-plugin-button:visited, |
| 53 | .medium.cli-plugin-button, .medium.cli-plugin-button:visited { |
| 54 | font-size: 14px; |
| 55 | font-weight: 500; |
| 56 | line-height: 1; |
| 57 | } |
| 58 | .large.cli-plugin-button, .large.cli-plugin-button:visited { |
| 59 | font-size: 14px; |
| 60 | padding: 8px 14px 9px; |
| 61 | } |
| 62 | .super.cli-plugin-button, .super.cli-plugin-button:visited { |
| 63 | font-size: 34px; |
| 64 | padding: 8px 14px 9px; |
| 65 | } |
| 66 | .pink.cli-plugin-button, .magenta.cli-plugin-button:visited { |
| 67 | background-color: #e22092; |
| 68 | } |
| 69 | .pink.cli-plugin-button:hover { |
| 70 | background-color: #c81e82; |
| 71 | } |
| 72 | .green.cli-plugin-button, .green.cli-plugin-button:visited { |
| 73 | background-color: #91bd09; |
| 74 | } |
| 75 | .green.cli-plugin-button:hover { |
| 76 | background-color: #749a02; |
| 77 | } |
| 78 | .red.cli-plugin-button, .red.cli-plugin-button:visited { |
| 79 | background-color: #e62727; |
| 80 | } |
| 81 | .red.cli-plugin-button:hover { |
| 82 | background-color: #cf2525; |
| 83 | } |
| 84 | .orange.cli-plugin-button, .orange.cli-plugin-button:visited { |
| 85 | background-color: #ff5c00; |
| 86 | } |
| 87 | .orange.cli-plugin-button:hover { |
| 88 | background-color: #d45500; |
| 89 | } |
| 90 | .blue.cli-plugin-button, .blue.cli-plugin-button:visited { |
| 91 | background-color: #2981e4; |
| 92 | } |
| 93 | .blue.cli-plugin-button:hover { |
| 94 | background-color: #2575cf; |
| 95 | } |
| 96 | .yellow.cli-plugin-button, .yellow.cli-plugin-button:visited { |
| 97 | background-color: #ffb515; |
| 98 | } |
| 99 | .yellow.cli-plugin-button:hover { |
| 100 | background-color: #fc9200; |
| 101 | } |
| 102 | .cli-plugin-button{ margin-top:5px; } |
| 103 | .cli-bar-popup{ |
| 104 | -moz-background-clip: padding; |
| 105 | -webkit-background-clip: padding; |
| 106 | background-clip: padding-box; |
| 107 | -webkit-border-radius:30px; |
| 108 | -moz-border-radius:30px; |
| 109 | border-radius:30px; |
| 110 | padding:20px; |
| 111 | } |
| 112 | .cli-powered_by_p{width:100% !important; display:block !important; color:#333; clear:both; font-style:italic !important; font-size:12px !important; margin-top:15px !important; } |
| 113 | .cli-powered_by_a{color:#333; font-weight:600 !important; font-size:12px !important;} |