| .logos { |
| height: 4em; |
| margin: 1em 0em; |
| } |
| |
| .logos img { |
| height: 100%; |
| } |
| |
| .navbar-default { |
| margin: 1em 0em; |
| } |
| |
| .carousel { |
| background-color: transparent; |
| margin-top: 20px; |
| padding: 1%; |
| } |
| |
| .carousel .item img { |
| float: none; |
| margin: 0 auto; |
| } |
| |
| .carousel-control { |
| background-image: none !important; |
| color: black; |
| } |
| |
| .carousel-control:focus{ |
| color: #333; |
| } |
| |
| .carousel-control.right .carousel-control.left { |
| background-image: none !important; |
| background: transparent; |
| } |
| |
| .team-avatar { |
| float: left; |
| max-width: 10em; |
| max-height: 10em; |
| margin: 0.5em 1em 0em 0em; |
| } |
| |
| /* clearfix hack |
| * https://www.w3schools.com/css/css_float.asp */ |
| .clearfix, .team-member::after { |
| content: ""; |
| clear: both; |
| display: table; |
| } |
| |
| .team dt { |
| float: left; |
| margin-right: 0.25em; |
| position: relative; |
| top: 1px; |
| } |
| |
| a.external { |
| padding-right: 13px; |
| background: url('/images/external.png') no-repeat 100% 67%; |
| } |
| |
| figure { |
| margin: 1em 0em; |
| } |
| |
| figcaption { |
| margin-top: 0.2em; |
| font-size: 0.8em; |
| text-align: center; |
| } |
| |
| blockquote { |
| font-size: small; |
| } |
| |
| .slider-transback { |
| background:#7f7f7f; |
| background:rgba(0,0,0,0.7); |
| } |
| |
| table { |
| border-collapse: collapse; |
| display: block; |
| margin-bottom: 1rem |
| } |
| |
| table thead tr { |
| border-bottom: 2px solid black; |
| } |
| |
| table tr { |
| background-color: transparent; |
| border-top: 1px solid black; |
| } |
| |
| table td,table th { |
| border: 1px solid black; |
| padding: 0.75rem; |
| } |
| |
| table th { |
| background-color: inherit; |
| color: inherit; |
| font-weight: inherit |
| } |
| |
| table td { |
| color: inherit |
| } |
| |
| /*.version-table {*/ |
| /* width: 100%*/ |
| /*}*/ |
| |
| .version-table hr { |
| margin: 10px 0 |
| } |
| |
| .version-table a{ |
| display: block; |
| } |