Brought in bootstrap-rtl and validate.js packages via bower for Matrix's patient...
[openemr.git] / public / assets / bootstrap-rtl-3-3-4 / examples / originals / examples / cover / cover.css
blob3f1377cda39938dbc4e283d8d116f479d9db350a
1 /*
2 * Globals
3 */
5 /* Links */
6 a,
7 a:focus,
8 a:hover {
9 color: #fff;
12 /* Custom default button */
13 .btn-default,
14 .btn-default:hover,
15 .btn-default:focus {
16 color: #333;
17 text-shadow: none; /* Prevent inheritence from `body` */
18 background-color: #fff;
19 border: 1px solid #fff;
24 * Base structure
27 html,
28 body {
29 height: 100%;
30 background-color: #333;
32 body {
33 color: #fff;
34 text-align: center;
35 text-shadow: 0 1px 3px rgba(0,0,0,.5);
38 /* Extra markup and styles for table-esque vertical and horizontal centering */
39 .site-wrapper {
40 display: table;
41 width: 100%;
42 height: 100%; /* For at least Firefox */
43 min-height: 100%;
44 -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
45 box-shadow: inset 0 0 100px rgba(0,0,0,.5);
47 .site-wrapper-inner {
48 display: table-cell;
49 vertical-align: top;
51 .cover-container {
52 margin-right: auto;
53 margin-left: auto;
56 /* Padding for spacing */
57 .inner {
58 padding: 30px;
63 * Header
65 .masthead-brand {
66 margin-top: 10px;
67 margin-bottom: 10px;
70 .masthead-nav > li {
71 display: inline-block;
73 .masthead-nav > li + li {
74 margin-right: 20px;
76 .masthead-nav > li > a {
77 padding-right: 0;
78 padding-left: 0;
79 font-size: 16px;
80 font-weight: bold;
81 color: #fff; /* IE8 proofing */
82 color: rgba(255,255,255,.75);
83 border-bottom: 2px solid transparent;
85 .masthead-nav > li > a:hover,
86 .masthead-nav > li > a:focus {
87 background-color: transparent;
88 border-bottom-color: #a9a9a9;
89 border-bottom-color: rgba(255,255,255,.25);
91 .masthead-nav > .active > a,
92 .masthead-nav > .active > a:hover,
93 .masthead-nav > .active > a:focus {
94 color: #fff;
95 border-bottom-color: #fff;
98 @media (min-width: 768px) {
99 .masthead-brand {
100 float: right;
102 .masthead-nav {
103 float: left;
109 * Cover
112 .cover {
113 padding: 0 20px;
115 .cover .btn-lg {
116 padding: 10px 20px;
117 font-weight: bold;
122 * Footer
125 .mastfoot {
126 color: #999; /* IE8 proofing */
127 color: rgba(255,255,255,.5);
132 * Affix and center
135 @media (min-width: 768px) {
136 /* Pull out the header and footer */
137 .masthead {
138 position: fixed;
139 top: 0;
141 .mastfoot {
142 position: fixed;
143 bottom: 0;
145 /* Start the vertical centering */
146 .site-wrapper-inner {
147 vertical-align: middle;
149 /* Handle the widths */
150 .masthead,
151 .mastfoot,
152 .cover-container {
153 width: 100%; /* Must be percentage or pixels for horizontal alignment */
157 @media (min-width: 992px) {
158 .masthead,
159 .mastfoot,
160 .cover-container {
161 width: 700px;