Skip to content

Commit 10f0920

Browse files
committed
Merge branch 'master' of github.com:zhaoqingqing/cnblogs
# Conflicts: # cnblogs-notice.html
2 parents 0ef6f0e + dc87096 commit 10f0920

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

cnblogs-customfunc.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ function focusFollow() {
4848
//TODO 设置子级div的宽度,最佳解决方案:让它撑满父DIV
4949
var calcPencent = '110%';
5050
function getContentWidth(compareWidth){
51+
//在1920的分辨率中,foxmail订阅默认大小<1440
5152
var screePix = new Array(800,1024,1280,1440,1600,1920,2560);
52-
var screePencent = new Array(1.3,1.28,1.26,1.24,1.22,1.2,1.1);
53+
var screePencent = new Array(1.28,1.26,1.24,1.22,1.2,1.18,1.1);
5354
var isGetVal = false;
5455
$.each(screePix, function(idx, obj) {
5556
//console.log(idx,parseInt(obj),parseInt(compareWidth));

cnblogs-notice.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!-- GoStats Simple HTML Based Code -->
77
<p><a target="_blank" title="流量统计" href="http://gostats.cn"><img alt="流量统计" src="http://monster.gostats.cn/bin/count/a_474834/t_7/i_3/z_0/show_hits/counter.png" style="border-width:0" /></a>位访客,欢迎您!</p>
88
<!-- End GoStats Simple HTML Based Code -->
9-
<p>Tips:正文页面自动全屏(未适配All浏览器),右下角三杠图标(显示/隐藏目录)。</p>
9+
<p>Tips:正文页面自动满屏(未适配All浏览器),右下角三杠图标(显示/隐藏目录)。</p>
1010

1111

1212
<!-- 博客园栏目管理 一栏 -->
@@ -36,7 +36,7 @@
3636
</tr>
3737
<tr>
3838
<td valign="top" ><a id="liuyan" class="menu" href="http://i.cnblogs.com/" rel="nofollow" target="_blank">博客管理</a></td>
39-
<td valign="top" ><a id="liuyan" class="menu" href="http://www.cnblogs.com/" rel="nofollow" target="_blank">博客园首页</a></td>
39+
<td valign="top" ><a id="liuyan" class="menu" href="http://www.cnblogs.com/cate/gamedev/" rel="nofollow" target="_blank">博客园分类</a></td>
4040
</tr>
4141
</tbody></table>
4242

simplememory-qingqing.css

+5-3
Original file line numberDiff line numberDiff line change
@@ -898,18 +898,20 @@ a {
898898
.entrylistPosttitle {
899899
padding-left: 15px;
900900
margin-bottom: 10px;
901-
border-left: 3px solid #21759b;
901+
/*border-left: 3px solid #21759b;*/
902+
border-left: 10px solid rgb(205, 73, 0);
902903
font-size: 20px;
903904
width: 100%;
904905
}
905906

906907
.entrylistPosttitle a:link, .entrylistPosttitle a:visited, .entrylistPosttitle a:active {
907-
color: #21759b;
908+
/*color: #21759b;*/
909+
color: white;
908910
transition: all 0.4s linear 0s;
909911
}
910912

911913
.entrylistPosttitle a:hover {
912-
margin-left: 30px;
914+
margin-left: 30px;/*animation*/
913915
color: #0f3647;
914916
text-decoration: none;
915917
}

0 commit comments

Comments
 (0)