Initial Commit

This commit is contained in:
Ryan Carpenter
2016-07-24 19:33:57 +08:00
commit 26ed9882ce
1385 changed files with 2099 additions and 0 deletions
+70
View File
@@ -0,0 +1,70 @@
.ats-switch {
border: 1px solid;
cursor: pointer;
display: inline-block;
text-align: left;
overflow: hidden;
line-height: 8px;
min-width: 100px;
}
.ats-switch.disabled {
opacity: 0.5;
filter: alpha(opacity=50);
cursor: default !important;
}
.ats-switch.disabled .switch-left,
.ats-switch.disabled .switch-right,
.ats-switch.disabled .knob {
cursor: default !important;
}
.ats-switch span {
cursor: pointer;
display: inline-block;
float: left;
height: 100%;
line-height: 20px;
padding: 4px;
text-align: center;
width: 33%;
white-space: nowrap;
box-sizing: border-box;
-o-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.ats-switch > div {
position: relative;
width: 150%;
}
.ats-switch .knob {
background: red;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
background-color: #f5f5f5;
width: 34%;
z-index: 100;
}
.ats-switch .switch-on {
left: 0%;
}
.ats-switch .switch-off {
left: -50%;
}
.ats-switch .swtich-left,
.ats-switch .switch-right {
z-index: 1;
}
.ats-switch .switch-left {
color: #fff;
background: #005fcc;
}
.ats-switch .switch-right {
color: #333;
background: #f0f0f0;
}
.ats-switch .switch-animate {
transition: left 0.5s;
-o-transition: left 0.5s;
-moz-transition: left 0.5s;
-webkit-transition: left 0.5s;
}
+143
View File
@@ -0,0 +1,143 @@
html, body, ui-gmap-google-map, .angular-google-map, .angular-google-map-container {
height: 100%;
}
/*.btn-clear {
background-color: transparent;
color: white !important;
}*/
#side {
position: absolute;
top: 0;
background-color: rgb(191, 70, 39);
color: white;
padding: 8px;
min-width: 300px;
}
#side h1 {
font-size: 1.5em;
line-height: 1.5em;
margin: 2px;
}
#side h1 span.glyphicon {
cursor: pointer;
font-size: 1em;
}
#side h1 a {
color: white;
}
#side .list-group {
margin: 10px 2px 2px 2px;
}
#side .list-group a:hover,
#side .list-group button:hover {
color: black !important;
text-decoration: none;
}
#side .list-group-item {
background-color: transparent;
color: white !important;
}
#side .list-group-item img {
height: 20px;
margin-left: -5px;
margin-right: 2px;
}
#side .list-group-item a {
color: white !important;
}
#side .list-group-item .ats-switch {
margin: -5px -10px 0 0;
}
#side .list-group-item .ats-switch span.knob {
color: #f5f5f5;
}
#slider h1 span {
cursor: pointer;
}
#slider-control {
margin-left: 30px;
}
#slider-control,
#slider-control .btn-group {
width: 250px;
}
#slider-control .btn-group-2 .btn {
width: 50%;
}
#slider-control .btn-group-5 .btn {
width: 20%;
}
#slider-control .rzslider {
margin: 20px 0;
}
#slider-control .rzslider .rz-pointer {
background-color: #286090;
}
#slider-control .rz-bubble {
display: none;
}
#slider-control .rz-bar-wrapper {
padding-top: 8px;
}
#slider-control .rz-bar {
height: 20px;
width: 218px;
margin: 0 16px;
cursor: pointer;
}
#slider-control .rz-bar span {
position: relative;
width: 36px;
text-align: center;
}
#slider-control .rz-bar span.odd {
background-color: #ccc;
}
#slider-control .rzslider:nth-child(3) .rz-bar {
font-size: 0.65em;
}
#slider-control .rzslider:nth-child(3) .rz-bar span {
height: 20px;
padding-top: 6px;
}
#slider-control .rzslider:nth-child(3) .rz-bar span:nth-child(1) {width: 21%}
#slider-control .rzslider:nth-child(3) .rz-bar span:nth-child(2) {width: 20%}
#slider-control .rzslider:nth-child(3) .rz-bar span:nth-child(3) {width: 24%}
#slider-control .rzslider:nth-child(3) .rz-bar span:nth-child(4) {width: 13%}
#slider-control .rzslider:nth-child(3) .rz-bar span:nth-child(5) {width: 21%}
#characters li a.hasimg {
display: inline-block;
width: 18px;
}
#characters li a.noimg {
margin-left: 22px;
}