Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
sora
/
achievement
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
9d1e9718
authored
Mar 18, 2020
by
Orine Matsui
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
本番と同じに
parent
6913a030
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
72 additions
and
177 deletions
achievement-official.conohawing.com/assets/css/style.css
achievement-official.conohawing.com/assets/css/style.css
View file @
9d1e9718
...
...
@@ -249,79 +249,6 @@ sup {
breadcrumb
------------------------------------------------------------*/
.c-breadcrumb
{
background
:
transparent
;
position
:
absolute
;
z-index
:
10
;
width
:
100%
;
top
:
114px
;
left
:
0
;
}
@media
screen
and
(
max-width
:
767px
)
{
.c-breadcrumb
{
top
:
1px
;
}
}
.c-breadcrumb__inner
{
max-width
:
1200px
;
margin
:
0
auto
;
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
;
-ms-flex-wrap
:
wrap
;
flex-wrap
:
wrap
;
overflow
:
hidden
;
}
.c-breadcrumb__item
{
position
:
relative
;
margin
:
0
2px
0
0
;
}
@media
screen
and
(
max-width
:
767px
)
{
.c-breadcrumb__item
{
margin
:
0
3px
0
0
;
}
}
.c-breadcrumb__item
:first-child
{
margin
:
0
3px
0
-6px
;
}
@media
screen
and
(
max-width
:
767px
)
{
.c-breadcrumb__item
:first-child
{
margin
:
0
3px
0
-4px
;
}
}
.c-breadcrumb__item
::after
{
content
:
''
;
width
:
100%
;
height
:
100%
;
background
:
rgba
(
190
,
172
,
86
,
0.6
);
position
:
absolute
;
top
:
0
;
left
:
0
;
-webkit-transform
:
skew
(
-20deg
);
transform
:
skew
(
-20deg
);
}
.c-breadcrumb
a
,
.c-breadcrumb
span
{
font-size
:
1.2rem
;
line-height
:
1.5
;
color
:
#fff
;
position
:
relative
;
z-index
:
2
;
display
:
block
;
}
@media
screen
and
(
max-width
:
767px
)
{
.c-breadcrumb
a
,
.c-breadcrumb
span
{
font-size
:
1rem
;
}
}
.c-breadcrumb
span
{
padding
:
6px
16px
;
}
@media
screen
and
(
max-width
:
767px
)
{
.c-breadcrumb
span
{
padding
:
3px
10px
;
}
}
/*
------------------------------------------------------------*/
...
...
@@ -1001,108 +928,6 @@ header
height
:
26px
;
}
.fixed-nav.is-show
{
min-width
:
1440px
;
background-color
:
#fff
;
}
.fixed-nav.is-show
.c-header1-logo
{
padding
:
0
0
0
12px
;
}
.fixed-nav.is-show
.c-header1-logoLink
{
max-width
:
220px
;
display
:
inline-block
;
}
.fixed-nav.is-show
.c-header1-logoLink
img
{
width
:
100%
;
}
.fixed-nav.is-show
.c-header1-btn1
{
width
:
138px
;
height
:
50px
;
}
.fixed-nav.is-show
.c-header1-btn1--red
{
width
:
108px
;
}
.fixed-nav.is-show
.c-header1-btn1--red
.c-header1-btn1-text
{
padding
:
0
;
padding-left
:
11px
;
}
.fixed-nav.is-show
.c-header1-btn1
.c-header1-btn1-text
{
padding-left
:
6px
;
}
.fixed-nav.is-show
.c-header1-link
{
padding-right
:
10px
;
}
.fixed-nav.is-show
.c-header1-link1
{
padding
:
10px
13px
;
margin-left
:
12px
;
}
.fixed-nav.is-show
.c-nav
{
position
:
absolute
;
top
:
0
;
left
:
50%
;
transform
:
translateX
(
-470px
);
margin-top
:
10px
;
}
.fixed-nav.is-show
.c-nav-link1
{
padding
:
5px
20px
;
width
:
auto
;
color
:
#1b1b1b
;
}
.page-top
.fixed-nav.is-show
.c-header1-link1
{
color
:
#093d6e
;
border
:
2px
solid
#093d6e
;
}
@media
screen
and
(
max-width
:
767px
)
{
.c-header2
{
padding
:
0
14px
;
...
...
@@ -5742,7 +5567,6 @@ body {
/*
------------------------------------------------------------*/
/*
.p-company
.c-breadcrumb
{
background
:
transparent
;
position
:
absolute
;
...
...
@@ -5800,7 +5624,6 @@ body {
.p-company
.c-breadcrumb
span
{
padding
:
6px
16px
;
}
*/
.p-company
.c-mainvisual
{
width
:
100%
;
height
:
500px
;
...
...
@@ -9368,4 +9191,76 @@ body {
height
:
auto
;
}
.c-breadcrumb
{
background
:
transparent
;
position
:
absolute
;
z-index
:
10
;
width
:
100%
;
top
:
113px
;
left
:
0
;
}
@media
screen
and
(
max-width
:
767px
)
{
.c-breadcrumb
{
top
:
1px
;
}
}
.c-breadcrumb__inner
{
max-width
:
1200px
;
margin
:
0
auto
;
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
;
-ms-flex-wrap
:
wrap
;
flex-wrap
:
wrap
;
overflow
:
hidden
;
}
.c-breadcrumb__item
{
position
:
relative
;
margin
:
0
2px
0
0
;
}
@media
screen
and
(
max-width
:
767px
)
{
.c-breadcrumb__item
{
margin
:
0
3px
0
0
;
}
}
.c-breadcrumb__item
:first-child
{
margin
:
0
3px
0
-6px
;
}
@media
screen
and
(
max-width
:
767px
)
{
.c-breadcrumb__item
:first-child
{
margin
:
0
3px
0
-4px
;
}
}
.c-breadcrumb__item
::after
{
content
:
''
;
width
:
100%
;
height
:
100%
;
background
:
rgba
(
190
,
172
,
86
,
0.3
);
position
:
absolute
;
top
:
0
;
left
:
0
;
-webkit-transform
:
skew
(
-20deg
);
transform
:
skew
(
-20deg
);
}
.c-breadcrumb
a
,
.c-breadcrumb
span
{
font-size
:
1.2rem
;
line-height
:
1.5
;
color
:
#fff
;
position
:
relative
;
z-index
:
2
;
display
:
block
;
}
@media
screen
and
(
max-width
:
767px
)
{
.c-breadcrumb
a
,
.c-breadcrumb
span
{
font-size
:
1rem
;
}
}
.c-breadcrumb
span
{
padding
:
6px
16px
;
}
@media
screen
and
(
max-width
:
767px
)
{
.c-breadcrumb
span
{
padding
:
3px
10px
;
}
}
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