summaryrefslogtreecommitdiffstats
path: root/abs/mv-core/local-website/contents/mv.css
blob: 70f076438a17140deb4ce74f9b3c4c2d2b6179de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
#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;

}