Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
solo
Commits
e442a441
Commit
e442a441
authored
Nov 01, 2015
by
Van
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
footer
parent
447927ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
24 deletions
+29
-24
src/main/webapp/skins/yilia/css/yilia.css
src/main/webapp/skins/yilia/css/yilia.css
+11
-0
src/main/webapp/skins/yilia/footer.ftl
src/main/webapp/skins/yilia/footer.ftl
+18
-24
No files found.
src/main/webapp/skins/yilia/css/yilia.css
View file @
e442a441
...
@@ -610,6 +610,17 @@ nav.pagination:hover .extend {
...
@@ -610,6 +610,17 @@ nav.pagination:hover .extend {
}
}
/* end article */
/* end article */
/* start footer */
footer
.footer
{
line-height
:
1rem
;
font-size
:
12px
;
font-family
:
Menlo
,
Monaco
,
"Andale Mono"
,
"lucida console"
,
"Courier New"
,
monospace
;
text-shadow
:
0
1px
#fff
;
opacity
:
0.6
;
margin
:
0
30px
30px
;
}
/* end footer */
/* start responsive */
/* start responsive */
@media
only
screen
and
(
max-width
:
900px
)
{
@media
only
screen
and
(
max-width
:
900px
)
{
...
...
src/main/webapp/skins/yilia/footer.ftl
View file @
e442a441
<footer class="site-footer fn-clear">
<footer class="footer">
<a href="${servePath}">${blogTitle}</a>
<div class="fn-clear">
© ${year}
<span class="fn-right">
${viewCount1Label}${statistic.statisticBlogViewCount}
<span class="fn-right">
Powered by <a href="http://b3log.org" target="_blank">B3log 开源</a> • <a href="http://b3log.org/services/#solo" target="_blank">Solo</a> ${version}
${articleCount1Label}${statistic.statisticPublishedBlogArticleCount}
Theme by <a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.
</span>
${commentCount1Label}${statistic.statisticPublishedBlogCommentCount}
<div class="count">
<span>
${onlineVisitor1Label}${onlineVisitorCnt}
${viewCount1Label}
</span>
${statistic.statisticBlogViewCount}
</div>
</span>
<div class="fn-clear">
<span>
<a href="${servePath}">${blogTitle}</a>
${articleCount1Label}
© ${year}
${statistic.statisticPublishedBlogArticleCount}
<span class="fn-right">
</span><br/>
Powered by <a href="http://b3log.org" target="_blank">B3log 开源</a> •
<span>
<a href="http://b3log.org/services/#solo" target="_blank">Solo</a> ${version}
${commentCount1Label}
${statistic.statisticPublishedBlogCommentCount}
</span>
<span>
${onlineVisitor1Label}
${onlineVisitorCnt}
</span>
</span>
</div>
</div>
</footer>
</footer>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment