summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/local-website/htdocs/KnoppMyth.css
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-10-23 01:40:37 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-10-23 01:40:37 (GMT)
commit7f24a313f0815854ff88a0e33a066a73de4f3be1 (patch)
tree63f1de317bd6d4d3b283939c3481c3ed3e4e71f9 /abs/core-testing/local-website/htdocs/KnoppMyth.css
parentde2ffe85032410437eb7dabdec63031e908fd43c (diff)
downloadlinhes_pkgbuild-7f24a313f0815854ff88a0e33a066a73de4f3be1.zip
linhes_pkgbuild-7f24a313f0815854ff88a0e33a066a73de4f3be1.tar.gz
linhes_pkgbuild-7f24a313f0815854ff88a0e33a066a73de4f3be1.tar.bz2
initial checkin of lighttpd and supporting libs.
Also included is a new package callede local-website. This package contains the contents of http://localhost that runs on every LinHES box. The initial checkin is taken from R5.5
Diffstat (limited to 'abs/core-testing/local-website/htdocs/KnoppMyth.css')
-rw-r--r--abs/core-testing/local-website/htdocs/KnoppMyth.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/abs/core-testing/local-website/htdocs/KnoppMyth.css b/abs/core-testing/local-website/htdocs/KnoppMyth.css
new file mode 100644
index 0000000..7c5c8cf
--- /dev/null
+++ b/abs/core-testing/local-website/htdocs/KnoppMyth.css
@@ -0,0 +1,24 @@
+/* KnoppMyth Style Sheet */
+ .headerimage {
+ border: thin solid #000000;
+ font-size: 18px;
+ background-color: #000080;
+ color: #FFFFFF;
+ }
+ table {
+ width: 725px;
+ text-align: left;
+ margin-left: auto;
+ margin-right: auto;
+ }
+ td {
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ font-size: 13px;
+ border: thin solid #000000;
+ background-color: #CCCCCC;
+ color: #000000;
+ }
+ a, a:link, a:active, a:visited, a:hover {
+ font-size: 16px;
+ }
+/* End of KnoppMyth Style Sheet */