initial commit
[namibia] / public / css / app / publichome.css
1 #publicHome {
2         width:100%;
3         margin:0 auto;
4 }
5
6 .midLanding {
7         background:#FFF;
8         margin:-70px 0 0;
9         position:relative;
10         -moz-box-shadow:    0 0 2px 0 #8f8f8f;
11         -webkit-box-shadow: 0 0 2px 0 #8f8f8f;
12         box-shadow:0 0 20px 0 #8f8f8f; 
13         border:1px solid #FFF;
14         padding:20px;
15         left:10px;
16 }
17
18 .carousel-inner>.item>img, .carousel-inner>.item>a>img {
19         height: auto;
20         max-width: 100%;
21         line-height: 1;
22         width: 100%;
23 }
24 .carousel-inner{
25         
26 }
27 .carousel .container {
28       
29       z-index: 2;
30     }
31
32 .benefits.carousel-caption {
33         background: #000;
34         display: block;
35         width: 320px;
36         height: 89px;
37         color:#FFF;
38         font-weight: normal;
39         font-size: 14px;
40         text-align: left;
41         padding-left: 0px;
42         padding-top: 15px;
43         margin-top: -630px;
44         position: inherit;
45         float: right;
46 }
47
48 .benefits.carousel-caption ul {
49         list-style: disc !important;
50         text-align: left !important;
51         margin-left: 20px !important;
52 }
53 .benefits.carousel-caption ul li {
54         margin-left: 20px !important;
55 }
56     
57 .best.carousel-caption {
58         background:url("/images/slider_lable.jpg") no-repeat #000;
59         display:block;
60         width:400px;
61         height:88px;
62         color:#FFF;
63         font-weight:bold;
64         font-size:27px;
65         text-align:left;
66         padding-left:0px;
67         padding-top:22px;
68         margin-top:-385px;
69         position:inherit;
70         float:right;
71         
72 }
73
74 .cc.carousel-caption {
75         background:url("/images/slider_lable.jpg") no-repeat #000;
76         display:block;
77         width:250px;
78         height:88px;
79         color:#FFF;
80         font-weight:bold;
81         font-size:20px;
82         text-align:left;
83         padding-top:22px;
84         margin-top:5px;
85         position:inherit;
86         float:right;
87         
88 }
89
90 .carousel-caption h2{
91     margin: 0;     
92     color: #666;
93     padding-top: 90px;
94     font-size: 52px;
95     font-family: "trebuchet ms", sans-serif;    
96 }