mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-06-22 22:39:19 +00:00
removed pokemon
This commit is contained in:
141
project/assets/css/style.css
Normal file
141
project/assets/css/style.css
Normal file
@ -0,0 +1,141 @@
|
||||
/* 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;
|
||||
}
|
||||
|
||||
.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{
|
||||
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;
|
||||
}
|
||||
}
|
@ -1,86 +0,0 @@
|
||||
body{
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.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{
|
||||
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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user