Style : Lys/reset.css

Fichier CSS
| Mardi 12 Mars 2024, 18:19:36

/**
* Lys
*
* GNU General Public License
*
* Copyright © 2007 - 2024, Yohann Schwan. All rights reserved.
*/
article, aside, details, dl, dt, dd, figcaption, figure, footer, header, hgroup, hr,
main, menu, nav, section, summary {
display: block;
}

audio, canvas, progress, video {
display: inline-block;
}

.
ie audio, .ie canvas, .ie progress, .ie video {
display: inline;
}

audio:not([controls]), template, [hidden] {
display: none;
}

button, img, progress {
vertical-align: baseline;
}

audio:not([controls]), hr {
height: 0;
}

/**
* Html 4
*/
html, body, iframe, div, h1, h2, h3, h4, h5, h6, p, blockquote, figure,
dl, dt, dd,
table, thead, tbody, tr, th, td,
mtable, mtr, mth, mtd,
form, legend, fieldset, label,
a, b, q, span, img, abbr, code, pre, tt,
hr {
background: transparent;
font-size: 1em;
border: 0;
margin: 0;
padding: 0;
outline: 0;
}

html {
-
webkit-text-size-adjust: 100%;
-
ms-text-size-adjust: 100%;
text-size-adjust: 100%;
background: #fff;
color: #000;
}

html, body {
font-family: "DejaVu Sans", Verdana, Geneva, Tahoma, sans-serif;
font-size: 1em;
line-height: 1.5em;
height: 100%;
}

body {
min-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
font-weight: normal;
}

hr {
-
moz-box-sizing: content-box;
box-sizing: content-box;
color: #000;
}

q, blockquote {
font-style: italic;
quotes: none;
}

q:before, q:after {
content: "";
content: none;
}

pre, .code, .uCode {
overflow: auto;
white-space: pre;
white-space: pre-wrap;
}

code, .code, .uCode {
font-family: monospace;
line-height: 1em;
font-size: 1em;
}

p, dt, dd {
-
webkit-hyphens: auto;
-
moz-hyphens: auto;
-
ms-hyphens: auto;
-
o-hyphens: auto;
hyphens: auto;
margin: 0.25em 0;
}

table, tbody, thead, tfoot, tr, th, td {
border-collapse: collapse;
border-spacing: 0;
}

sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}

sup {
top: -0.5em;
}

sub {
bottom: -0.25em;
}

small {
font-size: 0.8em;
}

a {
outline: none;
text-decoration: none;
color: #00f;
}

img, input.image {
max-width: 100%;
max-height: 100%;
margin: 0;
padding: 0;
}

figure img {
width: 100%;
}

figure {
text-align: center;
}

figure figcaption {
text-variant: small-caps;
}

label {
display: inline-block;
margin-right: 0.5em;
}

@
page {
size: portrait;
page-orientation: upright;
}

@
page leftRotated {
size: landscape;
page-orientation: rotate-left;
}

@
page rightRotated {
size: landscape;
page-orientation: rotate-right;
}