summaryrefslogtreecommitdiffstats
path: root/abs/mv-core/local-website/contents/mv.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/mv-core/local-website/contents/mv.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/mv-core/local-website/contents/mv.css')
-rwxr-xr-xabs/mv-core/local-website/contents/mv.css82
1 files changed, 0 insertions, 82 deletions
diff --git a/abs/mv-core/local-website/contents/mv.css b/abs/mv-core/local-website/contents/mv.css
deleted file mode 100755
index 70f0764..0000000
--- a/abs/mv-core/local-website/contents/mv.css
+++ /dev/null
@@ -1,82 +0,0 @@
-#header {
- // width: 820px;
- position: relative;
- height: 120px;
- background: #000011 url(header.jpg) no-repeat center top;
-// background:black;
- padding: 0;
- font-size: 14px;
- color: #FFF;
-}
-
-#header h1#logo-text {
- // position: absolute;
- margin: 0; padding: 0;
- font: bolder 3.3em 'Trebuchet MS', Arial, Sans-serif;
- letter-spacing: -2px;
- color: #FFFFFF;
- text-transform: none;
- text-align: center;
- /* change the values of top and left to adjust the position of the logo*/
- top: 28px; left: 50px;
-}
-
-#content
-{
- color: #FFFFFF;
- text-transform: none;
- text-align: center;
-
-}
-
-#navcontainer
-{
- width: 100%;
- float: left;
- background-color: black;
-}
-
-#navcontainer ul { padding: 0; }
-#navcontainer ul li { display: inline; }
-
-#navcontainer ul
-{
- margin: 0;
- padding: 0 0 0 7%;
- color: #FFFFFF;
- font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
- //font-size: .65em;
- letter-spacing: 2px;
- font-weight: bold;
- float: right;
-background:black;
-}
-
-
-#navcontainer ul li a
-{
- padding: 0.2em 12px;
- background-color: black;
- color: #FFFFFF;
- text-decoration: none;
- float: left;
- //border-right: 1px solid #94B473;
-}
-
-#navcontainer ul li a:hover
-{
- background-color: #ECECEC;
- color: #333;
-}
-
-#navlist li a:hover, #navlist li a:active
-{
- color: #FFFFFF;
- text-decoration: none;
- background:black;
- text-align: right;
- font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
-
-}
-
-