Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Adullact
Theme-WordPress-Adullact-org
Commits
faaae3f1
Commit
faaae3f1
authored
Feb 11, 2020
by
N. Peraldi
Browse files
fix: forgot argument on php function when calling it
parent
ac427403
Changes
2
Hide whitespace changes
Inline
Side-by-side
index.php
View file @
faaae3f1
...
...
@@ -34,7 +34,7 @@ get_header(); ?>
</p>
<div
class=
"adullact-cadres-column"
>
<div
class=
"adullact-cadres-ligne"
>
<div
class=
"adullact-cadres-ligne
-space
"
>
<div
class=
"adullact-cadre"
>
<a
href=
"https://comptoir-du-libre.org/"
target=
"_blank"
>
<img
src=
"
<?=
$comptoir_icon
?>
"
alt=
"test"
>
...
...
@@ -80,9 +80,9 @@ get_header(); ?>
</div>
<!-- .wrap -->
<!-- effet parallax-->
<div
<?php
add_parallax
(
$parallax_pic
)
?>
>
<div
<?php
add_parallax
(
$parallax_pic
,
"50"
)
?>
>
<div
class=
"wrap"
>
<div
class=
"adullact-cadres-ligne"
>
<div
class=
"adullact-cadres-ligne
-center
"
>
<div
class=
"adullact-cadre-texte"
>
<p
class=
"adullact-front-page-number"
>
342
</p>
<p>
Adhérents directs
</p>
...
...
@@ -101,7 +101,7 @@ get_header(); ?>
<div
class=
"wrap adullact-no-height-padding"
>
<div
id=
"primary"
class=
"content-area"
>
<main
id=
"main"
class=
"site-main"
role=
"main"
>
<div
class=
"adullact-cadres-ligne"
>
<div
class=
"adullact-cadres-ligne
-space
"
>
<?php
$args
=
array
(
"post_type"
=>
"post"
,
...
...
style.css
View file @
faaae3f1
...
...
@@ -42,7 +42,7 @@ body:not(.has-sidebar):not(.page-one-column) .page-header {
input
[
type
=
"search"
]
{
padding
:
0.3em
;
font-size
:
0.8em
;
font-size
:
0.8em
;
}
.search-form
.search-submit
.icon
{
...
...
@@ -157,10 +157,18 @@ input[type="search"] {
text-align
:
justify
;
}
.adullact-cadres-ligne
{
.adullact-cadres-ligne
-space
{
display
:
flex
;
justify-content
:
space-between
;
flex-wrap
:
wrap
;
margin-top
:
3em
;
margin-bottom
:
3em
;
}
.adullact-cadres-ligne-center
{
display
:
flex
;
justify-content
:
center
;
flex-wrap
:
wrap
;
}
.adullact-cadres-column
{
...
...
@@ -170,13 +178,13 @@ input[type="search"] {
.adullact-cadre
{
background-color
:
#F1F1F1
;
width
:
10
em
;
width
:
9
em
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
center
;
text-align
:
center
;
align-items
:
center
;
font-size
:
1.
6
em
;
font-size
:
1.
7
em
;
padding
:
10px
;
padding-top
:
20px
;
margin-bottom
:
1.2em
;
...
...
@@ -184,7 +192,7 @@ input[type="search"] {
}
.adullact-cadre
img
{
width
:
2
em
;
width
:
3
em
;
}
.adullact-cadre
p
{
...
...
@@ -251,10 +259,16 @@ input[type="search"] {
justify-content
:
flex-start
;
}
.adullact-line
{
.adullact-line
-space
{
display
:
flex
;
flex-direction
:
row
;
justify-content
:
flex-start
;
justify-content
:
space-between
;
}
.adullact-line-center
{
display
:
flex
;
flex-direction
:
row
;
justify-content
:
center
;
}
.adullact-member
{
...
...
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