Skip to content

Instantly share code, notes, and snippets.

View MondoGao's full-sized avatar

MondoGao MondoGao

View GitHub Profile
@MondoGao
MondoGao / hudbt-button-white.css
Last active February 5, 2016 15:33
hudbt - 全局控件替换
/*hudbt-button-white.css*/
a:hover {
color: rgb(0, 0, 0);
}
form[name="funboxcomment"] {
text-align: center;
}
@MondoGao
MondoGao / hudbt-smile-aru.js
Last active March 18, 2016 13:16
hudbt - 表情替换-阿鲁
//hudbt-smile-aru.js
$(function() {
replaceSmile();
$("#showmoresmilies").click(function() {
setTimeout(replaceSmile, 500);
});
addChangeButton();
});
function replaceSmile() {
@MondoGao
MondoGao / hudbt-theme-black.css
Last active March 10, 2016 18:16
hudbt - 黑色系全站CSS样式
/*hudbt-theme-black.css*/
/*初始化*/
body {
border: 0;
padding: 0;
margin: 0;
font-family: "Microsoft Yahei", tahoma, arial, helvetica, sans-serif;
}