PluginProbe ʕ •ᴥ•ʔ
CookieYes – Cookie Banner for Cookie Consent (Easy to setup GDPR/CCPA Compliant Cookie Notice) / 1.8.1
CookieYes – Cookie Banner for Cookie Consent (Easy to setup GDPR/CCPA Compliant Cookie Notice) v1.8.1
3.5.1 3.5.0 3.4.2 trunk 1.0.1 1.0.3 1.2 1.2.1 1.2.2 1.3 1.3.1 1.3.2 1.4 1.4.1 1.4.2 1.4.3 1.5 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.5.9 1.6.0 1.6.1 1.6.10 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 1.6.7 1.6.8 1.6.9 1.7.0 1.7.1 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 1.7.7 1.7.8 1.7.9 1.8.0 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.9.0 1.9.1 1.9.2 1.9.3 1.9.4 1.9.5 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 2.1.0 2.1.1 2.1.2 2.1.3 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.1.4 3.1.5 3.1.6 3.1.7 3.1.8 3.2.0 3.2.1 3.2.10 3.2.2 3.2.3 3.2.4 3.2.5 3.2.6 3.2.7 3.2.8 3.2.9 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6 3.3.7 3.3.8 3.3.9 3.3.9.1 3.4.0 3.4.1
cookie-law-info / public / css / cookie-law-info-public.css
cookie-law-info / public / css Last commit date
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;}