mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-07 08:00:18 +02:00
225 lines
6.1 KiB
CSS
225 lines
6.1 KiB
CSS
/*
|
|
// SnapshotReview.css
|
|
//
|
|
// Created by Howard Stearns for David Rowe 8/22/2016.
|
|
// Copyright 2016 High Fidelity, Inc.
|
|
//
|
|
// Distributed under the Apache License, Version 2.0.
|
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
|
*/
|
|
|
|
body {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
/*
|
|
// START styling of top bar and its contents
|
|
*/
|
|
|
|
.title {
|
|
padding: 6px 10px;
|
|
text-align: left;
|
|
height: 26px;
|
|
line-height: 26px;
|
|
clear: both;
|
|
}
|
|
|
|
.title label {
|
|
position: relative;
|
|
font-size: 18px;
|
|
float: left;
|
|
}
|
|
|
|
#snapshotSettings {
|
|
position: relative;
|
|
float: right;
|
|
}
|
|
#settingsLabel {
|
|
position: relative;
|
|
float: right;
|
|
font-family: Raleway-SemiBold;
|
|
font-size: 14px;
|
|
}
|
|
.hifi-glyph {
|
|
font-size: 30px;
|
|
top: -4px;
|
|
}
|
|
input[type=button].naked {
|
|
color: #afafaf;
|
|
background: none;
|
|
}
|
|
input[type=button].naked:hover {
|
|
color: #ffffff;
|
|
}
|
|
input[type=button].naked:active {
|
|
color: #afafaf;
|
|
}
|
|
/*
|
|
// END styling of top bar and its contents
|
|
*/
|
|
|
|
/*
|
|
// START styling of snapshot pane and its contents
|
|
*/
|
|
#snapshot-pane {
|
|
width: 100%;
|
|
height: 560px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
#snapshot-images {
|
|
width: 100%;
|
|
}
|
|
|
|
#snapshot-images img {
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
}
|
|
|
|
.gifLabel {
|
|
font-family: Raleway-SemiBold;
|
|
font-size: 18px;
|
|
color: white;
|
|
float: left;
|
|
text-shadow: 2px 2px 3px #000000;
|
|
margin-left: 20px;
|
|
}
|
|
.shareButtonDiv {
|
|
display: flex;
|
|
align-items: center;
|
|
font-family: Raleway-SemiBold;
|
|
font-size: 14px;
|
|
color: white;
|
|
float: right;
|
|
text-shadow: 2px 2px 3px #000000;
|
|
width: 100px;
|
|
height: 100%;
|
|
margin-right: 10px;
|
|
}
|
|
.shareButtonLabel {
|
|
vertical-align: middle;
|
|
}
|
|
.shareButton {
|
|
background-color: white;
|
|
width: 40px;
|
|
height: 40px;
|
|
border-radius: 50%;
|
|
border-width: 0;
|
|
margin-left: 5px;
|
|
}
|
|
.shareButton:hover {
|
|
background-color: #afafaf;
|
|
}
|
|
.shareButton:active {
|
|
background-color: white;
|
|
}
|
|
|
|
/*
|
|
// START styling of share overlay
|
|
*/
|
|
.shareOverlayDiv {
|
|
text-align: center;
|
|
}
|
|
.shareControls {
|
|
text-align: left;
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-direction: row;
|
|
align-items: flex-start;
|
|
height: 50px;
|
|
}
|
|
.shareOverlayLabel {
|
|
line-height: 75px;
|
|
}
|
|
.hifiShareControls {
|
|
text-align: left;
|
|
width: 40%;
|
|
margin-left: 10%;
|
|
}
|
|
.externalShareControls {
|
|
text-align: left;
|
|
width: 40%;
|
|
margin-right: 10%;
|
|
}
|
|
.cancelShare {
|
|
}
|
|
/*
|
|
// END styling of share overlay
|
|
*/
|
|
/*
|
|
// END styling of snapshot pane and its contents
|
|
*/
|
|
|
|
/*
|
|
// START styling of snapshot controls (bottom panel) and its contents
|
|
*/
|
|
#snapshot-controls {
|
|
padding-left: 8px;
|
|
padding-right: 8px;
|
|
width: 100%;
|
|
position: absolute;
|
|
left: 0;
|
|
margin-top: 8px;
|
|
overflow: hidden;
|
|
}
|
|
#snap-settings {
|
|
float: left;
|
|
margin-left: 10px;
|
|
}
|
|
#snap-settings form input {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
#snap-button {
|
|
width: 65px;
|
|
height: 65px;
|
|
border-radius: 50%;
|
|
background: #EA4C5F;
|
|
border: 3px solid white;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
#snap-button:hover {
|
|
background: #C62147;
|
|
}
|
|
#snap-button:active {
|
|
background: #EA4C5F;
|
|
}
|
|
/*
|
|
// END styling of snapshot controls (bottom panel) and its contents
|
|
*/
|
|
|
|
/*
|
|
// START misc styling
|
|
*/
|
|
.prompt {
|
|
font-family: Raleway-SemiBold;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.compound-button {
|
|
position: relative;
|
|
height: auto;
|
|
}
|
|
|
|
.compound-button input {
|
|
padding-left: 40px;
|
|
}
|
|
|
|
.compound-button {
|
|
display: inline-block;
|
|
position: absolute;
|
|
left: 12px;
|
|
top: 16px;
|
|
width: 23px;
|
|
height: 23px;
|
|
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgaGVpZ2h0PSI0MCIKICAgd2lkdGg9IjQwIgogICBpZD0ic3ZnMiIKICAgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIKICAgdmlld0JveD0iMCAwIDQwIDQwIgogICB5PSIwcHgiCiAgIHg9IjBweCIKICAgdmVyc2lvbj0iMS4xIj48bWV0YWRhdGEKICAgICBpZD0ibWV0YWRhdGEzNCI+PHJkZjpSREY+PGNjOldvcmsKICAgICAgICAgcmRmOmFib3V0PSIiPjxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PjxkYzp0eXBlCiAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz48ZGM6dGl0bGU+PC9kYzp0aXRsZT48L2NjOldvcms+PC9yZGY6UkRGPjwvbWV0YWRhdGE+PGRlZnMKICAgICBpZD0iZGVmczMyIiAvPjxzdHlsZQogICAgIGlkPSJzdHlsZTQiCiAgICAgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiM0MTQwNDI7fQoJLnN0MXtmaWxsOiNDQ0NDQ0M7fQoJLnN0MntmaWxsOiMxMzk4QkI7fQoJLnN0M3tmaWxsOiMzMUQ4RkY7fQo8L3N0eWxlPjxnCiAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCwtMTEwKSIKICAgICBpZD0iTGF5ZXJfMSI+PGNpcmNsZQogICAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MSIKICAgICAgIGlkPSJjaXJjbGUxMyIKICAgICAgIHI9IjQuNDQwMDAwMSIKICAgICAgIGN5PSIxMjYuMTciCiAgICAgICBjeD0iMjAuNTQwMDAxIgogICAgICAgY2xhc3M9InN0MSIgLz48cGF0aAogICAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MSIKICAgICAgIGlkPSJwYXRoMTUiCiAgICAgICBkPSJtIDI4Ljg3LDEzOS4yNiBjIDAuMDEsLTAuMDEgMC4wMiwtMC4wMiAwLjAzLC0wLjAzIGwgMCwtMS44NiBjIDAsLTIuNjggLTIuMzMsLTQuNzcgLTUsLTQuNzcgbCAtNi40MiwwIGMgLTIuNjgsMCAtNC44NSwyLjA5IC00Ljg1LDQuNzcgbCAwLDEuODggMTYuMjQsMCB6IgogICAgICAgY2xhc3M9InN0MSIgLz48cGF0aAogICAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MSIKICAgICAgIGlkPSJwYXRoMTciCiAgICAgICBkPSJtIDM4LjE3LDEyMy40MiBjIDAsLTMuOTcgLTMuMjIsLTcuMTkgLTcuMTksLTcuMTkgbCAtMjAuMzEsMCBjIC0zLjk3LDAgLTcuMTksMy4yMiAtNy4xOSw3LjE5IGwgMCwxNC4xOCBjIDAsMy45NyAzLjIyLDcuMTkgNy4xOSw3LjE5IGwgMjAuMzEsMCBjIDMuOTcsMCA3LjE5LC0zLjIyIDcuMTksLTcuMTkgbCAwLC0xNC4xOCB6IG0gLTEuNzgsMTQuMjcgYyAwLDMuMDMgLTIuNDYsNS40OSAtNS40OSw1LjQ5IGwgLTIwLjMyLDAgYyAtMy4wMywwIC01LjQ5LC0yLjQ2IC01LjQ5LC01LjQ5IGwgMCwtMTQuMTkgYyAwLC0zLjAzIDIuNDYsLTUuNDkgNS40OSwtNS40OSBsIDIwLjMzLDAgYyAzLjAzLDAgNS40OSwyLjQ2IDUuNDksNS40OSBsIDAsMTQuMTkgeiIKICAgICAgIGNsYXNzPSJzdDEiIC8+PC9nPjxnCiAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCwtMTEwKSIKICAgICBpZD0iTGF5ZXJfMiIgLz48L3N2Zz4=);
|
|
background-repeat: no-repeat;
|
|
background-size: 23px 23px;
|
|
}
|
|
/*
|
|
// END misc styling
|
|
*/
|