Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
N
NAP-wordpress
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Marwa Sfari
NAP-wordpress
Commits
6d84938d
Commit
6d84938d
authored
Aug 02, 2017
by
imac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Update]Redmine - #641 : Image transition
parent
de26c331
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
154 additions
and
107 deletions
+154
-107
main.css
wp-content/themes/nap/assets/css/main.css
+27
-10
main.js
wp-content/themes/nap/assets/js/main.js
+127
-97
No files found.
wp-content/themes/nap/assets/css/main.css
View file @
6d84938d
...
@@ -1092,7 +1092,7 @@ aside.news-wrapper {
...
@@ -1092,7 +1092,7 @@ aside.news-wrapper {
position
:
relative
;
position
:
relative
;
height
:
100%
;
height
:
100%
;
background
:
#fff
;
background
:
#fff
;
overflow-
y
:
hidden
;
overflow-
x
:
hidden
;
opacity
:
0
;
opacity
:
0
;
border-left
:
1px
solid
rgba
(
26
,
26
,
26
,
0.1
);
border-left
:
1px
solid
rgba
(
26
,
26
,
26
,
0.1
);
}
}
...
@@ -1154,7 +1154,9 @@ label.chevron.bottom {
...
@@ -1154,7 +1154,9 @@ label.chevron.bottom {
width
:
120%
;
width
:
120%
;
}
}
label
.chevron.bottom
::first-letter
{
text-transform
:
uppercase
;
}
.pa_format
ul
li
img
{
.pa_format
ul
li
img
{
vertical-align
:
top
;
vertical-align
:
top
;
margin-top
:
-50px
;
margin-top
:
-50px
;
...
@@ -1200,6 +1202,7 @@ label.chevron.bottom {
...
@@ -1200,6 +1202,7 @@ label.chevron.bottom {
margin
:
0
auto
;
margin
:
0
auto
;
position
:
relative
;
position
:
relative
;
}
}
.list
li
.format-desc
,
.pa_format
li
.format-desc
{
.pa_format
li
.format-desc
{
font-size
:
9px
;
font-size
:
9px
;
line-height
:
12px
;
line-height
:
12px
;
...
@@ -1328,7 +1331,7 @@ label.chevron.bottom {
...
@@ -1328,7 +1331,7 @@ label.chevron.bottom {
position
:
relative
;
position
:
relative
;
}
}
.product-list
figure
img
{
.product-list
figure
img
{
height
:
1
00%
;
height
:
1
80px
;
object-fit
:
cover
;
object-fit
:
cover
;
}
}
...
@@ -1606,6 +1609,7 @@ label.chevron.bottom {
...
@@ -1606,6 +1609,7 @@ label.chevron.bottom {
left
:
0
;
left
:
0
;
opacity
:
0
;
opacity
:
0
;
visibility
:
hidden
;
visibility
:
hidden
;
margin-left
:
-4px
;
}
}
.filter-list
.top-header
{
.filter-list
.top-header
{
margin-bottom
:
25px
;
margin-bottom
:
25px
;
...
@@ -1739,21 +1743,36 @@ label.chevron.bottom {
...
@@ -1739,21 +1743,36 @@ label.chevron.bottom {
left
:
0
;
left
:
0
;
right
:
0
;
right
:
0
;
height
:
100%
;
height
:
100%
;
top
:
-100%
;
top
:
0
;
bottom
:
0
;
bottom
:
0
;
background-repeat
:
no-repeat
;
background-repeat
:
no-repeat
;
background-size
:
cover
;
background-size
:
cover
;
background-position
:
90%
;
background-position
:
90%
;
z-index
:
0
;
}
.top-100
{
/*top: -100%;*/
}
.transition-0
{
-webkit-transition
:
all
0s
ease-in-out
;
-moz-transition
:
all
0s
ease-in-out
;
-o-transition
:
all
0s
ease-in-out
;
-ms-transition
:
all
0s
ease-in-out
;
transition
:
all
0s
ease-in-out
;
}
.transition-1
{
-webkit-transition
:
all
1s
ease-in-out
;
-webkit-transition
:
all
1s
ease-in-out
;
-moz-transition
:
all
1s
ease-in-out
;
-moz-transition
:
all
1s
ease-in-out
;
-o-transition
:
all
1s
ease-in-out
;
-o-transition
:
all
1s
ease-in-out
;
-ms-transition
:
all
1s
ease-in-out
;
-ms-transition
:
all
1s
ease-in-out
;
transition
:
all
1s
ease-in-out
;
transition
:
all
1s
ease-in-out
;
z-index
:
0
;
}
}
.cover-wrapper.current-cover
{
.cover-wrapper.current-cover
{
z-index
:
3
!important
;
top
:
0
!important
;
top
:
0
!important
;
z-index
:
3
!important
;
}
.cover-wrapper.last-current-cover
{
z-index
:
3
!important
;
}
}
.cover-wrapper.current-cover
p
{
.cover-wrapper.current-cover
p
{
opacity
:
1
;
opacity
:
1
;
...
@@ -1765,12 +1784,10 @@ label.chevron.bottom {
...
@@ -1765,12 +1784,10 @@ label.chevron.bottom {
}
}
.cover-wrapper.prev
{
.cover-wrapper.prev
{
top
:
-100%
;
top
:
-100%
;
z-index
:
4
!important
;
}
}
.cover-wrapper.next
{
.cover-wrapper.next
{
top
:
100%
;
display
:
block
;
display
:
block
;
z-index
:
2
;
top
:
0
;
}
}
.cover-wrapper.last
{
.cover-wrapper.last
{
/*z-index: 0;*/
/*z-index: 0;*/
...
@@ -1804,7 +1821,7 @@ label.chevron.bottom {
...
@@ -1804,7 +1821,7 @@ label.chevron.bottom {
margin-top
:
27px
;
margin-top
:
27px
;
}
}
.panel
.product-list
article
{
.panel
.product-list
article
{
height
:
195px
;
/* height: 195px;*/
width
:
170px
;
width
:
170px
;
display
:
inline-block
;
display
:
inline-block
;
cursor
:
pointer
;
cursor
:
pointer
;
...
...
wp-content/themes/nap/assets/js/main.js
View file @
6d84938d
This diff is collapsed.
Click to expand it.
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