This commit is contained in:
libccy 2017-03-25 23:33:53 +08:00
parent def59ce4b0
commit c1cb404db5
6 changed files with 28 additions and 4 deletions

View File

@ -30432,12 +30432,12 @@
var info=list[i];
var node=ui.create.div('.videonode.menubutton.extension.large',page,clickExtension);
ui.create.div('.caption',list[i][0],node);
ui.create.div('.text.author','作者:'+list[i][1],node);
ui.create.div('.text.author','作者:'+list[i][1]+'<span>('+list[i][4]+')</span>',node);
ui.create.div('.text',list[i][2],node);
if(list[i][4]){
if(list[i][5]){
ui.create.div('.text','<span class="hrefnode">下载配音素材',node,function(){
ui.create.iframe(this.link);
}).link=list[i][4];
}).link=list[i][5];
}
var download=ui.create.div('.menubutton.text.active','下载扩展',node.firstChild);
if(game.download){

View File

@ -1,6 +1,6 @@
window.noname_update={
version:'1.9.14.2',
update:'1.9.14',
// update:'1.9.14',
changeLog:[
'bug修复',
],

View File

@ -1174,6 +1174,16 @@ input.fileinput::-webkit-file-upload-button {
top: 0;
margin-left: 5px;
}
.videonode.menubutton.extension>.text.author>span{
float: right;
transform: translateY(2px) scale(0.7);
width: 80px;
text-align: center;
opacity: 0;
}
.videonode.menubutton.extension.current>.text.author>span{
opacity: 1;
}
.videonode.menubutton>.victory{
font-family: 'huangcao','xinwei';
font-size: 25px;

View File

@ -15,6 +15,13 @@ html{
background: linear-gradient(#4b4b4b, #464646) !important;
}
.videonode.menubutton.extension.current>div:first-child{
text-shadow: black 0 0 1px,rgba(255, 203, 0,1) 0 0 2px,rgba(255, 203, 0,1) 0 0 5px,rgba(255, 203, 0,1) 0 0 5px,
rgba(255, 203, 0,1) 0 0 5px,black 0 0 1px
}
.videonode.menubutton.extension.current>div:first-child>div{
text-shadow: black 0 0 2px;
}
body[data-background_color_music='blue'] #system>div>div,
body[data-background_color_music='blue'] #mebg,
body[data-background_color_music='blue'] .control,

View File

@ -32,6 +32,10 @@ body{
#arena.observe .handcards>.card{
background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)) !important;
}
.videonode.menubutton.extension.current{
background-image: linear-gradient(rgba(89, 111, 117, 0.4),rgba(89, 111, 117, 0.4));
box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px, rgba(0, 0, 0, 0.2) 0 3px 10px;
}
/*.player.current_action{
background-image: linear-gradient(rgba(47,101,150,1), rgba(43, 90, 132,1));

View File

@ -153,6 +153,9 @@ html{
.videonode.menubutton.extension>.caption>.menubutton.active{
box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px, rgba(0, 0, 0, 0.2) 0 3px 10px !important;
}
.videonode.menubutton.extension.current{
box-shadow: rgba(0, 0, 0, 0.3) 0 0 0 1px, rgba(0, 133, 255, 0.4) 0 0 0 2px, rgba(0, 133, 255, 1) 0 0 5px !important;
}
.themebutton{
box-shadow: rgba(0, 0, 0, 0.45) 0 0 0 1px, rgba(0, 0, 0, 0.45) 0 3px 10px !important;
}