104 lines
1.7 KiB
Plaintext
104 lines
1.7 KiB
Plaintext
!!!
|
|
%html
|
|
%head
|
|
|
|
%meta{:"http-equiv" => "Content-Type", :content=>"text/html; charset=UTF-8"}
|
|
%meta{:name=>"viewport", :content=>"width=device-width,initial-scale=1"}
|
|
<link href="https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i" rel="stylesheet">
|
|
:scss
|
|
body{
|
|
font-size:9pt;
|
|
padding :0px;
|
|
margin:0px;
|
|
background-color: transparent;
|
|
|
|
font-family:"Lato", Arial, Sans-serif;
|
|
padding:1cm;
|
|
}
|
|
#main{
|
|
//margin-left:4.2cm;
|
|
|
|
}
|
|
td, th{
|
|
//border:1px solid black;
|
|
padding:5px;
|
|
vertical-align:top;
|
|
|
|
}
|
|
th{
|
|
font-weight:normal;
|
|
border-bottom:1px solid gray;
|
|
text-align:left;
|
|
}
|
|
|
|
th,td{
|
|
border-top:1px solid rgba(0,0,0,0.1);
|
|
|
|
p{
|
|
margin:5px 0;
|
|
}
|
|
|
|
}
|
|
|
|
table{
|
|
border-collapse:collapse;
|
|
|
|
|
|
|
|
}
|
|
|
|
tr{
|
|
page-break-inside:avoid;
|
|
|
|
}
|
|
|
|
#bottom{
|
|
page-break-inside:avoid;
|
|
|
|
}
|
|
.right{
|
|
text-align:right;
|
|
|
|
}
|
|
.line p{
|
|
margin:0px;
|
|
}
|
|
.description{
|
|
padding-top:2pt;
|
|
display:block;
|
|
|
|
}
|
|
|
|
.bot_separate{
|
|
height:50pt;
|
|
|
|
}
|
|
|
|
.upcase{
|
|
|
|
text-transform:uppercase;
|
|
}
|
|
|
|
h3{
|
|
|
|
font-size:1em;
|
|
margin-bottom:5px;
|
|
font-weight:normal;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%body
|
|
-if true
|
|
=render :partial => "admin/p_documents/general"
|
|
|
|
|
|
|
|
|
|
|