1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-28 18:02:02 +08:00
This commit is contained in:
harveyshao 2022-03-17 13:30:59 +08:00
parent 7a564c6358
commit f0f5488f5f
2 changed files with 4 additions and 1 deletions

View File

@ -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) {

View File

@ -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;
} }