Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
o.kimura
/
novel-noveler.com
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
bb821dea
authored
Nov 19, 2018
by
o.kimura
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
temporary commit
parent
78821b79
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
4 deletions
css/main.css
html/index.html
css/main.css
View file @
bb821dea
...
...
@@ -202,7 +202,7 @@ novel-item {
}
.novel-item
.series-title
{
display
:
inline-block
;
font-size
:
12
px
;
font-size
:
14
px
;
margin-bottom
:
4px
;
font-weight
:
700
;
color
:
#faa200
...
...
@@ -301,6 +301,7 @@ novel-item {
padding
:
20px
45px
10px
45px
;
margin-bottom
:
0.35em
;
border-bottom
:
1px
solid
#dddddd
;
font-size
:
120%
;
}
.novel-item
.novel-contents
.novel-right-contents
.edit-bookmark
{
margin
:
5px
0
...
...
@@ -473,6 +474,9 @@ novel-item {
.baseTop1
{
padding
:
5px
0
15px
0
;
}
.ui-btn
{
overflow
:
hidden
;
}
/*menu*/
...
...
@@ -509,6 +513,12 @@ novel-item {
src
:
url(../res/A-OTF-ReimPro-Bold.otf)
;
}
/* hidden menu */
.menu-item
>
li
.menu-list
>
a
{
display
:
none
;
}
/* media Query */
@media
screen
and
(
max-width
:
576px
)
{
...
...
@@ -537,4 +547,7 @@ novel-item {
.left-inside
{
border-bottom
:
none
;
}
.menu-item
>
li
.menu-list
>
a
{
display
:
inline-block
;
}
}
html/index.html
View file @
bb821dea
...
...
@@ -21,9 +21,9 @@
<div
class=
"left-inside"
>
<div
class=
"menu-unit"
>
<ul
class=
"menu-item"
>
<li
class=
"flex-menu"
><a
href=
"#"
class=
"
js-click-trackable-later"
data-click-category=
"mypage-profile-column-simple"
data-click-action=
"click-followings"
data-click-label=
"
"
><span
class=
"ui-btn ui-btn-icon-right ui-icon-carat-r"
>
マイページ
</span></a></li>
<li
class=
"flex-menu"
><a
href=
"#"
class=
"
js-click-trackable-later"
data-click-category=
"mypage-profile-column-simple"
data-click-action=
"click-followings"
data-click-label=
"
"
><span
class=
"ui-btn ui-btn-icon-right ui-icon-carat-r"
>
ブックマーク
</span></a></li>
<li
class=
"flex-menu"
><a
href=
"#"
class=
"
js-click-trackable-later"
data-click-category=
"mypage-profile-column-simple"
data-click-action=
"click-followings"
data-click-label=
"
"
><span
class=
"ui-btn ui-btn-icon-right ui-icon-carat-r"
>
オプション
</span></a></li>
<li
class=
"flex-menu"
><a
href=
"#"
class=
"
clickable-menu
"
><span
class=
"ui-btn ui-btn-icon-right ui-icon-carat-r"
>
マイページ
</span></a></li>
<li
class=
"flex-menu"
><a
href=
"#"
class=
"
clickable-menu
"
><span
class=
"ui-btn ui-btn-icon-right ui-icon-carat-r"
>
ブックマーク
</span></a></li>
<li
class=
"flex-menu"
><a
href=
"#"
class=
"
clickable-menu
"
><span
class=
"ui-btn ui-btn-icon-right ui-icon-carat-r"
>
オプション
</span></a></li>
</ul>
</div>
</div>
...
...
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