17 lines
98 KiB
CSS
17 lines
98 KiB
CSS
|
/*
|
||
|
* Copyright (c) 2015 Samsung Electronics Co., Ltd
|
||
|
*
|
||
|
* Licensed under the Flora License, Version 1.1 (the "License");
|
||
|
* you may not use this file except in compliance with the License.
|
||
|
* You may obtain a copy of the License at
|
||
|
*
|
||
|
* http://floralicense.org/license/
|
||
|
*
|
||
|
* 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.
|
||
|
*/
|
||
|
|
||
|
*{outline:0}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block;zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-o-text-size-adjust:100%;text-size-adjust:100%}html,button,input,select,textarea{font-family:Tizen,Samsung Sans,Helvetica}body{margin:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.75em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}blockquote{margin:1em 40px}dfn{font-style:italic}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:75%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline}button,input{line-height:normal}button[disabled],input[disabled]{cursor:default}input[type=time],input[type=date]{color:#000}input[type=search]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}.tau-info-theme{position:absolute;top:-999px;left:-999px}.screen-hidden{visibility:hidden;position:absolute;top:-10000em;left:-10000em}button,input{outline:0;cursor:pointer}*{box-sizing:border-box}a{text-decoration:none;color:rgba(250,250,250,1)}ul,li{margin:0;padding:0;list-style-type:none}img{margin:0;padding:0}html{-webkit-tap-highlight-color:rgba(0,0,0,0)}body{height:100%;font-size:2.125rem;font-family:Tizen,Samsung Sans,Helvetica;background:rgba(36,27,19,1);color:rgba(250,250,250,1)}tau-page{display:block}.ui-page{width:100%;height:100%;overflow:hidden;position:absolute;top:0;left:0;display:none;background:rgba(36,27,19,1);-webkit-tap-highlight-color:rgba(0,0,0,0)}.ui-page.ui-page-active{display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ui-page.ui-page-build{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;visibility:hidden}.ui-page tau-scrollview{display:block}.ui-page .ui-content{width:100%;height:auto;overflow:auto;-webkit-overflow-scrolling:touch;-moz-overflow-scrolling:touch;-o-overflow-scrolling:touch;-ms-overflow-scrolling:touch;overflow-scrolling:touch;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.ui-page .ui-content.ui-content-padding{padding-left:.75rem;padding-right:.75rem}.ui-page .ui-content.ui-content-fixed-middle{position:fixed;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)}.ui-page .ui-header{position:relative;width:100%;line-height:60px;background-color:rgba(51,40,30,1)}.ui-page .ui-header .ui-subtitle{height:30px;font-weight:400;line-height:30px;padding-left:16px;padding-right:16px;color:rgba(255,145,0,1);font-size:24px;margin:-.625rem 0 .312
|