added .initial and .reset styles
This commit is contained in:
parent
040643bb25
commit
49905c90ae
1 changed files with 69 additions and 1 deletions
|
@ -39,7 +39,75 @@ video {
|
|||
svg:not(:root) {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.reset {
|
||||
visibility:inherit;
|
||||
float:none;
|
||||
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 {
|
||||
visibility: inherit;
|
||||
float: none;
|
||||
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-width: medium;
|
||||
border-style: none;
|
||||
border-color: #000;
|
||||
background-color: transparent;
|
||||
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 */
|
||||
/* ----------------------------- */
|
||||
|
|
Loading…
Reference in a new issue