153 lines
2.3 KiB
CSS
153 lines
2.3 KiB
CSS
.subheadline{
|
|
font-size: 1.3em;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.subsubheadline{
|
|
font-size: 1.1em;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.wy-side-nav-search{
|
|
background-color: #d71633;
|
|
}
|
|
|
|
.wy-nav-top {
|
|
background: #d71633;
|
|
}
|
|
|
|
.github-corner{
|
|
display:block;
|
|
}
|
|
|
|
@media screen and (max-width: 768px) {
|
|
.github-corner{
|
|
display:none
|
|
}
|
|
}
|
|
|
|
img[alt=box_closed]{
|
|
width: 250px;
|
|
margin-top:120px;
|
|
|
|
}
|
|
|
|
img[alt=box_opened]{
|
|
width:300px;
|
|
}
|
|
|
|
img[alt=centered]{
|
|
width: 300px;
|
|
display: block;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
img[alt=drawing_200] {
|
|
width: 200px;
|
|
}
|
|
|
|
img[alt=drawing_250] {
|
|
width: 250px;
|
|
}
|
|
|
|
img[alt=drawing_300] {
|
|
width: 300px;
|
|
}
|
|
|
|
|
|
img[alt=drawing_400] {
|
|
width: 400px;
|
|
}
|
|
|
|
|
|
img[alt=drawing_450] {
|
|
width: 450px;
|
|
}
|
|
|
|
img[alt=browser_logo] {
|
|
width: 40px;
|
|
}
|
|
|
|
img[alt=browser_logo_sf] {
|
|
width: 100px;
|
|
}
|
|
|
|
ul.example-preview {
|
|
}
|
|
|
|
ul.example-preview > li {
|
|
width:20%;
|
|
margin-left: 0 !important;
|
|
padding-left: 0 !important;
|
|
list-style: none !important;
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#WebGL-output {
|
|
position: relative;
|
|
}
|
|
|
|
#loading-indicator {
|
|
position: absolute;
|
|
width: 100%;
|
|
text-align: center;
|
|
top: 40%;
|
|
}
|
|
|
|
.sk-three-bounce {
|
|
margin: 5px auto;
|
|
text-align: center;
|
|
border: 0.2em white;
|
|
display: inline-block;
|
|
background: white;
|
|
padding: 1em 2em;
|
|
border-radius: 0.6em;
|
|
opacity: 0.6;
|
|
}
|
|
|
|
.sk-three-bounce .sk-child {
|
|
width: 20px;
|
|
height: 20px;
|
|
background-color: #333;
|
|
border-radius: 100%;
|
|
display: inline-block;
|
|
-webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
|
|
animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
|
|
}
|
|
|
|
.sk-three-bounce .sk-bounce1 {
|
|
-webkit-animation-delay: -0.32s;
|
|
animation-delay: -0.32s;
|
|
}
|
|
|
|
.sk-three-bounce .sk-bounce2 {
|
|
-webkit-animation-delay: -0.16s;
|
|
animation-delay: -0.16s;
|
|
}
|
|
|
|
@-webkit-keyframes sk-three-bounce {
|
|
0%, 80%, 100% {
|
|
-webkit-transform: scale(0);
|
|
transform: scale(0);
|
|
}
|
|
40% {
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1);
|
|
}
|
|
}
|
|
|
|
@keyframes sk-three-bounce {
|
|
0%, 80%, 100% {
|
|
-webkit-transform: scale(0);
|
|
transform: scale(0);
|
|
}
|
|
40% {
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1);
|
|
}
|
|
}}
|
|
|
|
.spacer{
|
|
padding:10px;
|
|
}
|