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.
126 lines
2.7 KiB
126 lines
2.7 KiB
11 years ago
|
/*
|
||
11 years ago
|
* =====================================================
|
||
|
* Ratchet v2.0.0
|
||
|
* Copyright 2013 Connor Sears, Dave Gamache, and Jacob Thornton
|
||
|
* Licensed under http://www.opensource.org/licenses/MIT
|
||
|
*
|
||
|
* Designed and built by @connors, @dhg, and @fat.
|
||
|
* =====================================================
|
||
|
*/
|
||
11 years ago
|
|
||
11 years ago
|
.bar-header-secondary ~ .content {
|
||
|
padding-top: 108px;
|
||
|
}
|
||
|
|
||
11 years ago
|
[class*="bar-"] {
|
||
|
background-color: rgba(30, 176, 233, 0.98);
|
||
|
}
|
||
|
[class*="bar-"].bar-standard, [class*="bar-"].bar-footer-secondary {
|
||
11 years ago
|
background-color: rgba(245, 245, 245, 0.98);
|
||
11 years ago
|
}
|
||
|
|
||
11 years ago
|
.bar-nav {
|
||
11 years ago
|
top: 20px;
|
||
11 years ago
|
-webkit-box-shadow: 0 -20px 0 rgba(30, 176, 233, 0.98), 0 0 1px rgba(0, 0, 0, 0.85);
|
||
11 years ago
|
box-shadow: 0 -20px 0 rgba(30, 176, 233, 0.98), 0 0 1px rgba(0, 0, 0, 0.85);
|
||
|
}
|
||
|
|
||
|
[class*="bar-"].bar-header-secondary {
|
||
|
top: 64px;
|
||
|
}
|
||
|
|
||
11 years ago
|
.title {
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
.tab-label {
|
||
|
color: rgba(255, 255, 255, 0.5);
|
||
|
}
|
||
|
|
||
|
.tab-item.active .tab-label {
|
||
|
color: white;
|
||
|
}
|
||
|
|
||
|
[class*="button"] {
|
||
|
color: rgba(0, 0, 0, 0.3);
|
||
|
border-color: rgba(0, 0, 0, 0.3);
|
||
|
}
|
||
|
[class*="button"]:active, [class*="button"].active, [class*="button"].button-filled {
|
||
|
background-color: rgba(0, 0, 0, 0.3);
|
||
|
}
|
||
|
|
||
|
.button-primary {
|
||
|
color: #1eb0e9;
|
||
|
border-color: #1eb0e9;
|
||
|
}
|
||
|
.button-primary:active, .button-primary.active, .button-primary.button-filled {
|
||
|
background-color: #1eb0e9;
|
||
|
}
|
||
|
|
||
|
.button-positive {
|
||
|
color: #34ba15;
|
||
|
border-color: #34ba15;
|
||
|
}
|
||
|
.button-positive:active, .button-positive.active, .button-positive.button-filled {
|
||
|
background-color: #34ba15;
|
||
|
}
|
||
|
|
||
|
.button-negative {
|
||
|
color: #e71e1e;
|
||
|
border-color: #e71e1e;
|
||
|
}
|
||
|
.button-negative:active, .button-negative.active, .button-negative.button-filled {
|
||
|
background-color: #e71e1e;
|
||
|
}
|
||
|
|
||
|
.bar-title [class*="button"] {
|
||
|
color: #fff;
|
||
|
}
|
||
|
.bar-title .button:active,
|
||
|
.bar-title .button.active,
|
||
|
.bar-title .button-prev:active,
|
||
|
.bar-title .button-prev.active,
|
||
|
.bar-title .button-next:active,
|
||
|
.bar-title .button-next.active,
|
||
|
.bar-title .button-primary:active,
|
||
|
.bar-title .button-primary.active {
|
||
|
color: #fff;
|
||
|
}
|
||
|
.bar-title .button-prev:before,
|
||
|
.bar-title .button-prev:after,
|
||
|
.bar-title .button-next:before,
|
||
|
.bar-title .button-next:after {
|
||
|
background-color: #fff;
|
||
|
}
|
||
|
|
||
|
.segmented-controller {
|
||
11 years ago
|
border-color: #1eb0e9;
|
||
11 years ago
|
}
|
||
|
.segmented-controller li {
|
||
11 years ago
|
border-left-color: #1eb0e9;
|
||
11 years ago
|
}
|
||
|
.segmented-controller li > a {
|
||
|
color: #1eb0e9;
|
||
|
}
|
||
11 years ago
|
.segmented-controller li.selected {
|
||
11 years ago
|
background-color: #1eb0e9;
|
||
|
}
|
||
|
|
||
|
.bar-title .segmented-controller {
|
||
|
border-color: #fff;
|
||
|
}
|
||
|
.bar-title .segmented-controller li {
|
||
11 years ago
|
border-left-color: #fff;
|
||
11 years ago
|
}
|
||
|
.bar-title .segmented-controller li > a {
|
||
|
color: #fff;
|
||
|
}
|
||
11 years ago
|
.bar-title .segmented-controller li.selected {
|
||
11 years ago
|
background-color: rgba(255, 255, 255, 0.4);
|
||
|
}
|
||
|
|
||
|
input[type=search] {
|
||
|
color: #555;
|
||
|
background-color: rgba(0, 0, 0, 0.1);
|
||
|
}
|