diff options
Diffstat (limited to 'view/theme/darkbubble')
-rw-r--r-- | view/theme/darkbubble/dbicons.png | bin | 19694 -> 0 bytes | |||
-rw-r--r-- | view/theme/darkbubble/screenshot.jpg | bin | 71056 -> 0 bytes | |||
-rw-r--r-- | view/theme/darkbubble/style.css | 33 | ||||
-rw-r--r-- | view/theme/darkbubble/theme.php | 22 |
4 files changed, 0 insertions, 55 deletions
diff --git a/view/theme/darkbubble/dbicons.png b/view/theme/darkbubble/dbicons.png Binary files differdeleted file mode 100644 index 696ef779c..000000000 --- a/view/theme/darkbubble/dbicons.png +++ /dev/null diff --git a/view/theme/darkbubble/screenshot.jpg b/view/theme/darkbubble/screenshot.jpg Binary files differdeleted file mode 100644 index 0d9af2c04..000000000 --- a/view/theme/darkbubble/screenshot.jpg +++ /dev/null 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; |