summaryrefslogtreecommitdiffstats
path: root/abs/core/local-website/htdocs/layout.css
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/local-website/htdocs/layout.css')
-rw-r--r--abs/core/local-website/htdocs/layout.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/abs/core/local-website/htdocs/layout.css b/abs/core/local-website/htdocs/layout.css
new file mode 100644
index 0000000..a91a651
--- /dev/null
+++ b/abs/core/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;
+}