summaryrefslogtreecommitdiffstats
path: root/askbot/skins/default/templates/embed/askbot_widget.css
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/skins/default/templates/embed/askbot_widget.css')
-rwxr-xr-xaskbot/skins/default/templates/embed/askbot_widget.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/askbot/skins/default/templates/embed/askbot_widget.css b/askbot/skins/default/templates/embed/askbot_widget.css
new file mode 100755
index 00000000..573a07fd
--- /dev/null
+++ b/askbot/skins/default/templates/embed/askbot_widget.css
@@ -0,0 +1,25 @@
+#{{variable_name}} {
+ visibility: hidden;
+ position: absolute;
+ left: 0px;
+ top: 0px;
+ width:100%;
+ height:100%;
+ text-align:center;
+ z-index: 99999;
+}
+
+#{{variable_name}} div{
+ width:600px;
+ height:400px;
+ margin: 100px auto;
+ background-color: #fff;
+ border:1px solid #000;
+ padding:15px;
+ text-align:right;
+}
+
+#{{variable_name}} iframe{
+ width:600px;
+ height:400px;
+}