1#cookie-law-info-bar {
2 font-size: 15px;
3 margin: 0 auto;
4 padding: 12px 10px;
5 position: absolute;
6 text-align: center;
7 box-sizing: border-box;
8 width:100%;
9 z-index: 9999;
10 /* box-shadow:rgba(0,0,0,.5) 0px 5px 50px; */
11 display: none;
12 left:0px;
13 font-weight:300;
14 box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
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: 9px 12px;
33 color: #fff;
34 text-decoration: none;
35 position: relative;
36 cursor: pointer;
37 margin-left: 5px;
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: 13px;
55 font-weight: 400;
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;}
114
115/**
116 * Added extra space between each cookie bar action elements @since 1.8.9
117 */
118.cli-plugin-main-link.cli-plugin-button {
119 text-decoration: none;
120}
121.cli-plugin-main-link.cli-plugin-button {
122 margin-left: 5px;
123}