vegantech/sims

View on GitHub
app/assets/stylesheets/pdf.css

Summary

Maintainability
Test Coverage

/* Reset CSS. http://yui.yahooapis.com/3.2.0/build/cssreset/reset-min.css  */
/*
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,
cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}
caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,
select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,
select{*font-size:100%;}legend{color:#000;}
*/
/* Your Base Foundation */
/*
html,body { font-family: sans-serif; font-size:12px; }
h1 { font-size:18px; }
h2 { font-size:16px; }
h3 { font-size:14px; }
h4 { font-size:12px; }
strong { font-weight:900 !important; }
hr     { border:0; margin:0; padding:0; height:1px; color:#000; background-color:#000; }
*/
/* Page Breaks */

.pb_before { page-break-before:always !important; }
.pb_after  { page-break-after:always !important; }
.pbi_avoid { page-break-inside:avoid !important; }

/*table */
table
{
  border-collapse: collapse;
  margin-bottom: 20px;
}
table,th
{
  border: 1px solid black;
}

td
{
  border-left: 1px solid black;
  border-right: 1px solid black;
}

tr.odd
{
  background-color: #DDD;
}

tr.even
{

}

thead {
  display: table-header-group;
}


.intervention_definition_summary ul {
  margin: 0px;
  padding-left: 20px;
  padding-top: 15px;
}

.intervention_definition_summary li {
  text-indent: -6px;
  margin: 0px;
  padding: 0px;
}