summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-01-20 20:56:34 +0000
committerDries Buytaert <dries@buytaert.net>2003-01-20 20:56:34 +0000
commit7e80b04c2cb830aa3de0a9e1f83fc371d2c9b7cc (patch)
treedd235a604f793c2d45af0e079ce2fd502d368eff
parentca68e8a3c7e0ca054df5e8e3fc7b8be45a287b49 (diff)
downloadbrdo-7e80b04c2cb830aa3de0a9e1f83fc371d2c9b7cc.tar.gz
brdo-7e80b04c2cb830aa3de0a9e1f83fc371d2c9b7cc.tar.bz2
- Removed theme goofy from CVS.
-rw-r--r--themes/goofy/goofy.theme182
-rw-r--r--themes/goofy/images/drupal.pngbin3625 -> 0 bytes
-rw-r--r--themes/goofy/images/gr-d.pngbin162 -> 0 bytes
-rw-r--r--themes/goofy/images/gr-dl.pngbin275 -> 0 bytes
-rw-r--r--themes/goofy/images/gr-dr.pngbin294 -> 0 bytes
-rw-r--r--themes/goofy/images/gr-l.pngbin153 -> 0 bytes
-rw-r--r--themes/goofy/images/gr-r.pngbin152 -> 0 bytes
-rw-r--r--themes/goofy/images/gr-u.pngbin161 -> 0 bytes
-rw-r--r--themes/goofy/images/gr-ul.pngbin254 -> 0 bytes
-rw-r--r--themes/goofy/images/gr-ur.pngbin288 -> 0 bytes
-rw-r--r--themes/goofy/images/lg-d.pngbin162 -> 0 bytes
-rw-r--r--themes/goofy/images/lg-dl.pngbin270 -> 0 bytes
-rw-r--r--themes/goofy/images/lg-dr.pngbin295 -> 0 bytes
-rw-r--r--themes/goofy/images/lg-l.pngbin153 -> 0 bytes
-rw-r--r--themes/goofy/images/lg-r.pngbin152 -> 0 bytes
-rw-r--r--themes/goofy/images/lg-u.pngbin160 -> 0 bytes
-rw-r--r--themes/goofy/images/lg-ul.pngbin243 -> 0 bytes
-rw-r--r--themes/goofy/images/lg-ur.pngbin284 -> 0 bytes
-rw-r--r--themes/goofy/images/logo.pngbin18085 -> 0 bytes
-rw-r--r--themes/goofy/images/null.gifbin807 -> 0 bytes
-rw-r--r--themes/goofy/images/or-d.pngbin184 -> 0 bytes
-rw-r--r--themes/goofy/images/or-dl.pngbin393 -> 0 bytes
-rw-r--r--themes/goofy/images/or-dr.pngbin427 -> 0 bytes
-rw-r--r--themes/goofy/images/or-l.pngbin173 -> 0 bytes
-rw-r--r--themes/goofy/images/or-r.pngbin171 -> 0 bytes
-rw-r--r--themes/goofy/images/or-u.pngbin183 -> 0 bytes
-rw-r--r--themes/goofy/images/or-ul.pngbin370 -> 0 bytes
-rw-r--r--themes/goofy/images/or-ur.pngbin441 -> 0 bytes
28 files changed, 0 insertions, 182 deletions
diff --git a/themes/goofy/goofy.theme b/themes/goofy/goofy.theme
deleted file mode 100644
index ac6764c54..000000000
--- a/themes/goofy/goofy.theme
+++ /dev/null
@@ -1,182 +0,0 @@
-<?php
-// $Id$
-
- /*********************************************************************
-
- Theme: Goofy
- Author: Steven Wittens (UnConeD)
- Email: unconed@drop.org
- Description: Colourful, graphical, orange theme for high-resolutions.
- Notes: Only boxes on the right, because the graphics take up a lot
- of horizontal space.
-
- *********************************************************************/
-
- class Theme_goofy extends BaseTheme {
- // General colorset that can be used for this theme
- var $foreground = "#000000";
- var $background = "#FFFFFF";
-
- function system($field) {
- $system["name"] = "Goofy";
- $system["author"] = "Steven Wittens";
- $system["description"] = "Internet explorer, Netscape, Opera";
-
- return $system[$field];
- }
-
- function header($title = "") {
-?>
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html>
- <head>
- <?php print theme_head($main); ?>
- <title><?php echo ($title ? ($title . " - ") : "") . variable_get(site_name, "drupal"); ?></title>
- <style type="text/css">
- <!--
- body { background-color: #FFFFFF; font-size: 10pt; font-family: tahoma,helvetica,arial; }
- p,ul,li,div,form,em,blockquote,quote { font-size: 10pt; font-family: tahoma,helvetica,arial; font-weight: normal; }
- td { font-family: tahoma,arial,helvetica; font-size: 10pt; font-weight: normal; }
- td.left { font-family: tahoma,arial,helvetica; font-size: 10pt; text-align: left; }
- td.oru { background: url("<?php echo $this->path; ?>/images/or-u.png"); width: 100%; }
- td.ord { background: url("<?php echo $this->path; ?>/images/or-d.png"); width: 100%; }
- td.orl { background: url("<?php echo $this->path; ?>/images/or-l.png"); }
- td.orr { background: url("<?php echo $this->path; ?>/images/or-r.png"); }
- td.orcnt { background: #FBC636; width: 100%; font-family: tahoma,arial,helvetica; font-size: 10pt; font-weight: bold; text-align: center; }
- td.gru { background: url("<?php echo $this->path; ?>/images/gr-u.png"); width: 100%; }
- td.grd { background: url("<?php echo $this->path; ?>/images/gr-d.png"); width: 100%; }
- td.grl { background: url("<?php echo $this->path; ?>/images/gr-l.png"); }
- td.grr { background: url("<?php echo $this->path; ?>/images/gr-r.png"); }
- td.grcnt { background: #C6C6C6; width: 100%; font-family: tahoma,arial,helvetica; font-size: 10pt; }
- td.lgu { background: url("<?php echo $this->path; ?>/images/lg-u.png"); width: 100%; }
- td.lgd { background: url("<?php echo $this->path; ?>/images/lg-d.png"); width: 100%; }
- td.lgl { background: url("<?php echo $this->path; ?>/images/lg-l.png"); }
- td.lgr { background: url("<?php echo $this->path; ?>/images/lg-r.png"); }
- td.lgcnt { background: #E4E4E4; width: 100%; font-family: tahoma,arial,helvetica; font-size: 10pt; white-space: normal; }
- td.lgcntnw { background: #E4E4E4; width: 100%; font-family: tahoma,arial,helvetica; font-size: 10pt; white-space: nowrap; }
-
- small { font-size: 8pt; }
- big { font-size: 12pt; }
-
- hr { color: #404040; height: 1px; }
-
- a { color: #804000; text-decoration: none; }
- a:link { color: #804000; }
- a:visited { color: #804000; }
- a:active { color: #804000; }
-
- b { font-weight: bold; }
-
- -->
- </style>
- <script language="JavaScript" type="text/javascript"><!--
-function b(title,content) {document.writeln("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\"><tr><td><img src=\"<?php echo $this->path; ?>/images/or-ul.png\" alt=\"\"></td><td class=\"oru\" width=\"100%\"><img src=\"<?php echo $this->path; ?>/images/null.gif\" alt=\"\"></td><td><img src=\"<?php echo $this->path; ?>/images/or-ur.png\" alt=\"\"></td></tr><tr><td class=\"orl\"><img src=\"<?php echo $this->path; ?>/images/null.gif\" alt=\"\"></td><td class=\"orcnt\" width=\"100%\" valign=\"top\">" + title + "</td><td class=\"orr\"><img src=\"<?php echo $this->path; ?>/images/null.gif\" alt=\"\"></td></tr><tr><td class=\"orl\"><img src=\"<?php echo $this->path; ?>/images/null.gif\" alt=\"\"></td><td class=\"orcnt\" width=\"100%\"><img src=\"<?php echo $this->path; ?>/images/null.gif\" height=\"5\" alt=\"\"></td><td class=\"orr\"><img src=\"<?php echo $this->path; ?>/images/null.gif\" alt=\"\"></td></tr><tr><td class=\"lgl\"><img src=\"<?php echo $this->path; ?>/images/null.gif\" alt=\"\"></td><td class=\"lgcnt\" width=\"100%\"><img src=\"<?php echo $this->path; ?>/images/null.gif\" height=\"4\" alt=\"\"></td><td class=\"lgr\"><img src=\"<?php echo $this->path; ?>/images/null.gif\" alt=\"\"></td></tr><tr><td class=\"lgl\"><img src=\"<?php echo $this->path; ?>/images/null.gif\" alt=\"\"></td><td class=\"lgcnt\" width=\"100%\">" + content + "</td><td class=\"lgr\"><img src=\"<?php echo $this->path; ?>/images/null.gif\" alt=\"\"></td></tr><tr><td><img src=\"<?php echo $this->path; ?>/images/lg-dl.png\" alt=\"\"></td><td class=\"lgd\" width=\"100%\"><img src=\"<?php echo $this->path; ?>/images/null.gif\" width=\"150\" height=\"1\" alt=\"\"></td><td><img src=\"<?php echo $this->path; ?>/images/lg-dr.png\" alt=\"\"></td></tr></table><br>");}
-function s(title,subleft,subright,body) {document.writeln("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\"><tr><td><img src=\"<?php echo $this->path; ?>/images/or-ul.png\" alt=\"\"></td><td class=\"oru\" width=\"100%\" colspan=\"2\"><img src=\"<?php echo $this->path; ?>/images/null.gif\" alt=\"\"></td><td><img src=\"<?php echo $this->path; ?>/images/or-ur.png\" alt=\"\"></td></tr><tr><td class=\"orl\"><img src=\"<?php echo $this->path; ?>/images/null.gif\" alt=\"\"></td><td class=\"orcnt\" width=\"100%\" valign=\"top\" colspan=\"2\">" + title + "</td><td class=\"orr\"><img src=\"<?php echo $this->path; ?>/images/null.gif\" alt=\"\"></td></tr><tr><td class=\"orl\"><img src=\"<?php echo $this->path; ?>/images/null.gif\" alt=\"\"></td><td class=\"orcnt\" width=\"100%\" colspan=\"2\"><img src=\"<?php echo $this->path; ?>/images/null.gif\" height=\"5\" alt=\"\"></td><td class=\"orr\"><img src=\"<?php echo $this->path; ?>/images/null.gif\" alt=\"\"></td></tr><tr><td class=\"lgl\"><img src=\"<?php echo $this->path; ?>/images/null.gif\" alt=\"\"></td><td class=\"lgcnt\" width=\"100%\" colspan=\"2\"><img src=\"<?php echo $this->path; ?>/images/null.gif\" height=\"4\" alt=\"\"></td><td class=\"lgr\"><img src=\"<?php echo $this->path; ?>/images/null.gif\" alt=\"\"></td></tr><tr><td class=\"lgl\"><img src=\"<?php echo $this->path; ?>/images/null.gif\" alt=\"\"></td><td class=\"lgcnt\"><small>" + subleft + "</small></td><td class=\"lgcntnw\"><div align=\"right\">" + subright + "</div></td><td class=\"lgr\"><img src=\"<?php echo $this->path; ?>/images/null.gif\" alt=\"\"></td></tr><tr><td class=\"lgl\"><img src=\"<?php echo $this->path; ?>/images/null.gif\" alt=\"\"></td><td class=\"lgcnt\" width=\"100%\" colspan=\"2\"><hr color=\"#404040\" size=\"1\">" + body + "</div></td><td class=\"lgr\"><img src=\"<?php echo $this->path; ?>/images/null.gif\" alt=\"\"></td></tr><tr><td><img src=\"<?php echo $this->path; ?>/images/lg-dl.png\" alt=\"\"></td><td class=\"lgd\" width=\"100%\" colspan=\"2\"><img src=\"<?php echo $this->path; ?>/images/null.gif\" alt=\"\"></td><td><img src=\"<?php echo $this->path; ?>/images/lg-dr.png\" alt=\"\"></td></tr></table><br>");}
-function c(subject,mod,author,date,body) {document.writeln("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\"><tr><td><img src=\"<?php echo $this->path; ?>/images/or-ul.png\" alt=\"\"></td><td class=\"oru\" width=\"100%\" colspan=\"2\"><img src=\"<?php echo $this->path; ?>/images/null.gif\" alt=\"\"></td><td><img src=\"<?php echo $this->path; ?>/images/or-ur.png\" alt=\"\"></td></tr><tr><td class=\"orl\"><img src=\"<?php echo $this->path; ?>/images/null.gif\" alt=\"\"></td><td class=\"orcnt\" width=\"100%\" valign=\"top\" colspan=\"2\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"1\" width=\"100%\"><tr><td valign=\"top\" width=\"5%\"><div align=\"right\"><b><?php echo t("Subject"); ?>:</b>&nbsp;</div></td><td width=\"80%\" class=\"left\"><b>" + subject + "</b></td><td rowspan=\"3\" valign=\"middle\" width=\"15%\"><div align=\"right\">" + mod + "</div></td></tr><tr><td valign=\"top\"><div align=\"right\"><?php echo t("Author"); ?>:&nbsp;</div></td><td class=\"left\">" + author + "</td></tr><tr><td><div align=\"right\"><?php echo t("Date"); ?>:&nbsp;</div></td><td class=\"left\">" + date + "</td></tr></table></td><td class=\"orr\"><img src=\"<?php echo $this->path; ?>/images/null.gif\" alt=\"\"></td></tr><tr><td class=\"orl\"><img src=\"<?php echo $this->path; ?>/images/null.gif\" alt=\"\"></td><td class=\"orcnt\" width=\"100%\" colspan=\"2\"><img src=\"<?php echo $this->path; ?>/images/null.gif\" height=\"5\" alt=\"\"></td><td class=\"orr\"><img src=\"<?php echo $this->path; ?>/images/null.gif\" alt=\"\"></td></tr><tr><td class=\"lgl\"><img src=\"<?php echo $this->path; ?>/images/null.gif\" alt=\"\"></td><td class=\"lgcnt\" width=\"100%\" colspan=\"2\"><img src=\"<?php echo $this->path; ?>/images/null.gif\" height=\"4\" alt=\"\"></td><td class=\"lgr\"><img src=\"<?php echo $this->path; ?>/images/null.gif\" alt=\"\"></td></tr>");if(body){document.writeln("<tr><td class=\"lgl\"><img src=\"<?php echo $this->path; ?>/images/null.gif\" alt=\"\"></td><td class=\"lgcnt\" width=\"100%\" colspan=\"2\">" + body + "</td><td class=\"lgr\"><img src=\"<?php echo $this->path; ?>/images/null.gif\" alt=\"\"></td></tr>");};document.writeln("<tr><td><img src=\"<?php echo $this->path; ?>/images/lg-dl.png\" alt=\"\"></td><td class=\"lgd\" width=\"100%\" colspan=\"2\"><img src=\"<?php echo $this->path; ?>/images/null.gif\" alt=\"\"></td><td><img src=\"<?php echo $this->path; ?>/images/lg-dr.png\" alt=\"\"></td></tr></table><br>");}
- //-->
- </script>
- </head>
- <body>
- <table border="0" cellspacing="3" cellpadding="0" width="100%">
- <tr>
- <td colspan="2" width="100%"><table border="0" cellspacing="0" cellpadding="0" width="100%"><tr><td align="left"><img src="<?php echo $this->path; ?>/images/logo.png" alt=""></td><td align="right"><img src="<?php echo $this->path; ?>/images/drupal.png" alt="Powered by Drupal"></td></tr></table>
-<?php $this->linksbar(); ?>
- </td>
- </tr>
- <tr>
- <td valign="top" width="100%">
-<?php
- } // close header function
-
-
-
- function linksbar() { // helper function to prevent double code
-?>
- <table border="0" cellspacing="0" cellpadding="0" width="100%">
- <tr>
- <td><img src="<?php echo $this->path; ?>/images/lg-ul.png" alt=""></td>
- <td class="lgu" width="100%"><img src="<?php echo $this->path; ?>/images/null.gif" alt=""></td>
- <td><img src="<?php echo $this->path; ?>/images/lg-ur.png" alt=""></td>
- </tr>
- <tr>
- <td class="lgl"><img src="<?php echo $this->path; ?>/images/null.gif" alt=""></td>
- <td class="lgcnt" width="100%" valign="top"><div align="center"><?php print $this->links(link_page()); ?></div></td>
- <td class="lgr"><img src="<?php echo $this->path; ?>/images/null.gif" alt=""></td>
- </tr>
- <tr>
- <td><img src="<?php echo $this->path; ?>/images/lg-dl.png" alt=""></td>
- <td class="lgd" width="100%"><img src="<?php echo $this->path; ?>/images/null.gif" alt=""></td>
- <td><img src="<?php echo $this->path; ?>/images/lg-dr.png" alt=""></td>
- </tr>
- </table>
-<?php
- } // close linksbar function
-
-
- function node($node, $main = 0) {
- echo "\n<!-- node: \"$node->title\" -->\n";
- $title = $node->title;
- $subleft = strtr(t("Submitted by %a on %b"), array("%a" => format_name($node), "%b" => format_date($node->created, "large")));
- if (function_exists("taxonomy_node_get_terms")) {
- if ($terms = taxonomy_node_get_terms($node->nid)) {
- $taxlinks = array();
- foreach ($terms as $term) {
- $taxlinks[] = l($term->name, NULL, array(), "or=$term->tid");
- }
- $subright = $this->links($taxlinks);
- }
- }
-
- if ($main && $node->teaser) {
- $body = check_output($node->teaser);
- }
- else {
- $body = check_output($node->body);
- }
-
- if ($links = link_node($node, $main)) {
- $body .= "<hr color=\"#404040\" size=\"1\"><div align=\"right\">[ " . $this->links($links) . " ]</div>";
- }
-
- print "<script language=\"JavaScript\"><!--\ns(\"". $this->stripbreaks(addslashes($title)) ."\",\"". $this->stripbreaks(addslashes($subleft)) ."\",\"". $this->stripbreaks(addslashes($subright)) ."\",\"". $this->stripbreaks(addslashes($body)) ."\"); // -->\n</script>\n";
- } // close node function
-
-
- function comment($comment, $link = "") {
- $author = "<b>" . format_name($comment) . "</b>";
- $body = check_output($comment->comment) . "<br><hr color=\"#404040\" size=\"1\"><div align=\"right\">[ $link ]</div>";
-
- print "<script language=\"JavaScript\"><!--\nc(\"". $this->stripbreaks(addslashes($comment->subject)) ."\",\"". $this->stripbreaks(addslashes(comment_moderation($comment))) ."\",\"". $this->stripbreaks(addslashes($author)) ."\",\"". $this->stripbreaks(addslashes(format_date($comment->timestamp))) ."\",\"". $this->stripbreaks(addslashes($body)) ."\"); // -->\n</script>\n";
- } // close comment function
-
-
- function stripbreaks($a) { // helper function for generating the javascripted boxes
- return str_replace("\n","\\n",str_replace("\r","\\r",$a));
- } // close stripbreaks function
-
-
- function box($subject, $content, $region = "main") {
- print "<script language=\"JavaScript\"><!--\nb(\"". $this->stripbreaks(addslashes($subject)) ."\",\"". $this->stripbreaks(addslashes($content)) ."\"); // -->\n</script>\n";
- } // close box function
-
-
- function footer() {
-?>
- </td>
- <td valign="top">
-<?php
- theme_blocks("all", $this);
-?>
- </td>
- </tr>
- <tr><td colspan="2">
-<?php $this->linksbar(); ?>
- </td></tr>
- </table>
- </body>
- </html>
-<?php
- } // close footer function
- } // close theme-class
-
-?>
diff --git a/themes/goofy/images/drupal.png b/themes/goofy/images/drupal.png
deleted file mode 100644
index 7f2c0f886..000000000
--- a/themes/goofy/images/drupal.png
+++ /dev/null
Binary files differ
diff --git a/themes/goofy/images/gr-d.png b/themes/goofy/images/gr-d.png
deleted file mode 100644
index 644f6ecf1..000000000
--- a/themes/goofy/images/gr-d.png
+++ /dev/null
Binary files differ
diff --git a/themes/goofy/images/gr-dl.png b/themes/goofy/images/gr-dl.png
deleted file mode 100644
index 3a979dc8a..000000000
--- a/themes/goofy/images/gr-dl.png
+++ /dev/null
Binary files differ
diff --git a/themes/goofy/images/gr-dr.png b/themes/goofy/images/gr-dr.png
deleted file mode 100644
index 889f89791..000000000
--- a/themes/goofy/images/gr-dr.png
+++ /dev/null
Binary files differ
diff --git a/themes/goofy/images/gr-l.png b/themes/goofy/images/gr-l.png
deleted file mode 100644
index 506ec6ec0..000000000
--- a/themes/goofy/images/gr-l.png
+++ /dev/null
Binary files differ
diff --git a/themes/goofy/images/gr-r.png b/themes/goofy/images/gr-r.png
deleted file mode 100644
index 7f46a8eb7..000000000
--- a/themes/goofy/images/gr-r.png
+++ /dev/null
Binary files differ
diff --git a/themes/goofy/images/gr-u.png b/themes/goofy/images/gr-u.png
deleted file mode 100644
index ce6ac5026..000000000
--- a/themes/goofy/images/gr-u.png
+++ /dev/null
Binary files differ
diff --git a/themes/goofy/images/gr-ul.png b/themes/goofy/images/gr-ul.png
deleted file mode 100644
index fae5e12dc..000000000
--- a/themes/goofy/images/gr-ul.png
+++ /dev/null
Binary files differ
diff --git a/themes/goofy/images/gr-ur.png b/themes/goofy/images/gr-ur.png
deleted file mode 100644
index e8845d655..000000000
--- a/themes/goofy/images/gr-ur.png
+++ /dev/null
Binary files differ
diff --git a/themes/goofy/images/lg-d.png b/themes/goofy/images/lg-d.png
deleted file mode 100644
index 554e64b62..000000000
--- a/themes/goofy/images/lg-d.png
+++ /dev/null
Binary files differ
diff --git a/themes/goofy/images/lg-dl.png b/themes/goofy/images/lg-dl.png
deleted file mode 100644
index df3047a1d..000000000
--- a/themes/goofy/images/lg-dl.png
+++ /dev/null
Binary files differ
diff --git a/themes/goofy/images/lg-dr.png b/themes/goofy/images/lg-dr.png
deleted file mode 100644
index 81b4e3fa9..000000000
--- a/themes/goofy/images/lg-dr.png
+++ /dev/null
Binary files differ
diff --git a/themes/goofy/images/lg-l.png b/themes/goofy/images/lg-l.png
deleted file mode 100644
index 00ece7601..000000000
--- a/themes/goofy/images/lg-l.png
+++ /dev/null
Binary files differ
diff --git a/themes/goofy/images/lg-r.png b/themes/goofy/images/lg-r.png
deleted file mode 100644
index 2ceccfa47..000000000
--- a/themes/goofy/images/lg-r.png
+++ /dev/null
Binary files differ
diff --git a/themes/goofy/images/lg-u.png b/themes/goofy/images/lg-u.png
deleted file mode 100644
index beec57de9..000000000
--- a/themes/goofy/images/lg-u.png
+++ /dev/null
Binary files differ
diff --git a/themes/goofy/images/lg-ul.png b/themes/goofy/images/lg-ul.png
deleted file mode 100644
index 48e94e36d..000000000
--- a/themes/goofy/images/lg-ul.png
+++ /dev/null
Binary files differ
diff --git a/themes/goofy/images/lg-ur.png b/themes/goofy/images/lg-ur.png
deleted file mode 100644
index 9a929cfa8..000000000
--- a/themes/goofy/images/lg-ur.png
+++ /dev/null
Binary files differ
diff --git a/themes/goofy/images/logo.png b/themes/goofy/images/logo.png
deleted file mode 100644
index 7d87aa99d..000000000
--- a/themes/goofy/images/logo.png
+++ /dev/null
Binary files differ
diff --git a/themes/goofy/images/null.gif b/themes/goofy/images/null.gif
deleted file mode 100644
index c8897e749..000000000
--- a/themes/goofy/images/null.gif
+++ /dev/null
Binary files differ
diff --git a/themes/goofy/images/or-d.png b/themes/goofy/images/or-d.png
deleted file mode 100644
index 223984f96..000000000
--- a/themes/goofy/images/or-d.png
+++ /dev/null
Binary files differ
diff --git a/themes/goofy/images/or-dl.png b/themes/goofy/images/or-dl.png
deleted file mode 100644
index dd7807af6..000000000
--- a/themes/goofy/images/or-dl.png
+++ /dev/null
Binary files differ
diff --git a/themes/goofy/images/or-dr.png b/themes/goofy/images/or-dr.png
deleted file mode 100644
index 2c5fd231d..000000000
--- a/themes/goofy/images/or-dr.png
+++ /dev/null
Binary files differ
diff --git a/themes/goofy/images/or-l.png b/themes/goofy/images/or-l.png
deleted file mode 100644
index dce2f2ca0..000000000
--- a/themes/goofy/images/or-l.png
+++ /dev/null
Binary files differ
diff --git a/themes/goofy/images/or-r.png b/themes/goofy/images/or-r.png
deleted file mode 100644
index 9dc2bac42..000000000
--- a/themes/goofy/images/or-r.png
+++ /dev/null
Binary files differ
diff --git a/themes/goofy/images/or-u.png b/themes/goofy/images/or-u.png
deleted file mode 100644
index 156e10639..000000000
--- a/themes/goofy/images/or-u.png
+++ /dev/null
Binary files differ
diff --git a/themes/goofy/images/or-ul.png b/themes/goofy/images/or-ul.png
deleted file mode 100644
index 085d5c313..000000000
--- a/themes/goofy/images/or-ul.png
+++ /dev/null
Binary files differ
diff --git a/themes/goofy/images/or-ur.png b/themes/goofy/images/or-ur.png
deleted file mode 100644
index 1804a560e..000000000
--- a/themes/goofy/images/or-ur.png
+++ /dev/null
Binary files differ