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
d5d33962
Commit
d5d33962
authored
Sep 08, 2017
by
imac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Bugfix]Redmine #732: Resize scroll attribute
parent
60cae615
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
56 additions
and
55 deletions
+56
-55
main.css
wp-content/themes/nap/assets/css/main.css
+35
-35
responsive.css
wp-content/themes/nap/assets/css/responsive.css
+21
-20
No files found.
wp-content/themes/nap/assets/css/main.css
View file @
d5d33962
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
I/ RESET...............Reset default Styles
I/ RESET...............Reset default Styles
========================================================================== */
========================================================================== */
*
{
*
{
-webkit-font-smoothing
:
antialiased
;
-webkit-font-smoothing
:
antialiased
;
-moz-osx-font-smoothing
:
grayscale
;
-moz-osx-font-smoothing
:
grayscale
;
-webkit-box-sizing
:
border-box
;
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
...
@@ -32,11 +32,11 @@
...
@@ -32,11 +32,11 @@
-webkit-margin-after
:
0em
;
-webkit-margin-after
:
0em
;
-webkit-user-drag
:
none
;
-webkit-user-drag
:
none
;
-webkit-tap-highlight-color
:
transparent
;
-webkit-tap-highlight-color
:
transparent
;
-webkit-tap-highlight-color
:
transparent
;
-webkit-tap-highlight-color
:
transparent
;
/*-webkit-appearance:none !important;*/
/*-webkit-appearance:none !important;*/
outline
:
none
!important
;
outline
:
none
!important
;
text-decoration
:
none
!important
;
text-decoration
:
none
!important
;
-webkit-padding-start
:
px
!important
;
-webkit-padding-start
:
px
!important
;
border
:
0
;
border
:
0
;
-ms-overflow-style
:
none
;
-ms-overflow-style
:
none
;
}
}
...
@@ -46,8 +46,8 @@
...
@@ -46,8 +46,8 @@
margin
:
0
auto
;
margin
:
0
auto
;
}
}
body
{
body
{
margin
:
0
auto
;
margin
:
0
auto
;
background-color
:
#FFF
;
background-color
:
#FFF
;
overflow-x
:
hidden
;
overflow-x
:
hidden
;
animation
:
fadein
2s
;
animation
:
fadein
2s
;
-moz-animation
:
fadein
2s
;
/* Firefox */
-moz-animation
:
fadein
2s
;
/* Firefox */
...
@@ -56,7 +56,7 @@
...
@@ -56,7 +56,7 @@
}
}
html
,
body
html
,
body
{
{
font-family
:
"Montserrat"
;
font-family
:
"Montserrat"
;
font-weight
:
normal
;
font-weight
:
normal
;
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
...
@@ -64,7 +64,7 @@
...
@@ -64,7 +64,7 @@
padding
:
0px
;
padding
:
0px
;
color
:
#182566
;
color
:
#182566
;
}
}
::-webkit-scrollbar
{
::-webkit-scrollbar
{
width
:
0px
;
/* remove scrollbar space */
width
:
0px
;
/* remove scrollbar space */
background
:
transparent
;
/* optional: just make scrollbar invisible */
background
:
transparent
;
/* optional: just make scrollbar invisible */
...
@@ -230,7 +230,7 @@ select,option{
...
@@ -230,7 +230,7 @@ select,option{
display
:
block
;
display
:
block
;
top
:
80px
;
top
:
80px
;
font-size
:
11px
;
font-size
:
11px
;
}
}
/*==========================================================================
/*==========================================================================
II/ Helper..............Helper classes
II/ Helper..............Helper classes
...
@@ -331,9 +331,9 @@ II/ Helper..............Helper classes
...
@@ -331,9 +331,9 @@ II/ Helper..............Helper classes
background
:
#071130
;
background
:
#071130
;
color
:
#fff
;
color
:
#fff
;
}
}
.pink-bg
{
.pink-bg
{
background
:
#FF6A5F
;
background
:
#FF6A5F
;
color
:
#fff
;
color
:
#fff
;
}
}
.search-btn
{
.search-btn
{
font-size
:
0px
;
font-size
:
0px
;
...
@@ -484,9 +484,9 @@ II/ Helper..............Helper classes
...
@@ -484,9 +484,9 @@ II/ Helper..............Helper classes
color
:
#fff
;
color
:
#fff
;
}
}
.access-form
.white-btn
,
.access-form
.white-btn
,
.white-btn
{
.white-btn
{
background
:
#FFF
;
background
:
#FFF
;
color
:
#FF6A5F
;
color
:
#FF6A5F
;
}
}
.no-wave
:after
{
.no-wave
:after
{
display
:
none
;
display
:
none
;
...
@@ -646,12 +646,12 @@ IV/ Layout................Page Layout
...
@@ -646,12 +646,12 @@ IV/ Layout................Page Layout
/* ==========================================================================
/* ==========================================================================
V/ HEADER...............header
V/ HEADER...............header
========================================================================== */
========================================================================== */
header
{
header
{
position
:
fixed
;
position
:
fixed
;
width
:
100%
;
width
:
100%
;
left
:
0
;
left
:
0
;
right
:
0
;
right
:
0
;
z-index
:
9999999
;
z-index
:
9999999
;
}
}
/*nav menu*/
/*nav menu*/
.header
{
.header
{
...
@@ -749,7 +749,7 @@ header{
...
@@ -749,7 +749,7 @@ header{
}
}
.nav-content
{
.nav-content
{
height
:
100%
;
height
:
100%
;
overflow-x
:
auto
;
overflow-x
:
auto
;
padding
:
30px
15px
30px
30px
;
padding
:
30px
15px
30px
30px
;
}
}
.nav-content
ul
{
.nav-content
ul
{
...
@@ -802,8 +802,8 @@ header{
...
@@ -802,8 +802,8 @@ header{
}
}
/*Submenu*/
/*Submenu*/
nav
ul
ul
{
nav
ul
ul
{
-webkit-column-count
:
2
;
-webkit-column-count
:
2
;
-moz-column-count
:
2
;
-moz-column-count
:
2
;
column-count
:
2
;
column-count
:
2
;
}
}
.header
.nav-wrapper
ul
li
ul
{
.header
.nav-wrapper
ul
li
ul
{
...
@@ -853,7 +853,7 @@ nav ul ul{
...
@@ -853,7 +853,7 @@ nav ul ul{
display
:
inline-block
;
display
:
inline-block
;
padding-bottom
:
15px
;
padding-bottom
:
15px
;
}
}
.header
.footer
.acces
li
:after
,
.header
.footer
.acces
li
:after
,
.header
.footer
.acces
li
:before
{
.header
.footer
.acces
li
:before
{
margin-left
:
0px
;
margin-left
:
0px
;
}
}
...
@@ -1001,7 +1001,7 @@ aside.news-wrapper {
...
@@ -1001,7 +1001,7 @@ aside.news-wrapper {
overflow-x
:
hidden
;
overflow-x
:
hidden
;
display
:
none
;
display
:
none
;
height
:
100%
;
height
:
100%
;
max-width
:
430px
;
max-width
:
430px
;
}
}
.news-header
{
.news-header
{
position
:
relative
;
position
:
relative
;
...
@@ -1237,9 +1237,9 @@ aside.news-wrapper {
...
@@ -1237,9 +1237,9 @@ aside.news-wrapper {
.nav-slider
ul
li
.active
{
.nav-slider
ul
li
.active
{
background
:
#FF6A5F
;
background
:
#FF6A5F
;
}
}
.nav-slider
ul
li
:after
{
.nav-slider
ul
li
:after
{
content
:
"\A"
;
content
:
"\A"
;
white-space
:
pre
;
white-space
:
pre
;
}
}
.nav-slider
ul
li
:hover
{
.nav-slider
ul
li
:hover
{
background
:
#FF6A5F
;
background
:
#FF6A5F
;
...
@@ -1326,7 +1326,7 @@ aside.news-wrapper {
...
@@ -1326,7 +1326,7 @@ aside.news-wrapper {
.product-details
.list
ul
{
.product-details
.list
ul
{
overflow-y
:
scroll
;
overflow-y
:
scroll
;
max-height
:
560px
;
max-height
:
80vh
;
/* margin-right: -17px; */
/* margin-right: -17px; */
padding-bottom
:
15px
;
padding-bottom
:
15px
;
}
}
...
@@ -1820,7 +1820,7 @@ label.chevron.bottom::first-letter {
...
@@ -1820,7 +1820,7 @@ label.chevron.bottom::first-letter {
}
}
.bloc
span
{
.bloc
span
{
font-weight
:
bold
;
font-weight
:
bold
;
color
:
#FF6A5F
;
color
:
#FF6A5F
;
font-size
:
30px
;
font-size
:
30px
;
line-height
:
36px
;
line-height
:
36px
;
letter-spacing
:
1px
;
letter-spacing
:
1px
;
...
@@ -1888,9 +1888,9 @@ label.chevron.bottom::first-letter {
...
@@ -1888,9 +1888,9 @@ label.chevron.bottom::first-letter {
display
:
table
;
display
:
table
;
position
:
relative
;
position
:
relative
;
text-transform
:
uppercase
;
text-transform
:
uppercase
;
-webkit-transform
:
rotate
(
-90deg
);
-webkit-transform
:
rotate
(
-90deg
);
-moz-transform
:
rotate
(
-90deg
);
-moz-transform
:
rotate
(
-90deg
);
-ms-transform
:
rotate
(
-90deg
);
-ms-transform
:
rotate
(
-90deg
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
BasicImage
(
rotation
=
3
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
BasicImage
(
rotation
=
3
);
left
:
-9px
;
left
:
-9px
;
}
}
...
@@ -1915,9 +1915,9 @@ label.chevron.bottom::first-letter {
...
@@ -1915,9 +1915,9 @@ label.chevron.bottom::first-letter {
background-size
:
15px
;
background-size
:
15px
;
bottom
:
-4px
;
bottom
:
-4px
;
left
:
-27px
;
left
:
-27px
;
-webkit-transform
:
rotate
(
90deg
);
-webkit-transform
:
rotate
(
90deg
);
-moz-transform
:
rotate
(
90deg
);
-moz-transform
:
rotate
(
90deg
);
-ms-transform
:
rotate
(
90deg
);
-ms-transform
:
rotate
(
90deg
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
BasicImage
(
rotation
=
3
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
BasicImage
(
rotation
=
3
);
}
}
.filter-list
{
.filter-list
{
...
@@ -2156,7 +2156,7 @@ label.chevron.bottom::first-letter {
...
@@ -2156,7 +2156,7 @@ label.chevron.bottom::first-letter {
-webkit-animation-name
:
none
;
-webkit-animation-name
:
none
;
-moz-animation-name
:
none
;
-moz-animation-name
:
none
;
-o-animation-name
:
none
;
-o-animation-name
:
none
;
animation-name
:
none
;
animation-name
:
none
;
}
}
.right-container
.right-panel
{
.right-container
.right-panel
{
position
:
absolute
;
position
:
absolute
;
...
@@ -2418,7 +2418,7 @@ input.search{
...
@@ -2418,7 +2418,7 @@ input.search{
border-radius
:
50%
;
border-radius
:
50%
;
background-position
:
top
;
background-position
:
top
;
margin-bottom
:
14px
;
margin-bottom
:
14px
;
background-size
:
cover
;
background-size
:
cover
;
}
}
.commercial-details
h3
{
.commercial-details
h3
{
font-family
:
'Crete Round'
;
font-family
:
'Crete Round'
;
...
@@ -2542,7 +2542,7 @@ div.wpcf7-mail-sent-ok{
...
@@ -2542,7 +2542,7 @@ div.wpcf7-mail-sent-ok{
/* -----------------------------------------------------------------------------
/* -----------------------------------------------------------------------------
Burger button Cross Animation
Burger button Cross Animation
----------------------------------------------------------------------------- */
----------------------------------------------------------------------------- */
.o-grid
{
.o-grid
{
display
:
-webkit-box
;
display
:
-webkit-box
;
...
...
wp-content/themes/nap/assets/css/responsive.css
View file @
d5d33962
...
@@ -85,7 +85,7 @@
...
@@ -85,7 +85,7 @@
/* ------------------------*/
/* ---------->>> 1200 <<<-----------*/
/* ------------------------*/
/* ------------------------*/
/* ---------->>> 1200 <<<-----------*/
/* ------------------------*/
@media
screen
and
(
max-width
:
1200px
)
{
@media
screen
and
(
max-width
:
1200px
)
{
/*FONTS*/
/*FONTS*/
.product-info
.info-content
h3
,
.product-info
.info-content
h3
,
.product-info
.info-content
h2
{
.product-info
.info-content
h2
{
letter-spacing
:
1px
;
letter-spacing
:
1px
;
}
}
...
@@ -138,7 +138,7 @@
...
@@ -138,7 +138,7 @@
margin-bottom
:
10px
;
margin-bottom
:
10px
;
}
}
.pa_couleur
li
.selected
input
[
type
=
'radio'
]+
span
:before
,
.pa_couleur
li
.selected
input
[
type
=
'radio'
]+
span
:before
,
/*.pa_couleur li.selected >input:first-child::before,*/
/*.pa_couleur li.selected >input:first-child::before,*/
.list
li
.selected
>
span
:first-child::after
{
.list
li
.selected
>
span
:first-child::after
{
height
:
14px
;
height
:
14px
;
width
:
18px
;
width
:
18px
;
...
@@ -179,7 +179,7 @@
...
@@ -179,7 +179,7 @@
}
}
.contact-form
,
.contact-form
,
.search-filter
{
.search-filter
{
width
:
50%
;
width
:
50%
;
}
}
.contact-wrapper
.form-wrapper
{
.contact-wrapper
.form-wrapper
{
padding
:
73px
20px
35px
;
padding
:
73px
20px
35px
;
...
@@ -324,7 +324,7 @@
...
@@ -324,7 +324,7 @@
height
:
37px
;
height
:
37px
;
right
:
20px
;
right
:
20px
;
}
}
.close-btn
:before
,
.close-btn
:before
,
.close-btn
:after
{
.close-btn
:after
{
left
:
18px
;
left
:
18px
;
height
:
15px
;
height
:
15px
;
...
@@ -440,7 +440,7 @@
...
@@ -440,7 +440,7 @@
width
:
5px
;
width
:
5px
;
}
}
#fullpage
.chevron.bottom
::after
{
#fullpage
.chevron.bottom
::after
{
margin-top
:
6px
;
margin-top
:
6px
;
}
}
/* Contact */
/* Contact */
.contact-wrapper
.left-panel
{
.contact-wrapper
.left-panel
{
...
@@ -463,9 +463,9 @@
...
@@ -463,9 +463,9 @@
-moz-transform
:
none
;
-moz-transform
:
none
;
-o-transform
:
none
;
-o-transform
:
none
;
}
}
.filter
,
.filter
,
.filter-wrapper
.map
,
.filter-wrapper
.map
,
.details
,
.details
,
.active-com
{
.active-com
{
display
:
none
;
display
:
none
;
}
}
...
@@ -587,8 +587,8 @@
...
@@ -587,8 +587,8 @@
.filter-btn
span
{
.filter-btn
span
{
display
:
inline-block
;
display
:
inline-block
;
text-align
:
center
;
text-align
:
center
;
-webkit-transform
:
none
;
-webkit-transform
:
none
;
-moz-transform
:
none
;
-moz-transform
:
none
;
filter
:
none
;
filter
:
none
;
top
:
0
;
top
:
0
;
line-height
:
38px
;
line-height
:
38px
;
...
@@ -606,7 +606,7 @@
...
@@ -606,7 +606,7 @@
height
:
25px
;
height
:
25px
;
right
:
0px
;
right
:
0px
;
}
}
.filter-wrapper
.close-btn
:before
,
.filter-wrapper
.close-btn
:before
,
.filter-wrapper
.close-btn
:after
{
.filter-wrapper
.close-btn
:after
{
left
:
12px
;
left
:
12px
;
height
:
10px
;
height
:
10px
;
...
@@ -726,7 +726,7 @@
...
@@ -726,7 +726,7 @@
line-height
:
0
;
line-height
:
0
;
font-size
:
0
;
font-size
:
0
;
}
}
.format-list
input
[
type
=
'radio'
],
.format-list
input
[
type
=
'radio'
],
.color-list
input
[
type
=
'radio'
]
{
.color-list
input
[
type
=
'radio'
]
{
margin
:
0px
;
margin
:
0px
;
}
}
...
@@ -809,6 +809,7 @@
...
@@ -809,6 +809,7 @@
.product-details
.list-wrapper
{
.product-details
.list-wrapper
{
width
:
79%
;
width
:
79%
;
display
:
inline-block
;
display
:
inline-block
;
padding-right
:
10px
;
}
}
.show-product
{
.show-product
{
display
:
none
;
display
:
none
;
...
@@ -847,7 +848,7 @@
...
@@ -847,7 +848,7 @@
width
:
150px
;
width
:
150px
;
margin-bottom
:
10px
;
margin-bottom
:
10px
;
}
}
.product-list
figure
{
.product-list
figure
{
max-width
:
146px
;
max-width
:
146px
;
height
:
154px
!important
;
height
:
154px
!important
;
}
}
...
@@ -923,10 +924,10 @@
...
@@ -923,10 +924,10 @@
.form-wrapper
h2
{
.form-wrapper
h2
{
padding-bottom
:
21px
;
padding-bottom
:
21px
;
}
}
select
,
input
[
type
=
"text"
],
select
,
input
[
type
=
"text"
],
input
[
type
=
"email"
],
input
[
type
=
"email"
],
input
[
type
=
"tel"
],
input
[
type
=
"tel"
],
input
[
type
=
"password"
],
input
[
type
=
"password"
],
textarea
{
textarea
{
line-height
:
25px
;
line-height
:
25px
;
padding
:
0
14px
3px
;
padding
:
0
14px
3px
;
...
@@ -943,7 +944,7 @@
...
@@ -943,7 +944,7 @@
display
:
none
;
display
:
none
;
height
:
0
;
height
:
0
;
}
}
.search_result
{
.search_result
{
position
:
relative
;
position
:
relative
;
display
:
block
;
display
:
block
;
...
@@ -983,7 +984,7 @@
...
@@ -983,7 +984,7 @@
.product-images
{
.product-images
{
padding
:
39px
0px
;
padding
:
39px
0px
;
}
}
.chevron
::after
,
.chevron
::after
,
.slick-arrow
::before
{
.slick-arrow
::before
{
height
:
7px
;
height
:
7px
;
width
:
7px
;
width
:
7px
;
...
@@ -1013,7 +1014,7 @@
...
@@ -1013,7 +1014,7 @@
}
}
.backlink
:after
{
.backlink
:after
{
background-size
:
17px
;
background-size
:
17px
;
width
:
18px
;
width
:
18px
;
height
:
4px
;
height
:
4px
;
margin-left
:
24px
;
margin-left
:
24px
;
}
}
...
...
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