Last change
on this file since 980 was
962,
checked in by djay, 4 years ago
|
Update OGC API - Processes documentation and implementation, providing a browsable User Interface to Processes.
|
File size:
1.1 KB
|
Rev | Line | |
---|
[962] | 1 | /* Sticky footer styles |
---|
| 2 | -------------------------------------------------- */ |
---|
| 3 | html { |
---|
| 4 | position: relative; |
---|
| 5 | min-height: 100%; |
---|
| 6 | } |
---|
| 7 | body { |
---|
| 8 | /* Margin bottom by footer height */ |
---|
| 9 | margin-bottom: 60px; |
---|
| 10 | } |
---|
| 11 | .footer { |
---|
| 12 | position: absolute; |
---|
| 13 | bottom: 0; |
---|
| 14 | width: 100%; |
---|
| 15 | /* Set the fixed height of the footer here */ |
---|
| 16 | height: 60px; |
---|
| 17 | line-height: 60px; /* Vertically center the text there */ |
---|
| 18 | background-color: #f5f5f5; |
---|
| 19 | } |
---|
| 20 | |
---|
| 21 | |
---|
| 22 | /* Custom page CSS |
---|
| 23 | -------------------------------------------------- */ |
---|
| 24 | /* Not required for template or sticky footer method. */ |
---|
| 25 | |
---|
| 26 | body > .container-fluid { |
---|
| 27 | padding: 60px 15px 0; |
---|
| 28 | } |
---|
| 29 | |
---|
| 30 | .footer > .container-fluid { |
---|
| 31 | padding-right: 15px; |
---|
| 32 | padding-left: 15px; |
---|
| 33 | } |
---|
| 34 | |
---|
| 35 | code { |
---|
| 36 | font-size: 80%; |
---|
| 37 | } |
---|
| 38 | |
---|
| 39 | .bi::before { |
---|
| 40 | display: inline-block; |
---|
| 41 | content: ""; |
---|
| 42 | background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z' clip-rule='evenodd'/></svg>"); |
---|
| 43 | background-repeat: no-repeat; |
---|
| 44 | background-size: 1rem 1rem; |
---|
| 45 | } |
---|
| 46 | |
---|
| 47 | .bg-dark { |
---|
| 48 | background-color: #663e05!important; |
---|
| 49 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.