diff options
Diffstat (limited to 'data/settings/js/permafrost-info-box.js')
-rw-r--r-- | data/settings/js/permafrost-info-box.js | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/data/settings/js/permafrost-info-box.js b/data/settings/js/permafrost-info-box.js new file mode 100644 index 0000000..51c33cb --- /dev/null +++ b/data/settings/js/permafrost-info-box.js @@ -0,0 +1,21 @@ +/** + * Permafrost - Protect your privacy! + * * + * Copyright (C) 2012 2013 Loic J. Duros + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * + */ + +var box = '<div id="permafrost-info-panel" style="width: 250px; height: auto; padding: 20px; background-color: rgba(255, 255, 255, 0.9); box-shadow: 0px 0px 50px rgb(255, 255, 255); margin: 2%; border-radius: 15px 15px 0 0; font-family: Droid Sans,Helvetica,Arial,Sans; font-size: 12px; z-index: 20000; position: fixed; right: 3%; bottom: -10px; margin-bottom:0;;"> <ul> <li>test 1</li> <li>test 2</li> <li>test 3</li> <li>test 4</li><li>blah</li><li>blobl</li> </ul></div>'; |