signal-desktop/stylesheets/options.css

162 lines
3.2 KiB
CSS
Raw Normal View History

@charset "UTF-8";
/*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
@font-face {
font-family: 'Roboto-Light';
src: url("/fonts/Roboto-Light.ttf") format("truetype"); }
@font-face {
font-family: 'Roboto';
src: url("/fonts/Roboto-Regular.ttf") format("truetype"); }
@font-face {
font-family: 'Roboto';
src: url("/fonts/Roboto-Italic.ttf") format("truetype");
font-style: italic; }
@font-face {
font-family: 'Roboto';
src: url("/fonts/Roboto-Bold.ttf") format("truetype");
font-weight: bold; }
body {
font-family: Roboto, "Helvetica Neue", Arial, Helvetica, sans-serif; }
header {
background: #2a92e7;
color: white;
padding-bottom: 2em;
margin-bottom: 2em; }
.container {
min-width: 650px; }
2014-01-10 07:48:05 +00:00
h1 {
2015-01-06 22:49:04 +00:00
font-size: 30pt;
font-weight: normal;
padding-bottom: 10px; }
2014-01-10 07:48:05 +00:00
.tagline {
font-style: italic; }
2014-06-01 22:15:38 +00:00
#textsecure-icon {
2015-01-06 22:49:04 +00:00
float: left;
margin-top: 20px;
max-width: 100%; }
#step1, #step2 {
color: #2a92e7;
font-weight: bold;
font-size: small;
text-transform: uppercase; }
h3.step {
margin-top: 0;
font-weight: bold; }
2014-06-01 22:15:38 +00:00
.cta {
text-align: center;
border: 2px solid #f3f3f3;
border-radius: 10px;
padding: 1em 0;
min-height: 293px; }
.help {
border-top: 2px solid #f3f3f3;
padding: 1.5em 0.1em; }
.install {
display: inline-block;
margin-top: 90px; }
#qr {
display: inline-block; }
#qr canvas {
display: none; }
#verifyCode,
#code,
#number {
box-sizing: border-box;
width: 100%;
display: block;
margin-bottom: 0.5em; }
#request-voice,
#request-sms {
box-sizing: border-box; }
#request-sms {
width: 57%;
float: right; }
#request-voice {
width: 40%;
float: left; }
.number-container {
position: relative;
margin-bottom: 0.5em; }
2015-01-18 08:28:14 +00:00
.number-container .intl-tel-input,
.number-container .number {
width: 100%; }
.number-container::after {
visibility: hidden;
content: ' ';
display: inline-block;
border-radius: 1.5em;
width: 1.5em;
height: 1.5em;
line-height: 1.5em;
color: #ffffff;
position: absolute;
top: 0;
left: 100%;
margin: 3px 8px;
text-align: center; }
.number-container.valid::after {
visibility: visible;
content: '✓';
background-color: #0f9d58;
color: #ffffff; }
.number-container.invalid::after {
visibility: visible;
content: '!';
background-color: #f44336;
color: #ffffff; }
2014-06-01 20:22:34 +00:00
#error {
color: white;
font-weight: bold;
padding: 0.5em;
text-align: center; }
#error {
background-color: #f44336; }
#error:before {
content: '\26a0';
padding-right: 0.5em; }
.narrow {
box-sizing: border-box;
width: 275px;
max-width: 100%; }
ul.country-list {
min-width: 197px !important; }
2015-03-23 21:11:48 +00:00
/*# sourceMappingURL=options.css.map */