From 922de7cd274ab5dfaff8105074ac77d88c6a181d Mon Sep 17 00:00:00 2001 From: Chris Alfonso Date: Thu, 26 Jun 2008 17:11:14 -0400 Subject: Made site into rpm --- Makefile | 36 +++ contribute.php | 10 - documentation.php | 9 - download.php | 10 - everest-site-1.0.0/content/contribute.php | 10 + everest-site-1.0.0/content/documentation.php | 10 + everest-site-1.0.0/content/download.php | 9 + everest-site-1.0.0/content/footer.php | 29 ++ everest-site-1.0.0/content/header.php | 16 + everest-site-1.0.0/content/index.html | 5 + everest-site-1.0.0/content/index.php | 29 ++ everest-site-1.0.0/content/menu.php | 23 ++ everest-site-1.0.0/content/styles/callout-bg.png | Bin 0 -> 2751 bytes everest-site-1.0.0/content/styles/default.css | 3 + everest-site-1.0.0/content/styles/et_logo.png | Bin 0 -> 5194 bytes everest-site-1.0.0/content/styles/everest.css | 332 +++++++++++++++++++++ .../content/styles/footer_corner.png | Bin 0 -> 2359 bytes .../content/styles/footer_pattern.png | Bin 0 -> 817 bytes everest-site-1.0.0/content/styles/generic.css | 74 +++++ everest-site-1.0.0/content/styles/topbar-bg.png | Bin 0 -> 3196 bytes .../content/styles/topbar-graphic.png | Bin 0 -> 9383 bytes everest-site-1.0.0/site.conf | 11 + everest-site.spec | 47 +++ footer.php | 29 -- header.php | 16 - index.html | 5 - index.php | 29 -- menu.php | 23 -- styles/callout-bg.png | Bin 2751 -> 0 bytes styles/default.css | 3 - styles/et_logo.png | Bin 5194 -> 0 bytes styles/everest.css | 332 --------------------- styles/footer_corner.png | Bin 2359 -> 0 bytes styles/footer_pattern.png | Bin 817 -> 0 bytes styles/generic.css | 74 ----- styles/topbar-bg.png | Bin 3196 -> 0 bytes styles/topbar-graphic.png | Bin 9383 -> 0 bytes 37 files changed, 634 insertions(+), 540 deletions(-) create mode 100644 Makefile delete mode 100644 contribute.php delete mode 100644 documentation.php delete mode 100644 download.php create mode 100644 everest-site-1.0.0/content/contribute.php create mode 100644 everest-site-1.0.0/content/documentation.php create mode 100644 everest-site-1.0.0/content/download.php create mode 100644 everest-site-1.0.0/content/footer.php create mode 100644 everest-site-1.0.0/content/header.php create mode 100644 everest-site-1.0.0/content/index.html create mode 100644 everest-site-1.0.0/content/index.php create mode 100644 everest-site-1.0.0/content/menu.php create mode 100644 everest-site-1.0.0/content/styles/callout-bg.png create mode 100644 everest-site-1.0.0/content/styles/default.css create mode 100644 everest-site-1.0.0/content/styles/et_logo.png create mode 100644 everest-site-1.0.0/content/styles/everest.css create mode 100644 everest-site-1.0.0/content/styles/footer_corner.png create mode 100644 everest-site-1.0.0/content/styles/footer_pattern.png create mode 100644 everest-site-1.0.0/content/styles/generic.css create mode 100644 everest-site-1.0.0/content/styles/topbar-bg.png create mode 100644 everest-site-1.0.0/content/styles/topbar-graphic.png create mode 100644 everest-site-1.0.0/site.conf create mode 100644 everest-site.spec delete mode 100644 footer.php delete mode 100644 header.php delete mode 100644 index.html delete mode 100644 index.php delete mode 100644 menu.php delete mode 100644 styles/callout-bg.png delete mode 100644 styles/default.css delete mode 100644 styles/et_logo.png delete mode 100644 styles/everest.css delete mode 100644 styles/footer_corner.png delete mode 100644 styles/footer_pattern.png delete mode 100644 styles/generic.css delete mode 100644 styles/topbar-bg.png delete mode 100644 styles/topbar-graphic.png diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..daa27d8 --- /dev/null +++ b/Makefile @@ -0,0 +1,36 @@ +NAME := everest-site +SPECFILE = $(NAME).spec +VERSION := $(shell rpm -q --qf "%{VERSION}\n" --specfile $(SPECFILE)| head -1) +RELEASE := $(shell rpm -q --qf "%{RELEASE}\n" --specfile $(SPECFILE)| head -1) +UPSTREAM_NAME = $(PROJECT) + +TAG = $(subst .,_,$(NAME)-$(VERSION)-$(RELEASE)) + +CVS = cvs +RPMBUILD = rpmbuild +INSTALL = /usr/bin/install +INSTALL_DIR = $(INSTALL) --verbose -d -m 755 +ARCHIVE = $(NAME)-$(VERSION).tar.gz + +RPM_TOPDIR = /tmp/$(NAME)-$(VERSION)-$(RELEASE)-build +_RPM_OPTS = --define "_topdir $(RPM_TOPDIR)" \ + --define "_builddir %{_topdir}" \ + --define "_sourcedir $(shell pwd)" \ + --define "_specdir $(shell pwd)" \ + --define "_rpmdir $(shell pwd)" \ + --define "_srcrpmdir $(shell pwd)" \ + --define '_rpmfilename %%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm' +RPM_OPTS = $(strip $(_RPM_OPTS)) + +rpm: clean $(RPM_TOPDIR) $(SPECFILE) $(ARCHIVE) + $(RPMBUILD) --clean $(RPM_OPTS) -bb $(SPECFILE) + rm -f $(ARCHIVE) + +clean: + @rm -rfv *~ *.rpm $(RPM_TOPDIR) $(ARCHIVE) + +$(ARCHIVE): + cd $(NAME)-$(VERSION); tar cvzf ../$(ARCHIVE) ./*; cd .. + +$(RPM_TOPDIR): + @$(INSTALL_DIR) $@ diff --git a/contribute.php b/contribute.php deleted file mode 100644 index d452198..0000000 --- a/contribute.php +++ /dev/null @@ -1,10 +0,0 @@ - - -
- -
- -
-
- - diff --git a/documentation.php b/documentation.php deleted file mode 100644 index 4a578f1..0000000 --- a/documentation.php +++ /dev/null @@ -1,9 +0,0 @@ - - -
- -
-
-
- - diff --git a/download.php b/download.php deleted file mode 100644 index 19b0344..0000000 --- a/download.php +++ /dev/null @@ -1,10 +0,0 @@ - - -
- -
- -
-
- - diff --git a/everest-site-1.0.0/content/contribute.php b/everest-site-1.0.0/content/contribute.php new file mode 100644 index 0000000..d452198 --- /dev/null +++ b/everest-site-1.0.0/content/contribute.php @@ -0,0 +1,10 @@ + + +
+ +
+ +
+
+ + diff --git a/everest-site-1.0.0/content/documentation.php b/everest-site-1.0.0/content/documentation.php new file mode 100644 index 0000000..4a0662b --- /dev/null +++ b/everest-site-1.0.0/content/documentation.php @@ -0,0 +1,10 @@ + + +
+ + +
+ + diff --git a/everest-site-1.0.0/content/download.php b/everest-site-1.0.0/content/download.php new file mode 100644 index 0000000..79c5f6e --- /dev/null +++ b/everest-site-1.0.0/content/download.php @@ -0,0 +1,9 @@ + + +
+ +
+
+
+ + diff --git a/everest-site-1.0.0/content/footer.php b/everest-site-1.0.0/content/footer.php new file mode 100644 index 0000000..67f3f1f --- /dev/null +++ b/everest-site-1.0.0/content/footer.php @@ -0,0 +1,29 @@ + + + + + diff --git a/everest-site-1.0.0/content/header.php b/everest-site-1.0.0/content/header.php new file mode 100644 index 0000000..743cbf0 --- /dev/null +++ b/everest-site-1.0.0/content/header.php @@ -0,0 +1,16 @@ + + + Everest + + + + + + + + + + diff --git a/everest-site-1.0.0/content/index.html b/everest-site-1.0.0/content/index.html new file mode 100644 index 0000000..535aa01 --- /dev/null +++ b/everest-site-1.0.0/content/index.html @@ -0,0 +1,5 @@ + + + + + diff --git a/everest-site-1.0.0/content/index.php b/everest-site-1.0.0/content/index.php new file mode 100644 index 0000000..0cf54bb --- /dev/null +++ b/everest-site-1.0.0/content/index.php @@ -0,0 +1,29 @@ + + +
+ +
+
+
+

Everest makes building intrastructure in a cloud computing environment easy

+
+

Evererst is a set of light weight tools that use Cobbler, Puppet, and Xen to provide developers and system administrators an easy way to initiate provisioning and system configuration of IT systems.

+

+

Everest goals:

+
    +
  • Consistently configure systems throughout the software development lifecycle, including production
  • +
  • Provide a consistent disaster recovery solution for system configuration
  • +
  • Enable large scale parallel developement of infrastructure systems
  • +
+

Everest uses:

+
    +
  • Cobbler - for OS provisioning and system profile management
  • +
  • Func - for remote control of cloud based machines
  • +
  • Puppet - for constent system configuration
  • +
+ +
+
+
+ + diff --git a/everest-site-1.0.0/content/menu.php b/everest-site-1.0.0/content/menu.php new file mode 100644 index 0000000..2eb2f80 --- /dev/null +++ b/everest-site-1.0.0/content/menu.php @@ -0,0 +1,23 @@ + + diff --git a/everest-site-1.0.0/content/styles/callout-bg.png b/everest-site-1.0.0/content/styles/callout-bg.png new file mode 100644 index 0000000..c24e5b8 Binary files /dev/null and b/everest-site-1.0.0/content/styles/callout-bg.png differ diff --git a/everest-site-1.0.0/content/styles/default.css b/everest-site-1.0.0/content/styles/default.css new file mode 100644 index 0000000..069de9c --- /dev/null +++ b/everest-site-1.0.0/content/styles/default.css @@ -0,0 +1,3 @@ + +@import url(generic.css); +@import url(everest.css); diff --git a/everest-site-1.0.0/content/styles/et_logo.png b/everest-site-1.0.0/content/styles/et_logo.png new file mode 100644 index 0000000..e094b59 Binary files /dev/null and b/everest-site-1.0.0/content/styles/et_logo.png differ diff --git a/everest-site-1.0.0/content/styles/everest.css b/everest-site-1.0.0/content/styles/everest.css new file mode 100644 index 0000000..8f3195b --- /dev/null +++ b/everest-site-1.0.0/content/styles/everest.css @@ -0,0 +1,332 @@ + +h1 { + font-weight: normal; +} + +body { + background: white; + color: #757575; +} + +#header { + margin: 0px; + height: 106px; + width: 100%; + background: url(ftopbar-bg.png) 5px 0px repeat-x; + border: 0px; +} + +#body { + float: left; + border: 0px; + left: 0px; + margin: 0px; + width: 100%; +} + +#content { + padding: 0px; + margin: 0px; + margin-left: 210px; +} + + +#intro { + float: left; + top: 0px; + width: 600px; +} + +#bullets { + margin-left: 455px; +} + + +#frontpage h1 { + padding: 0px; + margin: 0px; + color: #0664fe; +} + +#frontpage h2 { + border-bottom: 1px solid #ccc; + padding: 0px; + margin: 0px; +} + +#bullets { + padding-top: 0.3em; + padding-left: 1em; +} + +#bullets h2 { + padding-bottom: 0.2em; +} + +#bullets li { + margin-bottom: 0.5em; +} + +#graphic { + padding-top: 1em; +} + +#menu { + float: left; + padding-top: 0px; + left: 0px; + width: 200px; + margin-bottom: 1em; +} + +#menu ul { + background: white; + margin: 0px; + padding: 0px; + margin-left: 10px; + padding-top: 1px; + padding-bottom: 1px; +} + +#menu li ul { + margin-left: 0px; + padding: 0px; +} + +#menu ul li { + list-style: none; + color: white; + padding: 0px; + font-weight: bold; + font-size: 1.2em; +} + +#menu li ul li { + font-size: 1em; +} + +#menu ul li a, #menu ul li span { + text-decoration: inherit; + color: inherit; + display: block; + padding: 6px; + margin: 1px; +} + +#menu ul li .active { + background: #0664fe; +} + +#menu ul.l0 li .inactive { + background: #629dfe; +} + + +#menu ul.l1 li .inactive { + background: #ecf2e0; + border-left: 6px solid #629dfe; +} + +#menu ul.l1 li .inactive, +#menu ul.l1 li .active { + padding-left: 1em; +} + +#menu ul.l1 li .active { + border-left: 6px solid #0664fe; +} + +#headerLogo { + position: absolute; + top: 0px; + left:0px; + height: 105px; + width: 390px; + background: url(ftopbar-graphic.png); +} +#headerSearch { + position: absolute; + top: 0px; + right: 0px; + padding: 2em; +} + +#headerSearch input { + border: 1px solid #999999; + color: #999999; + background: white; + padding: 3px; + font-size: 1em; +} + +#headerSearch #submit { + border: 1px solid #999999; + background: #eeeeee; + color: black; + padding: 3px; + font-size: 1em; +} + + +#sitemap ul li { + list-style: none; +} + +#sitemap ul { + margin: 1em; + padding: 0em; +} + +#sitemap ul ul { + padding-left: 2em; +} + +#sitemap li { + margin: 0.5em; +} + +#sitemap a { + color: inherit; + text-decoration: underline; + font-weight: bold; +} + +pre { + border: 1px solid #bad08e; + background: #d3e1b7; + color: black; + padding: 1em; +} + +a { + color: inherit; +} + + +h1 a, h2 a, h3 a, h4 a, h5 a { + color: inherit; + text-decoration: inherit; +} + +#changelog .author { + color: #3c857c; + font-weight: bold; +} + +p.image { + text-align: center; +} + + +#footer { + clear: both; + position: relative; + margin: 0px; + padding: 0px; + border: 0px; + width: 100%; + background: #757575; + height: 180px; +} +/* This is hidden from IE <= 6 because it can't do transparency */ +body > #footer { + background: #757575 url(footer_pattern.png) repeat-x; +} + +#footer p { + position: absolute; + top: 0px; + left: 0px; + margin: 0px; + border: 0px; + width: 220px; + text-align: center; +} + +#footer p a img { + border: 0px; +} + +#projects { + margin: 0px; + border: 0px; + position: absolute; + top: 0px; + left: 0px; + width: 100%; +} + + +#projects dl { + margin: 0px; + border: 0px solid white; + height: 180px; + position: absolute; + top: 0px; + left: 0px; +} +/* This is hidden from IE <= 6 because it can't do transparency */ +head:first-child+body #projects dl { + background: url(footer_corner.png) no-repeat; +} + + +#projects #p1 { + margin-left: 25%; + width: 75%; +} + +#projects #p2 { + margin-left: 50%; + width: 50%; +} + +#projects #p3 { + margin-left: 75%; + width: 25%; +} + +#projects dt, #projects dd { + padding: 0px; + margin: 0px; +} + +#projects #p1 dt, #projects #p1 dd { + width: 33%; + } +#projects #p2 dt, #projects #p2 dd { + width: 50%; +} +#projects #p3 dt, #projects #p3 dd { + width: 99%; +} + +#projects { +} + +#projects span { + font-size: 0.8em; + display: block; + padding-left: 1em; + padding-top: 0.5em; +} + +#projects a { + font-size: 0.8em; + display: block; + padding-left: 0.8em; + padding-top: 1em; +} + +#projects a { + color: white; + text-decoration: inherit; +} + +#projects span { + color: #ccc; +} + +dd { + padding-bottom: 1em; +} diff --git a/everest-site-1.0.0/content/styles/footer_corner.png b/everest-site-1.0.0/content/styles/footer_corner.png new file mode 100644 index 0000000..090bfce Binary files /dev/null and b/everest-site-1.0.0/content/styles/footer_corner.png differ diff --git a/everest-site-1.0.0/content/styles/footer_pattern.png b/everest-site-1.0.0/content/styles/footer_pattern.png new file mode 100644 index 0000000..647c52a Binary files /dev/null and b/everest-site-1.0.0/content/styles/footer_pattern.png differ diff --git a/everest-site-1.0.0/content/styles/generic.css b/everest-site-1.0.0/content/styles/generic.css new file mode 100644 index 0000000..f04cc1f --- /dev/null +++ b/everest-site-1.0.0/content/styles/generic.css @@ -0,0 +1,74 @@ + +body { + margin: 0em; + padding: 0px; + color: rgb(0,0,0); + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 76%; +} + +p, ul, ol, dl { + padding: 0px; + margin: 0px; +} + +ol,ul { + margin-left: 3em; +} + +ol,ul,dl,p { + margin-top: 1em; + margin-bottom: 1em; +} + +p:first-line { + margin-right: 1em; +} + +div.body p:first-letter { + font-size: 1.2em; + font-weight: bold; +} + +h1,h2,h3,h4,h5,h6 { + font-weight: bold; + margin: 0px; + padding: 0px; + margin-top: 0.5em; +} + +div.footer { + margin-top: 1em; +} + +h1 { + font-size: 2em; +} +h2 { + font-size: 1.6em; +} +h3 { + font-size: 1.4em; +} +h4 { + font-size: 1.2em; +} +h5 { + font-size: 1em; +} +h6 { + font-size: 0.8em; +} + +dl dt { + margin-left: 1em; + margin-right: 2em; + font-weight: bold; + font-size: larger; +} + +dl dd { + margin-left: 2em; + margin-right: 2em; + margin-bottom: 0.5em; +} diff --git a/everest-site-1.0.0/content/styles/topbar-bg.png b/everest-site-1.0.0/content/styles/topbar-bg.png new file mode 100644 index 0000000..f89afb1 Binary files /dev/null and b/everest-site-1.0.0/content/styles/topbar-bg.png differ diff --git a/everest-site-1.0.0/content/styles/topbar-graphic.png b/everest-site-1.0.0/content/styles/topbar-graphic.png new file mode 100644 index 0000000..96adcc3 Binary files /dev/null and b/everest-site-1.0.0/content/styles/topbar-graphic.png differ diff --git a/everest-site-1.0.0/site.conf b/everest-site-1.0.0/site.conf new file mode 100644 index 0000000..9ac830a --- /dev/null +++ b/everest-site-1.0.0/site.conf @@ -0,0 +1,11 @@ +# These aliases are order dependent +Alias /site "/pub/site" + + Options Indexes FollowSymLinks Includes + AllowOverride None + Order allow,deny + Allow from all + +RewriteEngine On +RewriteRule ^/$ /site/ [R] + diff --git a/everest-site.spec b/everest-site.spec new file mode 100644 index 0000000..76e3ef5 --- /dev/null +++ b/everest-site.spec @@ -0,0 +1,47 @@ +Name: everest-site +Version: 1.0.0 +Release: 14%{?dist} +Summary: Everest web site + +Group: Applications/System +License: GPL +URL: http://everest-repo.usersys.redhat.com +Source0: %{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch + +Requires: httpd +Requires: php + +%description +Basic web site for everest + +%prep +%setup -c 0 + +%build + +%install +rm -rf $RPM_BUILD_ROOT + +mkdir -p $RPM_BUILD_ROOT/pub/site +mkdir -p $RPM_BUILD_ROOT/etc/httpd/conf.d + +cp -r content/* $RPM_BUILD_ROOT/pub/site + +cp site.conf $RPM_BUILD_ROOT/etc/httpd/conf.d + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +/etc/httpd/conf.d/site.conf +/pub/site + +%defattr(755,root,root) + +%doc + + +%changelog diff --git a/footer.php b/footer.php deleted file mode 100644 index 67f3f1f..0000000 --- a/footer.php +++ /dev/null @@ -1,29 +0,0 @@ - - - - - diff --git a/header.php b/header.php deleted file mode 100644 index 743cbf0..0000000 --- a/header.php +++ /dev/null @@ -1,16 +0,0 @@ - - - Everest - - - - - - - - - - diff --git a/index.html b/index.html deleted file mode 100644 index 535aa01..0000000 --- a/index.html +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/index.php b/index.php deleted file mode 100644 index 0cf54bb..0000000 --- a/index.php +++ /dev/null @@ -1,29 +0,0 @@ - - -
- -
-
-
-

