mirror of https://github.com/twbs/ratchet.git
Build mobile apps with simple HTML, CSS, and JS components.
http://goratchet.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1222 lines
20 KiB
1222 lines
20 KiB
/* |
|
* ===================================================== |
|
* Ratchet v2.0.0 |
|
* Copyright 2014 Connor Sears, Dave Gamache, and Jacob Thornton |
|
* Licensed under http://www.opensource.org/licenses/MIT |
|
* |
|
* Designed and built by @connors, @dhg, and @fat. |
|
* ===================================================== |
|
*/ |
|
|
|
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */ |
|
html { |
|
font-family: sans-serif; |
|
-ms-text-size-adjust: 100%; |
|
-webkit-text-size-adjust: 100%; |
|
} |
|
|
|
body { |
|
margin: 0; |
|
} |
|
|
|
article, |
|
aside, |
|
details, |
|
figcaption, |
|
figure, |
|
footer, |
|
header, |
|
hgroup, |
|
main, |
|
nav, |
|
section, |
|
summary { |
|
display: block; |
|
} |
|
|
|
audio, |
|
canvas, |
|
progress, |
|
video { |
|
display: inline-block; |
|
vertical-align: baseline; |
|
} |
|
|
|
audio:not([controls]) { |
|
display: none; |
|
height: 0; |
|
} |
|
|
|
[hidden], |
|
template { |
|
display: none; |
|
} |
|
|
|
a { |
|
background: transparent; |
|
} |
|
|
|
a:active, |
|
a:hover { |
|
outline: 0; |
|
} |
|
|
|
abbr[title] { |
|
border-bottom: 1px dotted; |
|
} |
|
|
|
b, |
|
strong { |
|
font-weight: bold; |
|
} |
|
|
|
dfn { |
|
font-style: italic; |
|
} |
|
|
|
h1 { |
|
font-size: 2em; |
|
margin: 0.67em 0; |
|
} |
|
|
|
mark { |
|
background: #ff0; |
|
color: #000; |
|
} |
|
|
|
small { |
|
font-size: 80%; |
|
} |
|
|
|
sub, |
|
sup { |
|
font-size: 75%; |
|
line-height: 0; |
|
position: relative; |
|
vertical-align: baseline; |
|
} |
|
|
|
sup { |
|
top: -0.5em; |
|
} |
|
|
|
sub { |
|
bottom: -0.25em; |
|
} |
|
|
|
img { |
|
border: 0; |
|
} |
|
|
|
svg:not(:root) { |
|
overflow: hidden; |
|
} |
|
|
|
figure { |
|
margin: 1em 40px; |
|
} |
|
|
|
hr { |
|
-moz-box-sizing: content-box; |
|
box-sizing: content-box; |
|
height: 0; |
|
} |
|
|
|
pre { |
|
overflow: auto; |
|
} |
|
|
|
code, |
|
kbd, |
|
pre, |
|
samp { |
|
font-family: monospace, monospace; |
|
font-size: 1em; |
|
} |
|
|
|
button, |
|
input, |
|
optgroup, |
|
select, |
|
textarea { |
|
color: inherit; |
|
font: inherit; |
|
margin: 0; |
|
} |
|
|
|
button { |
|
overflow: visible; |
|
} |
|
|
|
button, |
|
select { |
|
text-transform: none; |
|
} |
|
|
|
button, |
|
html input[type="button"], |
|
input[type="reset"], |
|
input[type="submit"] { |
|
-webkit-appearance: button; |
|
cursor: pointer; |
|
} |
|
|
|
button[disabled], |
|
html input[disabled] { |
|
cursor: default; |
|
} |
|
|
|
button::-moz-focus-inner, |
|
input::-moz-focus-inner { |
|
border: 0; |
|
padding: 0; |
|
} |
|
|
|
input { |
|
line-height: normal; |
|
} |
|
|
|
input[type="checkbox"], |
|
input[type="radio"] { |
|
box-sizing: border-box; |
|
padding: 0; |
|
} |
|
|
|
input[type="number"]::-webkit-inner-spin-button, |
|
input[type="number"]::-webkit-outer-spin-button { |
|
height: auto; |
|
} |
|
|
|
input[type="search"] { |
|
-webkit-appearance: textfield; |
|
-moz-box-sizing: content-box; |
|
-webkit-box-sizing: content-box; |
|
box-sizing: content-box; |
|
} |
|
|
|
input[type="search"]::-webkit-search-cancel-button, |
|
input[type="search"]::-webkit-search-decoration { |
|
-webkit-appearance: none; |
|
} |
|
|
|
fieldset { |
|
border: 1px solid #c0c0c0; |
|
margin: 0 2px; |
|
padding: 0.35em 0.625em 0.75em; |
|
} |
|
|
|
legend { |
|
border: 0; |
|
padding: 0; |
|
} |
|
|
|
textarea { |
|
overflow: auto; |
|
} |
|
|
|
optgroup { |
|
font-weight: bold; |
|
} |
|
|
|
table { |
|
border-collapse: collapse; |
|
border-spacing: 0; |
|
} |
|
|
|
td, |
|
th { |
|
padding: 0; |
|
} |
|
|
|
* { |
|
-moz-box-sizing: border-box; |
|
-webkit-box-sizing: border-box; |
|
box-sizing: border-box; |
|
} |
|
|
|
body { |
|
position: fixed; |
|
top: 0; |
|
right: 0; |
|
bottom: 0; |
|
left: 0; |
|
font-family: "Helvetica Neue", Helvetica, sans-serif; |
|
font-size: 17px; |
|
line-height: 21px; |
|
color: #000; |
|
background-color: #fff; |
|
} |
|
|
|
a { |
|
color: #428bca; |
|
text-decoration: none; |
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); |
|
} |
|
|
|
strong { |
|
font-weight: 500; |
|
} |
|
|
|
.content { |
|
position: fixed; |
|
top: 0; |
|
right: 0; |
|
bottom: 0; |
|
left: 0; |
|
overflow: auto; |
|
background-color: #fff; |
|
-webkit-overflow-scrolling: touch; |
|
} |
|
|
|
.content > * { |
|
-webkit-transform: translateZ(0px); |
|
transform: translateZ(0px); |
|
} |
|
|
|
.bar-nav ~ .content { |
|
padding-top: 44px; |
|
} |
|
|
|
.bar-tab ~ .content { |
|
padding-bottom: 50px; |
|
} |
|
|
|
.bar-header-secondary ~ .content { |
|
padding-top: 88px; |
|
} |
|
|
|
.pull-left { |
|
float: left; |
|
} |
|
|
|
.pull-right { |
|
float: right; |
|
} |
|
|
|
.bar { |
|
position: fixed; |
|
right: 0; |
|
left: 0; |
|
z-index: 10; |
|
height: 44px; |
|
padding-right: 10px; |
|
padding-left: 10px; |
|
border-bottom: 1px solid #dddddd; |
|
background-color: white; |
|
} |
|
.bar.bar-header-secondary { |
|
top: 44px; |
|
} |
|
.bar.bar-footer { |
|
bottom: 0; |
|
} |
|
.bar.bar-footer-secondary { |
|
bottom: 44px; |
|
} |
|
.bar.bar-footer-secondary-tab { |
|
bottom: 50px; |
|
} |
|
|
|
.bar-nav { |
|
top: 0; |
|
} |
|
|
|
.title { |
|
position: absolute; |
|
display: block; |
|
width: 100%; |
|
padding: 0; |
|
margin-top: 0; |
|
margin-bottom: 0; |
|
margin-left: -10px; |
|
margin-right: -10px; |
|
font-size: 17px; |
|
font-weight: 500; |
|
line-height: 44px; |
|
color: #000; |
|
text-align: center; |
|
white-space: nowrap; |
|
} |
|
|
|
> a:not(.btn) { |
|
display: block; |
|
width: 100%; |
|
height: 100%; |
|
} |
|
|
|
.title a { |
|
color: inherit; |
|
} |
|
|
|
.bar-tab { |
|
display: table; |
|
bottom: 0; |
|
height: 50px; |
|
padding: 0; |
|
border-top: 1px solid #dddddd; |
|
} |
|
|
|
.tab-item { |
|
display: table-cell; |
|
height: 100%; |
|
width: 1%; |
|
padding-top: 9px; |
|
text-align: center; |
|
} |
|
.tab-item .tab-label, |
|
.tab-item .icon { |
|
color: #929292; |
|
} |
|
.tab-item .tab-label { |
|
margin-top: -2px; |
|
font-size: 11px; |
|
font-weight: 400; |
|
} |
|
.tab-item .icon { |
|
width: 24px; |
|
height: 24px; |
|
margin-top: -2px; |
|
} |
|
.tab-item.active .tab-label, |
|
.tab-item.active .icon, .tab-item:active .tab-label, |
|
.tab-item:active .icon { |
|
color: #428bca; |
|
} |
|
|
|
.popover .bar-nav { |
|
border-bottom: 1px solid #dddddd; |
|
border-radius: 12px 12px 0 0; |
|
-webkit-box-shadow: none; |
|
box-shadow: none; |
|
} |
|
.popover .bar-nav .title + .btn:last-child { |
|
right: 15px; |
|
} |
|
|
|
.card { |
|
width: auto; |
|
overflow: hidden; |
|
margin: 10px; |
|
background-color: white; |
|
border: 1px solid #dddddd; |
|
border-radius: 6px; |
|
} |
|
|
|
.table-view { |
|
padding: 0; |
|
margin: 0; |
|
list-style: none; |
|
background-color: #fff; |
|
} |
|
.table-view .table-view-cell { |
|
position: relative; |
|
padding: 11px 60px 12px 15px; |
|
border-bottom: 1px solid #dddddd; |
|
} |
|
.table-view .table-view-cell:last-child { |
|
border-bottom: 0; |
|
} |
|
.table-view .table-view-cell > a:not(.btn) { |
|
position: relative; |
|
display: block; |
|
padding: inherit; |
|
margin: -11px -60px -12px -15px; |
|
color: inherit; |
|
} |
|
.table-view .table-view-cell > a:not(.btn):active { |
|
background-color: #eee; |
|
} |
|
.table-view .table-view-cell p { |
|
margin: 0; |
|
} |
|
.table-view .table-view-divider { |
|
padding-top: 6px; |
|
padding-bottom: 6px; |
|
padding-left: 15px; |
|
margin-top: -1px; |
|
margin-left: 0; |
|
color: #999; |
|
font-weight: 500; |
|
border-top: 1px solid #dddddd; |
|
border-bottom: 1px solid #dddddd; |
|
background-color: #fafafa; |
|
} |
|
.table-view .table-view-divider:first-child { |
|
top: 0; |
|
border-radius: 6px 6px 0 0; |
|
} |
|
.table-view .table-view-divider:last-child { |
|
border-radius: 0 0 6px 6px; |
|
} |
|
.table-view .chevron, |
|
.table-view .btn, |
|
.table-view .badge, |
|
.table-view .toggle { |
|
position: absolute; |
|
top: 50%; |
|
right: 10px; |
|
} |
|
.table-view .chevron { |
|
margin-top: -10px; |
|
} |
|
.table-view .badge { |
|
margin-top: -9px; |
|
} |
|
.table-view .chevron + .badge { |
|
right: 30px; |
|
} |
|
.table-view .btn { |
|
left: auto; |
|
margin-top: -12px; |
|
} |
|
.table-view .toggle { |
|
margin-top: -15px; |
|
} |
|
|
|
.table-view-indented .table-view-cell { |
|
padding-left: 59px; |
|
background-position-x: 59px; |
|
} |
|
.table-view-indented .table-view-cell > a:not(.btn) { |
|
margin-left: -59px; |
|
} |
|
.table-view-indented .table-view-cell > .pull-left, |
|
.table-view-indented .table-view-cell > a:not(.btn) .pull-left { |
|
position: absolute; |
|
left: 15px; |
|
z-index: 1; |
|
} |
|
|
|
.card .table-view li:last-child { |
|
border: 0; |
|
} |
|
|
|
.popover .table-view { |
|
width: auto; |
|
max-height: 300px; |
|
margin-right: 0; |
|
margin-bottom: 0; |
|
margin-left: 0; |
|
overflow: auto; |
|
background-color: #fff; |
|
border-radius: 6px; |
|
-webkit-overflow-scrolling: touch; |
|
} |
|
|
|
input, |
|
textarea, |
|
button, |
|
select { |
|
font-family: "Helvetica Neue", Helvetica, sans-serif; |
|
font-size: 17px; |
|
} |
|
|
|
select, |
|
textarea, |
|
input[type="text"], |
|
input[type=search], |
|
input[type="password"], |
|
input[type="datetime"], |
|
input[type="datetime-local"], |
|
input[type="date"], |
|
input[type="month"], |
|
input[type="time"], |
|
input[type="week"], |
|
input[type="number"], |
|
input[type="email"], |
|
input[type="url"], |
|
input[type="tel"], |
|
input[type="color"], |
|
.input-group { |
|
width: 100%; |
|
height: 35px; |
|
padding: 0 10px; |
|
margin-bottom: 10px; |
|
line-height: 21px; |
|
background-color: #fff; |
|
border: 1px solid #dddddd; |
|
border-radius: 3px; |
|
outline: none; |
|
-webkit-appearance: none; |
|
} |
|
|
|
input[type=search] { |
|
padding: 0 10px; |
|
font-size: 16px; |
|
border-radius: 20px; |
|
box-sizing: border-box; |
|
} |
|
|
|
input[type=search]:focus { |
|
text-align: left; |
|
} |
|
|
|
textarea { |
|
height: auto; |
|
} |
|
|
|
select { |
|
height: auto; |
|
font-size: 14px; |
|
background-color: #f8f8f8; |
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); |
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); |
|
} |
|
|
|
.input-group { |
|
width: auto; |
|
height: auto; |
|
padding: 0; |
|
border-left: 0; |
|
border-right: 0; |
|
border-radius: 0; |
|
} |
|
|
|
.input-group input { |
|
margin-bottom: 0; |
|
background-color: transparent; |
|
border-bottom: 1px solid #dddddd; |
|
border-top: 0; |
|
border-left: 0; |
|
border-right: 0; |
|
border-radius: 0; |
|
-webkit-box-shadow: none; |
|
box-shadow: none; |
|
} |
|
|
|
.input-group input:last-child { |
|
border-bottom: 0; |
|
} |
|
|
|
.input-row { |
|
overflow: hidden; |
|
border-bottom: 1px solid #dddddd; |
|
} |
|
|
|
.input-row:last-child { |
|
border-bottom: 0; |
|
} |
|
|
|
.input-row label { |
|
float: left; |
|
width: 35%; |
|
padding: 10px 15px; |
|
font-family: "Helvetica Neue", Helvetica, sans-serif; |
|
line-height: 1.1; |
|
} |
|
|
|
.input-row label + input { |
|
float: right; |
|
width: 65%; |
|
padding-left: 0; |
|
margin-bottom: 0; |
|
border: 0; |
|
} |
|
|
|
.bar input[type=search] { |
|
height: 29px; |
|
margin: 6px 0; |
|
} |
|
|
|
.btn { |
|
position: relative; |
|
display: inline-block; |
|
padding: 5px 8px; |
|
margin: 0; |
|
font-size: 12px; |
|
font-weight: 400; |
|
line-height: 1.15; |
|
color: #333; |
|
text-align: center; |
|
vertical-align: top; |
|
cursor: pointer; |
|
background-color: white; |
|
border: 1px solid #ccc; |
|
border-radius: 3px; |
|
} |
|
.btn:active, .btn.active { |
|
background-color: #ccc; |
|
} |
|
.btn:disabled, .btn.disabled { |
|
opacity: .6; |
|
} |
|
|
|
.btn-primary { |
|
color: #fff; |
|
border: 1px solid #428bca; |
|
background-color: #428bca; |
|
} |
|
.btn-primary:active, .btn-primary.active { |
|
border: 1px solid #3071a9; |
|
background-color: #3071a9; |
|
} |
|
|
|
.btn-positive { |
|
color: #fff; |
|
border: 1px solid #5cb85c; |
|
background-color: #5cb85c; |
|
} |
|
.btn-positive:active, .btn-positive.active { |
|
border: 1px solid #449d44; |
|
background-color: #449d44; |
|
} |
|
|
|
.btn-negative { |
|
color: #fff; |
|
border: 1px solid #d9534f; |
|
background-color: #d9534f; |
|
} |
|
.btn-negative:active, .btn-negative.active { |
|
border: 1px solid #c9302c; |
|
background-color: #c9302c; |
|
} |
|
|
|
.btn-outlined { |
|
background-color: transparent; |
|
} |
|
.btn-outlined.btn-primary { |
|
color: #428bca; |
|
} |
|
.btn-outlined.btn-positive { |
|
color: #5cb85c; |
|
} |
|
.btn-outlined.btn-negative { |
|
color: #d9534f; |
|
} |
|
.btn-outlined.btn-primary:active, .btn-outlined.btn-positive:active, .btn-outlined.btn-negative:active { |
|
color: #fff; |
|
} |
|
|
|
.btn-link { |
|
padding-top: 6px; |
|
padding-bottom: 6px; |
|
color: #428bca; |
|
background-color: transparent; |
|
border: none; |
|
} |
|
.btn-link:active, .btn-link.active { |
|
color: #3071a9; |
|
background-color: transparent; |
|
} |
|
|
|
.btn-block { |
|
display: block; |
|
padding: 15px 0; |
|
margin-bottom: 10px; |
|
font-size: 18px; |
|
} |
|
|
|
input[type="submit"], |
|
input[type="reset"], |
|
input[type="button"] { |
|
width: 100%; |
|
} |
|
|
|
.bar-nav .btn { |
|
position: relative; |
|
z-index: 10; |
|
padding: 6px 12px; |
|
margin-top: 8px; |
|
font-weight: 400; |
|
} |
|
.bar-nav .btn.pull-right { |
|
margin-left: 10px; |
|
} |
|
.bar-nav .btn.pull-left { |
|
margin-right: 10px; |
|
} |
|
.bar-nav .btn-link { |
|
padding: 0; |
|
margin-top: 0; |
|
font-size: 16px; |
|
color: #428bca; |
|
line-height: 44px; |
|
background-color: transparent; |
|
border: none; |
|
} |
|
.bar-nav .btn-link:active, .bar-nav .btn-link.active { |
|
color: #3071a9; |
|
} |
|
|
|
.bar .btn-block { |
|
padding: 7px 0 6px; |
|
margin-top: 4px; |
|
margin-bottom: 0; |
|
font-size: 16px; |
|
} |
|
|
|
.popover .btn-block { |
|
margin-bottom: 5px; |
|
} |
|
.popover .btn-block:last-child { |
|
margin-bottom: 0; |
|
} |
|
.popover .bar-nav .btn-link.pull-left { |
|
margin-left: 5px; |
|
} |
|
.popover .bar-nav .btn-link.pull-right { |
|
margin-right: 5px; |
|
} |
|
|
|
.chevron { |
|
display: block; |
|
height: 20px; |
|
} |
|
.chevron:before, .chevron:after { |
|
position: relative; |
|
display: block; |
|
width: 10px; |
|
height: 3px; |
|
background-color: #c7c7cc; |
|
content: ''; |
|
} |
|
.chevron:before { |
|
top: 6px; |
|
-webkit-transform: rotate(45deg); |
|
transform: rotate(45deg); |
|
} |
|
.chevron:after { |
|
top: 8px; |
|
-webkit-transform: rotate(-45deg); |
|
transform: rotate(-45deg); |
|
} |
|
|
|
.badge { |
|
display: inline-block; |
|
padding: 2px 9px; |
|
font-size: 13px; |
|
line-height: 1; |
|
color: #333; |
|
background-color: rgba(0, 0, 0, 0.15); |
|
border-radius: 100px; |
|
} |
|
.badge.badge-inverted { |
|
padding: 0 5px 0 0; |
|
background-color: transparent; |
|
} |
|
|
|
.badge-primary { |
|
color: #fff; |
|
background-color: #428bca; |
|
} |
|
.badge-primary.badge-inverted { |
|
color: #428bca; |
|
} |
|
|
|
.badge-positive { |
|
color: #fff; |
|
background-color: #5cb85c; |
|
} |
|
.badge-positive.badge-inverted { |
|
color: #5cb85c; |
|
} |
|
|
|
.badge-negative { |
|
color: #fff; |
|
background-color: #d9534f; |
|
} |
|
.badge-negative.badge-inverted { |
|
color: #d9534f; |
|
} |
|
|
|
.btn .badge { |
|
font-size: 12px; |
|
padding-top: 2px; |
|
padding-bottom: 2px; |
|
margin: -2px -4px -2px 4px; |
|
background-color: rgba(0, 0, 0, 0.15); |
|
} |
|
|
|
.btn .badge-inverted, |
|
.btn:active .badge-inverted { |
|
background-color: transparent; |
|
} |
|
|
|
.btn-primary:active .badge-inverted, |
|
.btn-positive:active .badge-inverted, |
|
.btn-negative:active .badge-inverted { |
|
color: #fff; |
|
} |
|
|
|
.btn-block .badge { |
|
position: absolute; |
|
right: 0; |
|
margin-right: 10px; |
|
} |
|
|
|
.segmented-control { |
|
position: relative; |
|
display: table; |
|
padding: 0; |
|
overflow: hidden; |
|
font-size: 12px; |
|
font-weight: 400; |
|
list-style: none; |
|
background-color: white; |
|
border: 1px solid #ccc; |
|
border-radius: 4px; |
|
} |
|
.segmented-control li { |
|
display: table-cell; |
|
overflow: hidden; |
|
width: 1%; |
|
text-align: center; |
|
white-space: nowrap; |
|
border-left: 1px solid #ccc; |
|
} |
|
.segmented-control li > a { |
|
display: block; |
|
padding-top: 6px; |
|
padding-bottom: 7px; |
|
overflow: hidden; |
|
line-height: 1; |
|
color: #333; |
|
text-overflow: ellipsis; |
|
} |
|
.segmented-control li:first-child { |
|
border-left-width: 0; |
|
} |
|
.segmented-control li:active { |
|
background-color: #eee; |
|
} |
|
.segmented-control li.active { |
|
background-color: #ccc; |
|
} |
|
|
|
.segmented-control-primary { |
|
border: 1px solid #428bca; |
|
} |
|
.segmented-control-primary li { |
|
border-color: inherit; |
|
} |
|
.segmented-control-primary li > a { |
|
color: #428bca; |
|
} |
|
.segmented-control-primary li:active { |
|
background-color: #cde1f1; |
|
} |
|
.segmented-control-primary li.active { |
|
background-color: #428bca; |
|
} |
|
.segmented-control-primary li.active > a { |
|
color: #fff; |
|
} |
|
|
|
.segmented-control-positive { |
|
border: 1px solid #5cb85c; |
|
} |
|
.segmented-control-positive li { |
|
border-color: inherit; |
|
} |
|
.segmented-control-positive li > a { |
|
color: #5cb85c; |
|
} |
|
.segmented-control-positive li:active { |
|
background-color: #d8eed8; |
|
} |
|
.segmented-control-positive li.active { |
|
background-color: #5cb85c; |
|
} |
|
.segmented-control-positive li.active > a { |
|
color: #fff; |
|
} |
|
|
|
.segmented-control-negative { |
|
border: 1px solid #d9534f; |
|
} |
|
.segmented-control-negative li { |
|
border-color: inherit; |
|
} |
|
.segmented-control-negative li > a { |
|
color: #d9534f; |
|
} |
|
.segmented-control-negative li:active { |
|
background-color: #f9e2e2; |
|
} |
|
.segmented-control-negative li.active { |
|
background-color: #d9534f; |
|
} |
|
.segmented-control-negative li.active > a { |
|
color: #fff; |
|
} |
|
|
|
.segmented-control-item { |
|
display: none; |
|
} |
|
.segmented-control-item.active { |
|
display: block; |
|
} |
|
|
|
.bar .segmented-control { |
|
top: 8px; |
|
margin: 0 auto; |
|
} |
|
|
|
.popover { |
|
position: fixed; |
|
top: 55px; |
|
left: 50%; |
|
z-index: 20; |
|
display: none; |
|
width: 280px; |
|
margin-left: -140px; |
|
background-color: white; |
|
border-radius: 6px; |
|
opacity: 0; |
|
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); |
|
-webkit-transform: translate3d(0, -15px, 0); |
|
transform: translate3d(0, -15px, 0); |
|
} |
|
.popover:before { |
|
position: absolute; |
|
top: -15px; |
|
left: 50%; |
|
width: 0; |
|
height: 0; |
|
margin-left: -15px; |
|
content: ''; |
|
border-right: 15px solid transparent; |
|
border-bottom: 15px solid white; |
|
border-left: 15px solid transparent; |
|
} |
|
.popover.visible { |
|
opacity: 1; |
|
-webkit-transform: translate3d(0, 0, 0); |
|
transform: translate3d(0, 0, 0); |
|
} |
|
|
|
.backdrop { |
|
position: fixed; |
|
top: 0; |
|
right: 0; |
|
bottom: 0; |
|
left: 0; |
|
z-index: 10; |
|
background-color: rgba(0, 0, 0, 0.15); |
|
} |
|
|
|
.modal { |
|
position: fixed; |
|
top: 0; |
|
opacity: 0; |
|
z-index: 11; |
|
width: 100%; |
|
min-height: 100%; |
|
overflow: hidden; |
|
background-color: #fff; |
|
-webkit-transform: translate3d(0, 100%, 0); |
|
transform: translate3d(0, 100%, 0); |
|
-webkit-transition: -webkit-transform 0.25s, opacity 0.25s; |
|
transition: -webkit-transform 0.25s, opacity 0.25s; |
|
} |
|
.modal.active { |
|
opacity: 1; |
|
height: 100%; |
|
-webkit-transform: translate3d(0, 0, 0); |
|
transform: translate3d(0, 0, 0); |
|
-webkit-transition: -webkit-transform 0.25s; |
|
transition: -webkit-transform 0.25s; |
|
} |
|
|
|
.slider, |
|
.slider > li { |
|
width: 100%; |
|
height: 200px; |
|
} |
|
|
|
.slider { |
|
overflow: hidden; |
|
background-color: #000; |
|
} |
|
.slider > ul { |
|
position: relative; |
|
padding: 0; |
|
font-size: 0; |
|
white-space: nowrap; |
|
-webkit-transition: all 0 linear; |
|
transition: all 0 linear; |
|
} |
|
.slider > ul > li { |
|
display: inline-block; |
|
vertical-align: top; |
|
width: 100%; |
|
height: 100%; |
|
} |
|
.slider > ul > li > * { |
|
font-size: 14px; |
|
} |
|
|
|
.toggle { |
|
display: block; |
|
position: relative; |
|
width: 74px; |
|
height: 30px; |
|
background-color: #fff; |
|
border: 2px solid #ddd; |
|
border-radius: 20px; |
|
-webkit-transition-property: background-color, border; |
|
transition-property: background-color, border; |
|
-webkit-transition-duration: 0.2s; |
|
transition-duration: 0.2s; |
|
} |
|
.toggle .toggle-handle { |
|
position: absolute; |
|
top: -1px; |
|
left: -1px; |
|
z-index: 2; |
|
width: 28px; |
|
height: 28px; |
|
background-color: #fff; |
|
border: 1px solid #ddd; |
|
border-radius: 100px; |
|
-webkit-transition-property: -webkit-transform, border, width; |
|
transition-property: -webkit-transform, border, width; |
|
-webkit-transition-duration: 0.2s; |
|
transition-duration: 0.2s; |
|
} |
|
.toggle:before { |
|
position: absolute; |
|
top: 3px; |
|
right: 11px; |
|
color: #999; |
|
font-size: 14px; |
|
text-transform: uppercase; |
|
content: "Off"; |
|
} |
|
.toggle.active { |
|
border: 2px solid #5cb85c; |
|
background-color: #5cb85c; |
|
} |
|
.toggle.active .toggle-handle { |
|
border-color: #5cb85c; |
|
-webkit-transform: translate3d(44px, 0, 0); |
|
transform: translate3d(44px, 0, 0); |
|
} |
|
.toggle.active:before { |
|
right: auto; |
|
left: 15px; |
|
color: #fff; |
|
content: "On"; |
|
} |
|
.toggle input[type="checkbox"] { |
|
display: none; |
|
} |
|
|
|
.content.fade { |
|
left: 0; |
|
opacity: 0; |
|
} |
|
.content.fade.in { |
|
opacity: 1; |
|
} |
|
.content.slide { |
|
z-index: 2; |
|
-webkit-transition: -webkit-transform 0.4s; |
|
transition: -webkit-transform 0.4s; |
|
-webkit-transform: translate3d(0, 0, 0); |
|
transform: translate3d(0, 0, 0); |
|
} |
|
.content.slide.left { |
|
z-index: 1; |
|
-webkit-transform: translate3d(-100%, 0, 0); |
|
transform: translate3d(-100%, 0, 0); |
|
} |
|
.content.slide.right { |
|
z-index: 3; |
|
-webkit-transform: translate3d(100%, 0, 0); |
|
transform: translate3d(100%, 0, 0); |
|
} |
|
|
|
@font-face { |
|
font-family: Ratchicons; |
|
src: url("ratchicons/ratchicons.eot"); |
|
src: url("ratchicons/ratchicons.eot?#iefix") format("embedded-opentype"), url("ratchicons/ratchicons.woff") format("woff"), url("ratchicons/ratchicons.ttf") format("truetype"), url("ratchicons/ratchicons.svg#svgFontName") format("svg"); |
|
font-weight: normal; |
|
font-style: normal; |
|
} |
|
|
|
.icon { |
|
display: inline-block; |
|
font-family: Ratchicons; |
|
font-size: 24px; |
|
text-decoration: none; |
|
line-height: 1; |
|
cursor: default; |
|
-webkit-font-smoothing: antialiased; |
|
} |
|
|
|
.icon-code:before { |
|
content: '\e804'; |
|
} |
|
|
|
.icon-down:before { |
|
content: '\e801'; |
|
} |
|
|
|
.icon-download:before { |
|
content: '\f005'; |
|
} |
|
|
|
.icon-left:before { |
|
content: '\e803'; |
|
} |
|
|
|
.icon-lg-down:before { |
|
content: '\f00b'; |
|
} |
|
|
|
.icon-lg-left:before { |
|
content: '\f00c'; |
|
} |
|
|
|
.icon-lg-right:before { |
|
content: '\f00d'; |
|
} |
|
|
|
.icon-lg-up:before { |
|
content: '\f00e'; |
|
} |
|
|
|
.icon-list:before { |
|
content: '\f008'; |
|
} |
|
|
|
.icon-pages:before { |
|
content: '\f000'; |
|
} |
|
|
|
.icon-refresh:before { |
|
content: '\f009'; |
|
} |
|
|
|
.icon-right:before { |
|
content: '\e800'; |
|
} |
|
|
|
.icon-search:before { |
|
content: '\f007'; |
|
} |
|
|
|
.icon-share:before { |
|
content: '\f00a'; |
|
} |
|
|
|
.icon-sound2:before { |
|
content: '\f002'; |
|
} |
|
|
|
.icon-sound3:before { |
|
content: '\f003'; |
|
} |
|
|
|
.icon-sound4:before { |
|
content: '\f004'; |
|
} |
|
|
|
.icon-sound:before { |
|
content: '\f001'; |
|
} |
|
|
|
.icon-up:before { |
|
content: '\e802'; |
|
}
|
|
|