summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/local-website/htdocs/linhes/default/welcome.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-testing/local-website/htdocs/linhes/default/welcome.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-testing/local-website/htdocs/linhes/default/welcome.css')
-rw-r--r--abs/core-testing/local-website/htdocs/linhes/default/welcome.css62
1 files changed, 0 insertions, 62 deletions
diff --git a/abs/core-testing/local-website/htdocs/linhes/default/welcome.css b/abs/core-testing/local-website/htdocs/linhes/default/welcome.css
deleted file mode 100644
index 6e47ed9..0000000
--- a/abs/core-testing/local-website/htdocs/linhes/default/welcome.css
+++ /dev/null
@@ -1,62 +0,0 @@
-#modules {
- width: 600px;
- margin: 100px auto;
-}
-
-#module_names {
- margin: 0px;
- padding: 0px;
- float: left;
- width: 7em;
- font-size: 2em;
- min-height: 15em;
-}
-
-#module_names ul {
- margin: 0px;
- padding: 0px;
- list-style-type: none;
- text-align: right;
-}
-
-#module_names li {
- position: relative;
- z-index: 2;
- margin: 0px -6px 0px 0px;
- padding: 0px .5em .15em 0px;
- border: 2px solid transparent;
- white-space: nowrap;
-}
-#module_names li.selected {
- background-color: #475;
- border-top: 2px solid #48f;
- border-right: 2px solid #688;
- border-bottom: 2px solid #48f;
- border-left: 2px solid #48f;
- -moz-border-radius: 8px;
-}
-#module_names li.selected a {
- display: block;
-}
-
-#module_info {
- background-color: #355;
- margin-left: 14em;
- border: 2px solid #48f;
- min-width: 314px;
- height: 30em;
- padding: .5em 1em;
- -moz-border-radius: 8px;
-}
-
-.module_icon {
- display: block;
- margin: auto;
-}
-
-#mythtv_link {
- float: left;
- width: 14em;
- text-align: center;
- margin-top: -1.5em;
-}