54 lines
1.5 KiB
CSS
54 lines
1.5 KiB
CSS
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,font,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{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none},q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
|
|
|
|
.clearfix:after, .clear:after {
|
|
content: '';
|
|
display: block;
|
|
clear: both;
|
|
visibility: hidden;
|
|
line-height: 0;
|
|
height: 0;
|
|
}
|
|
html[xmlns] .clearfix {
|
|
clear:both;
|
|
}
|
|
* html .clearfix {
|
|
height: 1%;
|
|
}
|
|
*, *:before, *:after {
|
|
box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
-webkit-box-sizing: border-box;
|
|
}
|
|
|
|
.admin-bar .fullscreen-top-fixed {
|
|
padding-top: 32px;
|
|
}
|
|
|
|
input::-webkit-input-placeholder {
|
|
font-weight: 300;
|
|
color: #7B7B7B;
|
|
transition: line-height 0.3s ease;
|
|
}
|
|
|
|
input:focus::-webkit-input-placeholder {
|
|
line-height: 100px;
|
|
transition: line-height 0.5s ease;
|
|
}
|
|
|
|
input::-moz-placeholder {
|
|
font-weight: 300;
|
|
color: #7B7B7B;
|
|
}
|
|
|
|
input:-ms-input-placeholder {
|
|
font-weight: 300;
|
|
color: #7B7B7B;
|
|
transition: line-height 0.5s ease;
|
|
}
|
|
|
|
input:focus:-ms-input-placeholder {
|
|
line-height: 100px;
|
|
transition: line-height 0.5s ease;
|
|
}
|
|
|