]> git.mxchange.org Git - friendica-addons.git/blobdiff - cookienotice/templates/cookienotice.tpl
ljpost addon DE translation updated
[friendica-addons.git] / cookienotice / templates / cookienotice.tpl
index 19ab471e200f102b1ea7f776a05ec074346352d4..71e88c0f05be44d106b148f4a08a82e889186f62 100644 (file)
@@ -1,23 +1,2 @@
-<style type="text/css">
-    #cookienotice-box {
-        display: none;
-        position: fixed;
-        z-index: 10000;
-        bottom: 0px;
-        left: 0;
-        width: 100%;
-        background-color: #101010;
-        color: #f0f0f0;
-        padding: 2em 1em;
-        text-align: center;
-    }
-    #cookienotice-ok-button {
-        border: 1px solid darkgoldenrod;
-        background-color: gold;
-        color: #101010;
-        min-width: 80px;
-        padding: .5em .1em;
-    }
-</style>
 <div id="cookienotice-box"><p>{{$text}}</p><button id="cookienotice-ok-button">{{$oktext}}</button></div>