mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-04-22 19:02:10 +00:00
365 lines
5.8 KiB
CSS
365 lines
5.8 KiB
CSS
/* http://meyerweb.com/eric/tools/css/reset/
|
|
v2.0 | 20110126
|
|
License: none (public domain)
|
|
*/
|
|
|
|
html, body, div, span, applet, object, iframe,
|
|
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
|
a, abbr, acronym, address, big, cite, code,
|
|
del, dfn, em, img, ins, kbd, q, s, samp,
|
|
small, strike, strong, sub, sup, tt, var,
|
|
b, u, i, center,
|
|
dl, dt, dd, ol, ul, li,
|
|
fieldset, form, label, legend,
|
|
table, caption, tbody, tfoot, thead, tr, th, td,
|
|
article, aside, canvas, details, embed,
|
|
figure, figcaption, footer, header, hgroup,
|
|
menu, nav, output, ruby, section, summary,
|
|
time, mark, audio, video {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
font-size: 100%;
|
|
font: inherit;
|
|
vertical-align: baseline;
|
|
}
|
|
/* HTML5 display-role reset for older browsers */
|
|
article, aside, details, figcaption, figure,
|
|
footer, header, hgroup, menu, nav, section {
|
|
display: block;
|
|
}
|
|
body {
|
|
line-height: 1;
|
|
}
|
|
ol, ul {
|
|
list-style: none;
|
|
}
|
|
blockquote, q {
|
|
quotes: none;
|
|
}
|
|
blockquote:before, blockquote:after,
|
|
q:before, q:after {
|
|
content: '';
|
|
content: none;
|
|
}
|
|
table {
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
/******************************
|
|
* Fin reset.css
|
|
*****************************/
|
|
|
|
|
|
body{
|
|
margin: 0;
|
|
}
|
|
|
|
.test{
|
|
height: 300vh;
|
|
background-color: #eeeeee;
|
|
}
|
|
.test2{
|
|
margin: auto;
|
|
text-align: center;
|
|
margin-top: 100px;
|
|
font-family: 'Open Sans', sans-serif;
|
|
}
|
|
.nav_imie{
|
|
height: 40px;
|
|
background-color: #1c1c1c;
|
|
}
|
|
|
|
.nav_blog{
|
|
height: 80px;
|
|
background-color: white;
|
|
}
|
|
|
|
.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{
|
|
color: #848484;
|
|
font-family: 'Open Sans', sans-serif;
|
|
padding-top: 30px;
|
|
padding-right: 60px;
|
|
display: inline-block;
|
|
float: right;
|
|
}
|
|
|
|
.item_nav_blog_droite_icon{
|
|
padding-top: 27px;
|
|
display: inline-block;
|
|
float: right;
|
|
}
|
|
.bloc_principal{
|
|
width: 100%;
|
|
height: 500px;
|
|
margin-top: 70px;
|
|
background: url("../img/img-home.jpg");
|
|
background-position: center;
|
|
background-size: cover;
|
|
box-shadow: 1px 1px 30px 1px lightgrey;
|
|
}
|
|
.cover-black{
|
|
height: 100%;
|
|
width: 100%;
|
|
background-color: rgba(0,0,0,0.6);
|
|
}
|
|
.bloc_principal_titre{
|
|
text-align: center;
|
|
padding-top: 13px;
|
|
width: 100%;
|
|
height: 50px;
|
|
background-color: #fdee5a;
|
|
font-family: 'Open Sans', sans-serif;
|
|
font-size: 22px;
|
|
}
|
|
|
|
.content-homediv{
|
|
padding: 0;
|
|
}
|
|
|
|
.item_nav_blog_logo{
|
|
padding-top: 2px;
|
|
display: inline-block;
|
|
float: left;
|
|
}
|
|
.bloc-plus{
|
|
margin-top: 40px;
|
|
float: right;
|
|
width: 120px;
|
|
height: 25px;
|
|
background-color: #fdee5a;
|
|
}
|
|
.p-home {
|
|
width: 500px;
|
|
padding-top: 20px;
|
|
margin-right: 50px;
|
|
color: white;
|
|
line-height: 23px;
|
|
}
|
|
.article-home{
|
|
width: 300px;
|
|
height: 300px;
|
|
background-color: white;
|
|
margin: 90px auto auto 20px;
|
|
box-shadow: 1px 1px 30px 1px lightgrey;
|
|
font-family: 'Open Sans', sans-serif;
|
|
}
|
|
.articles-home{
|
|
margin: auto;
|
|
}
|
|
.contenue-home{
|
|
padding-left: 22px;
|
|
padding-top: 22px;
|
|
padding-right: 10px;
|
|
}
|
|
.cat-home-ops{
|
|
margin-top: 10px;
|
|
height: 20px;
|
|
width: 50px;
|
|
background-color: #64bdea;
|
|
text-align: center;
|
|
display: inline-block;
|
|
}
|
|
.cat-home-dev{
|
|
margin-top: 10px;
|
|
height: 20px;
|
|
width: 50px;
|
|
background-color: #f2d761;
|
|
text-align: center;
|
|
display: inline-block;
|
|
}
|
|
.cat-home-digi{
|
|
margin-top: 10px;
|
|
height: 20px;
|
|
width: 50px;
|
|
background-color: #6bb194;
|
|
text-align: center;
|
|
display: inline-block;
|
|
}
|
|
.cat-home-devops{
|
|
margin-top: 10px;
|
|
height: 20px;
|
|
width: 75px;
|
|
background-color: #9142b7;
|
|
text-align: center;
|
|
display: inline-block;
|
|
}
|
|
.cat-home-name{
|
|
padding-top: 3px;
|
|
color: white;
|
|
}
|
|
.date-home{
|
|
margin-top: 10px;
|
|
height: 20px;
|
|
width: 100px;
|
|
background-color: lightgrey;
|
|
text-align: center;
|
|
display: inline-block;
|
|
}
|
|
.date-home-name{
|
|
padding-top: 3px;
|
|
color: white;
|
|
}
|
|
.etiquettes{
|
|
display: block;
|
|
}
|
|
.p-home-article{
|
|
padding-top: 20px;
|
|
color:#848484;
|
|
font-size: 15px;
|
|
line-height: 18px;
|
|
}
|
|
.footer-article-home-digi{
|
|
width:300px;
|
|
height: 5px;
|
|
background-color: #6bb194;
|
|
position: absolute;
|
|
bottom: 0;
|
|
}
|
|
.footer-article-home-dev{
|
|
width:300px;
|
|
height: 5px;
|
|
background-color: #f2d761;
|
|
position: absolute;
|
|
bottom: 0;
|
|
}
|
|
.footer-article-home-ops{
|
|
width:300px;
|
|
height: 5px;
|
|
background-color: #64bdea;
|
|
position: absolute;
|
|
bottom: 0;
|
|
}
|
|
.footer-article-home-devops{
|
|
width:300px;
|
|
height: 5px;
|
|
background-color: #9142b7;
|
|
position: absolute;
|
|
bottom: 0;
|
|
}
|
|
#titre-article-dev{
|
|
font-weight:bold;
|
|
}
|
|
#twi{
|
|
height: 18px;
|
|
width: 18px;
|
|
}
|
|
|
|
#fb{
|
|
height: 18px;
|
|
width: 9px;
|
|
}
|
|
|
|
#search{
|
|
font-family: 'Open Sans', sans-serif;
|
|
background-color: transparent;
|
|
border: none;
|
|
width: 180px;
|
|
border-bottom: #848484 solid 1px;
|
|
}
|
|
|
|
#glass{
|
|
height: 20px;
|
|
width: 20px;
|
|
margin-left: 8px;
|
|
}
|
|
#info-plus{
|
|
padding-top: 5px;
|
|
}
|
|
|
|
#titre-home{
|
|
color: white;
|
|
padding-bottom: 20px;
|
|
font-size: 20px;
|
|
}
|
|
#titre-between{
|
|
margin-top: 80px;
|
|
font-family: 'Open Sans', sans-serif;
|
|
font-size: 22px;
|
|
|
|
}
|
|
@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;
|
|
}
|
|
.img-home{
|
|
width: 250px;
|
|
}
|
|
.test1{
|
|
margin-top: 30px;
|
|
}
|
|
.test2{
|
|
margin-top:30px;
|
|
}
|
|
#titre-home{
|
|
padding-bottom: 10px;
|
|
}
|
|
.p-home{
|
|
padding-top: 7px;
|
|
margin: 0;
|
|
}
|
|
.bloc_principal{
|
|
height: 630px;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 365px) {
|
|
#search{
|
|
background-color: transparent;
|
|
border: none;
|
|
width: 60px;
|
|
border-bottom: #1c1c1c solid 2px;
|
|
}
|
|
.img-home{
|
|
width: 200px;
|
|
}
|
|
.test1{
|
|
margin-top: 20px;
|
|
}
|
|
.test2{
|
|
margin-top: 20px;
|
|
}
|
|
#titre-home{
|
|
padding-bottom: 10px;
|
|
}
|
|
.p-home{
|
|
padding-top: 7px;
|
|
}
|
|
.bloc_principal_titre{
|
|
font-size: 20px;
|
|
}
|
|
.bloc_principal{
|
|
height: 650px;
|
|
}
|
|
} |