Everest makes building intrastructure in a cloud computing environment easy

-
-

Evererst is a set of light weight tools that use Cobbler, Puppet, and Xen to provide developers and system administrators an easy way to initiate provisioning and system configuration of IT systems.

-

-

Everest goals:

-
    -
  • Consistently configure systems throughout the software development lifecycle, including production
  • -
  • Provide a consistent disaster recovery solution for system configuration
  • -
  • Enable large scale parallel developement of infrastructure systems
  • -
-

Everest uses:

-
    -
  • Cobbler - for OS provisioning and system profile management
  • -
  • Func - for remote control of cloud based machines
  • -
  • Puppet - for constent system configuration
  • -
- -
-
-
- - diff --git a/menu.php b/menu.php deleted file mode 100644 index 2eb2f80..0000000 --- a/menu.php +++ /dev/null @@ -1,23 +0,0 @@ - - diff --git a/styles/callout-bg.png b/styles/callout-bg.png deleted file mode 100644 index c24e5b8..0000000 Binary files a/styles/callout-bg.png and /dev/null differ diff --git a/styles/default.css b/styles/default.css deleted file mode 100644 index 069de9c..0000000 --- a/styles/default.css +++ /dev/null @@ -1,3 +0,0 @@ - -@import url(generic.css); -@import url(everest.css); diff --git a/styles/et_logo.png b/styles/et_logo.png deleted file mode 100644 index e094b59..0000000 Binary files a/styles/et_logo.png and /dev/null differ diff --git a/styles/everest.css b/styles/everest.css deleted file mode 100644 index 8f3195b..0000000 --- a/styles/everest.css +++ /dev/null @@ -1,332 +0,0 @@ - -h1 { - font-weight: normal; -} - -body { - background: white; - color: #757575; -} - -#header { - margin: 0px; - height: 106px; - width: 100%; - background: url(ftopbar-bg.png) 5px 0px repeat-x; - border: 0px; -} - -#body { - float: left; - border: 0px; - left: 0px; - margin: 0px; - width: 100%; -} - -#content { - padding: 0px; - margin: 0px; - margin-left: 210px; -} - - -#intro { - float: left; - top: 0px; - width: 600px; -} - -#bullets { - margin-left: 455px; -} - - -#frontpage h1 { - padding: 0px; - margin: 0px; - color: #0664fe; -} - -#frontpage h2 { - border-bottom: 1px solid #ccc; - padding: 0px; - margin: 0px; -} - -#bullets { - padding-top: 0.3em; - padding-left: 1em; -} - -#bullets h2 { - padding-bottom: 0.2em; -} - -#bullets li { - margin-bottom: 0.5em; -} - -#graphic { - padding-top: 1em; -} - -#menu { - float: left; - padding-top: 0px; - left: 0px; - width: 200px; - margin-bottom: 1em; -} - -#menu ul { - background: white; - margin: 0px; - padding: 0px; - margin-left: 10px; - padding-top: 1px; - padding-bottom: 1px; -} - -#menu li ul { - margin-left: 0px; - padding: 0px; -} - -#menu ul li { - list-style: none; - color: white; - padding: 0px; - font-weight: bold; - font-size: 1.2em; -} - -#menu li ul li { - font-size: 1em; -} - -#menu ul li a, #menu ul li span { - text-decoration: inherit; - color: inherit; - display: block; - padding: 6px; - margin: 1px; -} - -#menu ul li .active { - background: #0664fe; -} - -#menu ul.l0 li .inactive { - background: #629dfe; -} - - -#menu ul.l1 li .inactive { - background: #ecf2e0; - border-left: 6px solid #629dfe; -} - -#menu ul.l1 li .inactive, -#menu ul.l1 li .active { - padding-left: 1em; -} - -#menu ul.l1 li .active { - border-left: 6px solid #0664fe; -} - -#headerLogo { - position: absolute; - top: 0px; - left:0px; - height: 105px; - width: 390px; - background: url(ftopbar-graphic.png); -} -#headerSearch { - position: absolute; - top: 0px; - right: 0px; - padding: 2em; -} - -#headerSearch input { - border: 1px solid #999999; - color: #999999; - background: white; - padding: 3px; - font-size: 1em; -} - -#headerSearch #submit { - border: 1px solid #999999; - background: #eeeeee; - color: black; - padding: 3px; - font-size: 1em; -} - - -#sitemap ul li { - list-style: none; -} - -#sitemap ul { - margin: 1em; - padding: 0em; -} - -#sitemap ul ul { - padding-left: 2em; -} - -#sitemap li { - margin: 0.5em; -} - -#sitemap a { - color: inherit; - text-decoration: underline; - font-weight: bold; -} - -pre { - border: 1px solid #bad08e; - background: #d3e1b7; - color: black; - padding: 1em; -} - -a { - color: inherit; -} - - -h1 a, h2 a, h3 a, h4 a, h5 a { - color: inherit; - text-decoration: inherit; -} - -#changelog .author { - color: #3c857c; - font-weight: bold; -} - -p.image { - text-align: center; -} - - -#footer { - clear: both; - position: relative; - margin: 0px; - padding: 0px; - border: 0px; - width: 100%; - background: #757575; - height: 180px; -} -/* This is hidden from IE <= 6 because it can't do transparency */ -body > #footer { - background: #757575 url(footer_pattern.png) repeat-x; -} - -#footer p { - position: absolute; - top: 0px; - left: 0px; - margin: 0px; - border: 0px; - width: 220px; - text-align: center; -} - -#footer p a img { - border: 0px; -} - -#projects { - margin: 0px; - border: 0px; - position: absolute; - top: 0px; - left: 0px; - width: 100%; -} - - -#projects dl { - margin: 0px; - border: 0px solid white; - height: 180px; - position: absolute; - top: 0px; - left: 0px; -} -/* This is hidden from IE <= 6 because it can't do transparency */ -head:first-child+body #projects dl { - background: url(footer_corner.png) no-repeat; -} - - -#projects #p1 { - margin-left: 25%; - width: 75%; -} - -#projects #p2 { - margin-left: 50%; - width: 50%; -} - -#projects #p3 { - margin-left: 75%; - width: 25%; -} - -#projects dt, #projects dd { - padding: 0px; - margin: 0px; -} - -#projects #p1 dt, #projects #p1 dd { - width: 33%; - } -#projects #p2 dt, #projects #p2 dd { - width: 50%; -} -#projects #p3 dt, #projects #p3 dd { - width: 99%; -} - -#projects { -} - -#projects span { - font-size: 0.8em; - display: block; - padding-left: 1em; - padding-top: 0.5em; -} - -#projects a { - font-size: 0.8em; - display: block; - padding-left: 0.8em; - padding-top: 1em; -} - -#projects a { - color: white; - text-decoration: inherit; -} - -#projects span { - color: #ccc; -} - -dd { - padding-bottom: 1em; -} diff --git a/styles/footer_corner.png b/styles/footer_corner.png deleted file mode 100644 index 090bfce..0000000 Binary files a/styles/footer_corner.png and /dev/null differ diff --git a/styles/footer_pattern.png b/styles/footer_pattern.png deleted file mode 100644 index 647c52a..0000000 Binary files a/styles/footer_pattern.png and /dev/null differ diff --git a/styles/generic.css b/styles/generic.css deleted file mode 100644 index f04cc1f..0000000 --- a/styles/generic.css +++ /dev/null @@ -1,74 +0,0 @@ - -body { - margin: 0em; - padding: 0px; - color: rgb(0,0,0); - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 76%; -} - -p, ul, ol, dl { - padding: 0px; - margin: 0px; -} - -ol,ul { - margin-left: 3em; -} - -ol,ul,dl,p { - margin-top: 1em; - margin-bottom: 1em; -} - -p:first-line { - margin-right: 1em; -} - -div.body p:first-letter { - font-size: 1.2em; - font-weight: bold; -} - -h1,h2,h3,h4,h5,h6 { - font-weight: bold; - margin: 0px; - padding: 0px; - margin-top: 0.5em; -} - -div.footer { - margin-top: 1em; -} - -h1 { - font-size: 2em; -} -h2 { - font-size: 1.6em; -} -h3 { - font-size: 1.4em; -} -h4 { - font-size: 1.2em; -} -h5 { - font-size: 1em; -} -h6 { - font-size: 0.8em; -} - -dl dt { - margin-left: 1em; - margin-right: 2em; - font-weight: bold; - font-size: larger; -} - -dl dd { - margin-left: 2em; - margin-right: 2em; - margin-bottom: 0.5em; -} diff --git a/styles/topbar-bg.png b/styles/topbar-bg.png deleted file mode 100644 index f89afb1..0000000 Binary files a/styles/topbar-bg.png and /dev/null differ diff --git a/styles/topbar-graphic.png b/styles/topbar-graphic.png deleted file mode 100644 index 96adcc3..0000000 Binary files a/styles/topbar-graphic.png and /dev/null differ -- cgit