fixed #223
This commit is contained in:
parent
073d63dbf9
commit
0fe742f5a1
@ -414,6 +414,13 @@ a:hover > .ico-pre {
|
|||||||
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
|
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.header .sub-title {
|
||||||
|
float: left;
|
||||||
|
max-width: 574px;
|
||||||
|
white-space: normal;
|
||||||
|
word-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
.header li a {
|
.header li a {
|
||||||
color: #444;
|
color: #444;
|
||||||
padding: 17px;
|
padding: 17px;
|
||||||
|
3
timeline/css/timeline.min.css
vendored
3
timeline/css/timeline.min.css
vendored
@ -56,13 +56,14 @@ img{max-width:100%;border:0;vertical-align:middle;}
|
|||||||
.ico-next{float:right;margin:-8px 0 0 10px;}
|
.ico-next{float:right;margin:-8px 0 0 10px;}
|
||||||
a:hover>.ico-next,a:hover>.ico-pre{background-color:#000;}
|
a:hover>.ico-next,a:hover>.ico-pre{background-color:#000;}
|
||||||
.wrapper{min-width:500px;padding:50px 0;background:url("../../timeline/images/bg.png") repeat scroll 0 0 #dee4ea;}
|
.wrapper{min-width:500px;padding:50px 0;background:url("../../timeline/images/bg.png") repeat scroll 0 0 #dee4ea;}
|
||||||
.header{background-color:#BFBFBF;background-image:url("../../timeline/images/nav-bg.png"),linear-gradient(#cccccc, #a9a9a9);background-image:url("../../timeline/images/nav-bg.png"),-ms-linear-gradient(#cccccc, #a9a9a9);background-image:url("../../timeline/images/nav-bg.png"),-o-linear-gradient(#cccccc, #a9a9a9);background-image:url("../../timeline/images/nav-bg.png"),-webkit-linear-gradient(#cccccc, #a9a9a9);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#CCCCCC', endColorstr='#A9A9A9');border-bottom:1px solid #898989;box-shadow:0 -1px 0 rgba(255, 255, 255, 0.3) inset,0 1px 1px rgba(0, 0, 0, 0.2);height:50px;overflow:hidden;}
|
.header{background-color:#BFBFBF;background-image:url("../../timeline/images/nav-bg.png"),linear-gradient(#cccccc, #a9a9a9);background-image:url("../../timeline/images/nav-bg.png"),-ms-linear-gradient(#cccccc, #a9a9a9);background-image:url("../../timeline/images/nav-bg.png"),-o-linear-gradient(#cccccc, #a9a9a9);background-image:url("../../timeline/images/nav-bg.png"),-webkit-linear-gradient(#cccccc, #a9a9a9);filter:progid:dximagetransform.microsoft.gradient(GradientType=0, startColorstr='#CCCCCC', endColorstr='#A9A9A9');border-bottom:1px solid #898989;box-shadow:0 -1px 0 rgba(255, 255, 255, 0.3) inset,0 1px 1px rgba(0, 0, 0, 0.2);height:50px;overflow:hidden;}
|
||||||
.container{width:80%;margin:0 auto;}
|
.container{width:80%;margin:0 auto;}
|
||||||
.footer{border-top:1px solid #232323;padding:20px 0;color:#ddd;font-size:80%;}
|
.footer{border-top:1px solid #232323;padding:20px 0;color:#ddd;font-size:80%;}
|
||||||
.footer a{color:#9CC0DE;}
|
.footer a{color:#9CC0DE;}
|
||||||
.footer a:hover{text-decoration:underline;}
|
.footer a:hover{text-decoration:underline;}
|
||||||
.header .title{font-size:150%;margin:3px 0 0;}
|
.header .title{font-size:150%;margin:3px 0 0;}
|
||||||
.header .title a{color:#414141;text-shadow:0 1px 0 rgba(255, 255, 255, 0.7);}
|
.header .title a{color:#414141;text-shadow:0 1px 0 rgba(255, 255, 255, 0.7);}
|
||||||
|
.header .sub-title{float:left;max-width:574px;white-space:normal;word-wrap:break-word;}
|
||||||
.header li a{color:#444;padding:17px;line-height:20px;text-shadow:0 1px 0 rgba(255, 255, 255, 0.7);white-space:nowrap;}
|
.header li a{color:#444;padding:17px;line-height:20px;text-shadow:0 1px 0 rgba(255, 255, 255, 0.7);white-space:nowrap;}
|
||||||
.header li a.current{border-bottom:2px solid #D26911;}
|
.header li a.current{border-bottom:2px solid #D26911;}
|
||||||
.header a:hover{color:#000;}
|
.header a:hover{color:#000;}
|
||||||
|
@ -1,46 +1,46 @@
|
|||||||
<!--[if lt IE 9]>
|
<!--[if lt IE 9]>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
(function () {
|
(function () {
|
||||||
var element = ['time', 'article'];
|
var element = ['time', 'article'];
|
||||||
for (var i = 0; i < element.length; i++) {
|
for (var i = 0; i < element.length; i++) {
|
||||||
document.createElement(element[i]);
|
document.createElement(element[i]);
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<div class="container fn-clear">
|
<div class="container fn-clear">
|
||||||
<div class="left">
|
<div class="left">
|
||||||
<h1 class="title">
|
<h1 class="title">
|
||||||
<a href="${servePath}">
|
<a href="${servePath}">
|
||||||
${blogTitle}
|
${blogTitle}
|
||||||
</a>
|
</a>
|
||||||
</h1>
|
</h1>
|
||||||
<span>${blogSubtitle}</span>
|
<span class="sub-title">${blogSubtitle}</span>
|
||||||
</div>
|
</div>
|
||||||
<ul class="left">
|
<ul class="left">
|
||||||
<#list pageNavigations as page>
|
<#list pageNavigations as page>
|
||||||
<li>
|
<li>
|
||||||
<a href="${page.pagePermalink}" target="${page.pageOpenTarget}">${page.pageTitle}</a>
|
<a href="${page.pagePermalink}" target="${page.pageOpenTarget}">${page.pageTitle}</a>
|
||||||
</li>
|
</li>
|
||||||
</#list>
|
</#list>
|
||||||
<li>
|
<li>
|
||||||
<a href="${servePath}/dynamic.html">${dynamicLabel}</a>
|
<a href="${servePath}/dynamic.html">${dynamicLabel}</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="${servePath}/tags.html">${allTagsLabel}</a>
|
<a href="${servePath}/tags.html">${allTagsLabel}</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a rel="alternate" href="${servePath}/blog-articles-feed.do">Atom <img src="${staticServePath}/images/feed.png" alt="Atom"/></a>
|
<a rel="alternate" href="${servePath}/blog-articles-feed.do">Atom <img src="${staticServePath}/images/feed.png" alt="Atom"/></a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<form class="right" target="_blank" method="get" action="http://www.google.com/search">
|
<form class="right" target="_blank" method="get" action="http://www.google.com/search">
|
||||||
<input placeholder="${searchLabel}" id="search" type="text" name="q" />
|
<input placeholder="${searchLabel}" id="search" type="text" name="q" />
|
||||||
<input type="submit" name="btnG" value="" class="none" />
|
<input type="submit" name="btnG" value="" class="none" />
|
||||||
<input type="hidden" name="oe" value="UTF-8" />
|
<input type="hidden" name="oe" value="UTF-8" />
|
||||||
<input type="hidden" name="ie" value="UTF-8" />
|
<input type="hidden" name="ie" value="UTF-8" />
|
||||||
<input type="hidden" name="newwindow" value="0" />
|
<input type="hidden" name="newwindow" value="0" />
|
||||||
<input type="hidden" name="sitesearch" value="${blogHost}" />
|
<input type="hidden" name="sitesearch" value="${blogHost}" />
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
21
timeline/js/timeline.min.js
vendored
21
timeline/js/timeline.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user