48 lines
517 B
CSS
48 lines
517 B
CSS
@CHARSET "UTF-8";
|
|
|
|
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,object,embed,p,blockquote,fieldset,input,table,td,th{
|
|
margin:0;
|
|
padding:0;
|
|
}
|
|
|
|
img{
|
|
border:0;
|
|
}
|
|
|
|
a{
|
|
text-decoration:none;
|
|
color:#000;
|
|
}
|
|
|
|
h1{
|
|
font-size:16px;
|
|
font-weight:normal;
|
|
}
|
|
|
|
h2{
|
|
font-size:14px;
|
|
font-weight:bold;
|
|
}
|
|
h3{
|
|
font-size:12px;
|
|
font-weight:normal;
|
|
}
|
|
h4{
|
|
font-size:10px;
|
|
font-weight:normal;
|
|
}
|
|
|
|
p.title{
|
|
font-weight:bold;
|
|
}
|
|
|
|
|
|
body{
|
|
font-family:Verdana,Tahoma,Verdana,Arial,sans-serif;
|
|
font-size:12px;
|
|
}
|
|
|
|
#kohana-debug-toolbar{
|
|
display:none;
|
|
}
|