免費論壇 繁體 | 簡體
Sclub交友聊天~加入聊天室當版主
分享
Board logo

标题: [修改模板] 原创主题列表页-仿威风网翻页圆头化 [打印本页]

作者: Lee    时间: 2017-10-7 10:40     标题: 原创主题列表页-仿威风网翻页圆头化

11.png
2017-10-7 10:36


编辑打开:css_common.htm

找到:
  1. .pages a, .pages strong, .pageback a { float: left; padding: 0 6px; margin-right: 2px; height: 26px; border: 1px solid; line-height: 26px; overflow: hidden; }
  2.                 .pages a, .pageback a { border-color: {COMMONBORDER}; background-color: {WRAPBG}; color: {HIGHLIGHTLINK}; }
  3.                 .pages a:hover, .pageback a:hover { text-decoration: none; }
  4.                 .pages strong { border-color: {HIGHLIGHTLINK}; background-color: {HIGHLIGHTLINK}; color: #FFF; font-weight: 700; }
  5.                         .pages a.prev, .pages a.next { background-repeat: no-repeat; }
复制代码
替换成:
本帖隐藏的内容需要回复才可以浏览


图片附件: 11.png (2017-10-7 10:36, 21.75 KB) / 下载次数 1117
http://oocn.258club.com/attachment.php?aid=5760&k=cbffebb1c910c402d76af5202d9c185e&t=1713267687&sid=GFMzTG


作者: Lee    时间: 2017-10-7 10:40

他[她]看完这篇文章说:

作者: oocn    时间: 2017-10-7 10:42

超帅
作者: Lee    时间: 2017-10-7 10:43


作者: 小吱喳    时间: 2017-10-8 10:34

令論壇有新鮮感啊
作者: 线条    时间: 2017-10-10 15:14

他[她]看完这篇文章说:

作者: 雨    时间: 2017-11-9 14:30

支持您的分享
作者: 张小二    时间: 2017-11-27 23:09

他[她]看完这篇文章说:

作者: 起什么名字    时间: 2017-12-26 19:26

这个不错
作者: 线条    时间: 2017-12-29 09:09

支持您的分享
作者: 宠物论坛    时间: 2018-1-4 11:00

支持您的分享
作者: 赵高    时间: 2018-1-4 14:18

他[她]看完这篇文章说:

作者: 皓皓兒    时间: 2018-1-23 03:03

他[她]看完这篇文章说:

作者: 维尼葡萄    时间: 2018-3-17 16:59

支持您的分享
作者: 兰博基尼    时间: 2018-4-5 13:47

回复 1# Lee


    <div id="wp" class="wp"><style type="text/css">
#msg_win{border:1px solid #f299f8;background:#EAEAEA;width:200px;position:absolute;right:0;font-size:12px;font-family:Arial;margin:0px;display:none;overflow:hidden;z-index:99;}
#msg_win .icos{position:absolute;top:2px;*top:0px;right:2px;z-index:9;}
.icos a{float:left;color:#833B02;margin:1px;text-align:center;font-weight:bold;width:14px;height:22px;line-height:22px;padding:1px;text-decoration:none;font-family:webdings;}
.icos a:hover{color:#fff;}
#msg_title{background:#f299f8;border-bottom:1px solid #A67901;border-top:1px solid #FFF;border-left:1px solid #FFF;color:#000;height:25px;line-height:25px;text-indent:5px;}
#msg_content{margin:0px;margin-right:0;width:200px;height:240px;overflow:hidden;}
</style>
<div id="msg_win" style="display:block;top:470px;visibility:visible;opacity:1;">
<div class="icos"><a id="msg_min" title="最小化" href="javascript:void 0">_</a><a id="msg_close" title="关闭" href="javascript:void 0">×</a></div>
<div id="msg_title">这里输入你要显示的文字</div>
<div id="msg_content"><a href="这里输入图片的帖子地址" target="_blank"><img src=这里输入要显示的图片地址></a></div>
</div>
<script language="javascript">
var Message={
set: function() {
var set=this.minbtn.status == 1?[0,1,'block',this.char[0],'最小化']:[1,0,'none',this.char[1],'恢复'];
this.minbtn.status=set[0];
this.win.style.borderBottomWidth=set[1];
this.content.style.display =set[2];
this.minbtn.innerHTML =set[3]
this.minbtn.title = set[4];
this.win.style.top = this.getY().top;
},
close: function() {
this.win.style.display = 'none';
window.onscroll = null;
},
setOpacity: function(x) {
var v = x >= 100 ? '': 'Alpha(opacity=' + x + ')';
this.win.style.visibility = x<=0?'hidden':'visible';//IE有绝对或相对定位内容不随父透明度变化的bug
this.win.style.filter = v;
this.win.style.opacity = x / 100;
},
show: function() {
clearInterval(this.timer2);
var me = this,fx = this.fx(0, 100, 0.1),t = 0;
this.timer2 = setInterval(function() {
t = fx();
me.setOpacity(t[0]);
if (t[1] == 0) {clearInterval(me.timer2)        }
},10);
},
fx: function(a, b, c) {
var cMath = Math[(a - b) > 0 ? "floor": "ceil"],c = c || 0.1;
return function() {return [a += cMath((b - a) * c), a - b]}
},
getY: function() {
var d = document,b = document.body,        e = document.documentElement;
var s = Math.max(b.scrollTop, e.scrollTop);
var h = /BackCompat/i.test(document.compatMode)?b.clientHeight:e.clientHeight;
var h2 = this.win.offsetHeight;
return {foot: s + h + h2 + 2+'px',top: s + h - h2 - 2+'px'}
},
moveTo: function(y) {
clearInterval(this.timer);
var me = this,a = parseInt(this.win.style.top)||0;
var fx = this.fx(a, parseInt(y));
var t = 0 ;
this.timer = setInterval(function() {
t = fx();
me.win.style.top = t[0]+'px';
if (t[1] == 0) {
clearInterval(me.timer);
me.bind();
}
},10);
},
bind:function (){
var me=this,st,rt;
window.onscroll = function() {
clearTimeout(st);
clearTimeout(me.timer2);
me.setOpacity(0);
st = setTimeout(function() {
me.win.style.top = me.getY().top;
me.show();
},600);
};
window.onresize = function (){
clearTimeout(rt);
rt = setTimeout(function() {me.win.style.top = me.getY().top},100);
}
},
init: function() {
function $(id) {return document.getElementById(id)};
this.win=$('msg_win');
var set={minbtn: 'msg_min',closebtn: 'msg_close',title: 'msg_title',content: 'msg_content'};
for (var Id in set) {this[Id] = $(set[Id])};
var me = this;
this.minbtn.onclick = function() {me.set();this.blur()};
this.closebtn.onclick = function() {me.close()};
this.char=navigator.userAgent.toLowerCase().indexOf('firefox')+1?['_','::','×']:['0','2','r'];//FF不支持webdings字体
this.minbtn.innerHTML=this.char[0];
this.closebtn.innerHTML=this.char[2];
setTimeout(function() {
me.win.style.display = 'block';
me.win.style.top = me.getY().foot;
me.moveTo(me.getY().top);
},0);
return this;
}
};
Message.init();
</script><div id="wp" class="wp"><style type="text/css">
#msg_win{border:1px solid #f299f8;background:#EAEAEA;width:200px;position:absolute;right:0;font-size:12px;font-family:Arial;margin:0px;display:none;overflow:hidden;z-index:99;}
#msg_win .icos{position:absolute;top:2px;*top:0px;right:2px;z-index:9;}
.icos a{float:left;color:#833B02;margin:1px;text-align:center;font-weight:bold;width:14px;height:22px;line-height:22px;padding:1px;text-decoration:none;font-family:webdings;}
.icos a:hover{color:#fff;}
#msg_title{background:#f299f8;border-bottom:1px solid #A67901;border-top:1px solid #FFF;border-left:1px solid #FFF;color:#000;height:25px;line-height:25px;text-indent:5px;}
#msg_content{margin:0px;margin-right:0;width:200px;height:240px;overflow:hidden;}
</style>
<div id="msg_win" style="display:block;top:470px;visibility:visible;opacity:1;">
<div class="icos"><a id="msg_min" title="最小化" href="javascript:void 0">_</a><a id="msg_close" title="关闭" href="javascript:void 0">×</a></div>
<div id="msg_title">这里输入你要显示的文字</div>
<div id="msg_content"><a href="这里输入图片的帖子地址" target="_blank"><img src=这里输入要显示的图片地址></a></div>
</div>
<script language="javascript">
var Message={
set: function() {
var set=this.minbtn.status == 1?[0,1,'block',this.char[0],'最小化']:[1,0,'none',this.char[1],'恢复'];
this.minbtn.status=set[0];
this.win.style.borderBottomWidth=set[1];
this.content.style.display =set[2];
this.minbtn.innerHTML =set[3]
this.minbtn.title = set[4];
this.win.style.top = this.getY().top;
},
close: function() {
this.win.style.display = 'none';
window.onscroll = null;
},
setOpacity: function(x) {
var v = x >= 100 ? '': 'Alpha(opacity=' + x + ')';
this.win.style.visibility = x<=0?'hidden':'visible';//IE有绝对或相对定位内容不随父透明度变化的bug
this.win.style.filter = v;
this.win.style.opacity = x / 100;
},
show: function() {
clearInterval(this.timer2);
var me = this,fx = this.fx(0, 100, 0.1),t = 0;
this.timer2 = setInterval(function() {
t = fx();
me.setOpacity(t[0]);
if (t[1] == 0) {clearInterval(me.timer2)        }
},10);
},
fx: function(a, b, c) {
var cMath = Math[(a - b) > 0 ? "floor": "ceil"],c = c || 0.1;
return function() {return [a += cMath((b - a) * c), a - b]}
},
getY: function() {
var d = document,b = document.body,        e = document.documentElement;
var s = Math.max(b.scrollTop, e.scrollTop);
var h = /BackCompat/i.test(document.compatMode)?b.clientHeight:e.clientHeight;
var h2 = this.win.offsetHeight;
return {foot: s + h + h2 + 2+'px',top: s + h - h2 - 2+'px'}
},
moveTo: function(y) {
clearInterval(this.timer);
var me = this,a = parseInt(this.win.style.top)||0;
var fx = this.fx(a, parseInt(y));
var t = 0 ;
this.timer = setInterval(function() {
t = fx();
me.win.style.top = t[0]+'px';
if (t[1] == 0) {
clearInterval(me.timer);
me.bind();
}
},10);
},
bind:function (){
var me=this,st,rt;
window.onscroll = function() {
clearTimeout(st);
clearTimeout(me.timer2);
me.setOpacity(0);
st = setTimeout(function() {
me.win.style.top = me.getY().top;
me.show();
},600);
};
window.onresize = function (){
clearTimeout(rt);
rt = setTimeout(function() {me.win.style.top = me.getY().top},100);
}
},
init: function() {
function $(id) {return document.getElementById(id)};
this.win=$('msg_win');
var set={minbtn: 'msg_min',closebtn: 'msg_close',title: 'msg_title',content: 'msg_content'};
for (var Id in set) {this[Id] = $(set[Id])};
var me = this;
this.minbtn.onclick = function() {me.set();this.blur()};
this.closebtn.onclick = function() {me.close()};
this.char=navigator.userAgent.toLowerCase().indexOf('firefox')+1?['_','::','×']:['0','2','r'];//FF不支持webdings字体
this.minbtn.innerHTML=this.char[0];
this.closebtn.innerHTML=this.char[2];
setTimeout(function() {
me.win.style.display = 'block';
me.win.style.top = me.getY().foot;
me.moveTo(me.getY().top);
},0);
return this;
}
};
Message.init();
</script>
作者: 李奥    时间: 2018-6-23 06:40

这个好看
作者: 高手    时间: 2018-7-5 08:28

支持您的分享
作者: 风之情    时间: 2018-7-10 02:09

这个可以有
作者: 广东雪神    时间: 2018-7-13 16:07

他[她]看完这篇文章说:

作者: 朱小明    时间: 2018-7-23 15:10

支持您的分享
作者: 双末    时间: 2018-8-21 09:09

他[她]看完这篇文章说:

作者: 双末    时间: 2018-8-21 09:09

他[她]看完这篇文章说:

作者: 乔晚    时间: 2018-8-30 18:50

他[她]看完这篇文章说:

作者: 無名    时间: 2018-9-3 20:38

他[她]看完这篇文章说:

作者: 21648069    时间: 2018-9-4 05:25

他[她]看完这篇文章说:

作者: 源分    时间: 2018-11-6 22:37

支持您的分享
作者: 吾爱社区    时间: 2020-10-21 16:24

他[她]看完这篇文章说:

作者: 爱谁谁    时间: 2021-5-25 01:53

支持您的分享
作者: 桑小玉    时间: 2021-10-27 19:29

支持您的分享
作者: 伊风来    时间: 2022-5-14 17:19

他[她]看完这篇文章说:

作者: 成麦    时间: 2023-5-28 20:56

他[她]看完这篇文章说:





欢迎光临 OOCN分享圈 (http://oocn.258club.com/) Powered by Discuz! 7.2