This commit is contained in:
1
Hermit/assets/style/hermit.admin.css
Normal file
1
Hermit/assets/style/hermit.admin.css
Normal file
@@ -0,0 +1 @@
|
||||
.clear:before,.clear:after{content:"";display:table;clear:both;overflow:hidden}#gohermit.selected{background:#fff;position:relative}#wp-content-media-buttons.selected{float:none;clear:both}#gohermit.selected:after,#gohermit.selected:before{position:absolute;content:"";left:50%;bottom:-10px;margin-left:-7px;width:0;z-index:9;border:solid rgba(0,0,0,0)}#gohermit.selected:after{border-color:rgba(255,255,255,0);border-bottom-color:#e5e5e5;border-width:8px;margin-left:-8px}#gohermit.selected:before{border-color:rgba(255,255,255,0);border-bottom-color:#fff;border-width:7px;z-index:10}#hermit-box{clear:both;margin-top:9px;border:1px solid #d9d9d6;border-radius:2px;margin-bottom:15px}#hermit-action{padding:5px 10px;clear:both;border-top:1px solid #DDD;background:#f5f5f5}#hermit-delete{float:left;color:#A00;height:28px;line-height:28px;text-decoration:none;padding:1px 2px;display:block}#hermit-delete:hover{color:#F00}#hermit-publish{float:right}#hermit-content{padding:10px;background:#fff}#hermit-content *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#hermit-song{width:100%;height:15em}#hermit-album,#hermit-collect{width:100%}#hermit-tab{padding-bottom:12px}#hermit-tabul,#hermit-bodyul,.hermit-tabli,.hermit-bodyli{margin:0;padding:0}.hermit-tabli{display:inline-block;text-align:center;width:50px;height:24px;line-height:24px;cursor:pointer;margin-right:10px}.hermit-tabli:hover{background:#eee}.hermit-tabli.current{color:#FFF;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#60b044;border:1px solid #5ca941}.hermit-bodyli{display:none}.hermit-bodyli.current{display:block}#hermit-action label{height:28px;line-height:28px;padding-left:10px}
|
||||
382
Hermit/assets/style/hermit.min.css
vendored
Normal file
382
Hermit/assets/style/hermit.min.css
vendored
Normal file
@@ -0,0 +1,382 @@
|
||||
@font-face {
|
||||
font-family:hermiticon;src:url(../fonts/hermiticon.eot?cez6o0);src:url(../fonts/hermiticon.eot?#iefixcez6o0) format('embedded-opentype'),url(../fonts/hermiticon.ttf?cez6o0) format('truetype'),url(../fonts/hermiticon.woff?cez6o0) format('woff'),url(../fonts/hermiticon.svg?cez6o0#hermiticon) format('svg');font-weight:400;font-style:normal
|
||||
}
|
||||
|
||||
.hermit {
|
||||
overflow: hidden;
|
||||
background: #fff;
|
||||
margin-bottom: 20px;
|
||||
border: 1px solid #dedede;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
font: 13px/1.5 calluna-sans,"Helvetica Neue",Helvetica,Hiragino Sans GB,Microsoft JhengHei,WenQuanYi Micro Hei,sans-serif;
|
||||
text-indent: 0
|
||||
}
|
||||
|
||||
.hermit,.hermit * {
|
||||
box-sizing: content-box;
|
||||
-moz-box-sizing: content-box;
|
||||
-webkit-box-sizing: content-box
|
||||
}
|
||||
|
||||
.hermit-clear:after,.hermit-clear:before {
|
||||
display: table;
|
||||
content: ""
|
||||
}
|
||||
|
||||
.hermit-clear:after {
|
||||
clear: both;
|
||||
overflow: hidden
|
||||
}
|
||||
|
||||
.hermit-clear {
|
||||
zoom: 1
|
||||
}
|
||||
|
||||
.hermit-detail span {
|
||||
-webkit-animation: animFlipFront .4s linear;
|
||||
-moz-animation: animFlipFront .4s linear;
|
||||
animation: animFlipFront .4s linear
|
||||
}
|
||||
|
||||
.hermit-box {
|
||||
padding: 10px 13px;
|
||||
height: 70px;
|
||||
font-size: 14px;
|
||||
line-height: 16px;
|
||||
position: relative;
|
||||
-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.08);
|
||||
box-shadow: 0 1px 10px rgba(0,0,0,.08)
|
||||
}
|
||||
|
||||
.hermit-cover {
|
||||
width: 65px;
|
||||
float: left;
|
||||
position: relative
|
||||
}
|
||||
|
||||
.hermit-info {
|
||||
margin-left: 75px
|
||||
}
|
||||
|
||||
.hermit-title {
|
||||
font-size: 15px;
|
||||
height: 24px;
|
||||
overflow: hidden
|
||||
}
|
||||
|
||||
.hermit-author {
|
||||
font-size: 14px;
|
||||
color: #999
|
||||
}
|
||||
|
||||
.hermit-author,.hermit-duration,.hermit-title {
|
||||
line-height: 24px
|
||||
}
|
||||
|
||||
.hermit-controller {
|
||||
height: 24px;
|
||||
position: relative
|
||||
}
|
||||
|
||||
.hermit-additive {
|
||||
text-align: right;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
width: 130px;
|
||||
height: 24px;
|
||||
background: #fff
|
||||
}
|
||||
|
||||
.hermit-cover-image {
|
||||
width: 65px;
|
||||
height: 65px;
|
||||
padding: 0!important;
|
||||
margin: 0!important;
|
||||
border: none!important;
|
||||
box-shadow: none
|
||||
}
|
||||
|
||||
.hermit-duration,.hermit-listbutton,.hermit-volume {
|
||||
display: inline-block
|
||||
}
|
||||
|
||||
.hermit-duration {
|
||||
height: 24px
|
||||
}
|
||||
|
||||
.hermit-button,.hermit-listbutton,.hermit-volume {
|
||||
speak: none;
|
||||
cursor: pointer;
|
||||
font-family: hermiticon;
|
||||
text-transform: none;
|
||||
vertical-align: middle;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale
|
||||
}
|
||||
|
||||
.hermit-listbutton,.hermit-volume {
|
||||
color: #666;
|
||||
width: 20px;
|
||||
height: 24px;
|
||||
line-height: 24px;
|
||||
font-size: 17px
|
||||
}
|
||||
|
||||
.hermit-listbutton {
|
||||
position: relative
|
||||
}
|
||||
|
||||
.hermit-button {
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
position: absolute;
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
border: 2px solid #fff;
|
||||
border-radius: 50%;
|
||||
color: #fff;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
margin-left: -16px;
|
||||
margin-top: -16px;
|
||||
background: rgba(0,0,0,.15);
|
||||
text-shadow: 0 1px 1px rgba(0,0,0,.2);
|
||||
box-shadow: 0 1px 1px rgba(0,0,0,.2)
|
||||
}
|
||||
|
||||
.hermit-volume {
|
||||
right: 20px
|
||||
}
|
||||
|
||||
.hermit-button:before {
|
||||
content: "\e01b";
|
||||
font-size: 20px;
|
||||
line-height: 28px
|
||||
}
|
||||
|
||||
.hermit-button.playing:before {
|
||||
content: "\e018";
|
||||
font-size: 18px
|
||||
}
|
||||
|
||||
.hermit-listbutton:before {
|
||||
content: "\e20e"
|
||||
}
|
||||
|
||||
.hermit-prevbutton:before {
|
||||
content: "\e028"
|
||||
}
|
||||
|
||||
.hermit-nextbutton:before {
|
||||
content: "\e027"
|
||||
}
|
||||
|
||||
.hermit-listbutton:after {
|
||||
position: absolute;
|
||||
content: '';
|
||||
right: -2px;
|
||||
top: 0;
|
||||
width: 4px;
|
||||
height: 4px;
|
||||
border-radius: 50%;
|
||||
background-color: transparent;
|
||||
opacity: 0;
|
||||
-webkit-transition: opacity .6s;
|
||||
-moz-transition: opacity .6s;
|
||||
-ms-transition: opacity .6s;
|
||||
-o-transition: opacity .6s;
|
||||
transition: opacity .6s
|
||||
}
|
||||
|
||||
.hermit-unexpand-1 .hermit-listbutton:after,.hermit.unexpand .hermit-listbutton:after {
|
||||
opacity: 1;
|
||||
background-color: #f60001
|
||||
}
|
||||
|
||||
.hermit-unexpand-1.unexpand .hermit-listbutton:after {
|
||||
opacity: 0
|
||||
}
|
||||
|
||||
.hermit-volume:before {
|
||||
content: "\e033"
|
||||
}
|
||||
|
||||
.hermit-volume.muted:before {
|
||||
content: "\e031"
|
||||
}
|
||||
|
||||
.hermit-prosess {
|
||||
height: 3px;
|
||||
background-color: #ddd;
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
margin: 10px 0 5px
|
||||
}
|
||||
|
||||
.hermit-loaded {
|
||||
position: absolute;
|
||||
height: 3px;
|
||||
z-index: 5;
|
||||
left: 0;
|
||||
top: 0;
|
||||
background-color: #ccc
|
||||
}
|
||||
|
||||
.hermit-prosess-bar {
|
||||
height: 3px;
|
||||
width: 0;
|
||||
background-color: #5895be;
|
||||
position: relative;
|
||||
z-index: 10
|
||||
}
|
||||
|
||||
.hermit-prosess-after {
|
||||
position: absolute;
|
||||
display: block;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
background-color: #fff;
|
||||
border: 1px solid #5895be;
|
||||
-webkit-border-radius: 50%;
|
||||
-moz-border-radius: 50%;
|
||||
-ms-border-radius: 50%;
|
||||
-o-border-radius: 50%;
|
||||
border-radius: 50%;
|
||||
top: 0;
|
||||
right: 0;
|
||||
margin-top: -4px;
|
||||
margin-right: -10px
|
||||
}
|
||||
|
||||
.hermit-list {
|
||||
height: auto;
|
||||
max-height: 410px;
|
||||
overflow-y: auto
|
||||
}
|
||||
|
||||
.hermit-fullheight-1 .hermit-list {
|
||||
height: 100%;
|
||||
max-height: 100%
|
||||
}
|
||||
|
||||
.hermit-fullheight-1.unexpand .hermit-list,.hermit-unexpand-1 .hermit-list,.hermit.unexpand .hermit-list {
|
||||
height: 0;
|
||||
max-height: 0
|
||||
}
|
||||
|
||||
.hermit-fullheight-1.hermit-unexpand-1.unexpand .hermit-list,.hermit-unexpand-1.unexpand .hermit-list {
|
||||
height: 100%;
|
||||
max-height: 100%
|
||||
}
|
||||
|
||||
.hermit-unexpand-1 .hermit-box,.hermit.unexpand .hermit-box {
|
||||
box-shadow: none
|
||||
}
|
||||
|
||||
.hermit-song {
|
||||
border-top: 1px solid #e5e5e5;
|
||||
cursor: pointer;
|
||||
font-size: 15px;
|
||||
line-height: 40px;
|
||||
height: 40px;
|
||||
overflow: hidden;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
position: relative
|
||||
}
|
||||
|
||||
.hermit-deactive, .hermit-deactive .hermit-song-author {
|
||||
color: #ccc
|
||||
}
|
||||
|
||||
.hermit-song-index {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 40px;
|
||||
text-align: center;
|
||||
color: #999
|
||||
}
|
||||
|
||||
.hermit-song-title {
|
||||
display: block;
|
||||
margin-left: 40px;
|
||||
margin-right: 55px
|
||||
}
|
||||
|
||||
.hermit-song-author {
|
||||
color: #777;
|
||||
padding-left: 5px
|
||||
}
|
||||
|
||||
.hermit-song-duration {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 15px;
|
||||
color: #888;
|
||||
font-size: 14px
|
||||
}
|
||||
|
||||
.hermit-song.selected,.hermit-song:hover {
|
||||
background-color: #f8f8f8
|
||||
}
|
||||
|
||||
.hermit-song.selected .hermit-song-index {
|
||||
width: 38px;
|
||||
text-indent: -999em;
|
||||
background-image: url(../images/playing.gif);
|
||||
background-position: 50% 50%;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 16px
|
||||
}
|
||||
|
||||
.hermit-song.selected.paused .hermit-song-index {
|
||||
background-image: url(../images/playing.png)
|
||||
}
|
||||
|
||||
.hermit-default .hermit-prosess-after:hover,.hermit-default .hermit-prosess-bar {
|
||||
background-color: #5895be
|
||||
}
|
||||
|
||||
.hermit-default .hermit-prosess-after {
|
||||
border-color: #5895be
|
||||
}
|
||||
|
||||
.hermit-ios .hermit-volume {
|
||||
display: none
|
||||
}
|
||||
|
||||
@-ms-viewport {
|
||||
width:device-width
|
||||
}
|
||||
|
||||
@viewport {
|
||||
width:device-width
|
||||
}
|
||||
|
||||
@media screen and (max-width:768px) {
|
||||
.hermit-listbutton {
|
||||
font-size: 20px
|
||||
}
|
||||
|
||||
.hermit-song {
|
||||
height: 44px;
|
||||
line-height: 44px
|
||||
}
|
||||
|
||||
.hermit-list {
|
||||
max-height: 450px
|
||||
}
|
||||
|
||||
.hermit-loaded,.hermit-prosess,.hermit-prosess-bar {
|
||||
height: 4px
|
||||
}
|
||||
|
||||
.hermit-prosess-after {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
margin-top: -5px
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user