PluginProbe ʕ •ᴥ•ʔ
CookieYes – Cookie Banner for Cookie Consent (Easy to setup GDPR/CCPA Compliant Cookie Notice) / 3.5.0
CookieYes – Cookie Banner for Cookie Consent (Easy to setup GDPR/CCPA Compliant Cookie Notice) v3.5.0
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 / legacy / public / css / cookie-law-info-table.css
cookie-law-info / legacy / public / css Last commit date
cookie-law-info-gdpr.css 1 month ago cookie-law-info-public.css 1 month ago cookie-law-info-table.css 1 month ago
cookie-law-info-table.css
91 lines
1 /**
2 Responsive table courtesy of Mark Wiltshire: mark@bamboorocketapps.com (thanks!)
3
4 For more styles try: http://icant.co.uk/csstablegallery/
5 ----
6 Generic styles:
7 Here you could e.g. customise width of column 1 and 2,
8 or add a generic roll-over effect on table rows
9 */
10 .cookielawinfo-column-1 {width: 25%;}
11 .cookielawinfo-column-2 {width: 10%;}
12 .cookielawinfo-column-3 {width: 15%;}
13 .cookielawinfo-column-4 {width: 50%;}
14
15 /** Simple style */
16 .cookielawinfo-simple thead {width: 100%;}
17 .cookielawinfo-simple td {padding: 5px 5px 5px 0;vertical-align: top;}
18 .cookielawinfo-simple thead th {padding-right: 10px;text-align: left;}
19
20 /** Modern style */
21 .cookielawinfo-modern {border: 1px solid #e3e3e3;background-color: #f2f2f2;width: 100%;border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;}
22 .cookielawinfo-modern td, .cookielawinfo-modern th {padding: 5px;color: #333;}
23 .cookielawinfo-modern thead {font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;padding: .2em 0 .2em .5em;text-align: left;color: #4B4B4B;background-color: #C8C8C8;background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e3e3e3), color-stop(.6,#B3B3B3));background-image: -moz-linear-gradient(top, #D6D6D6, #B0B0B0, #B3B3B3 90%);border-bottom: solid 1px #999;}
24 .cookielawinfo-modern th {font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size: 17px;line-height: 20px;font-style: normal;font-weight: normal;text-align: left;text-shadow: white 1px 1px 1px;}
25 .cookielawinfo-modern td {line-height: 20px;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size: 14px;border-bottom: 1px solid #fff;border-top: 1px solid #fff;}
26 .cookielawinfo-modern tr.cookielawinfo-row:hover {background-color: #fff;}
27
28 /** Elegant style */
29 .cookielawinfo-elegant {border: 1px solid #DFDFDF;background-color: #F9F9F9;width: 100%;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;color: #333;}
30 .cookielawinfo-elegant tr {border-top-color: white;border-bottom: 1px solid #DFDFDF;color: #555;}
31 .cookielawinfo-elegant th {text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px;font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;font-weight: normal;padding: 7px 7px 8px;text-align: left;line-height: 1.3em;font-size: 14px;}
32 .cookielawinfo-elegant td {font-size: 12px;padding: 4px 7px 2px;vertical-align: top;}
33
34 /** Rounded style */
35 .cookielawinfo-rounded {background-color: #f5f5f5;padding: 5px;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;border: 1px solid #ebebeb;}
36 .cookielawinfo-rounded td, .rounded th {padding: 1px 5px;}
37 .cookielawinfo-rounded thead {text-shadow: 0 1px 0 white;color: #999;}
38 .cookielawinfo-rounded th {text-align: left;text-transform: uppercase;font-size: 11pt;border-bottom: 1px solid #fff;padding: 1px 5px;}
39 .cookielawinfo-rounded td {font-size: 10pt;padding: 5px;}
40 .cookielawinfo-rounded tr.cookielawinfo-row:hover {background-color: #fff;}
41
42 /** Classic Style */
43 table.cookielawinfo-classic {font-family: Verdana, Arial, Helvetica, sans-serif;border-collapse: collapse;border-left: 1px solid #ccc;border-top: 1px solid #ccc; color: #333;}
44 table.cookielawinfo-classic thead tr th {text-transform: uppercase;background: #e2e2e2;}
45 table.cookielawinfo-classic tfoot tr th, table.cookielawinfo-classic tfoot tr td {text-transform: uppercase;color: #000;font-weight: bold;}
46 table.cookielawinfo-classic tfoot tr th {width: 20%;}
47 table.cookielawinfo-classic tfoot tr td {width: 80%;}
48 table.cookielawinfo-classic td, table.cookielawinfo-classic th {border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;padding: 5px;line-height: 1.8em;font-size: 0.8em;vertical-align: top;width: 20%;}
49 table.cookielawinfo-classic tr.odd th, table.cookielawinfo-classic tr.odd td {background: #efefef;}
50
51 /* "Winter Blues" CSS theme for CSS Table Gallery (http://icant.co.uk/csstablegallery/) by Gunta Klavina (http://www.klavina.com) */
52 table.cookielawinfo-winter {font: 85% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;padding: 0; margin: 10px 0 20px; border-collapse: collapse; color: #333; background: #F3F5F7;}
53 table.cookielawinfo-winter a {color: #3A4856; text-decoration: none; border-bottom: 1px solid #C6C8CB;}
54 table.cookielawinfo-winter a:visited {color: #777;}
55 table.cookielawinfo-winter a:hover {color: #000;}
56 table.cookielawinfo-winter caption {text-align: left; text-transform: uppercase; padding-bottom: 10px; font: 200% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;}
57 table.cookielawinfo-winter thead th {background: #3A4856; padding: 15px 10px; color: #fff; text-align: left; font-weight: normal;}
58 table.cookielawinfo-winter tbody {border-left: 1px solid #EAECEE; border-right: 1px solid #EAECEE;}
59 table.cookielawinfo-winter tbody {border-bottom: 1px solid #EAECEE;}
60 table.cookielawinfo-winter tbody td, table.cookielawinfo-winter tbody th {padding: 10px; background: url("../../images/td_back.gif") repeat-x; text-align: left;}
61 table.cookielawinfo-winter tbody tr {background: #F3F5F7;}
62 table.cookielawinfo-winter tbody tr.odd {background: #F0F2F4;}
63 table.cookielawinfo-winter tbody tr:hover {background: #EAECEE; color: #111;}
64 table.cookielawinfo-winter tfoot td, table.cookielawinfo-winter tfoot th, table.cookielawinfo-winter tfoot tr {text-align: left; font: 120% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif; text-transform: uppercase; background: #fff; padding: 10px;}
65
66 /** 27/05/2013: responsive table by Mark Wiltshire */
67 @media(max-width:800px) {
68 table.cookielawinfo-row-cat-table td, table.cookielawinfo-row-cat-table th
69 {
70 width:23%;
71 font-size:12px;
72 word-wrap: break-word;
73 }
74 table.cookielawinfo-row-cat-table .cookielawinfo-column-4, table.cookielawinfo-row-cat-table .cookielawinfo-column-4
75 {
76 width:45%;
77 }
78 }
79
80 .cookielawinfo-row-cat-title{
81 border-bottom: 1px solid #eee;
82 text-align: center;
83 }
84 .cookielawinfo-row-cat-title-head{
85 text-align: center;
86 }
87 .cookielawinfo-row-cat-table{
88 width: 99%;
89 margin-left: 5px;
90 }
91