search maj

This commit is contained in:
jenoh 2019-02-25 11:54:45 +01:00
parent 59796c62dc
commit 1c6e8856cb
2 changed files with 25 additions and 11 deletions

View File

@ -350,7 +350,7 @@ input {outline: none}
} }
.bloc-filter{ .bloc-filter{
width: 25%; width: 25%;
height: 500px; height: 120px;
margin-top: 70px; margin-top: 70px;
background-color: white; background-color: white;
background-size: cover; background-size: cover;
@ -403,10 +403,13 @@ input {outline: none}
padding:0; padding:0;
} }
.contenue-recent{ .contenue-recent{
box-shadow: 1px 1px 30px 1px lightgrey;
float: right;
padding: 14px; padding: 14px;
background-color: white; background-color: white;
display: inline-block; display: inline-block;
margin-top: 20px; margin-top: 20px;
width: 120px;
} }
.next{ .next{
float : right; float : right;
@ -431,17 +434,20 @@ input {outline: none}
.devops-color{ .devops-color{
background-color: #ff1c4a; background-color: #ff1c4a;
} }
.bloc-recent{ .bloc-recent{
width: 69%; width: 69%;
float: left; float: left;
} }
.titre-recent{ .titre-recent{
padding-left:8px;
float: left; float: left;
color: #848484; color: #848484;
} }
.icon-recent{ .icon-recent{
padding-right: 18px; padding-right: 16px;
float: right; float: right;
} }

View File

@ -1,7 +1,9 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
</head> </head>
<body> <body>
<header> <header>
<tag type="includes" file="header" /> <tag type="includes" file="header" />
@ -13,7 +15,7 @@
<p>récent</p> <p>récent</p>
</div> </div>
<div class="icon-recent"> <div class="icon-recent">
<tag type="svg" file="arrow" style="color: #848484; width: 18px; height: 18px"/> <tag type="svg" file="arrow" style="color: #848484; width: 18px; height: 18px" />
</div> </div>
</div> </div>
</div> </div>
@ -21,19 +23,25 @@
<div class="bloc-post search"> <div class="bloc-post search">
<div class="container-post post ops"> <div class="container-post post ops">
<h2 class="title">Mettre en place un serveur web sous linux</h2> <h2 class="title">Mettre en place un serveur web sous linux</h2>
<div class="etiquettes"> <div class="etiquettes">
<span class="cat">OPS</span> <span class="cat">OPS</span>
<span class="date">26-06-2018</span> <span class="date">26-06-2018</span>
</div> </div>
<p class="post text">Dum apud Persas, ut supra narravimus, perfidia regis motus agitat insperatos, <p class="post text">Dum apud Persas, ut supra narravimus, perfidia regis motus agitat insperatos,
et in eois tractibus bella rediviva consurgunt, anno sexto decimo et eo diutius post Nepotiani exitium, saeviens per urbem aeternam urebat cuncta Bellona, ex primordiis et in eois tractibus bella rediviva consurgunt, anno sexto decimo et eo diutius post Nepotiani exitium, saeviens
per urbem aeternam urebat cuncta Bellona, ex primordiis
</p> </p>
</div> </div>
</div> </div>
<div class="bloc-filter"> <div class="bloc-filter">
</div> </div>
</main> </main>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> <footer>
<tag type="includes" file="footer" />
</footer>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin="anonymous"></script>
</body> </body>
</html> </html>