/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright (C) 2018 Simon Stürz * * * * This file is part of nymea. * * * * nymea is free software: you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation, version 2 of the License. * * * * nymea 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 General Public License for more details. * * * * You should have received a copy of the GNU General Public License * * along with nymea. If not, see . * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ html, body { margin:0; padding:0; height:100%; } p { color: #676767; font-family: "Ubuntu", Helvetica, "Helvetica Neue", Arial, sans-serif; font-size: 100%; } h1, h2, h3, h4, h5, h6 { font-family: "Ubuntu", Helvetica, "Helvetica Neue", Arial, sans-serif; font-weight: normal; color: #676767; text-transform: none; text-align: center; } th, td { padding: 3px; padding-left: 10px; padding-right: 10px; color: #676767; font-family: "Ubuntu", Helvetica, "Helvetica Neue", Arial, sans-serif; text-align: left; } hr { color: #efefef; } table { display: table; border-collapse: colapse; border-color: #efefef; min-height: 100px; width: 100%; } button { width: 100%; } textarea { background-color: #3a4055; width: 100%; padding: 15px; min-height: 100px; text-align: left; border-radius: 10px; } .tab { overflow: hidden; background-color: #efefef; } .tab button { background-color: inherit; float: left; width: 25%; border: none; outline: none; cursor: pointer; padding: 14px 16px; opacity: 0.8; transition: 0.5s; font-size: 18px; font-family: "Ubuntu", Helvetica, "Helvetica Neue", Arial; } .tab button:hover { background-color: #ddd; } .tab button.active { background-color: #57baae; } .tabcontent { display: none; animation: fadeEffect 0.8s; } @keyframes fadeEffect { from {opacity: 0;} to {opacity: 1;} } .console-textarea { color: white; margin-top: 20px; margin-bottom: 20px; padding: 15px; font-family: "Ubuntu Mono", "monospace"; font-size: 100%; } .nymea-main-logo { left: 0; height: 85px; min-height: 85px; max-height: 85px; vertical-align: middle; } .warning { background-color: #ed3146; margin-top: 20px; margin-bottom: 20px; border-radius: 10px; opacity: 0.8; width: 80%; margin-left: auto; margin-right: auto; } .warning-message { padding: 30px; margin-left: 60px; opacity: 1; color: white; background-color: transparent; font-family: "Ubuntu", Helvetica, "Helvetica Neue", Arial, sans-serif; text-align: center; float: none; } .warning-image { padding:12px; height: 60px; min-height: 60px; max-height: 60px; float: left; } .warning:after { content: ""; display: table; clear: both; } .download-row { width: 100%; height: 100px; left: 0; right: 0; } .download-name-column { float: left; width: 20%; padding: 10px; } .download-path-column { float: left; width: 30%; padding: 10px; } .download-button-column { float: left; width: 20%; padding: 10px; } .show-button-column { float: left; width: 10%; padding: 10px; } .download-row: after { content: ""; display: table; clear: both; } .button { background-color: #57baae; border: none; color: white; padding: 15px 30px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; border-radius: 10px; opacity: 0.8; transition: 0.3s; } .button:hover { opacity: 1 } .button:disabled, .button[disabled]{ background-color: #cccccc; color: #676767; } .container { min-height:100%; position:relative; } .header { padding:10px; background-color: #efefef; text-align: center; } .body { padding-left: 10%; padding-right: 10%; padding-bottom:120px; } .footer { position:absolute; bottom:0; left:0; right:0; width:100%; height:100px; background-color: #efefef; color: #676767; text-align: center; }