mirror of
https://github.com/tiennm99/lombok.git
synced 2026-07-26 08:19:29 +00:00
68 lines
920 B
CSS
68 lines
920 B
CSS
html,body,div,span,applet,object,iframe,
|
|
pre,abbr,address,cite,code,del,dfn,em,img,
|
|
ins,kbd,q,strong,tt,var,dl,dt,dd,blockquote,
|
|
fieldset,form,i,b,caption,tbody,tfoot,thead,tr,th,td{
|
|
margin:0;
|
|
padding:0;
|
|
vertical-align:baseline;
|
|
}
|
|
|
|
body{
|
|
background:#fff;
|
|
color:#000;
|
|
font:75%/1.5em Verdana, Helvetica, Arial, sans-serif;
|
|
}
|
|
|
|
:focus{
|
|
outline:0;
|
|
}
|
|
|
|
code,kbd,tt{
|
|
font-family: "Courier new", Courier;
|
|
line-height:1;
|
|
*line-height:1.5;
|
|
}
|
|
|
|
del{
|
|
text-decoration:line-through;
|
|
}
|
|
|
|
*::-moz-focus-inner {
|
|
border: 0;
|
|
}
|
|
|
|
img{
|
|
border: 0;
|
|
display:inline-block;
|
|
vertical-align:bottom;
|
|
}
|
|
|
|
ol{
|
|
list-style:inside decimal;
|
|
}
|
|
|
|
ul{
|
|
list-style:inside disc;
|
|
}
|
|
|
|
pre{
|
|
font-family:"Courier New", Courier;
|
|
margin:0 0 1.5em;
|
|
}
|
|
|
|
sub{
|
|
top:0.4em;
|
|
font-size:0.85em;
|
|
line-height:1;
|
|
position:relative;
|
|
vertical-align:baseline;
|
|
}
|
|
|
|
sup{
|
|
font-size:0.85em;
|
|
line-height:1;
|
|
position:relative;
|
|
bottom:0.5em;
|
|
vertical-align:baseline;
|
|
}
|