From aecf239a1aac95800bc7a34434bf4d96f528269d Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 31 Mar 2008 13:34:41 +0000 Subject: Removing the mod/test plugin. It doesn't need to be here... git-svn-id: https://code.elgg.org/elgg/trunk@294 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/test/views/default/css.php | 151 ------------------------ mod/test/views/default/menu.php | 22 ---- mod/test/views/default/pageshells/pageshell.php | 73 ------------ mod/test/views/default/testplugin/pageshell.php | 4 - 4 files changed, 250 deletions(-) delete mode 100644 mod/test/views/default/css.php delete mode 100644 mod/test/views/default/menu.php delete mode 100644 mod/test/views/default/pageshells/pageshell.php delete mode 100644 mod/test/views/default/testplugin/pageshell.php (limited to 'mod/test/views/default') diff --git a/mod/test/views/default/css.php b/mod/test/views/default/css.php deleted file mode 100644 index 440174624..000000000 --- a/mod/test/views/default/css.php +++ /dev/null @@ -1,151 +0,0 @@ - -/* - - Elgg main site CSS file - -*/ - -body { - margin: 0px; - background-color: #ffffff; - font-family: arial, helvetica; - font-size: 10pt; - line-height: 1.2ems; - margin: 0px; - padding: 0px; - } - -h1 { - 13pt; - } -h2 { - 12pt; - } -h3 { - 11pt; - } -form { - margin: 0px; - padding: 0px; - } - -/* Page top */ -#pagetop { - background-color: #5F1741; - } -#pagetop ul { - position: absolute; - right: 0; - top: 0; - list-style-type: none; - margin: 0px; - padding: 0px; - } -#pagetop li { - font-family: verdana, arial, helvetica, helv; - color:#ffffff; - margin: 0; - padding: 0; - } -#pagetop li a { - display: block; - text-decoration: none; - color: #ffa800; - text-align: center; - background-color: #444444; - } -#pagetop li a:hover { - color: #000000; - background-color: #ffa800; - } -.messages { - background-color: #000000; - color: #ffffff; - padding: 0px; - margin: 0px; - } -.messages ul { - padding: 0px; - margin: 0px; - } -.menubar { - background-color: #aaaaaa; - padding: 3px; - border: 0px; - border-bottom: 1px; - border-color: #000000; - border-style: solid; - } -.menubar a { - color: #ffffff; - padding: 3px; - text-decoration: none; - } -.menubar a:hover { - text-decoration: underline; - } -.actionbox { - background-color: #eeeeee; - border: 1px; - border-color: #000000; - border-style: solid; - padding: 7px; - - } -.actionbox caption { - background-color: #aaaaaa; - color: #ffffff; - vertical-align: middle; - text-align: center; - padding: 4px; - font-weight: bold; - border: 1px; - border-color: #000000; - border-style: solid; - border-bottom: 0px; - font-size: 1.1em; - - } -.infobox { - background-color: #eeeeee; - border: 1px; - border-color: #000000; - border-style: solid; - padding: 7px; - } -.infobox caption { - background-color: #aaaaaa; - color: #ffffff; - vertical-align: middle; - text-align: center; - padding: 4px; - font-weight: bold; - border: 1px; - border-color: #000000; - border-style: solid; - border-bottom: 0px; - font-size: 1.1em; - } -.profiletable { - border: 1px; - border-style: solid; - border-color: #888888; - } -.profiletable .fieldname { - background-color: #C6DEFD; - } - -#topmenu { - position:absolute; - top:2px; - right:10px; -} - -#topmenu li { - display:inline; - list-style:none; -} - -#topmenu a { - color:#fff; -} \ No newline at end of file diff --git a/mod/test/views/default/menu.php b/mod/test/views/default/menu.php deleted file mode 100644 index e0f231bfc..000000000 --- a/mod/test/views/default/menu.php +++ /dev/null @@ -1,22 +0,0 @@ - - - - - \ No newline at end of file diff --git a/mod/test/views/default/pageshells/pageshell.php b/mod/test/views/default/pageshells/pageshell.php deleted file mode 100644 index 32ed19237..000000000 --- a/mod/test/views/default/pageshells/pageshell.php +++ /dev/null @@ -1,73 +0,0 @@ - - - -<?php echo $title; ?> - - - - - - - - - - - -
Elgg
- - - - - - - - - - - - - - - - - -
$vars['sysmessages'])); - - ?>
-   -
   
- Copyright © 2004-2005 ELGG
- About ELGG | FAQ | Privacy Policy | Run your own ELGG
- - \ No newline at end of file diff --git a/mod/test/views/default/testplugin/pageshell.php b/mod/test/views/default/testplugin/pageshell.php deleted file mode 100644 index 694f26874..000000000 --- a/mod/test/views/default/testplugin/pageshell.php +++ /dev/null @@ -1,4 +0,0 @@ -
-

Gosh! This view was added to!

- -
\ No newline at end of file -- cgit v1.2.3