From 73361b0807f8ed16bfd9a6d71ce9d68c44066192 Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 11 Mar 2008 18:20:43 +0000 Subject: Adding a friendly old template to the test plugin git-svn-id: https://code.elgg.org/elgg/trunk@174 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/test/views/default/css.php | 136 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 136 insertions(+) create mode 100644 mod/test/views/default/css.php (limited to 'mod/test/views/default/css.php') diff --git a/mod/test/views/default/css.php b/mod/test/views/default/css.php new file mode 100644 index 000000000..de4b5146b --- /dev/null +++ b/mod/test/views/default/css.php @@ -0,0 +1,136 @@ + +/* + + 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; + } -- cgit v1.2.3