mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-06-22 22:39:19 +00:00
color
This commit is contained in:
@ -57,8 +57,12 @@ header {
|
||||
body{
|
||||
margin: 0;
|
||||
background-color: #eee;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
}
|
||||
h2{
|
||||
font-weight: 600;
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
.test{
|
||||
height: 300vh;
|
||||
}
|
||||
@ -123,7 +127,7 @@ body{
|
||||
}
|
||||
|
||||
.item_nav_blog_droite.dev:hover{
|
||||
color: #f2d761;
|
||||
color: #ffd75f;
|
||||
}
|
||||
|
||||
.item_nav_blog_droite.digi:hover{
|
||||
@ -131,11 +135,11 @@ body{
|
||||
}
|
||||
|
||||
.item_nav_blog_droite.ops:hover{
|
||||
color: #64bdea;
|
||||
color: #2ea3f2;
|
||||
}
|
||||
|
||||
.item_nav_blog_droite.devops:hover{
|
||||
color: #9142b7;
|
||||
color: #ff1c4a;
|
||||
}
|
||||
|
||||
.item_nav_blog_droite_icon{
|
||||
@ -144,7 +148,7 @@ body{
|
||||
float: right;
|
||||
color: rgba(0, 0, 0, .5);
|
||||
padding-bottom: 10px;
|
||||
border-bottom: rgba(0, 0, 0, .1) solid 1px;
|
||||
border-bottom: rgba(255, 255, 255, 0.1) solid 2px;
|
||||
}
|
||||
.bloc_principal{
|
||||
width: 100%;
|
||||
@ -231,41 +235,41 @@ input {outline: none}
|
||||
}
|
||||
|
||||
.article.devops {
|
||||
border-bottom-color: #9142b7;
|
||||
border-bottom-color: #ff1c4a;
|
||||
}
|
||||
|
||||
.article .etiquettes {
|
||||
.article .etiquettes, .post .etiquettes {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.article .date, .article .cat {
|
||||
.article .date, .article .cat, .post .cat, .post .date {
|
||||
padding: 2px 10px;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.article .date {
|
||||
.article .date, .post .date {
|
||||
color: gray;
|
||||
background-color: #eee;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.article .cat {
|
||||
.article .cat, .post .cat {
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.article.ops .cat {
|
||||
.article.ops .cat, .post.ops .cat {
|
||||
background-color: #2ea3f2;
|
||||
}
|
||||
|
||||
.article.digi .cat {
|
||||
background-color: #74d3ac;
|
||||
.article.digi .cat, .post.digi .cat {
|
||||
background-color: #6bb194;
|
||||
}
|
||||
.article.dev .cat {
|
||||
.article.dev .cat, .post.dev .cat {
|
||||
background-color: #ffd75f;
|
||||
}
|
||||
|
||||
.article.devops .cat {
|
||||
.article.devops .cat, .post.devops .cat {
|
||||
background-color: #ff1c4a;
|
||||
}
|
||||
|
||||
@ -286,7 +290,7 @@ input {outline: none}
|
||||
* ----------------------------------------------------- */
|
||||
|
||||
.bloc-post{
|
||||
width: 72%;
|
||||
width: 69%;
|
||||
height: 500px;
|
||||
margin-top: 70px;
|
||||
background-color: white;
|
||||
@ -294,10 +298,11 @@ input {outline: none}
|
||||
background-size: cover;
|
||||
box-shadow: 1px 1px 30px 1px lightgrey;
|
||||
display: inline-block;
|
||||
padding: 45px;
|
||||
}
|
||||
|
||||
.bloc-filter{
|
||||
width: 22%;
|
||||
width: 25%;
|
||||
height: 500px;
|
||||
margin-top: 70px;
|
||||
background-color: white;
|
||||
@ -305,6 +310,15 @@ input {outline: none}
|
||||
box-shadow: 1px 1px 30px 1px lightgrey;
|
||||
float: right;
|
||||
}
|
||||
.post .text{
|
||||
font-size: 14px;
|
||||
color: #737272ee;
|
||||
line-height: 1.5;
|
||||
margin-top: 28px;
|
||||
}
|
||||
.credit{
|
||||
background-color: #110230;
|
||||
}
|
||||
|
||||
#twi{
|
||||
height: 18px;
|
||||
|
Reference in New Issue
Block a user