summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/local-website/htdocs/layout.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/layout.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/layout.css')
-rw-r--r--abs/core-testing/local-website/htdocs/layout.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/abs/core-testing/local-website/htdocs/layout.css b/abs/core-testing/local-website/htdocs/layout.css
new file mode 100644
index 0000000..a91a651
--- /dev/null
+++ b/abs/core-testing/local-website/htdocs/layout.css
@@ -0,0 +1,29 @@
+/* Layout Stylesheet - Colors taken from MythWeb - arranged by md10md*/
+
+.style2 {color: #FFFFFF}
+.style3 {color: #FFFFFF}
+.header {
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ background-color: #CCCCCC;
+ border: solid thin #000000;
+}
+a, a:link { color: #E0E0FF; text-decoration: none; font-size: 14px; }
+a:active { color: #990033; text-decoration: none; font-size: 14px; }
+a:visited { color: #E0E0FF; text-decoration: none; font-size: 14px; }
+a:hover { color: #F0F000; text-decoration: underline; font-size: 14px; }
+body,td,th {
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ background-color: #002650;
+}
+td,th {
+ border: thin solid #000000;
+ background-color: #265990;
+}
+.headerimage {
+ background-color: #335555;
+ border: solid thin #000000;
+ font-size: 18px;
+ color: #FFFFFF;
+}