aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/easterbunny
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-11-06 20:39:00 -0800
committerfriendica <info@friendica.com>2012-11-06 20:39:00 -0800
commit6db8b5bbd213693587de6d696e401d5b936b3b80 (patch)
treeacb3019ae59310c6fe14238cc698ed13e7907f07 /view/theme/easterbunny
parent295b865d065b12c6686592bd34739ac9d9b87978 (diff)
downloadvolse-hubzilla-6db8b5bbd213693587de6d696e401d5b936b3b80.tar.gz
volse-hubzilla-6db8b5bbd213693587de6d696e401d5b936b3b80.tar.bz2
volse-hubzilla-6db8b5bbd213693587de6d696e401d5b936b3b80.zip
All the themes except one are horked anway
Diffstat (limited to 'view/theme/easterbunny')
-rw-r--r--view/theme/easterbunny/css/style.css48
-rw-r--r--view/theme/easterbunny/img/border.jpgbin364 -> 0 bytes
-rw-r--r--view/theme/easterbunny/img/head.jpgbin1109 -> 0 bytes
-rw-r--r--view/theme/easterbunny/img/screenshot.jpgbin82074 -> 0 bytes
-rw-r--r--view/theme/easterbunny/img/shiny.pngbin320 -> 0 bytes
-rw-r--r--view/theme/easterbunny/php/theme.php4
6 files changed, 0 insertions, 52 deletions
diff --git a/view/theme/easterbunny/css/style.css b/view/theme/easterbunny/css/style.css
deleted file mode 100644
index b5d833679..000000000
--- a/view/theme/easterbunny/css/style.css
+++ /dev/null
@@ -1,48 +0,0 @@
-@import url('../../duepuntozero/css/style.css');
-
-.vcard .fn {
- color: orange !important;
-}
-
-.vcard .title {
- color: #00BB00 !important;
-}
-
-.wall-item-content-wrapper {
- border: 1px solid red;
- background: #FFDDFF;
-}
-
-.wall-item-content-wrapper.comment {
- background: #FFCCAA;
-}
-
-.comment-edit-wrapper {
- background: yellow;
-}
-
-body { background-image: url('../img/head.jpg'); }
-section { background: #EEFFFF; }
-
-a, a:visited { color: #0000FF; text-decoration: none; }
-a:hover {text-decoration: underline; }
-
-
-aside( background-image: url('../img/border.jpg'); }
-.tabs { background-image: url('../img/head.jpg'); }
-div.wall-item-content-wrapper.shiny { background-image: url('../img/shiny.png'); }
-
-
-.nav-commlink, .nav-login-link {
- background-color: #aed3b2;
-
-}
-
-.fakelink, .fakelink:visited {
- color: #0000FF;
-}
-
-.wall-item-name-link {
- color: #0000FF;
-}
-
diff --git a/view/theme/easterbunny/img/border.jpg b/view/theme/easterbunny/img/border.jpg
deleted file mode 100644
index 66c7a6fcc..000000000
--- a/view/theme/easterbunny/img/border.jpg
+++ /dev/null
Binary files differ
diff --git a/view/theme/easterbunny/img/head.jpg b/view/theme/easterbunny/img/head.jpg
deleted file mode 100644
index 1acd2ddb8..000000000
--- a/view/theme/easterbunny/img/head.jpg
+++ /dev/null
Binary files differ
diff --git a/view/theme/easterbunny/img/screenshot.jpg b/view/theme/easterbunny/img/screenshot.jpg
deleted file mode 100644
index 5ac613e78..000000000
--- a/view/theme/easterbunny/img/screenshot.jpg
+++ /dev/null
Binary files differ
diff --git a/view/theme/easterbunny/img/shiny.png b/view/theme/easterbunny/img/shiny.png
deleted file mode 100644
index d3f71ee1d..000000000
--- a/view/theme/easterbunny/img/shiny.png
+++ /dev/null
Binary files differ
diff --git a/view/theme/easterbunny/php/theme.php b/view/theme/easterbunny/php/theme.php
deleted file mode 100644
index 338f40cbf..000000000
--- a/view/theme/easterbunny/php/theme.php
+++ /dev/null
@@ -1,4 +0,0 @@
-<?php
-$a->theme_info = array(
- 'extends' => 'duepuntozero',
-);