Browse code

Created repository.

DoubleBastionAdmin authored on 26/01/2022 20:32:42
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,59 @@
1
+/**
2
+ * Copyright (C) 2021  Double Bastion LLC
3
+ *
4
+ * This file is part of Roundpin, which is licensed under the
5
+ * GNU Affero General Public License Version 3.0. The license terms
6
+ * are detailed in the "LICENSE.txt" file located in the root directory.
7
+ *
8
+ * This is a modified version of the original file "style.css",
9
+ * first modified in 2021. The copyright notice for the original
10
+ * content follows:
11
+
12
+
13
+ * Copyright (c) 2013, PlanIt Works BV
14
+ * http://www.tweego.nl
15
+ *
16
+ * Permission is hereby granted, free of charge, to any person
17
+ * obtaining a copy of this software and associated documentation
18
+ * files (the "Software"), to deal in the Software without
19
+ * restriction, including without limitation the rights to use,
20
+ * copy, modify, merge, publish, distribute, sublicense, and/or sell
21
+ * copies of the Software, and to permit persons to whom the
22
+ * Software is furnished to do so, subject to the following
23
+ * conditions:
24
+ *
25
+ * The above copyright notice and this permission notice shall be
26
+ * included in all copies or substantial portions of the Software.
27
+ *
28
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
29
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
30
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
31
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
32
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
33
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
34
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
35
+ * OTHER DEALINGS IN THE SOFTWARE.
36
+ */
37
+
38
+#jg_popup_overlay{display:none; position:fixed; width:100%; height:100%; top:0; left:0; z-index:2147483645}
39
+#jg_popup_inner{display:none; top:0; left:0; position:absolute; z-index:2147483646}
40
+#jg_popup_table.jg_popup_basic{background:none; border:0; border-collapse:collapse; float:none; height:auto; margin:0; padding:0; width:auto; z-index:auto; display:block}
41
+#jg_popup_table.jg_popup_basic td{border:0; height:auto; margin:0; padding:0; text-align:left; vertical-align:top; width:auto; z-index:auto}
42
+#jg_popup_table.jg_popup_basic #jg_popup_tl{width:10px; height:10px; background:#fff}
43
+#jg_popup_table.jg_popup_basic #jg_popup_title
44
+{ 
45
+    line-height:normal; height:7px; background:#fff; text-decoration:none; text-indent:0; 
46
+	text-transform:none; color:#999; word-spacing:normal; white-space:nowrap; font-family:Arial, Sans-Serif; 
47
+	font-size:11px; font-style:normal; font-variant:normal; font-weight:normal; padding:3px 0 0 0
48
+}
49
+#jg_popup_table.jg_popup_basic #jg_popup_title.jg_popup_draggable{cursor:move}
50
+#jg_popup_table.jg_popup_basic #jg_popup_tr{width:10px; height:10px; background:#fff}
51
+#jg_popup_table.jg_popup_basic #jg_popup_l{width:10px; background:#fff}
52
+#jg_popup_table.jg_popup_basic #jg_popup_content{background:#fff}
53
+#jg_popup_table.jg_popup_basic #jg_popup_loader{position:absolute; width:100%; left:0; top:0; visibility:hidden}
54
+#jg_popup_table.jg_popup_basic #jg_popup_loader div{width:32px; height:32px; background:url(../images/loader.gif) no-repeat; margin:0 auto}
55
+#jg_popup_table.jg_popup_basic #jg_popup_r{width:10px; background:#fff}
56
+#jg_popup_table.jg_popup_basic #jg_popup_bl{width:10px; height:10px; background:#fff}
57
+#jg_popup_table.jg_popup_basic #jg_popup_b{height:10px; background:#fff}
58
+#jg_popup_table.jg_popup_basic #jg_popup_br{width:10px; height:10px; background:#fff}
59
+#jg_popup_table.jg_popup_basic #jg_popup_close{position:absolute; right:-13px; top:-13px; cursor:pointer; width:30px; height:30px; background:url(../images/3_close.svg) no-repeat}