mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-04-23 03:12:11 +00:00
230 lines
3.5 KiB
CSS
230 lines
3.5 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;
|
|
}
|
|
.test1{
|
|
float: left;
|
|
text-align: center;
|
|
margin-top: 133px;
|
|
}
|
|
.test2{
|
|
margin-top: 166px;
|
|
float: right;
|
|
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: 650px;
|
|
margin-top: 100px;
|
|
background-color: white;
|
|
}
|
|
.bloc_principal_titre{
|
|
text-align: center;
|
|
padding-top: 13px;
|
|
width: 100%;
|
|
height: 50px;
|
|
background-color: #ffef2b;
|
|
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;
|
|
}
|
|
.p-home {
|
|
padding-top: 20px;
|
|
color: grey;
|
|
}
|
|
#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;
|
|
}
|
|
#titre-home{
|
|
padding-bottom: 20px;
|
|
font-size: 20px;
|
|
}
|
|
|
|
@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: 20px;
|
|
}
|
|
.test2{
|
|
margin-top: 20px;
|
|
}
|
|
#titre-home{
|
|
padding-bottom: 10px;
|
|
}
|
|
.p-home{
|
|
padding-top: 7px;
|
|
}
|
|
}
|
|
|
|
@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;
|
|
}
|
|
} |