summaryrefslogtreecommitdiffstats
path: root/abs/core/local-website/htdocs/layout.css
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-10-23 18:17:40 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-10-23 18:19:39 (GMT)
commitadbcf19958300e9b6598990184c8815b945ba0ee (patch)
treef4283c850ac0ac202c17e78a637ee7ca8147621b /abs/core/local-website/htdocs/layout.css
parent61a68250df10d29b624650948484898334ff22d0 (diff)
downloadlinhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/core/local-website/htdocs/layout.css')
-rw-r--r--abs/core/local-website/htdocs/layout.css29
1 files changed, 0 insertions, 29 deletions
diff --git a/abs/core/local-website/htdocs/layout.css b/abs/core/local-website/htdocs/layout.css
deleted file mode 100644
index a91a651..0000000
--- a/abs/core/local-website/htdocs/layout.css
+++ /dev/null
@@ -1,29 +0,0 @@
-/* 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;
-}