Blog_IMIE/project/assets/css/style_index.css
2018-11-26 11:40:45 +01:00

86 lines
1.1 KiB
CSS

body{
margin: 0;
}
.nav_imie{
height: 40px;
background-color: #1c1c1c;
}
.nav_blog{
height: 80px;
background-color: #EAE7E4;
}
.item_nav_imie{
display: inline-block;
padding-left: 20px;
padding-top: 10px;
color: white;
float: right;
font-family: 'Open Sans', sans-serif;
font-size: 16px;
font-weight: 600;
}
.item_nav_blog_gauche{
padding-top:25px;
vertical-align: center;
display: inline-block;
color: black;
float: left;
}
.item_nav_blog_droite{
padding-top: 20px;
display: inline-block;
color: black;
float: right;
}
#twi{
height: 18px;
width: 18px;
}
#fb{
height: 18px;
width: 9px;
}
#search{
background-color: transparent;
border: none;
width: 120px;
border-bottom: #1c1c1c solid 2px;
}
#glass{
height: 20px;
width: 20px;
margin-left: 8px;
}
@media screen and (max-width: 640px) {
.nav_imie {
height: 0;
}
.item_nav_imie{
font-size: 0;
}
#twi{
height: 0;
width: 0;
}
#fb{
height: 0;
width: 0;
}
}
@media screen and (max-width: 365px) {
#search{
background-color: transparent;
border: none;
width: 60px;
border-bottom: #1c1c1c solid 2px;
}
}