Brought in bootstrap-rtl and validate.js packages via bower for Matrix's patient...
[openemr.git] / public / assets / bootstrap-rtl-3-3-4 / examples / carousel / carousel.css
blobbd7567af3aceac5bc7c31c209e330879a1d80d93
1 /* GLOBAL STYLES
2 -------------------------------------------------- */
3 /* Padding below the footer and lighter body text */
5 body {
6 padding-bottom: 40px;
7 color: #5a5a5a;
12 /* CUSTOMIZE THE NAVBAR
13 -------------------------------------------------- */
15 /* Special class on .container surrounding .navbar, used for positioning it into place. */
16 .navbar-wrapper {
17 position: absolute;
18 top: 0;
19 right: 0;
20 left: 0;
21 z-index: 20;
24 /* Flip around the padding for proper display in narrow viewports */
25 .navbar-wrapper > .container {
26 padding-right: 0;
27 padding-left: 0;
29 .navbar-wrapper .navbar {
30 padding-right: 15px;
31 padding-left: 15px;
33 .navbar-wrapper .navbar .container {
34 width: auto;
38 /* CUSTOMIZE THE CAROUSEL
39 -------------------------------------------------- */
41 /* Carousel base class */
42 .carousel {
43 height: 500px;
44 margin-bottom: 60px;
46 /* Since positioning the image, we need to help out the caption */
47 .carousel-caption {
48 z-index: 10;
51 /* Declare heights because of positioning of img element */
52 .carousel .item {
53 height: 500px;
54 background-color: #777;
56 .carousel-inner > .item > img {
57 position: absolute;
58 top: 0;
59 left: 0;
60 min-width: 100%;
61 height: 500px;
66 /* MARKETING CONTENT
67 -------------------------------------------------- */
69 /* Center align the text within the three columns below the carousel */
70 .marketing .col-lg-4 {
71 margin-bottom: 20px;
72 text-align: center;
74 .marketing h2 {
75 font-weight: normal;
77 .marketing .col-lg-4 p {
78 margin-right: 10px;
79 margin-left: 10px;
83 /* Featurettes
84 ------------------------- */
86 .featurette-divider {
87 margin: 80px 0; /* Space out the Bootstrap <hr> more */
90 /* Thin out the marketing headings */
91 .featurette-heading {
92 font-weight: 300;
93 line-height: 1;
94 letter-spacing: -1px;
99 /* RESPONSIVE CSS
100 -------------------------------------------------- */
102 @media (min-width: 768px) {
104 /* Navbar positioning foo */
105 .navbar-wrapper {
106 margin-top: 20px;
108 .navbar-wrapper .container {
109 padding-right: 15px;
110 padding-left: 15px;
112 .navbar-wrapper .navbar {
113 padding-right: 0;
114 padding-left: 0;
117 /* The navbar becomes detached from the top, so we round the corners */
118 .navbar-wrapper .navbar {
119 border-radius: 4px;
122 /* Bump up size of carousel content */
123 .carousel-caption p {
124 margin-bottom: 20px;
125 font-size: 21px;
126 line-height: 1.4;
129 .featurette-heading {
130 font-size: 50px;
134 @media (min-width: 992px) {
135 .featurette-heading {
136 margin-top: 120px;