mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-05-05 17:17:54 +00:00
ajust
This commit is contained in:
parent
dc83309519
commit
6176797241
@ -192,6 +192,7 @@ h3 {
|
|||||||
.nav_blog {
|
.nav_blog {
|
||||||
height: 80px;
|
height: 80px;
|
||||||
background-color: #110230;
|
background-color: #110230;
|
||||||
|
margin-bottom: 70px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item_nav_imie {
|
.item_nav_imie {
|
||||||
@ -332,11 +333,24 @@ h3 {
|
|||||||
transition: 300ms;
|
transition: 300ms;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.bloc-plus:hover {
|
.bloc-plus:hover {
|
||||||
background-color: #42027e;
|
background-color: #42027e;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
.bloc-button{
|
||||||
|
margin-top: 40px;
|
||||||
|
background-color: #190034;
|
||||||
|
padding: 10px 15px;
|
||||||
|
color: white;
|
||||||
|
-webkit-transition: 300ms;
|
||||||
|
-o-transition: 300ms;
|
||||||
|
transition: 300ms;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bloc-button:hover{
|
||||||
|
background-color: #42027e;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
.p-home {
|
.p-home {
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
@ -347,6 +361,14 @@ h3 {
|
|||||||
input {
|
input {
|
||||||
outline: none
|
outline: none
|
||||||
}
|
}
|
||||||
|
.icon-search{
|
||||||
|
color: rgba(0, 0, 0, .5);
|
||||||
|
width: 18px;
|
||||||
|
height: 18px;
|
||||||
|
background: none;
|
||||||
|
border: none;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
/* -----------------------------------------------------
|
/* -----------------------------------------------------
|
||||||
* Articles
|
* Articles
|
||||||
@ -460,18 +482,23 @@ 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-position: center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container-post {
|
.container-post {
|
||||||
|
background-color: white;
|
||||||
|
padding: 45px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.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;
|
||||||
}
|
}
|
||||||
|
|
||||||
.author {
|
.author {
|
||||||
@ -479,6 +506,9 @@ input {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: row wrap;
|
flex-flow: row wrap;
|
||||||
}
|
}
|
||||||
|
.row{
|
||||||
|
/* margin-bottom: 60px; */
|
||||||
|
}
|
||||||
|
|
||||||
.by {
|
.by {
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
@ -496,13 +526,17 @@ input {
|
|||||||
|
|
||||||
.bloc-filter {
|
.bloc-filter {
|
||||||
width: 25%;
|
width: 25%;
|
||||||
margin-top: 70px;
|
/* margin-top: 70px; */
|
||||||
background-color: white;
|
background-color: white;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
box-shadow: 1px 1px 30px 1px lightgrey;
|
box-shadow: 1px 1px 30px 1px lightgrey;
|
||||||
float: right;
|
float: right;
|
||||||
padding: 45px;
|
padding: 45px;
|
||||||
}
|
}
|
||||||
|
label{
|
||||||
|
margin: 6px;
|
||||||
|
color: #3c3c3c;
|
||||||
|
}
|
||||||
|
|
||||||
.post .text {
|
.post .text {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
@ -561,7 +595,6 @@ input {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.contenue-recent-search {
|
.contenue-recent-search {
|
||||||
margin-top: 20px;
|
|
||||||
float: right;
|
float: right;
|
||||||
box-shadow: 1px 1px 30px 1px lightgrey;
|
box-shadow: 1px 1px 30px 1px lightgrey;
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
@ -569,10 +602,12 @@ input {
|
|||||||
background-color: white;
|
background-color: white;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
|
margin-bottom: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.next {
|
.next {
|
||||||
float: right;
|
float: right;
|
||||||
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.filtre {
|
.filtre {
|
||||||
@ -622,6 +657,7 @@ input {
|
|||||||
padding: 7px 12px;
|
padding: 7px 12px;
|
||||||
border-radius: 18px;
|
border-radius: 18px;
|
||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
|
margin-right: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-recent {
|
.icon-recent {
|
||||||
@ -783,13 +819,17 @@ input {
|
|||||||
}
|
}
|
||||||
|
|
||||||
form.login > input {
|
form.login > input {
|
||||||
text-align: center;
|
/* text-align: center; */
|
||||||
display: block;
|
display: block;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
padding: 6px 16px;
|
||||||
|
font-size: 14px;
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
form.login >input[type="submit"], form.login > a {
|
form.login >input[type="submit"], form.login > a {
|
||||||
left: -44%;
|
/* left: -44%; */
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
border: none;
|
border: none;
|
||||||
@ -804,7 +844,15 @@ a:hover {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
.submit{
|
||||||
|
background: none;
|
||||||
|
border: none;
|
||||||
|
cursor: pointer;
|
||||||
|
outline: 0;
|
||||||
|
}
|
||||||
|
.submit:hover{
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
|
||||||
td, th {
|
td, th {
|
||||||
border: 1px solid #dddddd;
|
border: 1px solid #dddddd;
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
<tag type="user" column="username" />
|
<tag type="user" column="username" />
|
||||||
</if>
|
</if>
|
||||||
<if false>
|
<if false>
|
||||||
<a href="/login">Connection</a>
|
<a href="/login">Connexion</a>
|
||||||
</if>
|
</if>
|
||||||
</tag>
|
</tag>
|
||||||
</li>
|
</li>
|
||||||
@ -46,8 +46,8 @@
|
|||||||
<li class="item_nav_blog_droite_icon">
|
<li class="item_nav_blog_droite_icon">
|
||||||
<form method="dialog" action="/search">
|
<form method="dialog" action="/search">
|
||||||
<input name="term" id="search" class="el-search" type="text" placeholder="Recherche">
|
<input name="term" id="search" class="el-search" type="text" placeholder="Recherche">
|
||||||
<button type="submit">
|
<button type="submit" class="submit">
|
||||||
<tag type="svg" file="mignify" style="color: rgba(0, 0, 0, .5); width: 18px; height: 18px" />
|
<tag type="svg" file="mignify" style="color: rgba(0, 0, 0, .5); width: 18px; height: 18px;" />
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
</li>
|
</li>
|
||||||
|
@ -44,6 +44,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="bloc-filter int-search">
|
<div class="bloc-filter int-search">
|
||||||
|
<h3>Filtrer la recherche</h3>
|
||||||
<p class="title-small">Catégories</p>
|
<p class="title-small">Catégories</p>
|
||||||
<a data-category="3" class="filtre dev-color">dev</a>
|
<a data-category="3" class="filtre dev-color">dev</a>
|
||||||
<a data-category="4" class="filtre digi-color">digi</a>
|
<a data-category="4" class="filtre digi-color">digi</a>
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
<h1>LE BLOG DES APPRENANTS</h1>
|
<h1>LE BLOG DES APPRENANTS</h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="cover-text">
|
<div class="cover-text">
|
||||||
<h2 id="titre-home">Voilà les informations que vous devez entrer pour créer un utilisateur</h2>
|
<h2 id="titre-home">Créer un utilisateur</h2>
|
||||||
<div class="p-home">
|
<div class="p-home">
|
||||||
<form name="login" id="name" method="POST" class="login" action="/users/new/">
|
<form name="login" id="name" method="POST" class="login" action="/users/new/">
|
||||||
<input name="username" id="username" type="text" placeholder="Nom d'utilisateur" />
|
<input name="username" id="username" type="text" placeholder="Nom d'utilisateur" />
|
||||||
@ -25,7 +25,7 @@
|
|||||||
<option value="ROLE_EDITOR">Editeur</option>
|
<option value="ROLE_EDITOR">Editeur</option>
|
||||||
<option value="ROLE_ADMIN">Administrateur</option>
|
<option value="ROLE_ADMIN">Administrateur</option>
|
||||||
</select>
|
</select>
|
||||||
<input type="submit" class="bloc-plus" value="Créer"/>
|
<input type="submit" class="bloc-button" value="Créer"/>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
<h1>LE BLOG DES APPRENANTS</h1>
|
<h1>LE BLOG DES APPRENANTS</h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="cover-text">
|
<div class="cover-text">
|
||||||
<h2 id="titre-home">Voilà les informations que vous devez entrer pour créer un utilisateur</h2>
|
<h2 id="titre-home">Créer un utilisateur</h2>
|
||||||
<div class="p-home">
|
<div class="p-home">
|
||||||
<form name="login" id="name" method="POST" class="login" action="./edit">
|
<form name="login" id="name" method="POST" class="login" action="./edit">
|
||||||
<input name="username" id="username" type="text" placeholder="Nom d'utilisateur" />
|
<input name="username" id="username" type="text" placeholder="Nom d'utilisateur" />
|
||||||
@ -25,7 +25,7 @@
|
|||||||
<option value="ROLE_EDITOR">Editeur</option>
|
<option value="ROLE_EDITOR">Editeur</option>
|
||||||
<option value="ROLE_ADMIN">Administrateur</option>
|
<option value="ROLE_ADMIN">Administrateur</option>
|
||||||
</select>
|
</select>
|
||||||
<input type="submit" class="bloc-plus" value="Créer"/>
|
<input type="submit" class="bloc-button" value="Créer"/>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
<h1>LE BLOG DES APPRENANTS</h1>
|
<h1>LE BLOG DES APPRENANTS</h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="cover-text">
|
<div class="cover-text">
|
||||||
<h2 id="titre-home">cliquez sur un utilisateur pour le modifier</h2>
|
<h2 id="titre-home">Cliquez sur un utilisateur pour le modifier</h2>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -36,7 +36,7 @@
|
|||||||
</tag>
|
</tag>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<a href="/users/new" class="bloc-plus">Nouvel utilisateur</a>
|
<a href="/users/new" class="bloc-button">Nouvel utilisateur</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user