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
9037b962
Unverified
Commit
9037b962
authored
Mar 16, 2019
by
Van
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🎨
#12706
parent
4e0d38ed
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
14 additions
and
32 deletions
+14
-32
src/main/webapp/favicon.png
src/main/webapp/favicon.png
+0
-0
src/main/webapp/macro-common-page.ftl
src/main/webapp/macro-common-page.ftl
+0
-5
src/main/webapp/scss/start.css
src/main/webapp/scss/start.css
+1
-1
src/main/webapp/scss/start.scss
src/main/webapp/scss/start.scss
+10
-23
src/main/webapp/search.ftl
src/main/webapp/search.ftl
+1
-1
src/main/webapp/start.ftl
src/main/webapp/start.ftl
+2
-2
No files found.
src/main/webapp/favicon.png
View replaced file @
4e0d38ed
View file @
9037b962
1.39 KB
|
W:
|
H:
5.22 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/main/webapp/macro-common-page.ftl
View file @
9037b962
...
@@ -35,11 +35,6 @@
...
@@ -35,11 +35,6 @@
<div
class=
"wrap"
>
<div
class=
"wrap"
>
<div
class=
"content-wrap"
>
<div
class=
"content-wrap"
>
<div
class=
"content"
>
<div
class=
"content"
>
<div
class=
"logo"
>
<a
href=
"https://solo.b3log.org"
target=
"_blank"
>
<img
width=
"128"
border=
"0"
alt=
"Solo"
title=
"Solo"
src=
"${staticServePath}/images/logo.png"
/>
</a>
</div>
<div
class=
"main"
>
<div
class=
"main"
>
<
#nested
>
<
#nested
>
</div>
</div>
...
...
src/main/webapp/scss/start.css
View file @
9037b962
This diff is collapsed.
Click to expand it.
src/main/webapp/scss/start.scss
View file @
9037b962
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,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 2.0.0.
1, Feb 2
6, 2019
* @version 2.0.0.
2, Mar 1
6, 2019
*/
*/
@import
"reset"
;
@import
"reset"
;
...
@@ -127,17 +127,6 @@ input[type=text]:focus {
...
@@ -127,17 +127,6 @@ input[type=text]:focus {
flex
:
1
;
flex
:
1
;
}
}
.logo
{
width
:
217px
;
text-align
:
center
;
align-self
:
center
;
}
.logo
img
{
height
:
128px
;
width
:
128px
;
}
.footerWrapper
{
.footerWrapper
{
background-color
:
#FFFFFF
;
background-color
:
#FFFFFF
;
border-top
:
1px
solid
#E6E5D9
;
border-top
:
1px
solid
#E6E5D9
;
...
@@ -238,21 +227,19 @@ input[type=text]:focus {
...
@@ -238,21 +227,19 @@ input[type=text]:focus {
.github__check
{
.github__check
{
font-size
:
12px
;
font-size
:
12px
;
display
:
flex
;
display
:
inline-block
;
width
:
80%
;
margin
:
10px
auto
0
;
margin
:
10px
auto
0
;
align-items
:
center
;
align-items
:
center
;
line-height
:
20px
;
line-height
:
20px
;
color
:
#999
;
color
:
#999
;
}
a
{
color
:
#999
;
.github__check
a
{
text-decoration
:
underline
;
color
:
#999
;
}
text-decoration
:
underline
;
input
{
}
width
:
auto
;
margin-right
:
5px
;
.github__check
input
{
}
width
:
auto
;
}
}
/* start search */
/* start search */
...
...
src/main/webapp/search.ftl
View file @
9037b962
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
</head>
</head>
<body
class=
"search__body"
>
<body
class=
"search__body"
>
<div
class=
"search__header fn-clear"
>
<div
class=
"search__header fn-clear"
>
<a
href=
"${servePath}"
><img
width=
"44"
border=
"0"
alt=
"Solo"
title=
"Solo"
src=
"${staticServePath}/
images/logo
.png"
/></a>
<a
href=
"${servePath}"
><img
width=
"44"
border=
"0"
alt=
"Solo"
title=
"Solo"
src=
"${staticServePath}/
favicon
.png"
/></a>
<div
class=
"search__input"
>
<div
class=
"search__input"
>
<input
value=
"${keyword}"
id=
"keyword"
type=
"text"
onkeypress=
"if(event.keyCode===13){document.getElementById('searchBtn').click()}"
>
<input
value=
"${keyword}"
id=
"keyword"
type=
"text"
onkeypress=
"if(event.keyCode===13){document.getElementById('searchBtn').click()}"
>
<button
id=
"searchBtn"
onclick=
"window.location.href='${servePath}/search?keyword=' + document.getElementById('keyword').value"
>
搜索
</button>
<button
id=
"searchBtn"
onclick=
"window.location.href='${servePath}/search?keyword=' + document.getElementById('keyword').value"
>
搜索
</button>
...
...
src/main/webapp/start.ftl
View file @
9037b962
...
@@ -43,9 +43,9 @@
...
@@ -43,9 +43,9 @@
</div>
</div>
<label class="github__check">
<label class="github__check">
<input type="checkbox" id="isAgreenCheck">
<input type="checkbox" id="isAgreenCheck">
<
div class="fn-flex-1"
>
<
span
>
是否愿意在 GitHub 上收藏该<a href="https://github.com/b3log/solo" target="_blank">项目</a>、关注<a href="https://github.com/88250" target="_blank">开发者</a>并加入 <a href="https://github.com/b3log" target="_blank">B3log 开源组织</a>
是否愿意在 GitHub 上收藏该<a href="https://github.com/b3log/solo" target="_blank">项目</a>、关注<a href="https://github.com/88250" target="_blank">开发者</a>并加入 <a href="https://github.com/b3log" target="_blank">B3log 开源组织</a>
</
div
>
</
span
>
</label>
</label>
</div>
</div>
<script type="text/javascript" src="${staticServePath}/js/lib/jquery/jquery.min.js" charset="utf-8"></script>
<script type="text/javascript" src="${staticServePath}/js/lib/jquery/jquery.min.js" charset="utf-8"></script>
...
...
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