]> git.mxchange.org Git - friendica-addons.git/blob - cookienotice/templates/cookienotice.tpl
new addon - cookienotice - configure, show and handle a simple cookie usage notice
[friendica-addons.git] / cookienotice / templates / cookienotice.tpl
1 <style type="text/css">
2     #cookienotice-box {
3         display: none;
4         position: fixed;
5         z-index: 10000;
6         bottom: 0px;
7         left: 0;
8         width: 100%;
9         background-color: #101010;
10         color: #f0f0f0;
11         padding: 2em 1em;
12         text-align: center;
13     }
14     #cookienotice-ok-button {
15         border: 1px solid darkgoldenrod;
16         background-color: gold;
17         color: #101010;
18         min-width: 80px;
19         padding: .5em .1em;
20     }
21 </style>
22 <div id="cookienotice-box"><p>{{$text}}</p><button id="cookienotice-ok-button">{{$oktext}}</button></div>
23