mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
68 lines
1.3 KiB
CSS
68 lines
1.3 KiB
CSS
/* @group Structure Module */
|
|
|
|
body,html {margin:0;padding:0;}
|
|
|
|
/* @end */
|
|
|
|
/* @group Text Module */
|
|
|
|
abbr,acronym,address,blockquote,br,cite,code,dfn,div,em,h1,h2,h3,h4,h5,h6,kbd,p,pre,q,samp,span,strong,var{font-style:normal;font-weight:normal;text-decoration:none;}
|
|
blockquote,code,div,h1,h2,h3,h4,h5,h6,p,span,pre,hr{margin:0;padding:0;}
|
|
h1,h2,h3,h4,h5,h6{font-size:100%;}
|
|
b,i,em,strong,del,ins,u{font-weight:normal;font-style:normal;text-decoration:none;}
|
|
|
|
/* @end */
|
|
|
|
/* @group Hypertext Module */
|
|
|
|
a{text-decoration:none;}
|
|
|
|
/* @end */
|
|
|
|
/* @group List Module */
|
|
|
|
dl,dt,dd,ol,ul,li{margin:0;padding:0;list-style:none;}
|
|
dl,dt,dd,ol,ul,li{padding:0;margin:0;}
|
|
|
|
/* @end */
|
|
|
|
/* @group Forms Module */
|
|
|
|
button,fieldset,form,input,label,legend,select,optgroup,option,textarea{margin:0;padding:0;}
|
|
fieldset{border:0;}
|
|
|
|
/* @end */
|
|
|
|
/* @group Basic Table Module */
|
|
|
|
caption,table,td,th,tr{margin:0;padding:0;font-weight:normal;text-align:left;}
|
|
table{border-collapse:collapse;border-spacing:0;}
|
|
|
|
/* @end */
|
|
|
|
/* @group Image Module */
|
|
|
|
img{border:0;}
|
|
|
|
/* @end */
|
|
|
|
/* @group Object Module */
|
|
|
|
object,param{}
|
|
|
|
/* @end */
|
|
|
|
/* @group Presentation Module */
|
|
|
|
b,big,hr,i,small,sub,sup,tt{font-size:100%;}
|
|
q:before,q:after{content:'';}
|
|
sup {vertical-align:text-top;}
|
|
sub {vertical-align:text-bottom;}
|
|
|
|
/* @end */
|
|
|
|
/* @group Scripting Module */
|
|
|
|
noscript{}
|
|
|
|
/* @end */ |