reset
This commit is contained in:
parent
49905c90ae
commit
60e20fa973
1 changed files with 32 additions and 68 deletions
|
@ -39,74 +39,28 @@ video {
|
||||||
svg:not(:root) {
|
svg:not(:root) {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.reset {
|
:rtl * {
|
||||||
visibility:inherit;
|
direction: rtl;
|
||||||
float:none;
|
text-align: right;
|
||||||
clear:none;
|
|
||||||
overflow:visible;
|
|
||||||
margin:0;
|
|
||||||
padding:0;
|
|
||||||
min-width:0;
|
|
||||||
min-height:0;
|
|
||||||
max-width:none;
|
|
||||||
max-height:none;
|
|
||||||
width:auto;
|
|
||||||
height:auto;
|
|
||||||
outline:none;
|
|
||||||
border:none;
|
|
||||||
background:none;
|
|
||||||
color:inherit;
|
|
||||||
list-style-type:none;
|
|
||||||
content:normal;
|
|
||||||
vertical-align:baseline;
|
|
||||||
text-align:left;
|
|
||||||
text-decoration:none;
|
|
||||||
white-space:inherit;
|
|
||||||
font-weight:inherit;
|
|
||||||
font-style:inherit;
|
|
||||||
font-variant:inherit;
|
|
||||||
font-size:inherit;
|
|
||||||
line-height:normal;
|
|
||||||
cursor:inherit;
|
|
||||||
direction:ltr;
|
|
||||||
}
|
}
|
||||||
.initial {
|
[hidden],
|
||||||
visibility: inherit;
|
audio:not([controls]),
|
||||||
float: none;
|
area,
|
||||||
clear: none;
|
base,
|
||||||
overflow: visible;
|
command,
|
||||||
margin: 0;
|
datalist,
|
||||||
padding: 0;
|
head,
|
||||||
min-width: 0;
|
input[type=hidden],
|
||||||
min-height: 0;
|
link,
|
||||||
max-width: none;
|
menu[type=context],
|
||||||
max-height: none;
|
meta,
|
||||||
width: auto;
|
param,
|
||||||
height: auto;
|
rp,
|
||||||
outline: none;
|
script,
|
||||||
border-width: medium;
|
source,
|
||||||
border-style: none;
|
style,
|
||||||
border-color: #000;
|
title {
|
||||||
background-color: transparent;
|
display: none;
|
||||||
background-image: none;
|
|
||||||
background-attachment: scroll;
|
|
||||||
background-position: 0 0;
|
|
||||||
background-repeat: repeat;
|
|
||||||
color: inherit;
|
|
||||||
list-style-type: disc;
|
|
||||||
content: normal;
|
|
||||||
vertical-align: baseline;
|
|
||||||
text-align: left;
|
|
||||||
text-decoration: none;
|
|
||||||
white-space: inherit;
|
|
||||||
font-weight: inherit;
|
|
||||||
font-style: inherit;
|
|
||||||
font-variant: inherit;
|
|
||||||
font-size: inherit;
|
|
||||||
line-height: normal;
|
|
||||||
cursor: inherit;
|
|
||||||
unicode-bidi: inherit;
|
|
||||||
direction: ltr;
|
|
||||||
}
|
}
|
||||||
/* ----------------------------- */
|
/* ----------------------------- */
|
||||||
/* == typography */
|
/* == typography */
|
||||||
|
@ -194,7 +148,12 @@ kbd {
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
}
|
}
|
||||||
em,
|
em,
|
||||||
.em {
|
.em,
|
||||||
|
address,
|
||||||
|
cite,
|
||||||
|
dfn,
|
||||||
|
i,
|
||||||
|
var {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
.no-em {
|
.no-em {
|
||||||
|
@ -207,6 +166,11 @@ strong,
|
||||||
.no-strong {
|
.no-strong {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
small,
|
||||||
|
sub,
|
||||||
|
sup {
|
||||||
|
font-size: smaller;
|
||||||
|
}
|
||||||
|
|
||||||
/* ----------------------------- */
|
/* ----------------------------- */
|
||||||
/* == hiding content */
|
/* == hiding content */
|
||||||
|
|
Loading…
Reference in a new issue