Merge branch 'master' into 16811-public-favs
[arvados.git] / doc / css / layout.css
1 /* Copyright (C) The Arvados Authors. All rights reserved.
2
3 SPDX-License-Identifier: CC-BY-SA-3.0 */
4
5 html {
6     height:100%;
7 }
8 body {
9     padding-top: 61px;
10     height: 90%; /* If calc() is not supported */
11     height: calc(100% - 46px); /* Sets the body full height minus the padding for the menu bar */
12 }
13 @media (max-width: 1050px) {
14     body {
15         padding-top: 121px;
16     }
17     div.frontpagehero {
18         margin-left: -20px;
19         margin-right: -20px;
20         padding-left: 20px;
21     }
22 }
23 .sidebar-nav {
24     padding: 9px 0;
25 }
26 .section-block {
27     background: #eeeeee;
28     padding: 1em;
29     -webkit-border-radius: 12px;
30     -moz-border-radius: 12px;
31     border-radius: 12px;
32     margin: 0 2em;
33 }
34 .row-fluid :first-child .section-block {
35     margin-left: 0;
36 }
37 .row-fluid :last-child .section-block {
38     margin-right: 0;
39 }
40 .rarr {
41     font-size: 1.5em;
42 }
43 .darr {
44     font-size: 4em;
45     text-align: center;
46     margin-bottom: 1em;
47 }
48 :target {
49     padding-top: 61px;
50     margin-top: -61px;
51 }
52
53 #annotate-notify { position: fixed; right: 40px; top: 3px;  }
54
55 figure {
56     margin-bottom: 20px;
57 }