mirror of
https://shylinux.com/x/volcanos
synced 2025-04-28 18:02:02 +08:00
opt some
This commit is contained in:
parent
7a564c6358
commit
f0f5488f5f
2
frame.js
2
frame.js
@ -507,7 +507,7 @@ Volcanos("onlayout", {help: "页面布局", list: [], _init: function(can, targe
|
|||||||
can.onengine.signal(can, chat.ONSIZE, can.request({}, {width: width, height: height}))
|
can.onengine.signal(can, chat.ONSIZE, can.request({}, {width: width, height: height}))
|
||||||
},
|
},
|
||||||
topic: function(can, topic) { topic && (can._topic = topic)
|
topic: function(can, topic) { topic && (can._topic = topic)
|
||||||
can.user.topic(can, can._topic || can.misc.Search(can, chat.TOPIC) || Volcanos.meta.args.topic || ((can.base.isNight()||can.user.mod.isPod)? chat.BLACK: chat.WHITE))
|
can.user.topic(can, can._topic || can.misc.Search(can, chat.TOPIC) || Volcanos.meta.args.topic || (can.base.isNight()? chat.BLACK: chat.WHITE))
|
||||||
can.page.ClassList.add(can, document.body, can.user.language(can))
|
can.page.ClassList.add(can, document.body, can.user.language(can))
|
||||||
},
|
},
|
||||||
background: function(can, url, target) {
|
background: function(can, url, target) {
|
||||||
|
@ -51,6 +51,9 @@ fieldset.word ul.story li.H2 {
|
|||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
font-size:2em;
|
font-size:2em;
|
||||||
}
|
}
|
||||||
|
fieldset.word ul.story {
|
||||||
|
font-family:monospace;
|
||||||
|
}
|
||||||
fieldset.word br.story {
|
fieldset.word br.story {
|
||||||
clear:both;
|
clear:both;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user