Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo-1
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-1
Commits
90daf3c3
Commit
90daf3c3
authored
Jan 27, 2016
by
Liang Ding
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #12082 from b3log/1.4.0-dev
1 4 0 dev
parents
79816d1a
ebc5d441
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
23 deletions
+27
-23
src/main/webapp/skins/yilia/css/yilia.css
src/main/webapp/skins/yilia/css/yilia.css
+12
-8
src/main/webapp/skins/yilia/side.ftl
src/main/webapp/skins/yilia/side.ftl
+15
-15
No files found.
src/main/webapp/skins/yilia/css/yilia.css
View file @
90daf3c3
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
*
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 1.2.0.
1, Nov 7, 2015
* @version 1.2.0.
3, Jan 27, 2016
*/
*/
/* start reset */
/* start reset */
html
{
html
{
...
@@ -430,13 +430,14 @@ pre code, pre tt {
...
@@ -430,13 +430,14 @@ pre code, pre tt {
position
:
absolute
;
position
:
absolute
;
opacity
:
0.7
;
opacity
:
0.7
;
width
:
100%
;
width
:
100%
;
z-index
:
-1
;
}
}
.side
.content
{
.side
.content
{
width
:
76%
;
width
:
76%
;
text-align
:
center
;
text-align
:
center
;
margin
:
112px
auto
0
;
margin
:
112px
auto
0
;
position
:
relative
;
z-index
:
1
;
}
}
.side
.avatar
{
.side
.avatar
{
...
@@ -478,6 +479,9 @@ pre code, pre tt {
...
@@ -478,6 +479,9 @@ pre code, pre tt {
position
:
absolute
;
position
:
absolute
;
bottom
:
15px
;
bottom
:
15px
;
width
:
228px
;
width
:
228px
;
text-align
:
center
;
left
:
50%
;
margin-left
:
-114px
;
}
}
.side
footer
>
div
{
.side
footer
>
div
{
...
@@ -932,12 +936,12 @@ footer.footer .icon-goup:hover {
...
@@ -932,12 +936,12 @@ footer.footer .icon-goup:hover {
margin-top
:
0
;
margin-top
:
0
;
padding-top
:
20px
;
padding-top
:
20px
;
}
}
.side
.overlay
{
.side
.overlay
{
height
:
100px
;
height
:
100px
;
z-index
:
0
;
z-index
:
0
;
}
}
.side
nav
{
.side
nav
{
display
:
none
;
display
:
none
;
}
}
...
@@ -951,19 +955,19 @@ footer.footer .icon-goup:hover {
...
@@ -951,19 +955,19 @@ footer.footer .icon-goup:hover {
main
{
main
{
position
:
initial
;
position
:
initial
;
}
}
article
{
article
{
margin
:
10px
;
margin
:
10px
;
}
}
.comments
{
.comments
{
margin
:
20px
20px
0
20px
;
margin
:
20px
20px
0
20px
;
}
}
footer
.footer
{
footer
.footer
{
text-align
:
center
;
text-align
:
center
;
}
}
footer
.footer
.fn-right
{
footer
.footer
.fn-right
{
float
:
none
;
float
:
none
;
display
:
block
;
display
:
block
;
...
...
src/main/webapp/skins/yilia/side.ftl
View file @
90daf3c3
...
@@ -35,20 +35,20 @@
...
@@ -35,20 +35,20 @@
</li>
</li>
</ul>
</ul>
</nav>
</nav>
<footer>
<#if noticeBoard??>
<div>${noticeBoard}</div>
</#if>
<#if isLoggedIn>
<a href="${servePath}/admin-index.do#main" title="${adminLabel}" class="icon-setting"></a>
<a title="${logoutLabel}" class="icon-logout" href="${logoutURL}"></a>
<#else>
<a title="${loginLabel}" href="${loginURL}" class="icon-login"></a>
<a href="${servePath}/register" title="${registerLabel}" class="icon-register"></a>
</#if>
<a rel="alternate" href="${servePath}/blog-articles-rss.do" title="${subscribeLabel}" class="icon-rss"></a>
</footer>
</header>
</header>
<footer>
<#if noticeBoard??>
<div>${noticeBoard}</div>
</#if>
<#if isLoggedIn>
<a href="${servePath}/admin-index.do#main" title="${adminLabel}" class="icon-setting"></a>
<a title="${logoutLabel}" class="icon-logout" href="${logoutURL}"></a>
<#else>
<a title="${loginLabel}" href="${loginURL}" class="icon-login"></a>
<a href="${servePath}/register" title="${registerLabel}" class="icon-register"></a>
</#if>
<a rel="alternate" href="${servePath}/blog-articles-rss.do" title="${subscribeLabel}" class="icon-rss"></a>
</footer>
</div>
</div>
\ No newline at end of file
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