base-eis.pt 1.24 KB
<html metal:use-macro="load: base.pt">
<div metal:fill-slot="content">
<style>
      body {
          /*background-image: url("static/img/bg1.jpg");*/
      }
      .judul {
          margin-top: 0px;
          padding-top: 5px;
          text-align:center;
          color: #777;
          background-color:rgb(205,205,205);
      }
      .sub-judul {
          text-align:center;
          margin-top: 1px;
          padding-top:5px;
          padding-botom:5px;
          font-size: 30px;
          font-weight: normal;
      }
      .data {
          margin-top: 0px;
          color: #777;
          font-size: 0px;
          font-weight: normal;
          background-color:rgb(255,255,255);
      }
      .table-title {
          margin-top: 5px;
          padding-top:5px;
          padding-botom:5px;
          font-size: 20px;
          font-weight: normal;
      }
      .table-body {
          margin-top: 5px;
          padding-top:5px;
          padding-botom:5px;
          font-size: 20px;
          font-weight: normal;
      }
      .table-body-right {
          margin-top: 5px;
          font-size: 20px;
          padding-top:5px;
          padding-botom:5px;
          font-weight: normal;
          text-align:right;
      }
</style>
</div>

</html>