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
#publicHome {
	width:100%;
	margin:0 auto;
}

.midLanding {
	background:#FFF;
	margin:-70px 0 0;
	position:relative;
	-moz-box-shadow:    0 0 2px 0 #8f8f8f;
	-webkit-box-shadow: 0 0 2px 0 #8f8f8f;
	box-shadow:0 0 20px 0 #8f8f8f; 
	border:1px solid #FFF;
	padding:20px;
	left:10px;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	height: auto;
	max-width: 100%;
	line-height: 1;
	width: 100%;
}
.carousel-inner{
	
}
.carousel .container {
      
      z-index: 2;
    }

.benefits.carousel-caption {
	background: #000;
	display: block;
	width: 320px;
	height: 89px;
	color:#FFF;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	padding-left: 0px;
	padding-top: 15px;
	margin-top: -630px;
	position: inherit;
	float: right;
}

.benefits.carousel-caption ul {
	list-style: disc !important;
	text-align: left !important;
	margin-left: 20px !important;
}
.benefits.carousel-caption ul li {
	margin-left: 20px !important;
}
    
.best.carousel-caption {
	background:url("/images/slider_lable.jpg") no-repeat #000;
	display:block;
	width:400px;
	height:88px;
	color:#FFF;
	font-weight:bold;
	font-size:27px;
	text-align:left;
	padding-left:0px;
	padding-top:22px;
	margin-top:-385px;
	position:inherit;
	float:right;
	
}

.cc.carousel-caption {
	background:url("/images/slider_lable.jpg") no-repeat #000;
	display:block;
	width:250px;
	height:88px;
	color:#FFF;
	font-weight:bold;
	font-size:20px;
	text-align:left;
	padding-top:22px;
	margin-top:5px;
	position:inherit;
	float:right;
	
}

.carousel-caption h2{
    margin: 0;     
    color: #666;
    padding-top: 90px;
    font-size: 52px;
    font-family: "trebuchet ms", sans-serif;    
}

Commits for namibiapublic/css/app/publichome.css

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

initial commit