mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-04-22 19:02:10 +00:00
merged
This commit is contained in:
commit
110bb31616
@ -231,7 +231,7 @@ footer{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.link {
|
.link {
|
||||||
padding: 11px 0px 0px 20px;
|
padding: 12px 0px 12px 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item_nav_blog_gauche {
|
.item_nav_blog_gauche {
|
||||||
@ -306,7 +306,7 @@ footer{
|
|||||||
|
|
||||||
.bloc_principal_titre {
|
.bloc_principal_titre {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-top: 15px;
|
padding-top: 14px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
background-color: #150032;
|
background-color: #150032;
|
||||||
@ -318,6 +318,7 @@ footer{
|
|||||||
|
|
||||||
.bloc_principal_titre h1, h4.title {
|
.bloc_principal_titre h1, h4.title {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
h4.title {
|
h4.title {
|
||||||
@ -325,7 +326,7 @@ h4.title {
|
|||||||
}
|
}
|
||||||
|
|
||||||
a[href]:hover {
|
a[href]:hover {
|
||||||
color: inherit;
|
/* color: inherit; */
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -377,6 +378,7 @@ a[href]:hover {
|
|||||||
-webkit-transition: 300ms;
|
-webkit-transition: 300ms;
|
||||||
-o-transition: 300ms;
|
-o-transition: 300ms;
|
||||||
transition: 300ms;
|
transition: 300ms;
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bloc-button:hover{
|
.bloc-button:hover{
|
||||||
@ -508,6 +510,7 @@ input {
|
|||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #3a3a3a;
|
color: #3a3a3a;
|
||||||
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.article .text {
|
.article .text {
|
||||||
@ -928,3 +931,10 @@ td, th {
|
|||||||
table {
|
table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bloc-filter input {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
.bloc-filter label {
|
||||||
|
width: 80%;
|
||||||
|
}
|
||||||
|
@ -13,10 +13,10 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="lowFooter">
|
<div class="lowFooter">
|
||||||
<ul>
|
<ul>
|
||||||
<li class="lowFooterItem">Politique et confidentialité</li>
|
<a href="/"><li class="lowFooterItem">Politique et confidentialité</li></a>
|
||||||
<li class="lowFooterItem">Mentions légales</li>
|
<a href="/"><li class="lowFooterItem">Mentions légales</li></a>
|
||||||
<li class="lowFooterItem contact-footer">Contact</li>
|
<a href="/"><li class="lowFooterItem contact-footer">Contact</li></a>
|
||||||
<li class="lowFooterItem connexion-footer">Connexion</li>
|
<a href="/login"><li class="lowFooterItem connexion-footer">Connexion</li></a>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -2,11 +2,10 @@
|
|||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
<title></title>
|
<title></title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link rel="stylesheet" type="text/css" media="screen" href="/assets/css/style.css"/>
|
|
||||||
<script src="/assets/js/script.js" defer=""></script>
|
<script src="/assets/js/script.js" defer=""></script>
|
||||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous" />
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous" />
|
||||||
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
|
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
|
||||||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
|
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
|
||||||
<link href="http://cdnjs.cloudflare.com/ajax/libs/summernote/0.8.11/summernote.css" rel="stylesheet" />
|
<link href="http://cdnjs.cloudflare.com/ajax/libs/summernote/0.8.11/summernote.css" rel="stylesheet" />
|
||||||
<script src="http://cdnjs.cloudflare.com/ajax/libs/summernote/0.8.11/summernote.js"></script>
|
<script src="http://cdnjs.cloudflare.com/ajax/libs/summernote/0.8.11/summernote.js"></script>
|
||||||
<script src="https://unpkg.com/popper.js/dist/umd/popper.min.js"></script>
|
<link rel="stylesheet" type="text/css" media="screen" href="/assets/css/style.css"/>
|
||||||
|
@ -6,13 +6,13 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
|
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
|
||||||
<ul>
|
<ul>
|
||||||
<li class="item_nav_imie link"><a href="https://imie44.ymag.cloud">Accès Net-Yparéo</a></li>
|
<li class="item_nav_imie link"><a href="https://imie44.ymag.cloud" target="_blank">Accès Net-Yparéo</a></li>
|
||||||
<li class="item_nav_imie link"><a href="https://www.imie.fr">IMIE Numérique</a></li>
|
<li class="item_nav_imie link"><a href="https://www.imie.fr" target="_blank">IMIE Numérique</a></li>
|
||||||
<li class="item_nav_imie social"><a href="https://twitter.com/EcoleIMIE">
|
<li class="item_nav_imie social"><a href="https://twitter.com/EcoleIMIE" target="_blank">
|
||||||
<tag type="svg" file="twitter" style="color: white; width: 18px; height: 18px" /></a></li>
|
<tag type="svg" file="twitter" style="color: white; width: 18px; height: 18px" /></a></li>
|
||||||
<li class="item_nav_imie social"><a href="https://www.facebook.com/EcolesIMIE/">
|
<li class="item_nav_imie social"><a href="https://www.facebook.com/EcolesIMIE/" target="_blank">
|
||||||
<tag type="svg" file="facebook" style="color: white; width: 18px; height: 18px" /></a></li>
|
<tag type="svg" file="facebook" style="color: white; width: 18px; height: 18px" /></a></li>
|
||||||
<li class="item_nav_imie link" style="float: left">
|
<li class="item_nav_imie link" style="float: left;color: #ff004c;">
|
||||||
<tag type="isLoggedIn">
|
<tag type="isLoggedIn">
|
||||||
<if true>
|
<if true>
|
||||||
<tag type="user" column="username" />
|
<tag type="user" column="username" />
|
||||||
@ -42,7 +42,7 @@
|
|||||||
<if true>
|
<if true>
|
||||||
<li class="item_nav_imie link" style="float: left">
|
<li class="item_nav_imie link" style="float: left">
|
||||||
|
|
||||||
<a href="/logout">Déconexion</a>
|
<a href="/logout">Déconnexion</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</if>
|
</if>
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
<div class="bloc-post">
|
<div class="bloc-post">
|
||||||
<div class="container-post post column-cat">
|
<div class="container-post post column-cat">
|
||||||
<h2 class="title">
|
<h2 class="title">
|
||||||
<tag type="editor" element="title"/>
|
<tag type="editor" element="title" style="padding: 4px 14px;"/>
|
||||||
</h2>
|
</h2>
|
||||||
<div class="etiquettes">
|
<div class="etiquettes">
|
||||||
<span class="cat"><select>
|
<span class="cat"><select>
|
||||||
@ -25,7 +25,7 @@
|
|||||||
<p class="post text">
|
<p class="post text">
|
||||||
<tag type="editor" element="content"/>
|
<tag type="editor" element="content"/>
|
||||||
</p>
|
</p>
|
||||||
<button class="bloc-plus submitPost">
|
<button class="bloc-button submitPost">
|
||||||
Créer
|
Créer
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user