aboutsummaryrefslogtreecommitdiff
path: root/views/default/css/walled_garden.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/css/walled_garden.php')
-rw-r--r--views/default/css/walled_garden.php30
1 files changed, 30 insertions, 0 deletions
diff --git a/views/default/css/walled_garden.php b/views/default/css/walled_garden.php
new file mode 100644
index 000000000..7ba6141d4
--- /dev/null
+++ b/views/default/css/walled_garden.php
@@ -0,0 +1,30 @@
+<?php
+/**
+ * Walled garden CSS
+ */
+?>
+.elgg-grid-walledgarden {
+ margin:100px auto 0 auto;
+ padding:0;
+ width:600px;
+ text-align: left;
+ word-wrap:break-word;
+ background: gray;
+}
+
+.elgg-grid-walledgarden > .elgg-col {
+ background: white;
+}
+
+.elgg-heading-walledgarden {
+ color:#666666;
+ margin-top:80px;
+ line-height: 1.1em;
+}
+
+.walledgardenlogin h2 {
+ color:#666666;
+ border-bottom:1px solid #CCCCCC;
+ margin-bottom:5px;
+ padding-bottom:5px;
+} \ No newline at end of file