blob: ec356737e9c2c43ad5fc9b698e5006e46666e726 [file] [log] [blame]
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
/* .navbar-inverse {
background: #4a95da;
background: rgb(44, 95, 163);
background: -moz-linear-gradient(top, rgba(44, 95, 163, 1) 0%, rgba(64, 150, 238, 1) 100%);
background: -webkit-linear-gradient(top, rgba(44, 95, 163, 1) 0%, rgba(64, 150, 238, 1) 100%);
background: linear-gradient(to bottom, rgba(44, 95, 163, 1) 0%, rgba(64, 150, 238, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c5fa3', endColorstr='#4096ee', GradientType=0);
border-color:white;
}
.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-text {
color: #fff;
}
.navbar-inverse .navbar-nav>.active>a {
background-color: #1764AA;
}
.navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
background-color: #1764AA;
} */
.btn-primary:hover {
background-color: #1764aa;
}
article.content {font-size: 15px}
a, a:hover, a:focus {
color: #0098ff;
}
a:hover {
text-decoration: underline;
}
button {
color: #1764aa;
}
button:hover,
button:focus {
color: #143653;
text-decoration: none;
}
nav.navbar {
background-color: white;
}
.navbar-brand {
height: 80px;
}
.navbar-header .navbar-brand img {
width: 300px;
height: 55px;
margin: 10px 10px 10px 0px;
}
.navbar-toggle .icon-bar {
margin-top: 2px;
background-color: #0095eb;
}
.navbar-toggle {
border-color: #0095eb;
}
header ul.navbar-nav {
/* font-size:1.2em; */
float: right;
font-weight: 600;
}
.navbar-nav>li>a {
color:#177cc8;
}
.navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
color:#143653;
}
@media screen and (min-width: 768px) {
header ul.navbar-nav {
padding-right: 100px;
}
}
article img {
margin:15px 0 30px 0;
}
article[data-uid="contributing/setup-java-debugging"] img,
article[data-uid="quick-start/tutorial"] img {
border: solid 1px #dedcd3
}
article[data-uid="quick-start/introduction"] .diagram{
text-align:center;
}
article[data-uid="quick-start/introduction"] .diagram img{
max-width:400px
}
.sidefilter {
top: 120px;
}
.sidetoc {
top: 180px;
background-color: rgb(247, 247, 247);
}
body .toc {
background-color: rgb(247, 247, 247);
}
.sidefilter {
background-color: rgb(247, 247, 247);
}
.sideaffix > div.contribution > ul > li > a.contribution-link {
opacity:80%;
}
/* FORK ME ON GITHUB */
#forkongithub a {
background: #1764aa;
color: #fff;
text-decoration: none;
font-family: arial, sans-serif;
text-align: center;
font-weight: bold;
padding: 5px 40px;
font-size: 1rem;
line-height: 2rem;
position: relative;
transition: 0.5s;
}
#forkongithub a:hover {
background: black;
color: #fff;
}
#forkongithub a::before,
#forkongithub a::after {
content: "";
width: 100%;
display: block;
position: absolute;
top: 1px;
left: 0;
height: 1px;
background: #fff;
}
#forkongithub a::after {
bottom: 1px;
top: auto;
}
@media screen and (min-width: 768px) {
#forkongithub {
position: fixed;
display: block;
top: 0;
right: 0;
width: 200px;
overflow: hidden;
height: 150px;
z-index: 9999;
}
#forkongithub a {
width: 200px;
position: absolute;
top: 40px;
right: -40px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8);
}
}
.home-section.books img {width:300px}
@media (min-width: 900px){
.home-section.books .col-md-6 { width: 50%; }
}
@media (min-width:1200px){
.home-section.books .container{width:970px}
}