Git Repository Public Repository

namibia

URLs

Copy to Clipboard
 
df0489e1eeeeab5a9bd44e1d84fce49924fe1bac
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
.hidden{
  display : none;
}
#menu {
  height:44px;
  background:url(/images/menu_top_bg.png) no-repeat top center;
  width:100%;
  padding:2px 0 0 0;
  margin: 0 auto;
}

#menu ul {
  padding:0;
  text-transform:uppercase;
  text-align: center;
}

#menu ul li {
  line-height:42px;
  font-weight:bold;
  font-size:13px;
  display:inline;
}

#menu ul li a {
  display:inline-block;
  line-height:43px;
  padding:0 23px;
  color:#d0d0d0;
  text-decoration: none;
}

#menu ul li a#log {
  color:#d52e31;
}

#menu ul li.select_page a,#menu ul li a:hover {
  background:#322b2c;
}

/* comming soon
-------------------------------------------*/
.coming-soon{
  font-size : 16px;
  text-align : center;
  padding-top : 20%;
}
  

/* footer
-------------------------------------------*/
.footerSec {
  width:100%; 
  background:#181818 url(/images/footregbg.png) repeat-x;
  padding:10px 0 0 0;
  height: 50px;
}

.footer {
  width:951px;
  height:180px;
  margin:0 auto;
}

.footer ul.fmenu {
  float:left;
  text-transform:uppercase;
}

.footer ul.fmenu li {
  display:inline;
  font-weight:bold;
  font-size:12px;
  padding:0 14px 0 0;
}

.footer ul.fmenu li a {
  color:#d0d0d0;
}

.footer ul.fmenu li a:hover {
  color:#fff;
}

.footer_rgt {
  float:right;
}

.footer_rgt ul {
  float:left;
  padding:6px 20px 0 0;
}

.footer_rgt ul li {
  display:inline;
  padding:0 14px 0 0;
}

.sig {
  float:right;
}

.sig a {
  line-height:32px;
  display:block;
  padding:0 28px;
  text-shadow:2px 2px 2px #888;
  background:url(/images/signup.png) repeat-x;
  color:#fff;
  font-size:13px;
  border-radius:2px;
  box-shadow:1px 1px 2px #000;
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px){
  .footerSec{
    margin     : 20px -5px 0 !important;
    background : #363434;
    border-top : 2px solid #D52E31;
    padding    : 20px 5px 20px 5px;
    height     : auto;
    overflow   : hidden;
  }

  .footer{
    width : 95%;
    margin : 0;
  }

  .footer ul.fmenu li{
    display : block !important;
  }
  .footer_rgt{
    float : none;
  }
}

Commits for namibiapublic/css/app/menu.css

Diff revisions: vs.
Revision Author Commited Message
df0489 ... Mark Fri 14 Oct, 2016 10:01:00 +0000

initial commit