mycss.scss 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. @media screen {
  2. ///////// Home
  3. #video-css video{
  4. width: 450px;
  5. }
  6. #video-css{
  7. display: flex;
  8. flex-wrap: wrap;
  9. }
  10. #video-css img{
  11. width: 150px;
  12. }
  13. @media only screen and (max-width: 1366px) {
  14. #video-css video{
  15. width: 450px;
  16. margin-right: -10px;
  17. margin-top: 30px;
  18. }
  19. #video-css img{
  20. width: 140px;
  21. margin-top: -20px;
  22. }
  23. #video-css{
  24. display: flex;
  25. flex-wrap: wrap;
  26. margin-top: -15px;
  27. }
  28. }
  29. #pageDone-TTD{
  30. .main{
  31. width: 500px;
  32. margin-left: auto;
  33. margin-right: auto;
  34. padding-top: 20px;
  35. margin-bottom: -13px;
  36. }
  37. .main-logo{
  38. width: 250px;
  39. margin-right: 5px;
  40. float: right;
  41. }
  42. .main-logo-1{
  43. width: 50px;
  44. float: right;
  45. }
  46. .text-1{
  47. font-family:Verdana, Geneva, Tahoma, sans-serif;
  48. font-style: normal;
  49. font-weight: 550;
  50. font-size: 15px;
  51. }
  52. }
  53. ///////////////////////////////////////////<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>
  54. //////////////////////////////////Table Pelanggaran in berita acara
  55. .table-a th {
  56. border: 1px solid #C0C0C0;
  57. padding: 5px;
  58. background: #F0F0F0;
  59. text-align: center;
  60. font-size: small;
  61. }
  62. .table-a td {
  63. border: 1px solid #C0C0C0;
  64. padding: 5px;
  65. word-wrap: break-word;
  66. // max-width: 130px;
  67. font-size: 0.8rem;
  68. @media only screen and (min-width: 1546px) {
  69. word-wrap: break-word;
  70. }
  71. @media only screen and ( max-width:1546px) {
  72. max-width: 130px;
  73. }
  74. }
  75. .table-a{
  76. border-collapse: collapse;
  77. table-layout: fixed;
  78. overflow: auto;
  79. margin: -20px ;
  80. }
  81. ////////////////////////////////////////table signature in berita acara
  82. #ttd{
  83. width: 100%;
  84. margin-left: auto;
  85. margin-right: auto;
  86. display: flex;
  87. flex-wrap: wrap;
  88. .ttd-div{
  89. width: 50%;
  90. border: 1px solid #C0C0C0;
  91. }
  92. .sign-ttd{
  93. width:90% ;
  94. height: 150px;
  95. margin-right: auto;
  96. margin-left: auto;
  97. }
  98. .sign-nama{
  99. background-color: rgb(206, 206, 206);
  100. text-align: center;
  101. padding: 2px;
  102. word-wrap: break-word;
  103. color: black;
  104. }
  105. }
  106. .header-ttd{
  107. background-color: #C0C0C0;
  108. text-align: center;
  109. color: black;
  110. margin-left: auto;
  111. margin-right: auto;
  112. }
  113. //////////////////////////////////////>>>>>>>BeritaAcara
  114. .page {
  115. // width: 21cm;
  116. // min-height: 29.7cm;
  117. // padding-top: 2cm;
  118. // padding-bottom: 2cm;
  119. // margin: 1cm auto;
  120. // display: flex;
  121. border: 1px #D3D3D3 solid;
  122. border-radius: 5px;
  123. background: white;
  124. box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  125. }
  126. .BA-Header {
  127. margin-left: auto;
  128. margin-right: auto;
  129. text-align: center;
  130. font-family: "Times New Roman", Times, serif;
  131. }
  132. .BA-logo{
  133. width: 30%;
  134. margin-bottom: 10px;
  135. }
  136. .BA-body p{
  137. font-family: "Times New Roman", Times, serif;
  138. font-size: 0.8rem;
  139. text-indent: 2rem;
  140. }
  141. .BA-body ol{
  142. margin-top: 1px;
  143. text-indent: 0px;
  144. }
  145. //////////////////////////////////////////////////////siganature public
  146. .signature-style{
  147. border: 1px solid#c9c8c8;
  148. width: 380px;
  149. height: 190px;
  150. margin-left: auto;
  151. margin-right: auto;
  152. border-radius: 4px;
  153. }
  154. .page-sign {
  155. width: 21cm;
  156. min-height: 29.7cm;
  157. padding-top: 2cm;
  158. padding-bottom: 2cm;
  159. margin: 1cm auto;
  160. // display: flex;
  161. border: 1px #D3D3D3 solid;
  162. border-radius: 5px;
  163. background: white;
  164. box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  165. }
  166. /////////////////////////////////////// style Component
  167. .btn-v1-outline-purple {
  168. color: #3e3a8e;
  169. border-color: #3e3a8e; }
  170. .btn-v1-outline-purple:hover {
  171. color: #fff;
  172. background-color: #7266ba;
  173. border-color: #7266ba; }
  174. .btn-va-outline-purple:focus, .btn-v1-outline-purple.focus {
  175. box-shadow: 0 0 0 0.2rem rgba(114, 102, 186, 0.5); }
  176. .btn-v1-outline-purple.disabled, .btn-v1-outline-purple:disabled {
  177. color: #7266ba;
  178. background-color: transparent; }
  179. .btn-v1-outline-purple:not(:disabled):not(.disabled):active, .btn-v1-outline-purple:not(:disabled):not(.disabled).active,
  180. .show > .btn-v1-outline-purple.dropdown-toggle {
  181. color: #fff;
  182. background-color: #7266ba;
  183. border-color: #7266ba; }
  184. .btn-v1-outline-purple:not(:disabled):not(.disabled):active:focus, .btn-v1-outline-purple:not(:disabled):not(.disabled).active:focus,
  185. .show > .btn-v1-outline-purple.dropdown-toggle:focus {
  186. box-shadow: 0 0 0 0.2rem rgba(114, 102, 186, 0.5); }
  187. }
  188. .font-20{
  189. font-size: 20px;
  190. }
  191. .font-12{
  192. font-size: 12pt;
  193. }
  194. .icon-triangle-onModalPT {
  195. margin-top: 10px;
  196. float: left;
  197. }
  198. .modalLoginPT-a{
  199. border-radius: 20px;
  200. padding-top: 20px;
  201. }
  202. .modalLoginPT-b{
  203. padding-top: 30px;
  204. border-radius: 20px;
  205. padding-left: 25px;
  206. margin-bottom: 40px;
  207. }
  208. // .form-tel .form-control {
  209. // background-color: rgb(253, 214, 214) !important;
  210. // color: rgb(104, 7, 60);
  211. // height: 50px !important;
  212. // width: 200px !important;
  213. // }
  214. .no-hpPT{
  215. padding: 7px;
  216. border-style: solid;
  217. border-width: 1px;
  218. border-color: #b7b7bc;
  219. border-radius: 8px;
  220. }