aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/darkbubble
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/darkbubble')
-rw-r--r--view/theme/darkbubble/dbicons.pngbin19694 -> 0 bytes
-rw-r--r--view/theme/darkbubble/screenshot.jpgbin71056 -> 0 bytes
-rw-r--r--view/theme/darkbubble/style.css33
-rw-r--r--view/theme/darkbubble/theme.php22
4 files changed, 0 insertions, 55 deletions
diff --git a/view/theme/darkbubble/dbicons.png b/view/theme/darkbubble/dbicons.png
deleted file mode 100644
index 696ef779c..000000000
--- a/view/theme/darkbubble/dbicons.png
+++ /dev/null
Binary files differ
diff --git a/view/theme/darkbubble/screenshot.jpg b/view/theme/darkbubble/screenshot.jpg
deleted file mode 100644
index 0d9af2c04..000000000
--- a/view/theme/darkbubble/screenshot.jpg
+++ /dev/null
Binary files differ
diff --git a/view/theme/darkbubble/style.css b/view/theme/darkbubble/style.css
deleted file mode 100644
index 9336dc01b..000000000
--- a/view/theme/darkbubble/style.css
+++ /dev/null
@@ -1,33 +0,0 @@
-@import url('../testbubble/style.css');
-
-.icon {
- background-image: url('dbicons.png');
-}
-
-body {
- background: #000000;
- color: #dddddd;
-}
-
-.info-message {
- color: #444444;
-}
-
-#id_openid_url {
- background: url(../testbubble/login-bg.gif) no-repeat #ffffff;
- background-position: 0 50%;
- padding-left: 18px;
- width: 385px;
- color: #000000;
-}
-
-.vevent, .eventcal {
- color: #000000;
-}
-.event-list-date {
- color: #DDDDDD;
-}
-
-.fortunate {
- color: #8888FF !important;
-} \ No newline at end of file
diff --git a/view/theme/darkbubble/theme.php b/view/theme/darkbubble/theme.php
deleted file mode 100644
index 053730c21..000000000
--- a/view/theme/darkbubble/theme.php
+++ /dev/null
@@ -1,22 +0,0 @@
-<?php
-
-/*
- * Name: Dark Bubble
- * Version: 1.0
- * Maintainer: Mike Macgirvin <mike@macgirvin.com>
- */
-
-
-$a->theme_info = array(
- 'extends' => 'testbubble',
-);
-
-
-$a->page['htmlhead'] .= <<< EOT
-<script>
-$(document).ready(function() {
-
-$('html').click(function() { $("#nav-notifications-menu" ).hide(); });
-});
-</script>
-EOT;