mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-06-07 16:09:53 +00:00
margin blabla
This commit is contained in:
parent
6176797241
commit
346864a92c
@ -168,6 +168,10 @@ h3 {
|
|||||||
height: 285vh;
|
height: 285vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer{
|
||||||
|
margin-top: 70px;
|
||||||
|
}
|
||||||
|
|
||||||
.articleHome {
|
.articleHome {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -387,9 +391,17 @@ input {
|
|||||||
font-family: 'Open Sans', sans-serif;
|
font-family: 'Open Sans', sans-serif;
|
||||||
border-bottom: 5px solid black;
|
border-bottom: 5px solid black;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
/* margin-bottom: 50px; */
|
margin-bottom: 50px;
|
||||||
|
-webkit-transition: 200ms;
|
||||||
|
-o-transition: 200ms;
|
||||||
|
transition: 200ms;
|
||||||
}
|
}
|
||||||
.bounce{
|
.article:hover{
|
||||||
|
text-decoration: none;
|
||||||
|
color: #007bff;
|
||||||
|
transform: translate3d(0,-4px,0);
|
||||||
|
}
|
||||||
|
/* .bounce{
|
||||||
-webkit-transition: 200ms;
|
-webkit-transition: 200ms;
|
||||||
-o-transition: 200ms;
|
-o-transition: 200ms;
|
||||||
transition: 200ms;
|
transition: 200ms;
|
||||||
@ -399,7 +411,7 @@ input {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #007bff;
|
color: #007bff;
|
||||||
transform: translate3d(0,-4px,0);
|
transform: translate3d(0,-4px,0);
|
||||||
}
|
} */
|
||||||
|
|
||||||
.article.dev {
|
.article.dev {
|
||||||
border-bottom-color: #f2d761;
|
border-bottom-color: #f2d761;
|
||||||
@ -483,7 +495,14 @@ input {
|
|||||||
.bloc-post {
|
.bloc-post {
|
||||||
width: 69%;
|
width: 69%;
|
||||||
/* margin-top: 70px; */
|
/* margin-top: 70px; */
|
||||||
/* box-shadow: 1px 1px 30px 1px lightgrey; */
|
box-shadow: 1px 1px 30px 1px lightgrey;
|
||||||
|
background-position: center;
|
||||||
|
background-size: cover;
|
||||||
|
display: inline-block;
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
|
.bloc-search {
|
||||||
|
width: 69%;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@ -493,12 +512,18 @@ input {
|
|||||||
background-color: white;
|
background-color: white;
|
||||||
padding: 45px;
|
padding: 45px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container-search {
|
.container-search {
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
padding: 45px;
|
padding: 45px;
|
||||||
box-shadow: 1px 1px 30px 1px lightgrey;
|
box-shadow: 1px 1px 30px 1px lightgrey;
|
||||||
|
-webkit-transition: 200ms;
|
||||||
|
-o-transition: 200ms;
|
||||||
|
transition: 200ms;
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
|
.container-search:hover{
|
||||||
|
transform: translate3d(0,-4px,0);
|
||||||
}
|
}
|
||||||
|
|
||||||
.author {
|
.author {
|
||||||
@ -532,6 +557,7 @@ input {
|
|||||||
box-shadow: 1px 1px 30px 1px lightgrey;
|
box-shadow: 1px 1px 30px 1px lightgrey;
|
||||||
float: right;
|
float: right;
|
||||||
padding: 45px;
|
padding: 45px;
|
||||||
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
label{
|
label{
|
||||||
margin: 6px;
|
margin: 6px;
|
||||||
@ -596,7 +622,7 @@ label{
|
|||||||
|
|
||||||
.contenue-recent-search {
|
.contenue-recent-search {
|
||||||
float: right;
|
float: right;
|
||||||
box-shadow: 1px 1px 30px 1px lightgrey;
|
/* box-shadow: 1px 1px 30px 1px lightgrey; */
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
@ -608,6 +634,14 @@ label{
|
|||||||
.next {
|
.next {
|
||||||
float: right;
|
float: right;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
-webkit-transition: 200ms;
|
||||||
|
-o-transition: 200ms;
|
||||||
|
transition: 200ms;
|
||||||
|
box-shadow: 1px 1px 30px 1px lightgrey;
|
||||||
|
}
|
||||||
|
.next:hover{
|
||||||
|
color: #007bff;
|
||||||
|
box-shadow: 1px 1px 30px 1px rgba(0,163,249,0.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
.filtre {
|
.filtre {
|
||||||
@ -708,7 +742,7 @@ label{
|
|||||||
}
|
}
|
||||||
|
|
||||||
#titre-between {
|
#titre-between {
|
||||||
margin-top: 130px;
|
margin-top: 100px;
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
font-family: 'Open Sans', sans-serif;
|
font-family: 'Open Sans', sans-serif;
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- <tag type="search" /> -->
|
<!-- <tag type="search" /> -->
|
||||||
<div class="bloc-post search">
|
<div class="bloc-search">
|
||||||
<tag type="loop" limit="20">
|
<tag type="loop" limit="20">
|
||||||
<a class="column-link">
|
<a class="column-link">
|
||||||
<div class="container-search post column-category">
|
<div class="container-search post column-category">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user